Pull request #43622 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 9c4987ee6b236de5e8ec213f7872fb3b9ee1aece rather than 56a20dbc19786633f605d3871f5242d8e0f1be5a Obtained Jenkinsfile from 9c4987ee6b236de5e8ec213f7872fb3b9ee1aece Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-43622@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-06-24T09:55:38.484Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-06-24T09:55:38.489Z] Trying to pass milestone 6 [Pipeline] milestone [2022-06-24T09:55:38.574Z] Trying to pass milestone 7 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-06-24T09:55:53.750Z] Still waiting to schedule task [2022-06-24T09:55:53.752Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b7b08fccd9097f39)’ is offline [2022-06-24T09:56:38.399Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b7b08fccd9097f39) in /home/ubuntu/workspace/moby_PR-43622 [Pipeline] { [Pipeline] checkout [2022-06-24T09:56:38.499Z] The recommended git tool is: git [2022-06-24T09:56:41.147Z] using credential docker-jenkins-github-credentials [2022-06-24T09:56:41.162Z] Cloning the remote Git repository [2022-06-24T09:56:41.162Z] Cloning with configured refspecs honoured and without tags [2022-06-24T09:56:41.506Z] Cloning repository https://github.com/moby/moby.git [2022-06-24T09:56:41.567Z] > git init /home/ubuntu/workspace/moby_PR-43622 # timeout=10 [2022-06-24T09:56:41.855Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-24T09:56:41.855Z] > git --version # timeout=10 [2022-06-24T09:56:41.870Z] > git --version # 'git version 2.17.1' [2022-06-24T09:56:41.870Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:56:41.872Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43622/head:refs/remotes/origin/PR-43622 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:57:05.663Z] Fetching without tags [2022-06-24T09:57:06.267Z] Merging remotes/origin/master commit 9c4987ee6b236de5e8ec213f7872fb3b9ee1aece into PR head commit 56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T09:57:05.466Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-24T09:57:05.513Z] > git config --add remote.origin.fetch +refs/pull/43622/head:refs/remotes/origin/PR-43622 # timeout=10 [2022-06-24T09:57:05.548Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:57:05.620Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-24T09:57:05.681Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-24T09:57:05.681Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:57:05.683Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43622/head:refs/remotes/origin/PR-43622 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:57:06.292Z] > git config core.sparsecheckout # timeout=10 [2022-06-24T09:57:06.318Z] > git checkout -f 56a20dbc19786633f605d3871f5242d8e0f1be5a # timeout=10 [2022-06-24T09:57:07.445Z] Merge succeeded, producing 56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T09:57:07.445Z] Checking out Revision 56a20dbc19786633f605d3871f5242d8e0f1be5a (PR-43622) [2022-06-24T09:57:07.342Z] > git remote # timeout=10 [2022-06-24T09:57:07.370Z] > git config --get remote.origin.url # timeout=10 [2022-06-24T09:57:07.394Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:57:07.395Z] > git merge 9c4987ee6b236de5e8ec213f7872fb3b9ee1aece # timeout=10 [2022-06-24T09:57:07.429Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-24T09:57:07.455Z] > git config core.sparsecheckout # timeout=10 [2022-06-24T09:57:07.474Z] > git checkout -f 56a20dbc19786633f605d3871f5242d8e0f1be5a # timeout=10 [2022-06-24T09:57:11.909Z] Commit message: "container/exec: Support ConsoleSize" [2022-06-24T09:57:11.935Z] First time build. Skipping changelog. [2022-06-24T09:57:11.915Z] > git rev-list --no-walk afecf995551fb570685516d3990843b1fc2a9fb1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-24T09:57:13.120Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43622:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco [2022-06-24T09:57:21.239Z] Unable to find image 'alpine:latest' locally [2022-06-24T09:57:21.239Z] latest: Pulling from library/alpine [2022-06-24T09:57:21.239Z] 2408cc74d12b: Pulling fs layer [2022-06-24T09:57:21.239Z] 2408cc74d12b: Verifying Checksum [2022-06-24T09:57:21.239Z] 2408cc74d12b: Download complete [2022-06-24T09:57:21.239Z] 2408cc74d12b: Pull complete [2022-06-24T09:57:21.239Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-06-24T09:57:21.239Z] Status: Downloaded newer image for alpine:latest [2022-06-24T09:57:27.824Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2022-06-24T09:57:28.309Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b7b08fccd9097f39) in /home/ubuntu/workspace/moby_PR-43622 [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2022-06-24T09:57:28.380Z] The recommended git tool is: git [Pipeline] // stage [2022-06-24T09:57:28.395Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2022-06-24T09:57:28.416Z] Fetching changes from the remote Git repository [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2022-06-24T09:57:28.440Z] Fetching without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2022-06-24T09:57:28.546Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-04aab8049dc49ecb1) in /home/ubuntu/workspace/moby_PR-43622 [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] { [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [2022-06-24T09:57:28.684Z] Merging remotes/origin/master commit 9c4987ee6b236de5e8ec213f7872fb3b9ee1aece into PR head commit 56a20dbc19786633f605d3871f5242d8e0f1be5a [Pipeline] // stage [2022-06-24T09:57:28.705Z] The recommended git tool is: git [Pipeline] } [Pipeline] } [2022-06-24T09:57:28.961Z] Merge succeeded, producing 56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T09:57:28.961Z] Checking out Revision 56a20dbc19786633f605d3871f5242d8e0f1be5a (PR-43622) [2022-06-24T09:57:29.100Z] Commit message: "container/exec: Support ConsoleSize" [2022-06-24T09:57:28.405Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43622/.git # timeout=10 [2022-06-24T09:57:28.422Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-24T09:57:28.443Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-24T09:57:28.443Z] > git --version # timeout=10 [2022-06-24T09:57:28.452Z] > git --version # 'git version 2.17.1' [2022-06-24T09:57:28.452Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:57:28.453Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43622/head:refs/remotes/origin/PR-43622 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:57:28.686Z] > git config core.sparsecheckout # timeout=10 [2022-06-24T09:57:28.696Z] > git checkout -f 56a20dbc19786633f605d3871f5242d8e0f1be5a # timeout=10 [2022-06-24T09:57:28.877Z] > git remote # timeout=10 [2022-06-24T09:57:28.906Z] > git config --get remote.origin.url # timeout=10 [2022-06-24T09:57:28.923Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:57:28.924Z] > git merge 9c4987ee6b236de5e8ec213f7872fb3b9ee1aece # timeout=10 [2022-06-24T09:57:28.951Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-24T09:57:28.963Z] > git config core.sparsecheckout # timeout=10 [2022-06-24T09:57:28.971Z] > git checkout -f 56a20dbc19786633f605d3871f5242d8e0f1be5a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-24T09:57:29.778Z] + [ PR != PR ] [2022-06-24T09:57:29.778Z] + [ master != master ] [2022-06-24T09:57:29.778Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-24T09:57:30.124Z] + docker version [2022-06-24T09:57:30.124Z] Client: Docker Engine - Community [2022-06-24T09:57:30.124Z] Version: 20.10.14 [2022-06-24T09:57:30.124Z] API version: 1.41 [2022-06-24T09:57:30.124Z] Go version: go1.16.15 [2022-06-24T09:57:30.124Z] Git commit: a224086 [2022-06-24T09:57:30.124Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-24T09:57:30.124Z] OS/Arch: linux/amd64 [2022-06-24T09:57:30.124Z] Context: default [2022-06-24T09:57:30.124Z] Experimental: true [2022-06-24T09:57:30.124Z] [2022-06-24T09:57:30.124Z] Server: Docker Engine - Community [2022-06-24T09:57:30.124Z] Engine: [2022-06-24T09:57:30.124Z] Version: 20.10.14 [2022-06-24T09:57:30.124Z] API version: 1.41 (minimum version 1.12) [2022-06-24T09:57:30.124Z] Go version: go1.16.15 [2022-06-24T09:57:30.124Z] Git commit: 87a90dc [2022-06-24T09:57:30.124Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-24T09:57:30.124Z] OS/Arch: linux/amd64 [2022-06-24T09:57:30.124Z] Experimental: true [2022-06-24T09:57:30.124Z] containerd: [2022-06-24T09:57:30.124Z] Version: 1.5.11 [2022-06-24T09:57:30.124Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-24T09:57:30.124Z] runc: [2022-06-24T09:57:30.124Z] Version: 1.0.3 [2022-06-24T09:57:30.124Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-24T09:57:30.124Z] docker-init: [2022-06-24T09:57:30.124Z] Version: 0.19.0 [2022-06-24T09:57:30.124Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-24T09:57:30.315Z] using credential docker-jenkins-github-credentials [2022-06-24T09:57:30.323Z] Cloning the remote Git repository [2022-06-24T09:57:30.323Z] Cloning with configured refspecs honoured and without tags [2022-06-24T09:57:30.433Z] + docker info [2022-06-24T09:57:30.340Z] Cloning repository https://github.com/moby/moby.git [2022-06-24T09:57:30.386Z] > git init /home/ubuntu/workspace/moby_PR-43622 # timeout=10 [2022-06-24T09:57:30.754Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-24T09:57:30.755Z] > git --version # timeout=10 [2022-06-24T09:57:30.758Z] > git --version # 'git version 2.17.1' [2022-06-24T09:57:30.758Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:57:30.790Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43622/head:refs/remotes/origin/PR-43622 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:57:42.810Z] Fetching without tags [2022-06-24T09:57:42.967Z] Merging remotes/origin/master commit 9c4987ee6b236de5e8ec213f7872fb3b9ee1aece into PR head commit 56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T09:57:42.796Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-24T09:57:42.799Z] > git config --add remote.origin.fetch +refs/pull/43622/head:refs/remotes/origin/PR-43622 # timeout=10 [2022-06-24T09:57:42.802Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:57:42.807Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-24T09:57:42.814Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-24T09:57:42.814Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:57:42.814Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43622/head:refs/remotes/origin/PR-43622 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:57:42.974Z] > git config core.sparsecheckout # timeout=10 [2022-06-24T09:57:42.976Z] > git checkout -f 56a20dbc19786633f605d3871f5242d8e0f1be5a # timeout=10 [2022-06-24T09:57:43.315Z] Still waiting to schedule task [2022-06-24T09:57:43.315Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-06-24T09:57:43.316Z] Still waiting to schedule task [2022-06-24T09:57:43.316Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2022-06-24T09:57:43.320Z] Still waiting to schedule task [2022-06-24T09:57:43.320Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline [2022-06-24T09:57:43.547Z] Merge succeeded, producing 56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T09:57:43.547Z] Checking out Revision 56a20dbc19786633f605d3871f5242d8e0f1be5a (PR-43622) [2022-06-24T09:57:43.531Z] > git remote # timeout=10 [2022-06-24T09:57:43.535Z] > git config --get remote.origin.url # timeout=10 [2022-06-24T09:57:43.537Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:57:43.538Z] > git merge 9c4987ee6b236de5e8ec213f7872fb3b9ee1aece # timeout=10 [2022-06-24T09:57:43.544Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-24T09:57:43.550Z] > git config core.sparsecheckout # timeout=10 [2022-06-24T09:57:43.552Z] > git checkout -f 56a20dbc19786633f605d3871f5242d8e0f1be5a # timeout=10 [2022-06-24T09:57:47.562Z] Commit message: "container/exec: Support ConsoleSize" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-24T09:57:48.387Z] + docker version [2022-06-24T09:57:52.381Z] Client: [2022-06-24T09:57:52.381Z] Context: default [2022-06-24T09:57:52.381Z] Debug Mode: false [2022-06-24T09:57:52.381Z] Plugins: [2022-06-24T09:57:52.381Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-24T09:57:52.381Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-24T09:57:52.381Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-24T09:57:52.381Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-24T09:57:52.381Z] [2022-06-24T09:57:52.381Z] Server: [2022-06-24T09:57:52.381Z] Containers: 0 [2022-06-24T09:57:52.381Z] Running: 0 [2022-06-24T09:57:52.381Z] Paused: 0 [2022-06-24T09:57:52.381Z] Stopped: 0 [2022-06-24T09:57:52.381Z] Images: 1 [2022-06-24T09:57:52.381Z] Server Version: 20.10.14 [2022-06-24T09:57:52.381Z] Storage Driver: overlay2 [2022-06-24T09:57:52.381Z] Backing Filesystem: extfs [2022-06-24T09:57:52.381Z] Supports d_type: true [2022-06-24T09:57:52.381Z] Native Overlay Diff: true [2022-06-24T09:57:52.381Z] userxattr: false [2022-06-24T09:57:52.381Z] Logging Driver: json-file [2022-06-24T09:57:52.381Z] Cgroup Driver: cgroupfs [2022-06-24T09:57:52.381Z] Cgroup Version: 1 [2022-06-24T09:57:52.381Z] Plugins: [2022-06-24T09:57:52.381Z] Volume: local [2022-06-24T09:57:52.381Z] Network: bridge host ipvlan macvlan null overlay [2022-06-24T09:57:52.381Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-24T09:57:52.381Z] Swarm: inactive [2022-06-24T09:57:52.381Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-24T09:57:52.381Z] Default Runtime: runc [2022-06-24T09:57:52.381Z] Init Binary: docker-init [2022-06-24T09:57:52.381Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-24T09:57:52.381Z] runc version: v1.0.3-0-gf46b6ba [2022-06-24T09:57:52.381Z] init version: de40ad0 [2022-06-24T09:57:52.381Z] Security Options: [2022-06-24T09:57:52.381Z] apparmor [2022-06-24T09:57:52.381Z] seccomp [2022-06-24T09:57:52.381Z] Profile: default [2022-06-24T09:57:52.381Z] Kernel Version: 5.4.0-1071-aws [2022-06-24T09:57:52.381Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-24T09:57:52.381Z] OSType: linux [2022-06-24T09:57:52.381Z] Architecture: x86_64 [2022-06-24T09:57:52.381Z] CPUs: 2 [2022-06-24T09:57:52.381Z] Total Memory: 7.565GiB [2022-06-24T09:57:52.381Z] Name: ip-10-100-112-85 [2022-06-24T09:57:52.381Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-24T09:57:52.381Z] Docker Root Dir: /var/lib/docker [2022-06-24T09:57:52.381Z] Debug Mode: false [2022-06-24T09:57:52.381Z] Registry: https://index.docker.io/v1/ [2022-06-24T09:57:52.381Z] Labels: [2022-06-24T09:57:52.381Z] Experimental: true [2022-06-24T09:57:52.381Z] Insecure Registries: [2022-06-24T09:57:52.381Z] 127.0.0.0/8 [2022-06-24T09:57:52.381Z] Live Restore Enabled: true [2022-06-24T09:57:52.381Z] [2022-06-24T09:57:52.381Z] WARNING: No swap limit support [Pipeline] sh [2022-06-24T09:57:52.572Z] Client: Docker Engine - Community [2022-06-24T09:57:52.572Z] Version: 20.10.14 [2022-06-24T09:57:52.572Z] API version: 1.41 [2022-06-24T09:57:52.572Z] Go version: go1.16.15 [2022-06-24T09:57:52.572Z] Git commit: a224086 [2022-06-24T09:57:52.572Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-24T09:57:52.572Z] OS/Arch: linux/amd64 [2022-06-24T09:57:52.572Z] Context: default [2022-06-24T09:57:52.572Z] Experimental: true [2022-06-24T09:57:52.572Z] [2022-06-24T09:57:52.573Z] Server: Docker Engine - Community [2022-06-24T09:57:52.573Z] Engine: [2022-06-24T09:57:52.573Z] Version: 20.10.14 [2022-06-24T09:57:52.573Z] API version: 1.41 (minimum version 1.12) [2022-06-24T09:57:52.573Z] Go version: go1.16.15 [2022-06-24T09:57:52.573Z] Git commit: 87a90dc [2022-06-24T09:57:52.573Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-24T09:57:52.573Z] OS/Arch: linux/amd64 [2022-06-24T09:57:52.573Z] Experimental: true [2022-06-24T09:57:52.573Z] containerd: [2022-06-24T09:57:52.573Z] Version: 1.5.11 [2022-06-24T09:57:52.573Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-24T09:57:52.573Z] runc: [2022-06-24T09:57:52.573Z] Version: 1.0.3 [2022-06-24T09:57:52.573Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-24T09:57:52.573Z] docker-init: [2022-06-24T09:57:52.573Z] Version: 0.19.0 [2022-06-24T09:57:52.573Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-24T09:57:52.678Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-24T09:57:52.678Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-24T09:57:52.678Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43622/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-24T09:57:52.678Z] + bash /home/ubuntu/workspace/moby_PR-43622/check-config.sh [2022-06-24T09:57:52.678Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-24T09:57:52.678Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-24T09:57:52.678Z] [2022-06-24T09:57:52.678Z] Generally Necessary: [2022-06-24T09:57:52.678Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-24T09:57:52.678Z] - apparmor: enabled and tools installed [2022-06-24T09:57:52.871Z] + docker info [2022-06-24T09:57:52.945Z] - CONFIG_NAMESPACES: enabled [2022-06-24T09:57:52.945Z] - CONFIG_NET_NS: enabled [2022-06-24T09:57:52.945Z] - CONFIG_PID_NS: enabled [2022-06-24T09:57:52.945Z] - CONFIG_IPC_NS: enabled [2022-06-24T09:57:52.945Z] - CONFIG_UTS_NS: enabled [2022-06-24T09:57:52.945Z] - CONFIG_CGROUPS: enabled [2022-06-24T09:57:52.945Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-24T09:57:52.945Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-24T09:57:52.945Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-24T09:57:52.945Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-24T09:57:52.945Z] - CONFIG_CPUSETS: enabled [2022-06-24T09:57:52.945Z] - CONFIG_MEMCG: enabled [2022-06-24T09:57:52.945Z] - CONFIG_KEYS: enabled [2022-06-24T09:57:52.945Z] - CONFIG_VETH: enabled (as module) [2022-06-24T09:57:52.945Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-24T09:57:52.945Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-24T09:57:52.945Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-24T09:57:52.945Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-24T09:57:52.945Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-24T09:57:52.945Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-24T09:57:52.945Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-24T09:57:52.945Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-24T09:57:52.945Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-24T09:57:52.945Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-24T09:57:52.945Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-24T09:57:52.945Z] - CONFIG_CGROUP_BPF: enabled [2022-06-24T09:57:52.945Z] [2022-06-24T09:57:52.945Z] Optional Features: [2022-06-24T09:57:52.945Z] - CONFIG_USER_NS: enabled [2022-06-24T09:57:52.945Z] - CONFIG_SECCOMP: enabled [2022-06-24T09:57:52.945Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-24T09:57:52.945Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-24T09:57:52.945Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-24T09:57:52.945Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-24T09:57:52.945Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-24T09:57:52.945Z] - CONFIG_BLK_CGROUP: enabled [2022-06-24T09:57:52.945Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-24T09:57:52.945Z] - CONFIG_CGROUP_PERF: enabled [2022-06-24T09:57:52.945Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-24T09:57:53.213Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-24T09:57:53.213Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-24T09:57:53.213Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-24T09:57:53.213Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-24T09:57:53.213Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-24T09:57:53.213Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-24T09:57:53.213Z] - CONFIG_IP_VS: enabled (as module) [2022-06-24T09:57:53.213Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-24T09:57:53.213Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-24T09:57:53.213Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-24T09:57:53.213Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-24T09:57:53.213Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-24T09:57:53.213Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-24T09:57:53.213Z] - CONFIG_EXT4_FS: enabled [2022-06-24T09:57:53.213Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-24T09:57:53.213Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-24T09:57:53.213Z] - Network Drivers: [2022-06-24T09:57:53.213Z] - "overlay": [2022-06-24T09:57:53.213Z] - CONFIG_VXLAN: enabled (as module) [2022-06-24T09:57:53.213Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-24T09:57:53.213Z] Optional (for encrypted networks): [2022-06-24T09:57:53.213Z] - CONFIG_CRYPTO: enabled [2022-06-24T09:57:53.213Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-24T09:57:53.214Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-24T09:57:53.214Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-24T09:57:53.214Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-24T09:57:53.214Z] - CONFIG_XFRM: enabled [2022-06-24T09:57:53.214Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-24T09:57:53.214Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-24T09:57:53.214Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-24T09:57:53.214Z] - "ipvlan": [2022-06-24T09:57:53.214Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-24T09:57:53.214Z] - "macvlan": [2022-06-24T09:57:53.214Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-24T09:57:53.214Z] - CONFIG_DUMMY: enabled (as module) [2022-06-24T09:57:53.214Z] - "ftp,tftp client in container": [2022-06-24T09:57:53.214Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-24T09:57:53.214Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-24T09:57:53.214Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-24T09:57:53.214Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-24T09:57:53.214Z] - Storage Drivers: [2022-06-24T09:57:53.214Z] - "aufs": [2022-06-24T09:57:53.214Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-24T09:57:53.214Z] - "btrfs": [2022-06-24T09:57:53.475Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-24T09:57:53.475Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-24T09:57:53.475Z] - "devicemapper": [2022-06-24T09:57:53.475Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-24T09:57:53.475Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-24T09:57:53.475Z] - "overlay": [2022-06-24T09:57:53.475Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-24T09:57:53.475Z] - "zfs": [2022-06-24T09:57:53.475Z] - /dev/zfs: present [2022-06-24T09:57:53.475Z] - zfs command: missing [2022-06-24T09:57:53.475Z] - zpool command: missing [2022-06-24T09:57:53.475Z] [2022-06-24T09:57:53.475Z] Limits: [2022-06-24T09:57:53.475Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-24T09:57:53.475Z] [2022-06-24T09:57:53.475Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-24T09:57:53.812Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:56a20dbc19786633f605d3871f5242d8e0f1be5a . [2022-06-24T09:57:54.070Z] #2 [internal] load .dockerignore [2022-06-24T09:57:54.070Z] #2 sha256:3cb8eef602e1a02f260004252a6b2c8e830527aa7183eb8076bf6199c9899dd6 [2022-06-24T09:57:54.070Z] #2 transferring context: 145B done [2022-06-24T09:57:54.070Z] #2 DONE 0.0s [2022-06-24T09:57:54.070Z] [2022-06-24T09:57:54.070Z] #1 [internal] load build definition from Dockerfile [2022-06-24T09:57:54.070Z] #1 sha256:4e84b200c141ed36b1c8007b4e5b2ed672d1c693257be600ff74c114658f2e0c [2022-06-24T09:57:54.070Z] #1 transferring dockerfile: 18.90kB 0.0s done [2022-06-24T09:57:54.070Z] #1 DONE 0.1s [2022-06-24T09:57:54.328Z] [2022-06-24T09:57:54.328Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-24T09:57:54.328Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-24T09:57:54.587Z] #3 DONE 0.3s [2022-06-24T09:57:54.587Z] [2022-06-24T09:57:54.587Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-24T09:57:54.587Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-24T09:57:54.587Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-24T09:57:54.587Z] #4 DONE 0.0s [2022-06-24T09:57:54.587Z] [2022-06-24T09:57:54.587Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-24T09:57:54.587Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-24T09:57:54.587Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-24T09:57:54.587Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-24T09:57:54.587Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 4.63MB / 9.67MB 0.1s [2022-06-24T09:57:54.587Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-24T09:57:54.846Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-24T09:57:54.846Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-24T09:57:54.846Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-24T09:57:55.105Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-06-24T09:57:55.365Z] #4 DONE 0.8s [2022-06-24T09:57:55.631Z] [2022-06-24T09:57:55.631Z] #6 [internal] load build definition from Dockerfile [2022-06-24T09:57:55.631Z] #6 sha256:8209df6d3aceb31ef712ce9b7b3529c059c6df4bcdde7032e954b2ef81e0c380 [2022-06-24T09:57:55.631Z] #6 DONE 0.0s [2022-06-24T09:57:55.631Z] [2022-06-24T09:57:55.631Z] #5 [internal] load .dockerignore [2022-06-24T09:57:55.631Z] #5 sha256:9e2abb2d447256ef81cfb866530f118eecbbf90199ff2082574060352138c808 [2022-06-24T09:57:55.631Z] #5 DONE 0.0s [2022-06-24T09:57:55.631Z] [2022-06-24T09:57:55.631Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-24T09:57:55.631Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-24T09:57:56.202Z] #8 DONE 0.7s [2022-06-24T09:57:56.202Z] [2022-06-24T09:57:56.202Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-24T09:57:56.202Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-24T09:57:56.202Z] #7 DONE 0.7s [2022-06-24T09:57:56.202Z] [2022-06-24T09:57:56.202Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-24T09:57:56.202Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-24T09:57:56.202Z] #9 DONE 0.7s [2022-06-24T09:57:56.202Z] [2022-06-24T09:57:56.202Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-24T09:57:56.202Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-24T09:57:56.461Z] #10 DONE 0.7s [2022-06-24T09:57:56.856Z] [2022-06-24T09:57:56.856Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:57:56.856Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:57:56.856Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f 0.1s done [2022-06-24T09:57:56.856Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 0B / 55.01MB 0.1s [2022-06-24T09:57:56.856Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 2.10MB / 5.16MB 0.1s [2022-06-24T09:57:56.856Z] #11 sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f 1.86kB / 1.86kB done [2022-06-24T09:57:56.856Z] #11 sha256:ea66badd7cf7b734e2484a1905b6545bd944ef3bdeea18be833db3e2219f1153 1.80kB / 1.80kB done [2022-06-24T09:57:56.856Z] #11 sha256:46ae95f04a69e0161c554c17bc6b72b3e4851f3c9424a837e6c7fd2269e05cdb 7.10kB / 7.10kB done [2022-06-24T09:57:57.114Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 5.24MB / 55.01MB 0.2s [2022-06-24T09:57:57.114Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 5.16MB / 5.16MB 0.2s [2022-06-24T09:57:57.114Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 14.68MB / 55.01MB 0.4s [2022-06-24T09:57:57.114Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 5.16MB / 5.16MB 0.4s done [2022-06-24T09:57:57.373Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 17.73MB / 55.01MB 0.5s [2022-06-24T09:57:57.373Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0B / 10.88MB 0.5s [2022-06-24T09:57:57.373Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 22.02MB / 55.01MB 0.6s [2022-06-24T09:57:57.373Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 4.19MB / 10.88MB 0.6s [2022-06-24T09:57:57.373Z] #11 ... [2022-06-24T09:57:57.373Z] [2022-06-24T09:57:57.373Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-24T09:57:57.373Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-24T09:57:57.373Z] #56 DONE 0.0s [2022-06-24T09:57:57.373Z] [2022-06-24T09:57:57.373Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:57:57.373Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:57:57.373Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 5.24MB / 10.88MB 0.7s [2022-06-24T09:57:57.632Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 26.08MB / 55.01MB 0.8s [2022-06-24T09:57:57.632Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 8.39MB / 10.88MB 0.8s [2022-06-24T09:57:57.632Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 0B / 54.58MB 0.8s [2022-06-24T09:57:57.632Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 0.9s [2022-06-24T09:57:57.890Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 29.36MB / 55.01MB 1.0s [2022-06-24T09:57:57.890Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 36.70MB / 55.01MB 1.2s [2022-06-24T09:57:57.890Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 1.0s done [2022-06-24T09:57:57.890Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 4.19MB / 54.58MB 1.2s [2022-06-24T09:57:57.890Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 3.15MB / 85.88MB 1.2s [2022-06-24T09:57:58.149Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 8.39MB / 54.58MB 1.4s [2022-06-24T09:57:58.407Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 42.99MB / 55.01MB 1.5s [2022-06-24T09:57:58.407Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 11.53MB / 54.58MB 1.5s [2022-06-24T09:57:58.407Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 9.44MB / 85.88MB 1.5s [2022-06-24T09:57:58.407Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 46.14MB / 55.01MB 1.6s [2022-06-24T09:57:58.408Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 14.68MB / 54.58MB 1.6s [2022-06-24T09:57:58.667Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 49.09MB / 55.01MB 1.7s [2022-06-24T09:57:58.667Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 17.75MB / 54.58MB 1.7s [2022-06-24T09:57:58.667Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 54.07MB / 55.01MB 1.9s [2022-06-24T09:57:58.667Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 20.97MB / 54.58MB 1.9s [2022-06-24T09:57:58.667Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 18.14MB / 85.88MB 1.9s [2022-06-24T09:57:58.667Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 22.70MB / 85.88MB 2.0s [2022-06-24T09:57:58.927Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 24.12MB / 54.58MB 2.1s [2022-06-24T09:57:59.194Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 31.46MB / 54.58MB 2.3s [2022-06-24T09:57:59.194Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 33.55MB / 85.88MB 2.3s [2022-06-24T09:57:59.194Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 34.62MB / 54.58MB 2.5s [2022-06-24T09:57:59.457Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 2.5s done [2022-06-24T09:57:59.457Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 37.75MB / 54.58MB 2.8s [2022-06-24T09:57:59.457Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 39.85MB / 85.88MB 2.8s [2022-06-24T09:57:59.457Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 0B / 141.75MB 2.8s [2022-06-24T09:57:59.726Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 45.16MB / 54.58MB 3.1s [2022-06-24T09:57:59.726Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 46.14MB / 85.88MB 3.1s [2022-06-24T09:57:59.726Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 [2022-06-24T09:58:00.000Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 52.43MB / 54.58MB 3.3s [2022-06-24T09:58:00.000Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 54.53MB / 85.88MB 3.3s [2022-06-24T09:58:00.000Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 13.84MB / 141.75MB 3.3s [2022-06-24T09:58:00.259Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 67.11MB / 85.88MB 3.6s [2022-06-24T09:58:00.521Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 74.45MB / 85.88MB 3.7s [2022-06-24T09:58:00.521Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 24.12MB / 141.75MB 3.7s [2022-06-24T09:58:00.781Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 54.58MB / 54.58MB 3.9s done [2022-06-24T09:58:00.781Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 80.74MB / 85.88MB 3.9s [2022-06-24T09:58:00.781Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 31.46MB / 141.75MB 3.9s [2022-06-24T09:58:00.781Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 0B / 156B 4.0s [2022-06-24T09:58:01.042Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 85.88MB / 85.88MB 4.2s [2022-06-24T09:58:01.042Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 40.89MB / 141.75MB 4.2s [2022-06-24T09:58:01.042Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 4.0s done [2022-06-24T09:58:01.042Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 51.78MB / 141.75MB 4.4s [2022-06-24T09:58:01.622Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 62.91MB / 141.75MB 4.9s [2022-06-24T09:58:01.882Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 85.88MB / 85.88MB 4.9s done [2022-06-24T09:58:01.882Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 70.25MB / 141.75MB 5.1s [2022-06-24T09:58:02.452Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 78.64MB / 141.75MB 5.6s [2022-06-24T09:58:02.710Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 87.03MB / 141.75MB 5.8s [2022-06-24T09:58:02.710Z] #11 ... [2022-06-24T09:58:02.710Z] [2022-06-24T09:58:02.710Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:58:02.710Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-24T09:58:02.710Z] #78 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-24T09:58:02.710Z] #78 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-24T09:58:02.710Z] #78 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-24T09:58:02.710Z] #78 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-24T09:58:02.710Z] #78 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2022-06-24T09:58:02.710Z] #78 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.9s done [2022-06-24T09:58:02.710Z] #78 DONE 6.1s [2022-06-24T09:58:02.710Z] [2022-06-24T09:58:02.710Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:58:02.711Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:58:02.711Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 100.66MB / 141.75MB 6.0s [2022-06-24T09:58:02.711Z] #11 ... [2022-06-24T09:58:02.711Z] [2022-06-24T09:58:02.711Z] #31 [internal] load build context [2022-06-24T09:58:02.711Z] #31 sha256:d23d929d2b0785acaa693af0756b742f9c3c7c6cf48dfc7afd83b15af2757905 [2022-06-24T09:58:02.711Z] #31 transferring context: 29.98MB 6.2s [2022-06-24T09:58:02.711Z] #31 ... [2022-06-24T09:58:02.711Z] [2022-06-24T09:58:02.711Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:58:02.711Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:58:02.968Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 110.21MB / 141.75MB 6.3s [2022-06-24T09:58:03.536Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 118.49MB / 141.75MB 6.7s [2022-06-24T09:58:04.104Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 131.07MB / 141.75MB 7.3s [2022-06-24T09:58:04.362Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 138.39MB / 141.75MB 7.7s [2022-06-24T09:58:05.068Z] Client: [2022-06-24T09:58:05.068Z] Context: default [2022-06-24T09:58:05.068Z] Debug Mode: false [2022-06-24T09:58:05.068Z] Plugins: [2022-06-24T09:58:05.068Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-24T09:58:05.068Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-24T09:58:05.068Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-24T09:58:05.068Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-24T09:58:05.068Z] [2022-06-24T09:58:05.068Z] Server: [2022-06-24T09:58:05.068Z] Containers: 0 [2022-06-24T09:58:05.068Z] Running: 0 [2022-06-24T09:58:05.068Z] Paused: 0 [2022-06-24T09:58:05.068Z] Stopped: 0 [2022-06-24T09:58:05.068Z] Images: 0 [2022-06-24T09:58:05.068Z] Server Version: 20.10.14 [2022-06-24T09:58:05.068Z] Storage Driver: overlay2 [2022-06-24T09:58:05.068Z] Backing Filesystem: extfs [2022-06-24T09:58:05.068Z] Supports d_type: true [2022-06-24T09:58:05.068Z] Native Overlay Diff: true [2022-06-24T09:58:05.068Z] userxattr: false [2022-06-24T09:58:05.068Z] Logging Driver: json-file [2022-06-24T09:58:05.068Z] Cgroup Driver: cgroupfs [2022-06-24T09:58:05.068Z] Cgroup Version: 1 [2022-06-24T09:58:05.068Z] Plugins: [2022-06-24T09:58:05.068Z] Volume: local [2022-06-24T09:58:05.068Z] Network: bridge host ipvlan macvlan null overlay [2022-06-24T09:58:05.068Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-24T09:58:05.068Z] Swarm: inactive [2022-06-24T09:58:05.068Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-24T09:58:05.068Z] Default Runtime: runc [2022-06-24T09:58:05.068Z] Init Binary: docker-init [2022-06-24T09:58:05.068Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-24T09:58:05.068Z] runc version: v1.0.3-0-gf46b6ba [2022-06-24T09:58:05.068Z] init version: de40ad0 [2022-06-24T09:58:05.068Z] Security Options: [2022-06-24T09:58:05.068Z] apparmor [2022-06-24T09:58:05.068Z] seccomp [2022-06-24T09:58:05.068Z] Profile: default [2022-06-24T09:58:05.068Z] Kernel Version: 5.4.0-1071-aws [2022-06-24T09:58:05.068Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-24T09:58:05.068Z] OSType: linux [2022-06-24T09:58:05.068Z] Architecture: x86_64 [2022-06-24T09:58:05.068Z] CPUs: 8 [2022-06-24T09:58:05.068Z] Total Memory: 30.91GiB [2022-06-24T09:58:05.068Z] Name: ip-10-100-113-173 [2022-06-24T09:58:05.068Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-24T09:58:05.068Z] Docker Root Dir: /var/lib/docker [2022-06-24T09:58:05.068Z] Debug Mode: false [2022-06-24T09:58:05.068Z] Registry: https://index.docker.io/v1/ [2022-06-24T09:58:05.068Z] Labels: [2022-06-24T09:58:05.068Z] Experimental: true [2022-06-24T09:58:05.068Z] Insecure Registries: [2022-06-24T09:58:05.068Z] 127.0.0.0/8 [2022-06-24T09:58:05.068Z] Live Restore Enabled: true [2022-06-24T09:58:05.068Z] [2022-06-24T09:58:05.068Z] WARNING: No swap limit support [Pipeline] sh [2022-06-24T09:58:05.297Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 5.3s [2022-06-24T09:58:05.346Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-24T09:58:05.346Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-24T09:58:05.347Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43622/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-24T09:58:05.347Z] + bash /home/ubuntu/workspace/moby_PR-43622/check-config.sh [2022-06-24T09:58:05.347Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-24T09:58:05.347Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-24T09:58:05.347Z] [2022-06-24T09:58:05.347Z] Generally Necessary: [2022-06-24T09:58:05.347Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-24T09:58:05.347Z] - apparmor: enabled and tools installed [2022-06-24T09:58:05.347Z] - CONFIG_NAMESPACES: enabled [2022-06-24T09:58:05.347Z] - CONFIG_NET_NS: enabled [2022-06-24T09:58:05.347Z] - CONFIG_PID_NS: enabled [2022-06-24T09:58:05.347Z] - CONFIG_IPC_NS: enabled [2022-06-24T09:58:05.347Z] - CONFIG_UTS_NS: enabled [2022-06-24T09:58:05.347Z] - CONFIG_CGROUPS: enabled [2022-06-24T09:58:05.347Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-24T09:58:05.347Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-24T09:58:05.347Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-24T09:58:05.347Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-24T09:58:05.347Z] - CONFIG_CPUSETS: enabled [2022-06-24T09:58:05.347Z] - CONFIG_MEMCG: enabled [2022-06-24T09:58:05.347Z] - CONFIG_KEYS: enabled [2022-06-24T09:58:05.347Z] - CONFIG_VETH: enabled (as module) [2022-06-24T09:58:05.347Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-24T09:58:05.347Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-24T09:58:05.347Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-24T09:58:05.347Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-24T09:58:05.347Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-24T09:58:05.347Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-24T09:58:05.347Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-24T09:58:05.347Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-24T09:58:05.347Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-24T09:58:05.347Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-24T09:58:05.347Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-24T09:58:05.347Z] - CONFIG_CGROUP_BPF: enabled [2022-06-24T09:58:05.347Z] [2022-06-24T09:58:05.347Z] Optional Features: [2022-06-24T09:58:05.347Z] - CONFIG_USER_NS: enabled [2022-06-24T09:58:05.347Z] - CONFIG_SECCOMP: enabled [2022-06-24T09:58:05.347Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-24T09:58:05.605Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-24T09:58:05.605Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-24T09:58:05.605Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-24T09:58:05.605Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-24T09:58:05.605Z] - CONFIG_BLK_CGROUP: enabled [2022-06-24T09:58:05.605Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-24T09:58:05.605Z] - CONFIG_CGROUP_PERF: enabled [2022-06-24T09:58:05.605Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-24T09:58:05.605Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-24T09:58:05.605Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-24T09:58:05.605Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-24T09:58:05.605Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-24T09:58:05.605Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-24T09:58:05.605Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-24T09:58:05.605Z] - CONFIG_IP_VS: enabled (as module) [2022-06-24T09:58:05.605Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-24T09:58:05.605Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-24T09:58:05.605Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-24T09:58:05.605Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-24T09:58:05.605Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-24T09:58:05.605Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-24T09:58:05.605Z] - CONFIG_EXT4_FS: enabled [2022-06-24T09:58:05.605Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-24T09:58:05.605Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-24T09:58:05.605Z] - Network Drivers: [2022-06-24T09:58:05.605Z] - "overlay": [2022-06-24T09:58:05.605Z] - CONFIG_VXLAN: enabled (as module) [2022-06-24T09:58:05.605Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-24T09:58:05.605Z] Optional (for encrypted networks): [2022-06-24T09:58:05.605Z] - CONFIG_CRYPTO: enabled [2022-06-24T09:58:05.605Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-24T09:58:05.605Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-24T09:58:05.605Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-24T09:58:05.605Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-24T09:58:05.605Z] - CONFIG_XFRM: enabled [2022-06-24T09:58:05.605Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-24T09:58:05.605Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-24T09:58:05.605Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-24T09:58:05.605Z] - "ipvlan": [2022-06-24T09:58:05.605Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-24T09:58:05.605Z] - "macvlan": [2022-06-24T09:58:05.605Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-24T09:58:05.605Z] - CONFIG_DUMMY: enabled (as module) [2022-06-24T09:58:05.605Z] - "ftp,tftp client in container": [2022-06-24T09:58:05.605Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-24T09:58:05.605Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-24T09:58:05.605Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-24T09:58:05.605Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-24T09:58:05.605Z] - Storage Drivers: [2022-06-24T09:58:05.605Z] - "aufs": [2022-06-24T09:58:05.605Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-24T09:58:05.605Z] - "btrfs": [2022-06-24T09:58:05.605Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-24T09:58:05.605Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-24T09:58:05.605Z] - "devicemapper": [2022-06-24T09:58:05.863Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-24T09:58:05.863Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-24T09:58:05.863Z] - "overlay": [2022-06-24T09:58:05.863Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-24T09:58:05.863Z] - "zfs": [2022-06-24T09:58:05.863Z] - /dev/zfs: present [2022-06-24T09:58:05.863Z] - zfs command: missing [2022-06-24T09:58:05.863Z] - zpool command: missing [2022-06-24T09:58:05.863Z] [2022-06-24T09:58:05.863Z] Limits: [2022-06-24T09:58:05.863Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-24T09:58:05.863Z] [2022-06-24T09:58:05.863Z] + true [2022-06-24T09:58:05.868Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 141.75MB / 141.75MB 8.8s done [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-24T09:58:06.157Z] #11 ... [2022-06-24T09:58:06.158Z] [2022-06-24T09:58:06.158Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:58:06.158Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-24T09:58:06.158Z] #80 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-24T09:58:06.158Z] #80 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-24T09:58:06.158Z] #80 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-24T09:58:06.158Z] #80 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-24T09:58:06.158Z] #80 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.1s done [2022-06-24T09:58:06.158Z] #80 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.8s done [2022-06-24T09:58:06.158Z] #80 DONE 9.6s [2022-06-24T09:58:06.183Z] + sudo modprobe ip_vs [2022-06-24T09:58:06.183Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:56a20dbc19786633f605d3871f5242d8e0f1be5a . [2022-06-24T09:58:06.415Z] [2022-06-24T09:58:06.415Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-24T09:58:06.415Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-24T09:58:06.441Z] #1 [internal] load build definition from Dockerfile [2022-06-24T09:58:06.441Z] #1 sha256:ba59a2afe4980b07ccd132ffbfd34c4a7de18becef5ee2bea25916c53f6436dd [2022-06-24T09:58:06.441Z] #1 transferring dockerfile: [2022-06-24T09:58:06.676Z] #79 ... [2022-06-24T09:58:06.676Z] [2022-06-24T09:58:06.676Z] #31 [internal] load build context [2022-06-24T09:58:06.676Z] #31 sha256:d23d929d2b0785acaa693af0756b742f9c3c7c6cf48dfc7afd83b15af2757905 [2022-06-24T09:58:06.676Z] #31 transferring context: 61.32MB 9.7s done [2022-06-24T09:58:06.676Z] #31 DONE 10.0s [2022-06-24T09:58:06.676Z] [2022-06-24T09:58:06.676Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:58:06.676Z] #35 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:58:06.676Z] #35 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 0.0s done [2022-06-24T09:58:06.676Z] #35 sha256:9a67b70d0ba1d7c7690f917eedd8d24974dd8fd493205368b1e555a90c954208 529B / 529B done [2022-06-24T09:58:06.676Z] #35 sha256:d2780094a226c21142d0ee4dbfaf11bb53bd569fc9e0b7d261e43de0954c9958 1.46kB / 1.46kB done [2022-06-24T09:58:06.676Z] #35 sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 1.85kB / 1.85kB done [2022-06-24T09:58:06.676Z] #35 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 2.5s done [2022-06-24T09:58:06.699Z] #1 transferring dockerfile: 18.90kB done [2022-06-24T09:58:06.699Z] #1 DONE 0.2s [2022-06-24T09:58:06.699Z] [2022-06-24T09:58:06.699Z] #2 [internal] load .dockerignore [2022-06-24T09:58:06.699Z] #2 sha256:6ef34d341e626b74f6b5bce28de04f647fa50b65eb7ebc0c688646d9de7c5b09 [2022-06-24T09:58:06.699Z] #2 transferring context: 145B done [2022-06-24T09:58:06.699Z] #2 DONE 0.1s [2022-06-24T09:58:06.699Z] [2022-06-24T09:58:06.699Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-24T09:58:06.699Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-24T09:58:06.934Z] #35 ... [2022-06-24T09:58:06.934Z] [2022-06-24T09:58:06.934Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-24T09:58:06.934Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-24T09:58:06.934Z] #79 DONE 0.6s [2022-06-24T09:58:06.934Z] [2022-06-24T09:58:06.934Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:58:06.934Z] #35 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:58:06.934Z] #35 ... [2022-06-24T09:58:06.934Z] [2022-06-24T09:58:06.934Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-24T09:58:06.934Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-24T09:58:07.634Z] #3 DONE 1.1s [2022-06-24T09:58:07.634Z] [2022-06-24T09:58:07.634Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-24T09:58:07.634Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-24T09:58:07.634Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-24T09:58:07.634Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-24T09:58:07.634Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-24T09:58:07.634Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-24T09:58:07.634Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-24T09:58:07.873Z] #81 DONE 0.8s [2022-06-24T09:58:07.873Z] [2022-06-24T09:58:07.873Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:58:07.873Z] #35 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:58:07.892Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-24T09:58:07.892Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-24T09:58:08.150Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-06-24T09:58:08.150Z] #4 DONE 0.5s [2022-06-24T09:58:08.408Z] [2022-06-24T09:58:08.408Z] #5 [internal] load .dockerignore [2022-06-24T09:58:08.408Z] #5 sha256:86022587eda8b3d0520b7d944b40a52953700cd4a1a303022c2dfb517dc578a7 [2022-06-24T09:58:08.408Z] #5 DONE 0.0s [2022-06-24T09:58:08.408Z] [2022-06-24T09:58:08.408Z] #6 [internal] load build definition from Dockerfile [2022-06-24T09:58:08.408Z] #6 sha256:bdd80de8239804c58170544daeccc5425040bd3e9e3d0a0d4b8147d7231a7235 [2022-06-24T09:58:08.408Z] #6 DONE 0.0s [2022-06-24T09:58:08.408Z] [2022-06-24T09:58:08.408Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-24T09:58:08.408Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-24T09:58:08.974Z] #10 ... [2022-06-24T09:58:08.974Z] [2022-06-24T09:58:08.974Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-24T09:58:08.974Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-24T09:58:08.974Z] #9 DONE 0.8s [2022-06-24T09:58:09.232Z] [2022-06-24T09:58:09.232Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-24T09:58:09.232Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-24T09:58:09.232Z] #7 DONE 0.9s [2022-06-24T09:58:09.232Z] [2022-06-24T09:58:09.232Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-24T09:58:09.232Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-24T09:58:09.232Z] #10 DONE 0.9s [2022-06-24T09:58:09.232Z] [2022-06-24T09:58:09.232Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-24T09:58:09.232Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-24T09:58:09.232Z] #8 DONE 0.9s [2022-06-24T09:58:09.776Z] #35 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 9.7s done [2022-06-24T09:58:09.776Z] #35 DONE 13.2s [2022-06-24T09:58:09.776Z] [2022-06-24T09:58:09.776Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-24T09:58:09.776Z] #36 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-24T09:58:10.713Z] #36 0.880 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:58:10.713Z] #36 0.895 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:58:10.713Z] #36 0.895 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:58:10.713Z] #36 1.045 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T09:58:10.973Z] #36 1.267 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T09:58:11.132Z] [2022-06-24T09:58:11.132Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:58:11.132Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:58:11.132Z] #28 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 0.0s done [2022-06-24T09:58:11.132Z] #28 sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 1.85kB / 1.85kB done [2022-06-24T09:58:11.132Z] #28 sha256:9a67b70d0ba1d7c7690f917eedd8d24974dd8fd493205368b1e555a90c954208 529B / 529B done [2022-06-24T09:58:11.132Z] #28 sha256:d2780094a226c21142d0ee4dbfaf11bb53bd569fc9e0b7d261e43de0954c9958 1.46kB / 1.46kB done [2022-06-24T09:58:11.132Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 9.44MB / 55.01MB 0.3s [2022-06-24T09:58:11.252Z] #36 1.550 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T09:58:11.394Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 23.07MB / 55.01MB 0.4s [2022-06-24T09:58:11.394Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 33.55MB / 55.01MB 0.5s [2022-06-24T09:58:11.659Z] #28 ... [2022-06-24T09:58:11.659Z] [2022-06-24T09:58:11.659Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-24T09:58:11.659Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-24T09:58:11.659Z] #49 DONE 0.0s [2022-06-24T09:58:11.659Z] [2022-06-24T09:58:11.659Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:58:11.659Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:58:11.659Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 44.04MB / 55.01MB 0.6s [2022-06-24T09:58:11.659Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 53.48MB / 55.01MB 0.7s [2022-06-24T09:58:12.231Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 1.2s done [2022-06-24T09:58:12.490Z] #28 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 0.1s [2022-06-24T09:58:12.490Z] #28 ... [2022-06-24T09:58:12.490Z] [2022-06-24T09:58:12.490Z] #24 [internal] load build context [2022-06-24T09:58:12.490Z] #24 sha256:65724ff61339ca50db60605e16f76bf684ea46bb195c51f13db191665ba8f881 [2022-06-24T09:58:12.490Z] #24 transferring context: 61.32MB 1.2s done [2022-06-24T09:58:12.490Z] #24 DONE 1.7s [2022-06-24T09:58:12.749Z] [2022-06-24T09:58:12.749Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:58:12.749Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:58:12.749Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f 0.0s done [2022-06-24T09:58:12.750Z] #11 sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f 1.86kB / 1.86kB done [2022-06-24T09:58:12.750Z] #11 sha256:ea66badd7cf7b734e2484a1905b6545bd944ef3bdeea18be833db3e2219f1153 1.80kB / 1.80kB done [2022-06-24T09:58:12.750Z] #11 sha256:46ae95f04a69e0161c554c17bc6b72b3e4851f3c9424a837e6c7fd2269e05cdb 7.10kB / 7.10kB done [2022-06-24T09:58:12.750Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 5.16MB / 5.16MB 0.2s done [2022-06-24T09:58:12.750Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 0.5s done [2022-06-24T09:58:12.750Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 1.2s done [2022-06-24T09:58:12.750Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 54.58MB / 54.58MB 1.7s done [2022-06-24T09:58:12.750Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 85.88MB / 85.88MB 1.7s [2022-06-24T09:58:12.750Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 1.8s [2022-06-24T09:58:12.750Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 6.29MB / 141.75MB 1.9s [2022-06-24T09:58:13.008Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 26.21MB / 141.75MB 2.1s [2022-06-24T09:58:13.008Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 35.65MB / 141.75MB 2.2s [2022-06-24T09:58:13.168Z] #36 3.386 Fetched 8545 kB in 3s (3092 kB/s) [2022-06-24T09:58:13.266Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 46.14MB / 141.75MB 2.3s [2022-06-24T09:58:13.267Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 55.57MB / 141.75MB 2.4s [2022-06-24T09:58:13.525Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 66.06MB / 141.75MB 2.5s [2022-06-24T09:58:13.525Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 85.88MB / 85.88MB 2.7s done [2022-06-24T09:58:13.525Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 83.89MB / 141.75MB 2.7s [2022-06-24T09:58:13.801Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 2.7s done [2022-06-24T09:58:13.801Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 95.42MB / 141.75MB 2.8s [2022-06-24T09:58:14.063Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 105.91MB / 141.75MB 2.9s [2022-06-24T09:58:14.063Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 114.29MB / 141.75MB 3.0s [2022-06-24T09:58:14.063Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 136.31MB / 141.75MB 3.2s [2022-06-24T09:58:14.160Z] #36 3.386 Reading package lists... [2022-06-24T09:58:14.322Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd [2022-06-24T09:58:14.580Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0.2s done [2022-06-24T09:58:14.726Z] #36 4.283 Reading package lists... [2022-06-24T09:58:15.293Z] #36 5.068 Building dependency tree... [2022-06-24T09:58:15.293Z] #36 5.440 The following additional packages will be installed: [2022-06-24T09:58:15.293Z] #36 5.440 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-24T09:58:15.293Z] #36 5.448 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-24T09:58:15.293Z] #36 5.448 Recommended packages: [2022-06-24T09:58:15.293Z] #36 5.448 libldap-common publicsuffix libsasl2-modules [2022-06-24T09:58:15.293Z] #36 5.629 The following NEW packages will be installed: [2022-06-24T09:58:15.293Z] #36 5.629 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-24T09:58:15.293Z] #36 5.629 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-24T09:58:15.293Z] #36 5.629 libssh2-1 openssl [2022-06-24T09:58:15.514Z] #11 ... [2022-06-24T09:58:15.514Z] [2022-06-24T09:58:15.514Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:58:15.514Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:58:15.514Z] #28 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 1.8s done [2022-06-24T09:58:15.514Z] #28 DONE 4.6s [2022-06-24T09:58:15.514Z] [2022-06-24T09:58:15.514Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:58:15.514Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-24T09:58:15.514Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-24T09:58:15.514Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-24T09:58:15.514Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-24T09:58:15.514Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-24T09:58:15.514Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.0s done [2022-06-24T09:58:15.514Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.4s done [2022-06-24T09:58:15.514Z] #71 DONE 4.6s [2022-06-24T09:58:15.514Z] [2022-06-24T09:58:15.514Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:58:15.514Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-24T09:58:15.514Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-24T09:58:15.514Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-24T09:58:15.514Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-24T09:58:15.514Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-24T09:58:15.514Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.2s done [2022-06-24T09:58:15.514Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.4s done [2022-06-24T09:58:15.514Z] #73 DONE 4.6s [2022-06-24T09:58:15.514Z] [2022-06-24T09:58:15.514Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:58:15.514Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:58:15.514Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd [2022-06-24T09:58:15.773Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0.3s done [2022-06-24T09:58:15.863Z] #36 5.910 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T09:58:15.863Z] #36 5.910 Need to get 3040 kB of archives. [2022-06-24T09:58:15.863Z] #36 5.910 After this operation, 6651 kB of additional disk space will be used. [2022-06-24T09:58:15.863Z] #36 5.910 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-24T09:58:15.863Z] #36 5.921 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-24T09:58:15.863Z] #36 5.921 Get:3 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-06-24T09:58:15.863Z] #36 5.921 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-24T09:58:15.863Z] #36 5.921 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-24T09:58:15.863Z] #36 5.949 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-24T09:58:15.863Z] #36 5.949 Get:7 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-24T09:58:15.863Z] #36 5.949 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-24T09:58:15.863Z] #36 5.949 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-24T09:58:15.863Z] #36 5.949 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-24T09:58:15.863Z] #36 5.949 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-24T09:58:15.863Z] #36 5.949 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-24T09:58:15.863Z] #36 5.955 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-24T09:58:15.863Z] #36 5.955 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-24T09:58:15.863Z] #36 5.958 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-24T09:58:16.031Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 0.1s [2022-06-24T09:58:16.130Z] #36 6.216 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T09:58:16.130Z] #36 6.268 Fetched 3040 kB in 0s (9400 kB/s) [2022-06-24T09:58:16.130Z] #36 6.284 Selecting previously unselected package openssl. [2022-06-24T09:58:16.130Z] #36 6.284 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6662 files and directories currently installed.) [2022-06-24T09:58:16.130Z] #36 6.294 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-24T09:58:16.130Z] #36 6.299 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-24T09:58:16.389Z] #36 6.446 Selecting previously unselected package ca-certificates. [2022-06-24T09:58:16.389Z] #36 6.448 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-24T09:58:16.389Z] #36 6.451 Unpacking ca-certificates (20210119) ... [2022-06-24T09:58:16.389Z] #36 6.532 Selecting previously unselected package libbrotli1:amd64. [2022-06-24T09:58:16.389Z] #36 6.532 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-24T09:58:16.389Z] #36 6.555 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-24T09:58:16.389Z] #36 6.625 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-24T09:58:16.389Z] #36 6.625 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-24T09:58:16.389Z] #36 6.630 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:58:16.389Z] #36 6.675 Selecting previously unselected package libsasl2-2:amd64. [2022-06-24T09:58:16.389Z] #36 6.675 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-24T09:58:16.648Z] #36 6.679 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:58:16.648Z] #36 6.744 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-24T09:58:16.648Z] #36 6.744 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-24T09:58:16.648Z] #36 6.750 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-24T09:58:16.648Z] #36 6.836 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-24T09:58:16.648Z] #36 6.836 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-24T09:58:16.648Z] #36 6.840 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-24T09:58:16.648Z] #36 6.903 Selecting previously unselected package libpsl5:amd64. [2022-06-24T09:58:16.648Z] #36 6.903 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-24T09:58:16.906Z] #36 6.906 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-24T09:58:16.906Z] #36 6.964 Selecting previously unselected package librtmp1:amd64. [2022-06-24T09:58:16.906Z] #36 6.964 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-24T09:58:16.906Z] #36 6.967 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-24T09:58:16.906Z] #36 7.031 Selecting previously unselected package libssh2-1:amd64. [2022-06-24T09:58:16.906Z] #36 7.031 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-24T09:58:16.906Z] #36 7.036 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-24T09:58:16.906Z] #36 7.109 Selecting previously unselected package libcurl4:amd64. [2022-06-24T09:58:16.906Z] #36 7.109 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-24T09:58:16.906Z] #36 7.114 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-24T09:58:17.165Z] #36 7.197 Selecting previously unselected package curl. [2022-06-24T09:58:17.165Z] #36 7.197 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-24T09:58:17.165Z] #36 7.197 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-24T09:58:17.165Z] #36 7.295 Selecting previously unselected package libonig5:amd64. [2022-06-24T09:58:17.165Z] #36 7.295 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-24T09:58:17.165Z] #36 7.305 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T09:58:17.165Z] #36 7.393 Selecting previously unselected package libjq1:amd64. [2022-06-24T09:58:17.165Z] #36 7.393 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-24T09:58:17.165Z] #36 7.396 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-24T09:58:17.423Z] #36 7.468 Selecting previously unselected package jq. [2022-06-24T09:58:17.423Z] #36 7.468 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-24T09:58:17.423Z] #36 7.480 Unpacking jq (1.6-2.1) ... [2022-06-24T09:58:17.423Z] #36 7.543 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-24T09:58:17.423Z] #36 7.560 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-24T09:58:17.423Z] #36 7.568 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-24T09:58:17.423Z] #36 7.577 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:58:17.423Z] #36 7.587 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-24T09:58:17.423Z] #36 7.595 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:58:17.423Z] #36 7.604 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-24T09:58:17.423Z] #36 7.615 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-24T09:58:17.423Z] #36 7.629 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T09:58:17.423Z] #36 7.639 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-24T09:58:17.423Z] #36 7.651 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-24T09:58:17.423Z] #36 ... [2022-06-24T09:58:17.423Z] [2022-06-24T09:58:17.423Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:58:17.423Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:58:17.423Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0.5s done [2022-06-24T09:58:17.423Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0.3s done [2022-06-24T09:58:17.423Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 6.4s done [2022-06-24T09:58:17.682Z] #11 ... [2022-06-24T09:58:17.682Z] [2022-06-24T09:58:17.682Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-24T09:58:17.682Z] #36 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-24T09:58:17.682Z] #36 7.661 Setting up ca-certificates (20210119) ... [2022-06-24T09:58:17.934Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 1.6s done [2022-06-24T09:58:17.934Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec [2022-06-24T09:58:18.193Z] #11 ... [2022-06-24T09:58:18.193Z] [2022-06-24T09:58:18.193Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-24T09:58:18.193Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-24T09:58:18.193Z] #72 DONE 0.6s [2022-06-24T09:58:18.193Z] [2022-06-24T09:58:18.193Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:58:18.193Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:58:18.251Z] #36 8.426 Updating certificates in /etc/ssl/certs... [2022-06-24T09:58:19.628Z] #36 9.659 129 added, 0 removed; done. [2022-06-24T09:58:19.628Z] #36 9.693 Setting up jq (1.6-2.1) ... [2022-06-24T09:58:19.628Z] #36 9.706 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-24T09:58:19.628Z] #36 9.715 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-24T09:58:19.628Z] #36 9.726 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T09:58:19.628Z] #36 9.745 Processing triggers for ca-certificates (20210119) ... [2022-06-24T09:58:19.628Z] #36 9.762 Updating certificates in /etc/ssl/certs... [2022-06-24T09:58:20.096Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 2.0s done [2022-06-24T09:58:20.355Z] #11 ... [2022-06-24T09:58:20.355Z] [2022-06-24T09:58:20.355Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-24T09:58:20.355Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-24T09:58:20.355Z] #74 DONE 2.1s [2022-06-24T09:58:20.355Z] [2022-06-24T09:58:20.355Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:58:20.355Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:58:20.355Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 [2022-06-24T09:58:20.564Z] #36 10.68 0 added, 0 removed; done. [2022-06-24T09:58:20.564Z] #36 10.68 Running hooks in /etc/ca-certificates/update.d... [2022-06-24T09:58:20.564Z] #36 10.69 done. [2022-06-24T09:58:23.095Z] #36 DONE 13.1s [2022-06-24T09:58:23.095Z] [2022-06-24T09:58:23.095Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-24T09:58:23.095Z] #37 sha256:f03213c749889c739db077536aa44183144c1d2ce024e1939a05c3dc1ed08e65 [2022-06-24T09:58:23.095Z] #37 DONE 0.3s [2022-06-24T09:58:23.095Z] [2022-06-24T09:58:23.095Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:58:23.095Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:58:23.095Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 5.3s [2022-06-24T09:58:24.034Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 6.0s done [2022-06-24T09:58:24.293Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 0.1s [2022-06-24T09:58:24.543Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 4.0s done [2022-06-24T09:58:24.543Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 [2022-06-24T09:58:24.543Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 done [2022-06-24T09:58:24.801Z] #11 DONE 13.9s [2022-06-24T09:58:24.801Z] [2022-06-24T09:58:24.801Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-24T09:58:24.801Z] #12 sha256:7c6574023ef3d3b21511a34e6c1cc3c8d423ac7f3e49038c328d9bf1b0af46fa [2022-06-24T09:58:25.367Z] #12 ... [2022-06-24T09:58:25.367Z] [2022-06-24T09:58:25.367Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-24T09:58:25.367Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-24T09:58:25.367Z] #29 2.803 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:58:25.367Z] #29 2.804 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:58:25.367Z] #29 2.812 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:58:25.367Z] #29 2.916 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T09:58:25.367Z] #29 3.131 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T09:58:25.367Z] #29 3.170 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T09:58:25.367Z] #29 4.485 Fetched 8545 kB in 2s (4400 kB/s) [2022-06-24T09:58:25.367Z] #29 4.485 Reading package lists... [2022-06-24T09:58:25.367Z] #29 5.094 Reading package lists... [2022-06-24T09:58:25.367Z] #29 5.759 Building dependency tree... [2022-06-24T09:58:25.367Z] #29 6.056 The following additional packages will be installed: [2022-06-24T09:58:25.367Z] #29 6.056 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-24T09:58:25.367Z] #29 6.057 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-24T09:58:25.367Z] #29 6.058 Recommended packages: [2022-06-24T09:58:25.367Z] #29 6.058 libldap-common publicsuffix libsasl2-modules [2022-06-24T09:58:25.367Z] #29 6.168 The following NEW packages will be installed: [2022-06-24T09:58:25.367Z] #29 6.169 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-24T09:58:25.367Z] #29 6.169 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-24T09:58:25.367Z] #29 6.169 libssh2-1 openssl [2022-06-24T09:58:25.367Z] #29 6.442 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T09:58:25.367Z] #29 6.442 Need to get 3040 kB of archives. [2022-06-24T09:58:25.367Z] #29 6.442 After this operation, 6651 kB of additional disk space will be used. [2022-06-24T09:58:25.367Z] #29 6.442 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-24T09:58:25.367Z] #29 6.442 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-24T09:58:25.367Z] #29 6.446 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-24T09:58:25.367Z] #29 6.448 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-06-24T09:58:25.367Z] #29 6.449 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-24T09:58:25.367Z] #29 6.449 Get:6 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-24T09:58:25.367Z] #29 6.449 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-24T09:58:25.367Z] #29 6.450 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-24T09:58:25.367Z] #29 6.450 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-24T09:58:25.367Z] #29 6.451 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-24T09:58:25.367Z] #29 6.479 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-24T09:58:25.367Z] #29 6.479 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-24T09:58:25.367Z] #29 6.479 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-24T09:58:25.367Z] #29 6.479 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-24T09:58:25.367Z] #29 6.479 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-24T09:58:25.367Z] #29 6.644 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T09:58:25.367Z] #29 6.672 Fetched 3040 kB in 0s (9976 kB/s) [2022-06-24T09:58:25.367Z] #29 6.691 Selecting previously unselected package openssl. [2022-06-24T09:58:25.367Z] #29 6.691 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6662 files and directories currently installed.) [2022-06-24T09:58:25.367Z] #29 6.696 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-24T09:58:25.367Z] #29 6.699 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-24T09:58:25.367Z] #29 6.800 Selecting previously unselected package ca-certificates. [2022-06-24T09:58:25.367Z] #29 6.801 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-24T09:58:25.367Z] #29 6.805 Unpacking ca-certificates (20210119) ... [2022-06-24T09:58:25.367Z] #29 6.931 Selecting previously unselected package libbrotli1:amd64. [2022-06-24T09:58:25.367Z] #29 6.932 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-24T09:58:25.367Z] #29 6.939 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-24T09:58:25.367Z] #29 6.990 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-24T09:58:25.367Z] #29 6.992 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-24T09:58:25.367Z] #29 6.995 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:58:25.367Z] #29 7.034 Selecting previously unselected package libsasl2-2:amd64. [2022-06-24T09:58:25.367Z] #29 7.035 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-24T09:58:25.367Z] #29 7.038 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:58:25.367Z] #29 7.077 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-24T09:58:25.367Z] #29 7.077 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-24T09:58:25.367Z] #29 7.080 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-24T09:58:25.367Z] #29 7.133 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-24T09:58:25.367Z] #29 7.135 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-24T09:58:25.367Z] #29 7.138 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-24T09:58:25.367Z] #29 7.241 Selecting previously unselected package libpsl5:amd64. [2022-06-24T09:58:25.367Z] #29 7.242 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-24T09:58:25.367Z] #29 7.245 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-24T09:58:25.367Z] #29 7.281 Selecting previously unselected package librtmp1:amd64. [2022-06-24T09:58:25.367Z] #29 7.283 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-24T09:58:25.367Z] #29 7.286 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-24T09:58:25.367Z] #29 7.325 Selecting previously unselected package libssh2-1:amd64. [2022-06-24T09:58:25.367Z] #29 7.326 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-24T09:58:25.367Z] #29 7.329 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-24T09:58:25.367Z] #29 7.374 Selecting previously unselected package libcurl4:amd64. [2022-06-24T09:58:25.367Z] #29 7.375 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-24T09:58:25.367Z] #29 7.378 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-24T09:58:25.367Z] #29 7.431 Selecting previously unselected package curl. [2022-06-24T09:58:25.367Z] #29 7.432 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-24T09:58:25.367Z] #29 7.436 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-24T09:58:25.367Z] #29 7.488 Selecting previously unselected package libonig5:amd64. [2022-06-24T09:58:25.367Z] #29 7.490 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-24T09:58:25.367Z] #29 7.493 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T09:58:25.367Z] #29 7.549 Selecting previously unselected package libjq1:amd64. [2022-06-24T09:58:25.367Z] #29 7.550 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-24T09:58:25.367Z] #29 7.554 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-24T09:58:25.367Z] #29 7.596 Selecting previously unselected package jq. [2022-06-24T09:58:25.367Z] #29 7.598 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-24T09:58:25.367Z] #29 7.602 Unpacking jq (1.6-2.1) ... [2022-06-24T09:58:25.367Z] #29 7.685 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-24T09:58:25.367Z] #29 7.695 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-24T09:58:25.367Z] #29 7.708 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-24T09:58:25.367Z] #29 7.719 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:58:25.367Z] #29 7.729 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-24T09:58:25.367Z] #29 7.740 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:58:25.367Z] #29 7.751 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-24T09:58:25.367Z] #29 7.761 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-24T09:58:25.367Z] #29 7.775 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T09:58:25.367Z] #29 7.786 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-24T09:58:25.367Z] #29 7.801 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-24T09:58:25.367Z] #29 7.810 Setting up ca-certificates (20210119) ... [2022-06-24T09:58:25.367Z] #29 8.296 Updating certificates in /etc/ssl/certs... [2022-06-24T09:58:25.367Z] #29 8.925 129 added, 0 removed; done. [2022-06-24T09:58:25.367Z] #29 8.986 Setting up jq (1.6-2.1) ... [2022-06-24T09:58:25.367Z] #29 9.001 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-24T09:58:25.367Z] #29 9.012 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-24T09:58:25.367Z] #29 9.023 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T09:58:25.367Z] #29 9.041 Processing triggers for ca-certificates (20210119) ... [2022-06-24T09:58:25.367Z] #29 9.048 Updating certificates in /etc/ssl/certs... [2022-06-24T09:58:25.367Z] #29 9.399 0 added, 0 removed; done. [2022-06-24T09:58:25.367Z] #29 9.399 Running hooks in /etc/ca-certificates/update.d... [2022-06-24T09:58:25.367Z] #29 9.400 done. [2022-06-24T09:58:25.933Z] #29 ... [2022-06-24T09:58:25.933Z] [2022-06-24T09:58:25.933Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-24T09:58:25.933Z] #12 sha256:7c6574023ef3d3b21511a34e6c1cc3c8d423ac7f3e49038c328d9bf1b0af46fa [2022-06-24T09:58:25.933Z] #12 DONE 1.1s [2022-06-24T09:58:25.933Z] [2022-06-24T09:58:25.933Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-24T09:58:25.933Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-24T09:58:25.933Z] #29 DONE 10.4s [2022-06-24T09:58:25.933Z] [2022-06-24T09:58:25.933Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-24T09:58:25.933Z] #30 sha256:15babaa9328cf04d231caa30524fd17643946bee1a0cdb7ecf7964208f3478d4 [2022-06-24T09:58:25.933Z] #30 DONE 0.0s [2022-06-24T09:58:25.933Z] [2022-06-24T09:58:25.933Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T09:58:25.933Z] #31 sha256:862f58936621544eea02050f5d6fd402cfe4ca765902ae61792a86c5bed1305a [2022-06-24T09:58:26.499Z] #31 ... [2022-06-24T09:58:26.499Z] [2022-06-24T09:58:26.499Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-06-24T09:58:26.499Z] #13 sha256:2c7f01d70f8f1c36ff2a9775d94c51853119137998f8b72221dc2fadcf6b82ef [2022-06-24T09:58:26.499Z] #13 DONE 0.6s [2022-06-24T09:58:26.759Z] [2022-06-24T09:58:26.759Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-24T09:58:26.759Z] #46 sha256:6159a09b2dd95df77a28665a2dd5b2cb36f4caadaf80f1cca7ef2e5bf582292c [2022-06-24T09:58:26.759Z] #46 DONE 0.1s [2022-06-24T09:58:26.759Z] [2022-06-24T09:58:26.759Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-06-24T09:58:26.759Z] #50 sha256:c4bff49a7d5be28197a70f511bae45be591259d289cd9d805ebeee7ad3923b1d [2022-06-24T09:58:26.759Z] #50 DONE 0.1s [2022-06-24T09:58:26.759Z] [2022-06-24T09:58:26.759Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-24T09:58:26.759Z] #33 sha256:83f5f41291b4b093c00e963fa68ecfb21619377dc1b96869b4d7e03d85f0906b [2022-06-24T09:58:26.759Z] #33 DONE 0.2s [2022-06-24T09:58:26.759Z] [2022-06-24T09:58:26.759Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-24T09:58:26.759Z] #66 sha256:c262616298bc1accb12cd528486592804fac933d8945cd417b67b17b05ac7fa3 [2022-06-24T09:58:26.759Z] #66 DONE 0.2s [2022-06-24T09:58:26.759Z] [2022-06-24T09:58:26.759Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-24T09:58:26.759Z] #25 sha256:d435d61b92d17235e0bea1f3119723255c3598605f85aaf63e7e71e36b329724 [2022-06-24T09:58:26.759Z] #25 DONE 0.2s [2022-06-24T09:58:26.759Z] [2022-06-24T09:58:26.759Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T09:58:26.759Z] #26 sha256:97e2a707ef602159582aa4008fcdaa16ca5f4665798648b43caa2ffb7f079424 [2022-06-24T09:58:28.139Z] #26 1.427 + RM_GOPATH=0 [2022-06-24T09:58:28.139Z] #26 1.427 + TMP_GOPATH= [2022-06-24T09:58:28.139Z] #26 1.427 + : /build [2022-06-24T09:58:28.139Z] #26 1.427 + '[' -z '' ']' [2022-06-24T09:58:28.139Z] #26 1.428 ++ mktemp -d [2022-06-24T09:58:28.139Z] #26 1.431 + export GOPATH=/tmp/tmp.n1MnCWtMb6 [2022-06-24T09:58:28.139Z] #26 1.431 + GOPATH=/tmp/tmp.n1MnCWtMb6 [2022-06-24T09:58:28.139Z] #26 1.431 + RM_GOPATH=1 [2022-06-24T09:58:28.139Z] #26 1.431 + case "$(go env GOARCH)" in [2022-06-24T09:58:28.139Z] #26 1.431 ++ go env GOARCH [2022-06-24T09:58:28.139Z] #26 1.436 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T09:58:28.139Z] #26 1.436 + GO_BUILDMODE=-buildmode=pie [2022-06-24T09:58:28.139Z] #26 1.440 ++ dirname /install.sh [2022-06-24T09:58:28.139Z] #26 1.442 + dir=/ [2022-06-24T09:58:28.139Z] #26 1.442 + bin=dockercli [2022-06-24T09:58:28.139Z] #26 1.442 + shift [2022-06-24T09:58:28.139Z] #26 1.442 + '[' '!' -f //dockercli.installer ']' [2022-06-24T09:58:28.139Z] #26 1.442 + . //dockercli.installer [2022-06-24T09:58:28.139Z] #26 1.442 ++ : stable [2022-06-24T09:58:28.139Z] #26 1.442 ++ : 17.06.2-ce [2022-06-24T09:58:28.139Z] #26 1.442 + install_dockercli [2022-06-24T09:58:28.139Z] #26 1.442 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-24T09:58:28.139Z] #26 1.442 Install docker/cli version 17.06.2-ce from stable [2022-06-24T09:58:28.139Z] #26 1.444 ++ uname -m [2022-06-24T09:58:28.139Z] #26 1.445 + arch=x86_64 [2022-06-24T09:58:28.139Z] #26 1.445 + '[' x86_64 '!=' x86_64 ']' [2022-06-24T09:58:28.139Z] #26 1.445 + url=https://download.docker.com/linux/static [2022-06-24T09:58:28.139Z] #26 1.445 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-24T09:58:28.139Z] #26 1.449 + tar -xz docker/docker [2022-06-24T09:58:29.573Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 5.1s [2022-06-24T09:58:30.673Z] #26 4.040 + mkdir -p /build [2022-06-24T09:58:30.932Z] #26 4.045 + mv docker/docker /build/ [2022-06-24T09:58:30.932Z] #26 4.049 + rmdir docker [2022-06-24T09:58:32.316Z] #26 ... [2022-06-24T09:58:32.316Z] [2022-06-24T09:58:32.316Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T09:58:32.316Z] #31 sha256:862f58936621544eea02050f5d6fd402cfe4ca765902ae61792a86c5bed1305a [2022-06-24T09:58:32.316Z] #31 1.727 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-24T09:58:32.316Z] #31 2.055 [2022-06-24T09:58:32.316Z] #31 2.185 #=#=# ##O#-# ######################################################################## 100.0% [2022-06-24T09:58:32.316Z] #31 2.728 [2022-06-24T09:58:32.316Z] #31 4.477 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-24T09:58:32.316Z] #31 5.327 #=#=# [2022-06-24T09:58:32.316Z] #31 5.606 #=#=# ######################################################################## 100.0% [2022-06-24T09:58:32.316Z] #31 6.194 [2022-06-24T09:58:32.316Z] #31 ... [2022-06-24T09:58:32.316Z] [2022-06-24T09:58:32.316Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T09:58:32.316Z] #26 sha256:97e2a707ef602159582aa4008fcdaa16ca5f4665798648b43caa2ffb7f079424 [2022-06-24T09:58:32.316Z] #26 DONE 5.7s [2022-06-24T09:58:32.578Z] [2022-06-24T09:58:32.578Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T09:58:32.578Z] #67 sha256:8602c82b2be1eb30a356b3587977135e347cf0b5e7249db27f103b7cfc7e888c [2022-06-24T09:58:32.578Z] #67 0.982 + RM_GOPATH=0 [2022-06-24T09:58:32.578Z] #67 0.982 + TMP_GOPATH= [2022-06-24T09:58:32.578Z] #67 0.982 + : /build [2022-06-24T09:58:32.578Z] #67 0.982 + '[' -z '' ']' [2022-06-24T09:58:32.578Z] #67 0.982 ++ mktemp -d [2022-06-24T09:58:32.578Z] #67 0.984 + export GOPATH=/tmp/tmp.ZJ38xccgiX [2022-06-24T09:58:32.578Z] #67 0.984 + GOPATH=/tmp/tmp.ZJ38xccgiX [2022-06-24T09:58:32.578Z] #67 0.984 + RM_GOPATH=1 [2022-06-24T09:58:32.578Z] #67 0.984 + case "$(go env GOARCH)" in [2022-06-24T09:58:32.578Z] #67 0.984 ++ go env GOARCH [2022-06-24T09:58:32.578Z] #67 0.992 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T09:58:32.578Z] #67 0.992 + GO_BUILDMODE=-buildmode=pie [2022-06-24T09:58:32.578Z] #67 0.992 ++ dirname /install.sh [2022-06-24T09:58:32.578Z] #67 0.993 + dir=/ [2022-06-24T09:58:32.578Z] #67 0.993 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-24T09:58:32.578Z] #67 0.994 + bin=rootlesskit [2022-06-24T09:58:32.578Z] #67 0.994 + shift [2022-06-24T09:58:32.578Z] #67 0.994 + '[' '!' -f //rootlesskit.installer ']' [2022-06-24T09:58:32.578Z] #67 0.994 + . //rootlesskit.installer [2022-06-24T09:58:32.578Z] #67 0.994 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-24T09:58:32.578Z] #67 0.994 + install_rootlesskit [2022-06-24T09:58:32.578Z] #67 0.994 + case "$1" in [2022-06-24T09:58:32.578Z] #67 0.994 + export CGO_ENABLED=0 [2022-06-24T09:58:32.578Z] #67 0.994 + CGO_ENABLED=0 [2022-06-24T09:58:32.578Z] #67 0.994 + _install_rootlesskit [2022-06-24T09:58:32.578Z] #67 0.994 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-24T09:58:32.578Z] #67 0.994 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-24T09:58:32.578Z] #67 0.994 + GOBIN=/build [2022-06-24T09:58:32.578Z] #67 0.994 + GO111MODULE=on [2022-06-24T09:58:32.578Z] #67 0.994 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-24T09:58:32.578Z] #67 1.357 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-24T09:58:32.578Z] #67 2.484 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-24T09:58:32.578Z] #67 2.484 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-24T09:58:32.578Z] #67 2.497 go: downloading github.com/google/uuid v1.3.0 [2022-06-24T09:58:32.578Z] #67 2.497 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-24T09:58:32.578Z] #67 2.542 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-24T09:58:32.578Z] #67 2.553 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-24T09:58:32.578Z] #67 2.555 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-24T09:58:32.578Z] #67 2.556 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-24T09:58:32.578Z] #67 2.632 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-24T09:58:32.578Z] #67 2.786 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-24T09:58:32.578Z] #67 3.422 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-24T09:58:32.578Z] #67 3.435 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-24T09:58:32.578Z] #67 4.786 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-24T09:58:32.579Z] #67 4.842 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-24T09:58:32.579Z] #67 ... [2022-06-24T09:58:32.579Z] [2022-06-24T09:58:32.579Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-24T09:58:32.579Z] #38 sha256:787debcc42a8331ad3380378a43c40f43b4319bea25027fafda7e094b38aa259 [2022-06-24T09:58:32.579Z] #38 1.709 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-24T09:58:32.579Z] #38 5.896 tomll can be used in two ways: [2022-06-24T09:58:32.579Z] #38 5.896 Writing to STDIN and reading from STDOUT: [2022-06-24T09:58:32.579Z] #38 5.896 cat file.toml | tomll > file.toml [2022-06-24T09:58:32.579Z] #38 5.896 [2022-06-24T09:58:32.579Z] #38 5.896 Reading and updating a list of files: [2022-06-24T09:58:32.579Z] #38 5.896 tomll a.toml b.toml c.toml [2022-06-24T09:58:32.579Z] #38 5.896 [2022-06-24T09:58:32.579Z] #38 5.896 When given a list of files, tomll will modify all files in place without asking. [2022-06-24T09:58:32.579Z] #38 DONE 6.3s [2022-06-24T09:58:32.579Z] [2022-06-24T09:58:32.579Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T09:58:32.579Z] #53 sha256:ba20ef080b9bd9f53093c85c8240b9d35e9986f8bf348c18e1d51d72c67e7362 [2022-06-24T09:58:32.579Z] #53 1.425 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-24T09:58:32.579Z] #53 2.032 go: downloading golang.org/x/tools v0.1.0 [2022-06-24T09:58:32.579Z] #53 2.032 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-24T09:58:32.579Z] #53 2.032 go: downloading github.com/fatih/color v1.10.0 [2022-06-24T09:58:32.579Z] #53 2.042 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-24T09:58:32.579Z] #53 2.043 go: downloading github.com/pkg/errors v0.9.1 [2022-06-24T09:58:32.579Z] #53 2.044 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-24T09:58:32.579Z] #53 2.046 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-24T09:58:32.579Z] #53 2.099 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-24T09:58:32.579Z] #53 2.118 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-24T09:58:32.579Z] #53 2.141 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-24T09:58:32.579Z] #53 2.141 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-24T09:58:32.579Z] #53 2.147 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-24T09:58:32.579Z] #53 3.565 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-24T09:58:32.579Z] #53 3.574 go: downloading golang.org/x/mod v0.3.0 [2022-06-24T09:58:33.775Z] #11 ... [2022-06-24T09:58:33.775Z] [2022-06-24T09:58:33.775Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T09:58:33.775Z] #38 sha256:83c21b11b45d4445086cd9b4ad75ab0b24082572ce90431d05b36b44170c70e1 [2022-06-24T09:58:33.775Z] #38 2.010 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-24T09:58:33.775Z] #38 2.352 [2022-06-24T09:58:33.775Z] #38 2.581 #=#=# ######################################################################## 100.0% [2022-06-24T09:58:33.775Z] #38 2.898 [2022-06-24T09:58:33.775Z] #38 3.963 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-24T09:58:33.775Z] #38 4.316 [2022-06-24T09:58:33.775Z] #38 4.529 #=#=# ######################################################################## 100.0% [2022-06-24T09:58:33.775Z] #38 4.901 [2022-06-24T09:58:33.775Z] #38 5.929 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-24T09:58:33.775Z] #38 6.271 [2022-06-24T09:58:33.775Z] #38 6.495 #=#=# ################### 26.8% ########################################## 58.7% ################################################################# 91.0% #################################################################### 95.1% ######################################################################## 100.0% [2022-06-24T09:58:33.775Z] #38 7.151 [2022-06-24T09:58:33.775Z] #38 8.139 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-24T09:58:33.775Z] #38 8.459 [2022-06-24T09:58:33.775Z] #38 8.683 #=#=# ######################################################################## 100.0% [2022-06-24T09:58:33.775Z] #38 8.998 [2022-06-24T09:58:33.775Z] #38 9.777 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-24T09:58:33.775Z] #38 10.16 [2022-06-24T09:58:33.775Z] #38 ... [2022-06-24T09:58:33.775Z] [2022-06-24T09:58:33.775Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:58:33.775Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:58:33.968Z] #53 ... [2022-06-24T09:58:33.968Z] [2022-06-24T09:58:33.968Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T09:58:33.968Z] #36 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T09:58:33.968Z] #36 2.000 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-24T09:58:33.968Z] #36 6.715 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-24T09:58:33.968Z] #36 6.744 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-24T09:58:33.968Z] #36 6.795 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-24T09:58:33.968Z] #36 6.831 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-24T09:58:33.968Z] #36 6.831 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-24T09:58:33.969Z] #36 6.903 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-24T09:58:33.969Z] #36 6.940 go: downloading github.com/peterh/liner v1.2.2 [2022-06-24T09:58:33.969Z] #36 6.997 go: downloading github.com/google/go-dap v0.6.0 [2022-06-24T09:58:33.969Z] #36 7.040 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-24T09:58:33.969Z] #36 7.083 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-24T09:58:33.969Z] #36 7.300 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-24T09:58:33.969Z] #36 7.312 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-24T09:58:33.969Z] #36 7.345 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-24T09:58:33.969Z] #36 7.414 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-24T09:58:33.969Z] #36 ... [2022-06-24T09:58:33.969Z] [2022-06-24T09:58:33.969Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T09:58:33.969Z] #31 sha256:862f58936621544eea02050f5d6fd402cfe4ca765902ae61792a86c5bed1305a [2022-06-24T09:58:33.969Z] #31 8.115 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-24T09:58:34.047Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09971170352882245) in /home/ubuntu/workspace/moby_PR-43622 [Pipeline] { [Pipeline] checkout [2022-06-24T09:58:34.246Z] The recommended git tool is: git [2022-06-24T09:58:34.347Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 10.3s [2022-06-24T09:58:34.907Z] #31 8.744 [2022-06-24T09:58:35.432Z] #31 9.058 #=#=# ## 3.6% ################ 23.0% ################################ 45.3% ######################################################### 80.0% ######################################################################## 100.0% [2022-06-24T09:58:35.972Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-038fa9db5874d7317) in /home/ubuntu/workspace/moby_PR-43622 [Pipeline] { [Pipeline] checkout [2022-06-24T09:58:36.004Z] #31 9.957 [2022-06-24T09:58:36.088Z] The recommended git tool is: git [2022-06-24T09:58:36.325Z] #11 ... [2022-06-24T09:58:36.325Z] [2022-06-24T09:58:36.326Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T09:58:36.326Z] #38 sha256:83c21b11b45d4445086cd9b4ad75ab0b24082572ce90431d05b36b44170c70e1 [2022-06-24T09:58:36.326Z] #38 10.39 #=#=# ######################################################################## 100.0% [2022-06-24T09:58:36.326Z] #38 10.75 [2022-06-24T09:58:36.326Z] #38 10.84 Download of images into '/build' complete. [2022-06-24T09:58:36.326Z] #38 10.84 Use something like the following to load the result into a Docker daemon: [2022-06-24T09:58:36.326Z] #38 10.84 tar -cC '/build' . | docker load [2022-06-24T09:58:36.326Z] #38 DONE 13.3s [2022-06-24T09:58:36.574Z] #31 ... [2022-06-24T09:58:36.575Z] [2022-06-24T09:58:36.575Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T09:58:36.575Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T09:58:36.575Z] #14 2.603 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:58:36.575Z] #14 2.619 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:58:36.575Z] #14 2.619 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:58:36.575Z] #14 3.140 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T09:58:36.575Z] #14 3.843 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T09:58:36.575Z] #14 4.743 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T09:58:36.575Z] #14 7.172 Fetched 8545 kB in 5s (1768 kB/s) [2022-06-24T09:58:36.575Z] #14 7.172 Reading package lists... [2022-06-24T09:58:36.575Z] #14 8.626 Reading package lists... [2022-06-24T09:58:36.575Z] #14 10.08 Building dependency tree... [2022-06-24T09:58:36.575Z] #14 ... [2022-06-24T09:58:36.575Z] [2022-06-24T09:58:36.575Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T09:58:36.575Z] #62 sha256:25cb6479e0e9c52e7513ecec75296aa0604223c569edebf95e915a88e49d66d5 [2022-06-24T09:58:36.575Z] #62 2.660 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:58:36.575Z] #62 2.670 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:58:36.575Z] #62 2.679 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:58:36.575Z] #62 3.098 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T09:58:36.575Z] #62 3.914 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T09:58:36.575Z] #62 4.739 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T09:58:36.575Z] #62 6.958 Fetched 8545 kB in 5s (1870 kB/s) [2022-06-24T09:58:36.575Z] #62 6.958 Reading package lists... [2022-06-24T09:58:36.596Z] [2022-06-24T09:58:36.596Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:58:36.596Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:58:36.852Z] #62 8.845 Reading package lists... [2022-06-24T09:58:36.852Z] #62 ... [2022-06-24T09:58:36.852Z] [2022-06-24T09:58:36.852Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T09:58:36.852Z] #34 sha256:1db4a1090cc01a0e0e1fc35d6d2347bc515c4526c2959f71b03cec297d1441d5 [2022-06-24T09:58:36.852Z] #34 1.851 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-24T09:58:36.852Z] #34 1.852 Cloning into '.'... [2022-06-24T09:58:36.852Z] #34 ... [2022-06-24T09:58:36.852Z] [2022-06-24T09:58:36.852Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T09:58:36.852Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T09:58:36.852Z] #76 2.295 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:58:36.852Z] #76 2.303 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:58:36.852Z] #76 2.307 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:58:36.852Z] #76 2.660 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T09:58:36.852Z] #76 3.249 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T09:58:36.852Z] #76 3.985 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T09:58:36.852Z] #76 6.371 Fetched 8545 kB in 4s (1937 kB/s) [2022-06-24T09:58:36.852Z] #76 6.371 Reading package lists... [2022-06-24T09:58:36.852Z] #76 7.763 Reading package lists... [2022-06-24T09:58:36.852Z] #76 9.129 Building dependency tree... [2022-06-24T09:58:36.852Z] #76 9.734 python3 is already the newest version (3.9.2-3). [2022-06-24T09:58:36.852Z] #76 9.734 The following additional packages will be installed: [2022-06-24T09:58:36.852Z] #76 9.735 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-24T09:58:36.852Z] #76 9.736 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-24T09:58:36.852Z] #76 9.738 Suggested packages: [2022-06-24T09:58:36.852Z] #76 9.738 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-24T09:58:36.852Z] #76 9.739 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-24T09:58:36.852Z] #76 9.739 m4-doc ed diffutils-doc [2022-06-24T09:58:36.852Z] #76 9.739 Recommended packages: [2022-06-24T09:58:36.852Z] #76 9.739 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-24T09:58:36.852Z] #76 10.10 The following NEW packages will be installed: [2022-06-24T09:58:36.852Z] #76 10.11 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-24T09:58:36.852Z] #76 10.11 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-24T09:58:36.852Z] #76 10.11 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-24T09:58:36.852Z] #76 10.11 libyajl2 m4 patch xz-utils [2022-06-24T09:58:36.852Z] #76 10.40 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T09:58:36.852Z] #76 10.40 Need to get 5939 kB of archives. [2022-06-24T09:58:36.852Z] #76 10.40 After this operation, 18.7 MB of additional disk space will be used. [2022-06-24T09:58:36.852Z] #76 10.40 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-24T09:58:36.852Z] #76 10.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-24T09:58:36.852Z] #76 10.41 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-24T09:58:36.852Z] #76 10.41 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-24T09:58:36.852Z] #76 10.41 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-24T09:58:36.852Z] #76 10.41 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-24T09:58:36.852Z] #76 10.42 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-24T09:58:36.852Z] #76 10.42 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-24T09:58:36.852Z] #76 10.43 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-24T09:58:36.852Z] #76 10.43 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-24T09:58:36.852Z] #76 10.44 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-24T09:58:36.852Z] #76 10.45 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-24T09:58:36.852Z] #76 10.50 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-24T09:58:36.852Z] #76 ... [2022-06-24T09:58:36.852Z] [2022-06-24T09:58:36.852Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-24T09:58:36.852Z] #40 sha256:c38cfa78712ad0c0a23d715321dcc4195c86f5f5a6a9b3941feb4a564921d552 [2022-06-24T09:58:36.852Z] #40 1.518 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-24T09:58:36.852Z] #40 2.161 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-24T09:58:36.852Z] #40 2.187 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-24T09:58:36.852Z] #40 2.996 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-24T09:58:36.852Z] #40 3.131 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-24T09:58:36.852Z] #40 3.131 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-24T09:58:36.852Z] #40 3.160 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-24T09:58:37.112Z] #40 ... [2022-06-24T09:58:37.112Z] [2022-06-24T09:58:37.112Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T09:58:37.112Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T09:58:37.112Z] #55 2.071 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-24T09:58:37.112Z] #55 9.794 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-24T09:58:37.112Z] #55 9.810 go: downloading github.com/spf13/viper v1.10.1 [2022-06-24T09:58:37.112Z] #55 9.810 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-24T09:58:37.112Z] #55 9.812 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-24T09:58:37.112Z] #55 9.813 go: downloading github.com/fatih/color v1.13.0 [2022-06-24T09:58:37.112Z] #55 9.867 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-24T09:58:37.112Z] #55 9.879 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-24T09:58:37.112Z] #55 9.905 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-24T09:58:37.112Z] #55 9.930 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-24T09:58:37.112Z] #55 10.05 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-24T09:58:37.112Z] #55 10.07 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-24T09:58:37.112Z] #55 10.08 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-24T09:58:37.112Z] #55 10.21 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-24T09:58:37.112Z] #55 10.29 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-24T09:58:37.112Z] #55 10.35 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-24T09:58:37.112Z] #55 10.38 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-24T09:58:37.112Z] #55 10.41 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-24T09:58:37.112Z] #55 10.41 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-24T09:58:37.112Z] #55 10.42 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-24T09:58:37.112Z] #55 10.42 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-24T09:58:37.112Z] #55 10.49 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-24T09:58:37.112Z] #55 10.49 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-24T09:58:37.112Z] #55 10.55 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-24T09:58:37.112Z] #55 10.65 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-24T09:58:37.112Z] #55 ... [2022-06-24T09:58:37.112Z] [2022-06-24T09:58:37.112Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-24T09:58:37.112Z] #57 sha256:077e8dd50f6a168a9f33b579ce33c37531a52a76c9141fd84569979de006a647 [2022-06-24T09:58:37.112Z] #57 1.140 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-24T09:58:37.112Z] #57 1.611 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-24T09:58:37.112Z] #57 1.611 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-24T09:58:37.112Z] #57 1.611 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-24T09:58:37.112Z] #57 2.111 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-24T09:58:37.112Z] #57 10.22 v3.0.2 [2022-06-24T09:58:37.112Z] #57 DONE 10.7s [2022-06-24T09:58:37.112Z] [2022-06-24T09:58:37.112Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T09:58:37.112Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T09:58:37.112Z] #55 10.65 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-24T09:58:37.112Z] #55 10.67 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-24T09:58:37.112Z] #55 10.68 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-24T09:58:37.112Z] #55 10.70 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-24T09:58:37.112Z] #55 10.71 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-24T09:58:37.112Z] #55 10.71 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-24T09:58:37.112Z] #55 10.73 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-24T09:58:37.112Z] #55 10.73 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-24T09:58:37.112Z] #55 10.74 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-24T09:58:37.112Z] #55 10.74 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-24T09:58:37.112Z] #55 10.76 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-24T09:58:37.112Z] #55 ... [2022-06-24T09:58:37.112Z] [2022-06-24T09:58:37.112Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T09:58:37.112Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T09:58:37.112Z] #51 2.493 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:58:37.112Z] #51 2.506 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:58:37.112Z] #51 2.506 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:58:37.112Z] #51 3.018 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T09:58:37.112Z] #51 3.065 Get:5 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-24T09:58:37.112Z] #51 4.055 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T09:58:37.112Z] #51 4.674 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T09:58:37.112Z] #51 5.491 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-24T09:58:37.112Z] #51 7.152 Fetched 8548 kB in 5s (1708 kB/s) [2022-06-24T09:58:37.112Z] #51 7.152 Reading package lists... [2022-06-24T09:58:37.112Z] #51 8.663 Reading package lists... [2022-06-24T09:58:37.112Z] #51 9.930 Building dependency tree... [2022-06-24T09:58:37.112Z] #51 10.55 The following additional packages will be installed: [2022-06-24T09:58:37.112Z] #51 10.57 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-24T09:58:37.112Z] #51 10.57 python3-protobuf python3-six [2022-06-24T09:58:37.112Z] #51 10.57 Suggested packages: [2022-06-24T09:58:37.112Z] #51 10.57 python3-setuptools [2022-06-24T09:58:37.112Z] #51 10.57 Recommended packages: [2022-06-24T09:58:37.112Z] #51 10.57 iproute2 | iproute [2022-06-24T09:58:37.232Z] using credential docker-jenkins-github-credentials [2022-06-24T09:58:37.242Z] Cloning the remote Git repository [2022-06-24T09:58:37.242Z] Cloning with configured refspecs honoured and without tags [2022-06-24T09:58:37.371Z] #51 ... [2022-06-24T09:58:37.371Z] [2022-06-24T09:58:37.371Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T09:58:37.371Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T09:58:37.371Z] #42 2.312 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:58:37.371Z] #42 2.333 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:58:37.371Z] #42 2.333 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:58:37.371Z] #42 2.727 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T09:58:37.371Z] #42 3.440 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T09:58:37.371Z] #42 3.991 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T09:58:37.371Z] #42 6.411 Fetched 8545 kB in 4s (1973 kB/s) [2022-06-24T09:58:37.371Z] #42 6.411 Reading package lists... [2022-06-24T09:58:37.371Z] #42 8.143 Reading package lists... [2022-06-24T09:58:37.371Z] #42 9.409 Building dependency tree... [2022-06-24T09:58:37.371Z] #42 10.14 The following additional packages will be installed: [2022-06-24T09:58:37.371Z] #42 10.15 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-24T09:58:37.371Z] #42 10.15 Suggested packages: [2022-06-24T09:58:37.371Z] #42 10.16 cmake-doc ninja-build lrzip [2022-06-24T09:58:37.371Z] #42 10.16 Recommended packages: [2022-06-24T09:58:37.371Z] #42 10.16 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-24T09:58:37.371Z] #42 10.46 The following NEW packages will be installed: [2022-06-24T09:58:37.371Z] #42 10.46 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-24T09:58:37.371Z] #42 10.46 vim-common xxd [2022-06-24T09:58:37.371Z] #42 10.78 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T09:58:37.371Z] #42 10.78 Need to get 17.7 MB of archives. [2022-06-24T09:58:37.371Z] #42 10.78 After this operation, 70.7 MB of additional disk space will be used. [2022-06-24T09:58:37.371Z] #42 10.78 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-24T09:58:37.371Z] #42 10.80 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-24T09:58:37.371Z] #42 10.80 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-24T09:58:37.371Z] #42 10.85 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-24T09:58:37.371Z] #42 ... [2022-06-24T09:58:37.371Z] [2022-06-24T09:58:37.371Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T09:58:37.371Z] #47 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T09:58:37.371Z] #47 1.669 + git clone https://github.com/docker/distribution.git . [2022-06-24T09:58:37.371Z] #47 1.670 Cloning into '.'... [2022-06-24T09:58:37.371Z] #47 6.961 + git checkout -q v2.3.0 [2022-06-24T09:58:37.371Z] #47 7.531 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-24T09:58:37.371Z] #47 ... [2022-06-24T09:58:37.371Z] [2022-06-24T09:58:37.371Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T09:58:37.371Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T09:58:37.371Z] #42 11.06 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-06-24T09:58:37.630Z] #42 11.07 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-24T09:58:37.630Z] #42 11.07 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-24T09:58:37.630Z] #42 11.07 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-24T09:58:37.630Z] #42 11.08 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-24T09:58:37.630Z] #42 11.09 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-24T09:58:37.773Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-08c18bd4c12e98c9f) in /home/ubuntu/workspace/moby_PR-43622 [Pipeline] { [Pipeline] checkout [2022-06-24T09:58:37.510Z] Cloning repository https://github.com/moby/moby.git [2022-06-24T09:58:37.564Z] > git init /home/ubuntu/workspace/moby_PR-43622 # timeout=10 [2022-06-24T09:58:37.855Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-24T09:58:37.855Z] > git --version # timeout=10 [2022-06-24T09:58:37.867Z] > git --version # 'git version 2.17.1' [2022-06-24T09:58:37.867Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:58:37.869Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43622/head:refs/remotes/origin/PR-43622 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:58:37.890Z] #42 11.50 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T09:58:38.034Z] The recommended git tool is: git [2022-06-24T09:58:38.165Z] #42 11.57 Fetched 17.7 MB in 1s (24.4 MB/s) [2022-06-24T09:58:38.165Z] #42 11.71 Selecting previously unselected package xxd. [2022-06-24T09:58:38.165Z] #42 11.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-24T09:58:38.165Z] #42 11.75 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-24T09:58:38.165Z] #42 11.81 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T09:58:38.435Z] #42 12.02 Selecting previously unselected package vim-common. [2022-06-24T09:58:38.435Z] #42 12.02 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T09:58:38.435Z] #42 12.05 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T09:58:38.517Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 14.2s done [2022-06-24T09:58:38.694Z] #42 12.27 Selecting previously unselected package cmake-data. [2022-06-24T09:58:38.694Z] #42 12.27 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-24T09:58:38.694Z] #42 12.29 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-24T09:58:38.777Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 [2022-06-24T09:58:38.777Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 done [2022-06-24T09:58:39.035Z] #11 DONE 42.4s [2022-06-24T09:58:39.035Z] [2022-06-24T09:58:39.035Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-24T09:58:39.035Z] #12 sha256:7c6574023ef3d3b21511a34e6c1cc3c8d423ac7f3e49038c328d9bf1b0af46fa [2022-06-24T09:58:39.214Z] using credential docker-jenkins-github-credentials [2022-06-24T09:58:39.225Z] Cloning the remote Git repository [2022-06-24T09:58:39.225Z] Cloning with configured refspecs honoured and without tags [2022-06-24T09:58:39.244Z] Cloning repository https://github.com/moby/moby.git [2022-06-24T09:58:39.299Z] > git init /home/ubuntu/workspace/moby_PR-43622 # timeout=10 [2022-06-24T09:58:39.969Z] #12 DONE 1.0s [2022-06-24T09:58:39.969Z] [2022-06-24T09:58:39.969Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-06-24T09:58:39.969Z] #13 sha256:2c7f01d70f8f1c36ff2a9775d94c51853119137998f8b72221dc2fadcf6b82ef [2022-06-24T09:58:40.075Z] #42 ... [2022-06-24T09:58:40.075Z] [2022-06-24T09:58:40.075Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-24T09:58:40.075Z] #40 sha256:c38cfa78712ad0c0a23d715321dcc4195c86f5f5a6a9b3941feb4a564921d552 [2022-06-24T09:58:40.075Z] #40 12.89 NAME: [2022-06-24T09:58:40.075Z] #40 12.89 go-winres - A tool for embedding resources in Windows executables [2022-06-24T09:58:40.075Z] #40 12.89 [2022-06-24T09:58:40.075Z] #40 12.89 USAGE: [2022-06-24T09:58:40.075Z] #40 12.89 go-winres [global options] command [command options] [arguments...] [2022-06-24T09:58:40.075Z] #40 12.89 [2022-06-24T09:58:40.075Z] #40 12.89 COMMANDS: [2022-06-24T09:58:40.075Z] #40 12.90 init Create an initial ./winres/winres.json [2022-06-24T09:58:40.075Z] #40 12.90 make Make syso files for the "go build" command [2022-06-24T09:58:40.075Z] #40 12.90 simply Make syso files for the "go build" command (simplified) [2022-06-24T09:58:40.075Z] #40 12.90 extract Extract all resources from an executable [2022-06-24T09:58:40.075Z] #40 12.90 patch Replace resources in an executable file (exe, dll) [2022-06-24T09:58:40.075Z] #40 12.90 help, h Shows a list of commands or help for one command [2022-06-24T09:58:40.075Z] #40 12.90 [2022-06-24T09:58:40.075Z] #40 12.90 GLOBAL OPTIONS: [2022-06-24T09:58:40.075Z] #40 12.90 --help, -h show help (default: false) [2022-06-24T09:58:40.075Z] #40 DONE 13.7s [2022-06-24T09:58:40.336Z] [2022-06-24T09:58:40.336Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T09:58:40.336Z] #62 sha256:25cb6479e0e9c52e7513ecec75296aa0604223c569edebf95e915a88e49d66d5 [2022-06-24T09:58:40.336Z] #62 8.845 Reading package lists... [2022-06-24T09:58:40.336Z] #62 10.47 Building dependency tree... [2022-06-24T09:58:40.336Z] #62 11.40 The following additional packages will be installed: [2022-06-24T09:58:40.336Z] #62 11.41 libbtrfs0 [2022-06-24T09:58:40.336Z] #62 11.44 The following NEW packages will be installed: [2022-06-24T09:58:40.336Z] #62 11.44 libbtrfs-dev libbtrfs0 [2022-06-24T09:58:40.336Z] #62 11.75 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T09:58:40.336Z] #62 11.75 Need to get 460 kB of archives. [2022-06-24T09:58:40.336Z] #62 11.75 After this operation, 1237 kB of additional disk space will be used. [2022-06-24T09:58:40.336Z] #62 11.75 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-24T09:58:40.336Z] #62 11.80 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-24T09:58:40.336Z] #62 12.06 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T09:58:40.336Z] #62 12.15 Fetched 460 kB in 0s (1414 kB/s) [2022-06-24T09:58:40.336Z] #62 12.25 Selecting previously unselected package libbtrfs0:amd64. [2022-06-24T09:58:40.336Z] #62 12.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-24T09:58:40.336Z] #62 12.31 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-24T09:58:40.336Z] #62 12.34 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T09:58:40.336Z] #62 12.54 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-24T09:58:40.336Z] #62 12.57 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-24T09:58:40.336Z] #62 12.58 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T09:58:40.336Z] #62 13.13 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T09:58:40.336Z] #62 13.30 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T09:58:40.336Z] #62 13.33 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T09:58:40.336Z] #62 DONE 13.8s [2022-06-24T09:58:40.336Z] [2022-06-24T09:58:40.336Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T09:58:40.336Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T09:58:40.336Z] #55 10.76 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-24T09:58:40.336Z] #55 10.76 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-24T09:58:40.336Z] #55 10.78 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-24T09:58:40.336Z] #55 10.78 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-24T09:58:40.336Z] #55 10.85 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-24T09:58:40.336Z] #55 10.91 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-24T09:58:40.336Z] #55 10.92 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-24T09:58:40.336Z] #55 10.92 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-24T09:58:40.336Z] #55 10.95 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-24T09:58:40.336Z] #55 10.96 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-24T09:58:40.336Z] #55 10.99 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-24T09:58:40.336Z] #55 11.01 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-24T09:58:40.336Z] #55 11.02 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-24T09:58:40.336Z] #55 11.03 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-24T09:58:40.336Z] #55 11.03 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-24T09:58:40.336Z] #55 11.04 go: downloading github.com/julz/importas v0.1.0 [2022-06-24T09:58:40.336Z] #55 11.05 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-24T09:58:40.336Z] #55 11.07 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-24T09:58:40.336Z] #55 11.08 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-24T09:58:40.336Z] #55 11.08 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-24T09:58:40.336Z] #55 11.11 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-24T09:58:40.336Z] #55 11.11 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-24T09:58:40.336Z] #55 11.12 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-24T09:58:40.336Z] #55 11.13 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-24T09:58:40.336Z] #55 11.20 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-24T09:58:40.336Z] #55 11.21 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-24T09:58:40.336Z] #55 11.22 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-24T09:58:40.336Z] #55 11.26 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-24T09:58:40.336Z] #55 11.58 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-24T09:58:40.336Z] #55 11.59 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-24T09:58:40.336Z] #55 11.60 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-24T09:58:40.336Z] #55 11.64 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-24T09:58:40.336Z] #55 11.65 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-24T09:58:40.336Z] #55 11.66 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-24T09:58:40.336Z] #55 11.67 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-24T09:58:40.336Z] #55 11.68 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-24T09:58:40.336Z] #55 11.69 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-24T09:58:40.336Z] #55 11.95 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-24T09:58:40.336Z] #55 11.96 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-24T09:58:40.336Z] #55 11.97 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-24T09:58:40.336Z] #55 11.97 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-24T09:58:40.336Z] #55 11.97 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-24T09:58:40.336Z] #55 11.97 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-24T09:58:40.336Z] #55 11.98 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-24T09:58:40.336Z] #55 11.99 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-24T09:58:40.336Z] #55 12.00 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-24T09:58:40.336Z] #55 12.01 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-24T09:58:40.336Z] #55 12.02 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-24T09:58:40.336Z] #55 12.02 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-24T09:58:40.336Z] #55 12.06 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-24T09:58:40.336Z] #55 12.07 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-24T09:58:40.336Z] #55 12.08 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-24T09:58:40.336Z] #55 12.09 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-24T09:58:40.336Z] #55 12.10 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-24T09:58:40.336Z] #55 12.21 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-24T09:58:40.336Z] #55 13.18 go: downloading honnef.co/go/tools v0.2.2 [2022-06-24T09:58:40.336Z] #55 13.19 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-24T09:58:40.336Z] #55 13.19 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-24T09:58:40.336Z] #55 13.28 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-24T09:58:40.336Z] #55 13.31 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-24T09:58:40.336Z] #55 13.34 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-24T09:58:40.336Z] #55 13.36 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-24T09:58:40.336Z] #55 13.39 go: downloading github.com/spf13/afero v1.6.0 [2022-06-24T09:58:40.336Z] #55 13.40 go: downloading github.com/spf13/cast v1.4.1 [2022-06-24T09:58:40.336Z] #55 13.47 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-24T09:58:40.336Z] #55 13.51 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-24T09:58:40.336Z] #55 13.51 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-24T09:58:40.336Z] #55 13.55 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-24T09:58:40.336Z] #55 13.56 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-24T09:58:40.336Z] #55 13.60 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-24T09:58:40.336Z] #55 13.62 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-24T09:58:40.336Z] #55 13.70 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-24T09:58:40.336Z] #55 13.76 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-24T09:58:40.336Z] #55 13.77 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-24T09:58:40.336Z] #55 13.80 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-24T09:58:40.336Z] #55 13.81 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-24T09:58:40.336Z] #55 13.84 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-24T09:58:40.336Z] #55 13.85 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-24T09:58:40.336Z] #55 13.87 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-24T09:58:40.336Z] #55 13.94 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-24T09:58:40.336Z] #55 13.94 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-24T09:58:40.336Z] #55 13.94 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-24T09:58:40.336Z] #55 13.94 go: downloading golang.org/x/text v0.3.7 [2022-06-24T09:58:40.336Z] #55 13.94 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-24T09:58:40.595Z] #55 14.18 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-24T09:58:40.595Z] #55 14.18 go: downloading golang.org/x/mod v0.5.1 [2022-06-24T09:58:40.595Z] #55 14.18 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-24T09:58:40.595Z] #55 14.18 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-24T09:58:40.595Z] #55 14.24 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-24T09:58:40.023Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-24T09:58:40.024Z] > git --version # timeout=10 [2022-06-24T09:58:40.042Z] > git --version # 'git version 2.25.1' [2022-06-24T09:58:40.043Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:58:40.140Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43622/head:refs/remotes/origin/PR-43622 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:58:40.854Z] #55 14.25 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-24T09:58:40.854Z] #55 14.26 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-24T09:58:40.854Z] #55 14.36 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-24T09:58:40.854Z] #55 14.38 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-24T09:58:40.912Z] #13 DONE 0.7s [2022-06-24T09:58:40.912Z] [2022-06-24T09:58:40.912Z] #57 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-06-24T09:58:40.912Z] #57 sha256:c4bff49a7d5be28197a70f511bae45be591259d289cd9d805ebeee7ad3923b1d [2022-06-24T09:58:40.912Z] #57 ... [2022-06-24T09:58:40.912Z] [2022-06-24T09:58:40.912Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-24T09:58:40.912Z] #40 sha256:83f5f41291b4b093c00e963fa68ecfb21619377dc1b96869b4d7e03d85f0906b [2022-06-24T09:58:40.912Z] #40 DONE 0.1s [2022-06-24T09:58:41.113Z] #55 14.51 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-24T09:58:41.113Z] #55 14.73 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-24T09:58:41.171Z] [2022-06-24T09:58:41.171Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-24T09:58:41.171Z] #53 sha256:6159a09b2dd95df77a28665a2dd5b2cb36f4caadaf80f1cca7ef2e5bf582292c [2022-06-24T09:58:41.171Z] #53 DONE 0.3s [2022-06-24T09:58:41.171Z] [2022-06-24T09:58:41.171Z] #57 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-06-24T09:58:41.171Z] #57 sha256:c4bff49a7d5be28197a70f511bae45be591259d289cd9d805ebeee7ad3923b1d [2022-06-24T09:58:41.171Z] #57 DONE 0.3s [2022-06-24T09:58:41.171Z] [2022-06-24T09:58:41.171Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T09:58:41.171Z] #58 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T09:58:41.346Z] using credential docker-jenkins-github-credentials [2022-06-24T09:58:41.354Z] Cloning the remote Git repository [2022-06-24T09:58:41.354Z] Cloning with configured refspecs honoured and without tags [2022-06-24T09:58:41.378Z] #55 ... [2022-06-24T09:58:41.379Z] [2022-06-24T09:58:41.379Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-24T09:58:41.379Z] #63 sha256:ff697a47e1cd741003e447935d0f9c8107406641117124749bd49519f9e05ca3 [2022-06-24T09:58:41.379Z] #63 DONE 1.0s [2022-06-24T09:58:41.379Z] [2022-06-24T09:58:41.379Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T09:58:41.379Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T09:58:41.379Z] #76 10.50 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-24T09:58:41.379Z] #76 10.50 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-24T09:58:41.379Z] #76 10.51 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-24T09:58:41.379Z] #76 10.51 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2022-06-24T09:58:41.379Z] #76 10.51 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-24T09:58:41.379Z] #76 10.51 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-24T09:58:41.379Z] #76 10.52 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-24T09:58:41.379Z] #76 10.53 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-24T09:58:41.379Z] #76 10.54 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-24T09:58:41.379Z] #76 10.54 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-24T09:58:41.379Z] #76 11.18 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T09:58:41.379Z] #76 11.28 Fetched 5939 kB in 0s (14.2 MB/s) [2022-06-24T09:58:41.379Z] #76 11.37 Selecting previously unselected package bzip2. [2022-06-24T09:58:41.379Z] #76 11.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 ... 15718 files and directories currently installed.) [2022-06-24T09:58:41.379Z] #76 11.40 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-24T09:58:41.379Z] #76 11.41 Unpacking bzip2 (1.0.8-4) ... [2022-06-24T09:58:41.379Z] #76 11.51 Selecting previously unselected package libmagic-mgc. [2022-06-24T09:58:41.379Z] #76 11.51 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-24T09:58:41.379Z] #76 11.52 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-24T09:58:41.379Z] #76 11.97 Selecting previously unselected package libmagic1:amd64. [2022-06-24T09:58:41.379Z] #76 11.97 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-24T09:58:41.379Z] #76 12.01 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-24T09:58:41.379Z] #76 12.10 Selecting previously unselected package file. [2022-06-24T09:58:41.379Z] #76 12.10 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-24T09:58:41.379Z] #76 12.12 Unpacking file (1:5.39-3) ... [2022-06-24T09:58:41.379Z] #76 12.22 Selecting previously unselected package xz-utils. [2022-06-24T09:58:41.379Z] #76 12.22 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-24T09:58:41.379Z] #76 12.25 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T09:58:41.379Z] #76 12.41 Selecting previously unselected package libsigsegv2:amd64. [2022-06-24T09:58:41.379Z] #76 12.41 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-24T09:58:41.379Z] #76 12.49 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-24T09:58:41.379Z] #76 12.60 Selecting previously unselected package m4. [2022-06-24T09:58:41.379Z] #76 12.62 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-24T09:58:41.379Z] #76 12.65 Unpacking m4 (1.4.18-5) ... [2022-06-24T09:58:41.379Z] #76 13.10 Selecting previously unselected package autoconf. [2022-06-24T09:58:41.379Z] #76 13.11 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-24T09:58:41.379Z] #76 13.13 Unpacking autoconf (2.69-14) ... [2022-06-24T09:58:41.379Z] #76 13.74 Selecting previously unselected package autotools-dev. [2022-06-24T09:58:41.379Z] #76 13.74 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-24T09:58:41.379Z] #76 13.77 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-24T09:58:41.379Z] #76 14.03 Selecting previously unselected package automake. [2022-06-24T09:58:41.379Z] #76 14.04 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-24T09:58:41.379Z] #76 14.14 Unpacking automake (1:1.16.3-2) ... [2022-06-24T09:58:41.379Z] #76 14.91 Selecting previously unselected package patch. [2022-06-24T09:58:41.379Z] #76 14.93 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-24T09:58:41.639Z] #76 ... [2022-06-24T09:58:41.639Z] [2022-06-24T09:58:41.639Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T09:58:41.639Z] #31 sha256:862f58936621544eea02050f5d6fd402cfe4ca765902ae61792a86c5bed1305a [2022-06-24T09:58:41.639Z] #31 11.61 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-24T09:58:41.639Z] #31 12.31 [2022-06-24T09:58:41.639Z] #31 12.58 #=#=# ######################################################################## 100.0% [2022-06-24T09:58:41.639Z] #31 13.07 [2022-06-24T09:58:41.639Z] #31 14.24 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-24T09:58:41.639Z] #31 14.79 [2022-06-24T09:58:41.639Z] #31 15.06 #=#=# ######################################################################## 100.0% [2022-06-24T09:58:41.639Z] #31 15.49 [2022-06-24T09:58:41.639Z] #31 15.59 Download of images into '/build' complete. [2022-06-24T09:58:41.639Z] #31 15.59 Use something like the following to load the result into a Docker daemon: [2022-06-24T09:58:41.639Z] #31 15.59 tar -cC '/build' . | docker load [2022-06-24T09:58:41.639Z] #31 DONE 15.8s [2022-06-24T09:58:41.639Z] [2022-06-24T09:58:41.639Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T09:58:41.639Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T09:58:41.639Z] #76 15.14 Unpacking patch (2.7.6-7) ... [2022-06-24T09:58:41.639Z] #76 15.25 Selecting previously unselected package dpkg-dev. [2022-06-24T09:58:41.639Z] #76 15.26 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-24T09:58:41.639Z] #76 15.27 Unpacking dpkg-dev (1.20.10) ... [2022-06-24T09:58:41.374Z] Cloning repository https://github.com/moby/moby.git [2022-06-24T09:58:41.427Z] > git init /home/ubuntu/workspace/moby_PR-43622 # timeout=10 [2022-06-24T09:58:41.700Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-24T09:58:41.701Z] > git --version # timeout=10 [2022-06-24T09:58:41.712Z] > git --version # 'git version 2.25.1' [2022-06-24T09:58:41.712Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:58:41.714Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43622/head:refs/remotes/origin/PR-43622 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:58:42.583Z] #76 15.84 Selecting previously unselected package build-essential. [2022-06-24T09:58:42.583Z] #76 15.85 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-24T09:58:42.583Z] #76 16.05 Unpacking build-essential (12.9) ... [2022-06-24T09:58:42.842Z] #76 16.22 Selecting previously unselected package libcap2:amd64. [2022-06-24T09:58:42.843Z] #76 16.22 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-24T09:58:42.843Z] #76 16.23 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-24T09:58:42.843Z] #76 16.30 Selecting previously unselected package libcap-dev:amd64. [2022-06-24T09:58:42.843Z] #76 16.30 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-24T09:58:42.843Z] #76 16.31 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-24T09:58:42.843Z] #76 16.44 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-24T09:58:42.843Z] #76 16.44 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-24T09:58:42.843Z] #76 16.44 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T09:58:42.843Z] #76 16.53 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-24T09:58:42.843Z] #76 16.53 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-24T09:58:42.843Z] #76 16.53 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-24T09:58:43.412Z] #76 ... [2022-06-24T09:58:43.412Z] [2022-06-24T09:58:43.412Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T09:58:43.412Z] #53 sha256:ba20ef080b9bd9f53093c85c8240b9d35e9986f8bf348c18e1d51d72c67e7362 [2022-06-24T09:58:43.412Z] #53 16.51 gotestsum version dev [2022-06-24T09:58:43.412Z] #53 DONE 16.9s [2022-06-24T09:58:43.412Z] [2022-06-24T09:58:43.412Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T09:58:43.412Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T09:58:43.412Z] #76 16.89 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-24T09:58:43.412Z] #76 16.89 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-24T09:58:43.412Z] #76 16.94 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T09:58:43.679Z] #76 17.12 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-24T09:58:43.679Z] #76 17.13 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-24T09:58:43.679Z] #76 17.14 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T09:58:43.939Z] #76 ... [2022-06-24T09:58:43.939Z] [2022-06-24T09:58:43.939Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T09:58:43.939Z] #36 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T09:58:43.939Z] #36 7.553 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-24T09:58:43.939Z] #36 7.606 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-24T09:58:43.939Z] #36 8.023 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-24T09:58:44.203Z] #36 ... [2022-06-24T09:58:44.203Z] [2022-06-24T09:58:44.203Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T09:58:44.203Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T09:58:44.203Z] #76 17.61 Selecting previously unselected package libtool. [2022-06-24T09:58:44.203Z] #76 17.62 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-24T09:58:44.203Z] #76 17.71 Unpacking libtool (2.4.6-15) ... [2022-06-24T09:58:44.473Z] #58 ... [2022-06-24T09:58:44.473Z] [2022-06-24T09:58:44.473Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-06-24T09:58:44.473Z] #14 sha256:e4d88523867adc9791e4a67b097e2b7798ecde010648911ec113c1957b717692 [2022-06-24T09:58:44.473Z] #14 DONE 3.8s [2022-06-24T09:58:44.731Z] [2022-06-24T09:58:44.731Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-06-24T09:58:44.731Z] #15 sha256:fd39c96a6df5cfc91b976381334ee5c702520a3614df1c952938af153521626b [2022-06-24T09:58:44.772Z] #76 18.25 Selecting previously unselected package libudev-dev:amd64. [2022-06-24T09:58:44.772Z] #76 18.25 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-24T09:58:44.772Z] #76 18.27 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-24T09:58:45.031Z] #76 18.67 Selecting previously unselected package libyajl2:amd64. [2022-06-24T09:58:45.305Z] #76 18.67 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-24T09:58:45.305Z] #76 18.70 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-24T09:58:45.305Z] #76 18.88 Selecting previously unselected package libyajl-dev:amd64. [2022-06-24T09:58:45.305Z] #76 18.88 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-24T09:58:45.305Z] #76 18.90 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-24T09:58:45.566Z] #76 19.16 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T09:58:45.826Z] #76 19.22 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-24T09:58:45.826Z] #76 19.26 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-24T09:58:45.826Z] #76 19.28 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-24T09:58:45.826Z] #76 19.31 Setting up file (1:5.39-3) ... [2022-06-24T09:58:45.826Z] #76 19.33 Setting up bzip2 (1.0.8-4) ... [2022-06-24T09:58:45.826Z] #76 19.34 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T09:58:45.826Z] #76 19.36 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-24T09:58:45.826Z] #76 19.39 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-24T09:58:45.826Z] #76 19.40 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-24T09:58:45.826Z] #76 19.41 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-24T09:58:45.826Z] #76 19.42 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T09:58:46.087Z] #76 19.48 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-24T09:58:46.087Z] #76 19.49 Setting up patch (2.7.6-7) ... [2022-06-24T09:58:46.087Z] #76 19.51 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-24T09:58:46.087Z] #76 19.60 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-24T09:58:46.087Z] #76 19.61 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-24T09:58:46.087Z] #76 19.68 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T09:58:46.087Z] #76 19.71 Setting up libtool (2.4.6-15) ... [2022-06-24T09:58:46.347Z] #76 19.78 Setting up m4 (1.4.18-5) ... [2022-06-24T09:58:46.347Z] #76 19.80 Setting up dpkg-dev (1.20.10) ... [2022-06-24T09:58:46.347Z] #76 19.95 Setting up autoconf (2.69-14) ... [2022-06-24T09:58:46.347Z] #76 20.04 Setting up build-essential (12.9) ... [2022-06-24T09:58:46.607Z] #76 20.13 Setting up automake (1:1.16.3-2) ... [2022-06-24T09:58:46.607Z] #76 20.19 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-24T09:58:46.607Z] #76 20.24 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T09:58:47.177Z] #76 ... [2022-06-24T09:58:47.177Z] [2022-06-24T09:58:47.177Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T09:58:47.177Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T09:58:47.177Z] #14 10.08 Building dependency tree... [2022-06-24T09:58:47.177Z] #14 10.86 The following additional packages will be installed: [2022-06-24T09:58:47.177Z] #14 10.86 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-24T09:58:47.177Z] #14 10.86 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-24T09:58:47.177Z] #14 10.86 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-24T09:58:47.177Z] #14 10.86 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-24T09:58:47.177Z] #14 10.86 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-24T09:58:47.177Z] #14 10.86 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-24T09:58:47.177Z] #14 10.87 mingw-w64-common mingw-w64-x86-64-dev [2022-06-24T09:58:47.177Z] #14 10.87 Suggested packages: [2022-06-24T09:58:47.177Z] #14 10.87 gcc-10-locales seccomp wine64 [2022-06-24T09:58:47.177Z] #14 11.32 The following NEW packages will be installed: [2022-06-24T09:58:47.177Z] #14 11.32 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-24T09:58:47.177Z] #14 11.32 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-24T09:58:47.177Z] #14 11.32 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-24T09:58:47.177Z] #14 11.32 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-24T09:58:47.177Z] #14 11.32 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-24T09:58:47.177Z] #14 11.32 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-24T09:58:47.177Z] #14 11.32 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-24T09:58:47.177Z] #14 11.32 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-24T09:58:47.177Z] #14 11.33 mingw-w64-x86-64-dev [2022-06-24T09:58:47.177Z] #14 11.64 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T09:58:47.177Z] #14 11.64 Need to get 115 MB of archives. [2022-06-24T09:58:47.177Z] #14 11.64 After this operation, 645 MB of additional disk space will be used. [2022-06-24T09:58:47.177Z] #14 11.64 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-06-24T09:58:47.177Z] #14 11.78 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-06-24T09:58:47.177Z] #14 11.98 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-24T09:58:47.177Z] #14 11.99 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-24T09:58:47.177Z] #14 11.99 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-06-24T09:58:47.177Z] #14 11.99 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-24T09:58:47.177Z] #14 12.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-24T09:58:47.177Z] #14 12.14 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-06-24T09:58:47.177Z] #14 12.14 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-06-24T09:58:47.177Z] #14 12.33 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-24T09:58:47.177Z] #14 13.06 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-24T09:58:47.177Z] #14 13.58 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-06-24T09:58:47.177Z] #14 13.94 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-24T09:58:47.177Z] #14 14.73 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-24T09:58:47.177Z] #14 14.99 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-06-24T09:58:47.177Z] #14 15.02 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-24T09:58:47.177Z] #14 15.02 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-24T09:58:47.177Z] #14 15.05 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-24T09:58:47.177Z] #14 15.05 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-24T09:58:47.177Z] #14 15.06 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-06-24T09:58:47.177Z] #14 15.06 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-24T09:58:47.177Z] #14 15.07 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-24T09:58:47.177Z] #14 15.07 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-24T09:58:47.177Z] #14 15.07 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-24T09:58:47.177Z] #14 15.08 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-24T09:58:47.177Z] #14 15.08 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-24T09:58:47.177Z] #14 15.10 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-24T09:58:47.177Z] #14 15.10 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-24T09:58:47.177Z] #14 15.12 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-24T09:58:47.177Z] #14 15.12 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-24T09:58:47.177Z] #14 15.56 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T09:58:47.177Z] #14 15.68 Fetched 115 MB in 4s (30.3 MB/s) [2022-06-24T09:58:47.177Z] #14 16.07 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-24T09:58:47.177Z] #14 16.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 ... 15718 files and directories currently installed.) [2022-06-24T09:58:47.177Z] #14 16.09 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-24T09:58:47.177Z] #14 16.17 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-24T09:58:47.177Z] #14 17.12 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-24T09:58:47.177Z] #14 17.13 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-24T09:58:47.177Z] #14 17.14 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-24T09:58:47.177Z] #14 18.26 Selecting previously unselected package binutils-mingw-w64. [2022-06-24T09:58:47.177Z] #14 18.27 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-24T09:58:47.177Z] #14 18.32 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-24T09:58:47.177Z] #14 18.68 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-24T09:58:47.177Z] #14 18.68 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T09:58:47.177Z] #14 18.75 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T09:58:47.177Z] #14 19.04 Selecting previously unselected package dmsetup. [2022-06-24T09:58:47.177Z] #14 19.04 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T09:58:47.177Z] #14 19.08 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-24T09:58:47.177Z] #14 19.22 Selecting previously unselected package mingw-w64-common. [2022-06-24T09:58:47.177Z] #14 19.22 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-24T09:58:47.177Z] #14 19.24 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-24T09:58:47.437Z] #14 ... [2022-06-24T09:58:47.437Z] [2022-06-24T09:58:47.437Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T09:58:47.437Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T09:58:47.437Z] #51 10.77 The following NEW packages will be installed: [2022-06-24T09:58:47.437Z] #51 10.77 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-24T09:58:47.437Z] #51 10.77 python3-protobuf python3-six [2022-06-24T09:58:47.437Z] #51 11.21 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T09:58:47.437Z] #51 11.21 Need to get 2314 kB of archives. [2022-06-24T09:58:47.437Z] #51 11.21 After this operation, 11.1 MB of additional disk space will be used. [2022-06-24T09:58:47.437Z] #51 11.21 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-24T09:58:47.437Z] #51 11.23 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-24T09:58:47.437Z] #51 11.23 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-24T09:58:47.437Z] #51 11.23 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-24T09:58:47.437Z] #51 11.23 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-24T09:58:47.437Z] #51 11.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-24T09:58:47.437Z] #51 11.23 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-24T09:58:47.437Z] #51 13.50 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-24T09:58:47.437Z] #51 14.31 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T09:58:47.437Z] #51 14.53 Fetched 2314 kB in 3s (772 kB/s) [2022-06-24T09:58:47.437Z] #51 14.95 Selecting previously unselected package libprotobuf23:amd64. [2022-06-24T09:58:47.437Z] #51 14.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 ... 15718 files and directories currently installed.) [2022-06-24T09:58:47.437Z] #51 14.96 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-24T09:58:47.437Z] #51 15.04 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-24T09:58:47.437Z] #51 15.35 Selecting previously unselected package python3-pkg-resources. [2022-06-24T09:58:47.437Z] #51 15.35 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-24T09:58:47.437Z] #51 15.41 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-24T09:58:47.437Z] #51 15.65 Selecting previously unselected package python3-six. [2022-06-24T09:58:47.437Z] #51 15.65 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-24T09:58:47.437Z] #51 15.69 Unpacking python3-six (1.16.0-2) ... [2022-06-24T09:58:47.437Z] #51 16.05 Selecting previously unselected package python3-protobuf. [2022-06-24T09:58:47.437Z] #51 16.05 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-24T09:58:47.437Z] #51 16.07 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-24T09:58:47.437Z] #51 16.29 Selecting previously unselected package libnet1:amd64. [2022-06-24T09:58:47.437Z] #51 16.29 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-24T09:58:47.437Z] #51 16.29 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T09:58:47.437Z] #51 16.38 Selecting previously unselected package libnl-3-200:amd64. [2022-06-24T09:58:47.437Z] #51 16.39 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-24T09:58:47.437Z] #51 16.40 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T09:58:47.437Z] #51 16.82 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-24T09:58:47.437Z] #51 16.82 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-24T09:58:47.437Z] #51 16.84 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T09:58:47.437Z] #51 16.99 Selecting previously unselected package criu. [2022-06-24T09:58:47.437Z] #51 17.01 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-24T09:58:47.437Z] #51 17.02 Unpacking criu (3.17-1) ... [2022-06-24T09:58:47.437Z] #51 17.68 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-24T09:58:47.437Z] #51 18.48 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-24T09:58:47.437Z] #51 18.54 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T09:58:47.437Z] #51 18.59 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T09:58:47.437Z] #51 18.67 Setting up python3-six (1.16.0-2) ... [2022-06-24T09:58:47.437Z] #51 19.20 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T09:58:47.437Z] #51 19.24 Setting up python3-protobuf (3.12.4-1) ... [2022-06-24T09:58:47.437Z] #51 20.58 Setting up criu (3.17-1) ... [2022-06-24T09:58:47.437Z] #51 ... [2022-06-24T09:58:47.437Z] [2022-06-24T09:58:47.437Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T09:58:47.437Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T09:58:47.437Z] #76 DONE 21.1s [2022-06-24T09:58:47.437Z] [2022-06-24T09:58:47.437Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T09:58:47.437Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T09:58:47.437Z] #42 14.03 Selecting previously unselected package libicu67:amd64. [2022-06-24T09:58:47.437Z] #42 14.03 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-24T09:58:47.437Z] #42 14.14 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-24T09:58:47.437Z] #42 16.72 Selecting previously unselected package libxml2:amd64. [2022-06-24T09:58:47.437Z] #42 16.72 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-24T09:58:47.437Z] #42 16.73 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-24T09:58:47.437Z] #42 17.10 Selecting previously unselected package libarchive13:amd64. [2022-06-24T09:58:47.437Z] #42 17.10 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-24T09:58:47.437Z] #42 17.11 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-24T09:58:47.437Z] #42 17.33 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-24T09:58:47.437Z] #42 17.33 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-24T09:58:47.437Z] #42 17.33 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-24T09:58:47.437Z] #42 17.48 Selecting previously unselected package librhash0:amd64. [2022-06-24T09:58:47.437Z] #42 17.48 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-24T09:58:47.437Z] #42 17.49 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-24T09:58:47.437Z] #42 17.77 Selecting previously unselected package libuv1:amd64. [2022-06-24T09:58:47.437Z] #42 17.77 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-24T09:58:47.437Z] #42 17.92 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-24T09:58:47.437Z] #42 18.27 Selecting previously unselected package cmake. [2022-06-24T09:58:47.437Z] #42 18.28 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-24T09:58:47.437Z] #42 18.32 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-24T09:58:47.437Z] #42 20.27 Setting up libicu67:amd64 (67.1-7) ... [2022-06-24T09:58:47.437Z] #42 20.30 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T09:58:47.437Z] #42 20.33 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-24T09:58:47.437Z] #42 20.36 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T09:58:47.437Z] #42 20.41 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-24T09:58:47.437Z] #42 20.44 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-24T09:58:47.437Z] #42 20.47 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-24T09:58:47.437Z] #42 20.74 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-24T09:58:47.437Z] #42 20.89 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-24T09:58:47.437Z] #42 21.01 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-24T09:58:47.437Z] #42 21.09 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T09:58:48.007Z] #42 DONE 21.5s [2022-06-24T09:58:48.007Z] [2022-06-24T09:58:48.007Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T09:58:48.007Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T09:58:48.007Z] #51 21.40 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T09:58:48.018Z] #15 DONE 3.2s [2022-06-24T09:58:48.019Z] [2022-06-24T09:58:48.019Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T09:58:48.019Z] #58 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T09:58:48.019Z] #58 6.160 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:58:48.019Z] #58 6.284 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:58:48.019Z] #58 6.285 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:58:48.019Z] #58 6.830 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-24T09:58:48.270Z] #51 ... [2022-06-24T09:58:48.270Z] [2022-06-24T09:58:48.270Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-24T09:58:48.270Z] #43 sha256:c89fe40d2ce6b04d23ad93ea1c001cdf36b8c93a777e587473e1aeb55d3d646e [2022-06-24T09:58:48.270Z] #43 DONE 0.3s [2022-06-24T09:58:48.270Z] [2022-06-24T09:58:48.270Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-24T09:58:48.270Z] #44 sha256:a051666063cc1f3774036920dc2c2b81100cc72c02ad7fdfbb48e20eb198019c [2022-06-24T09:58:48.529Z] #44 ... [2022-06-24T09:58:48.529Z] [2022-06-24T09:58:48.529Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T09:58:48.529Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T09:58:48.529Z] #51 DONE 21.9s [2022-06-24T09:58:48.529Z] [2022-06-24T09:58:48.529Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T09:58:48.529Z] #64 sha256:1a9b165bc4751f59b5f5f324e45ca2ba8d731e16b00f7b257f7734719c9b1b02 [2022-06-24T09:58:48.529Z] #64 1.245 + RM_GOPATH=0 [2022-06-24T09:58:48.529Z] #64 1.245 + TMP_GOPATH= [2022-06-24T09:58:48.529Z] #64 1.246 + : /build [2022-06-24T09:58:48.529Z] #64 1.246 + '[' -z '' ']' [2022-06-24T09:58:48.529Z] #64 1.246 ++ mktemp -d [2022-06-24T09:58:48.529Z] #64 1.247 + export GOPATH=/tmp/tmp.Np6Be4zxjp [2022-06-24T09:58:48.529Z] #64 1.247 + GOPATH=/tmp/tmp.Np6Be4zxjp [2022-06-24T09:58:48.529Z] #64 1.247 + RM_GOPATH=1 [2022-06-24T09:58:48.529Z] #64 1.247 + case "$(go env GOARCH)" in [2022-06-24T09:58:48.529Z] #64 1.248 ++ go env GOARCH [2022-06-24T09:58:48.529Z] #64 1.262 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T09:58:48.529Z] #64 1.262 + GO_BUILDMODE=-buildmode=pie [2022-06-24T09:58:48.529Z] #64 1.262 ++ dirname /install.sh [2022-06-24T09:58:48.529Z] #64 1.264 + dir=/ [2022-06-24T09:58:48.529Z] #64 1.264 + bin=containerd [2022-06-24T09:58:48.529Z] #64 1.264 + shift [2022-06-24T09:58:48.529Z] #64 1.264 + '[' '!' -f //containerd.installer ']' [2022-06-24T09:58:48.529Z] #64 1.264 + . //containerd.installer [2022-06-24T09:58:48.529Z] #64 1.264 ++ set -e [2022-06-24T09:58:48.529Z] #64 1.264 ++ : v1.6.6 [2022-06-24T09:58:48.529Z] #64 1.265 + install_containerd [2022-06-24T09:58:48.529Z] #64 1.267 Install containerd version v1.6.6 [2022-06-24T09:58:48.529Z] #64 1.267 + echo 'Install containerd version v1.6.6' [2022-06-24T09:58:48.529Z] #64 1.267 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Np6Be4zxjp/src/github.com/containerd/containerd [2022-06-24T09:58:48.529Z] #64 1.299 Cloning into '/tmp/tmp.Np6Be4zxjp/src/github.com/containerd/containerd'... [2022-06-24T09:58:48.788Z] #64 ... [2022-06-24T09:58:48.789Z] [2022-06-24T09:58:48.789Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T09:58:48.789Z] #34 sha256:1db4a1090cc01a0e0e1fc35d6d2347bc515c4526c2959f71b03cec297d1441d5 [2022-06-24T09:58:48.789Z] #34 12.05 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-24T09:58:48.789Z] #34 12.44 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T09:58:49.048Z] #34 ... [2022-06-24T09:58:49.048Z] [2022-06-24T09:58:49.048Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T09:58:49.048Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T09:58:49.048Z] #14 22.24 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-24T09:58:49.048Z] #14 22.24 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-24T09:58:49.048Z] #14 22.24 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-24T09:58:49.394Z] #58 8.174 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T09:58:49.654Z] #58 ... [2022-06-24T09:58:49.654Z] [2022-06-24T09:58:49.654Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-06-24T09:58:49.654Z] #16 sha256:264c75e7fcfe4201dcb37f9fccd9217e73b5b3f5a238e85dfbc1dc664b9abc2c [2022-06-24T09:58:49.654Z] #16 DONE 1.9s [2022-06-24T09:58:49.912Z] [2022-06-24T09:58:49.912Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-06-24T09:58:49.912Z] #17 sha256:4db4546569efacce4dc9fecfcd31df398aef25f7961149a2267f32d08b9525d6 [2022-06-24T09:58:50.850Z] #17 ... [2022-06-24T09:58:50.850Z] [2022-06-24T09:58:50.850Z] #64 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-24T09:58:50.850Z] #64 sha256:077e8dd50f6a168a9f33b579ce33c37531a52a76c9141fd84569979de006a647 [2022-06-24T09:58:50.850Z] #64 6.057 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-24T09:58:50.850Z] #64 7.323 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-24T09:58:50.850Z] #64 7.338 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-24T09:58:50.850Z] #64 7.518 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-24T09:58:50.850Z] #64 9.592 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-24T09:58:50.850Z] #64 ... [2022-06-24T09:58:50.850Z] [2022-06-24T09:58:50.850Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T09:58:50.850Z] #62 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T09:58:50.850Z] #62 4.774 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-24T09:58:50.955Z] #14 24.12 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-24T09:58:50.955Z] #14 24.12 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-24T09:58:50.955Z] #14 24.13 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-24T09:58:50.955Z] #14 24.21 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-24T09:58:50.955Z] #14 24.21 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-24T09:58:50.955Z] #14 24.23 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-24T09:58:51.108Z] #62 ... [2022-06-24T09:58:51.108Z] [2022-06-24T09:58:51.108Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T09:58:51.108Z] #83 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T09:58:51.108Z] #83 6.286 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:58:51.108Z] #83 6.344 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:58:51.108Z] #83 6.344 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:58:51.108Z] #83 7.448 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T09:58:51.108Z] #83 10.06 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T09:58:51.108Z] #83 ... [2022-06-24T09:58:51.108Z] [2022-06-24T09:58:51.108Z] #60 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T09:58:51.108Z] #60 sha256:ba20ef080b9bd9f53093c85c8240b9d35e9986f8bf348c18e1d51d72c67e7362 [2022-06-24T09:58:51.108Z] #60 5.871 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-24T09:58:51.108Z] #60 7.777 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-24T09:58:51.108Z] #60 7.800 go: downloading github.com/fatih/color v1.10.0 [2022-06-24T09:58:51.108Z] #60 7.908 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-24T09:58:51.109Z] #60 7.940 go: downloading github.com/pkg/errors v0.9.1 [2022-06-24T09:58:51.109Z] #60 8.418 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-24T09:58:51.109Z] #60 8.470 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-24T09:58:51.109Z] #60 8.540 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-24T09:58:51.109Z] #60 8.551 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-24T09:58:51.109Z] #60 8.752 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-24T09:58:51.109Z] #60 8.956 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-24T09:58:51.109Z] #60 9.105 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-24T09:58:51.109Z] #60 9.312 go: downloading golang.org/x/tools v0.1.0 [2022-06-24T09:58:51.368Z] #60 ... [2022-06-24T09:58:51.368Z] [2022-06-24T09:58:51.368Z] #45 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-24T09:58:51.368Z] #45 sha256:787debcc42a8331ad3380378a43c40f43b4319bea25027fafda7e094b38aa259 [2022-06-24T09:58:51.368Z] #45 6.566 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-24T09:58:51.368Z] #45 ... [2022-06-24T09:58:51.368Z] [2022-06-24T09:58:51.368Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T09:58:51.368Z] #43 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T09:58:51.368Z] #43 6.113 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-24T09:58:51.524Z] #14 ... [2022-06-24T09:58:51.524Z] [2022-06-24T09:58:51.524Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T09:58:51.524Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T09:58:51.524Z] #55 14.92 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-24T09:58:51.524Z] #55 15.12 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-24T09:58:51.524Z] #55 15.15 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-24T09:58:51.524Z] #55 15.20 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-24T09:58:51.524Z] #55 15.20 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-24T09:58:51.524Z] #55 15.27 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-24T09:58:51.524Z] #55 15.32 go: downloading github.com/prometheus/common v0.10.0 [2022-06-24T09:58:51.524Z] #55 15.53 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-24T09:58:51.524Z] #55 15.53 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-24T09:58:51.524Z] #55 15.56 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-24T09:58:51.524Z] #55 15.58 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-24T09:58:51.524Z] #55 15.65 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-24T09:58:51.524Z] #55 15.70 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-24T09:58:51.524Z] #55 16.46 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-24T09:58:51.524Z] #55 ... [2022-06-24T09:58:51.524Z] [2022-06-24T09:58:51.524Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-24T09:58:51.524Z] #44 sha256:a051666063cc1f3774036920dc2c2b81100cc72c02ad7fdfbb48e20eb198019c [2022-06-24T09:58:51.524Z] #44 1.023 + RM_GOPATH=0 [2022-06-24T09:58:51.524Z] #44 1.023 + TMP_GOPATH= [2022-06-24T09:58:51.524Z] #44 1.023 + : /build [2022-06-24T09:58:51.524Z] #44 1.023 + '[' -z '' ']' [2022-06-24T09:58:51.524Z] #44 1.029 ++ mktemp -d [2022-06-24T09:58:51.524Z] #44 1.029 + export GOPATH=/tmp/tmp.0U2ei9zS96 [2022-06-24T09:58:51.524Z] #44 1.029 + GOPATH=/tmp/tmp.0U2ei9zS96 [2022-06-24T09:58:51.524Z] #44 1.029 + RM_GOPATH=1 [2022-06-24T09:58:51.524Z] #44 1.029 + case "$(go env GOARCH)" in [2022-06-24T09:58:51.524Z] #44 1.029 ++ go env GOARCH [2022-06-24T09:58:51.524Z] #44 1.068 Install tini version v0.19.0 [2022-06-24T09:58:51.524Z] #44 1.068 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T09:58:51.524Z] #44 1.068 + GO_BUILDMODE=-buildmode=pie [2022-06-24T09:58:51.524Z] #44 1.068 ++ dirname /install.sh [2022-06-24T09:58:51.524Z] #44 1.068 + dir=/ [2022-06-24T09:58:51.524Z] #44 1.068 + bin=tini [2022-06-24T09:58:51.524Z] #44 1.068 + shift [2022-06-24T09:58:51.524Z] #44 1.068 + '[' '!' -f //tini.installer ']' [2022-06-24T09:58:51.524Z] #44 1.068 + . //tini.installer [2022-06-24T09:58:51.524Z] #44 1.068 ++ : v0.19.0 [2022-06-24T09:58:51.524Z] #44 1.068 + install_tini [2022-06-24T09:58:51.524Z] #44 1.068 + echo 'Install tini version v0.19.0' [2022-06-24T09:58:51.524Z] #44 1.068 + git clone https://github.com/krallin/tini.git /tmp/tmp.0U2ei9zS96/tini [2022-06-24T09:58:51.524Z] #44 1.077 Cloning into '/tmp/tmp.0U2ei9zS96/tini'... [2022-06-24T09:58:51.524Z] #44 1.621 + cd /tmp/tmp.0U2ei9zS96/tini [2022-06-24T09:58:51.524Z] #44 1.621 + git checkout -q v0.19.0 [2022-06-24T09:58:51.524Z] #44 1.626 + cmake . [2022-06-24T09:58:51.524Z] #44 1.870 -- The C compiler identification is GNU 10.2.1 [2022-06-24T09:58:51.524Z] #44 1.911 -- Detecting C compiler ABI info [2022-06-24T09:58:51.524Z] #44 2.126 -- Detecting C compiler ABI info - done [2022-06-24T09:58:51.524Z] #44 2.163 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-24T09:58:51.524Z] #44 2.164 -- Detecting C compile features [2022-06-24T09:58:51.524Z] #44 2.166 -- Detecting C compile features - done [2022-06-24T09:58:51.524Z] #44 2.186 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-24T09:58:51.524Z] #44 2.267 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-24T09:58:51.524Z] #44 2.294 -- Configuring done [2022-06-24T09:58:51.524Z] #44 2.302 -- Generating done [2022-06-24T09:58:51.524Z] #44 2.303 -- Build files have been written to: /tmp/tmp.0U2ei9zS96/tini [2022-06-24T09:58:51.524Z] #44 2.306 + make tini-static [2022-06-24T09:58:51.524Z] #44 2.502 Scanning dependencies of target tini-static [2022-06-24T09:58:51.524Z] #44 2.550 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-24T09:58:51.524Z] #44 2.949 [100%] Linking C executable tini-static [2022-06-24T09:58:51.524Z] #44 3.179 [100%] Built target tini-static [2022-06-24T09:58:51.524Z] #44 3.220 + mkdir -p /build [2022-06-24T09:58:51.524Z] #44 3.223 + cp tini-static /build/docker-init [2022-06-24T09:58:51.626Z] #43 ... [2022-06-24T09:58:51.626Z] [2022-06-24T09:58:51.626Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-06-24T09:58:51.626Z] #17 sha256:4db4546569efacce4dc9fecfcd31df398aef25f7961149a2267f32d08b9525d6 [2022-06-24T09:58:51.626Z] #17 DONE 2.0s [2022-06-24T09:58:51.626Z] [2022-06-24T09:58:51.626Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T09:58:51.626Z] #54 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T09:58:51.626Z] #54 5.575 + git clone https://github.com/docker/distribution.git . [2022-06-24T09:58:51.626Z] #54 5.575 Cloning into '.'... [2022-06-24T09:58:51.884Z] #54 ... [2022-06-24T09:58:51.884Z] [2022-06-24T09:58:51.884Z] #47 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-24T09:58:51.884Z] #47 sha256:c38cfa78712ad0c0a23d715321dcc4195c86f5f5a6a9b3941feb4a564921d552 [2022-06-24T09:58:51.884Z] #47 5.911 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-24T09:58:51.884Z] #47 6.946 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-24T09:58:51.884Z] #47 8.841 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-24T09:58:51.884Z] #47 9.536 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-24T09:58:51.884Z] #47 9.752 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-24T09:58:51.884Z] #47 ... [2022-06-24T09:58:51.884Z] [2022-06-24T09:58:51.884Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T09:58:51.884Z] #41 sha256:1db4a1090cc01a0e0e1fc35d6d2347bc515c4526c2959f71b03cec297d1441d5 [2022-06-24T09:58:51.884Z] #41 4.264 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-24T09:58:51.884Z] #41 4.268 Cloning into '.'... [2022-06-24T09:58:52.142Z] #41 ... [2022-06-24T09:58:52.142Z] [2022-06-24T09:58:52.142Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-06-24T09:58:52.142Z] #18 sha256:b93226b7b94c015b6f6c8ba88b675fa428a2d3466b6795529b0dc77d27b50517 [2022-06-24T09:58:52.461Z] #44 DONE 4.1s [2022-06-24T09:58:52.461Z] [2022-06-24T09:58:52.461Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:58:52.461Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:58:52.461Z] #77 0.851 Cloning into '/tmp/crun-build'... [2022-06-24T09:58:52.461Z] #77 2.417 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-24T09:58:52.461Z] #77 2.426 Cloning into '/tmp/crun-build/libocispec'... [2022-06-24T09:58:52.461Z] #77 2.914 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-24T09:58:52.461Z] #77 2.935 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-24T09:58:52.461Z] #77 2.944 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-24T09:58:52.461Z] #77 2.944 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-24T09:58:52.461Z] #77 2.959 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-24T09:58:52.461Z] #77 3.571 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-24T09:58:52.461Z] #77 4.102 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-24T09:58:52.720Z] #77 5.041 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-24T09:58:52.720Z] #77 5.183 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-24T09:58:52.979Z] #77 5.363 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-24T09:58:52.979Z] #77 ... [2022-06-24T09:58:52.979Z] [2022-06-24T09:58:52.979Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T09:58:52.979Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T09:58:52.979Z] #14 26.42 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-24T09:58:52.979Z] #14 26.42 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-24T09:58:52.979Z] #14 26.44 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T09:58:53.518Z] #18 DONE 1.8s [2022-06-24T09:58:53.518Z] [2022-06-24T09:58:53.518Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T09:58:53.518Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T09:58:55.421Z] #19 1.856 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:58:55.421Z] #19 1.936 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:58:55.421Z] #19 1.936 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:58:56.798Z] #19 3.267 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-24T09:58:57.172Z] #14 30.74 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-24T09:58:57.172Z] #14 30.74 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-24T09:58:57.172Z] #14 30.75 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T09:58:58.175Z] #19 4.655 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-24T09:58:59.719Z] #14 32.85 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-24T09:58:59.719Z] #14 32.86 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-24T09:58:59.719Z] #14 32.87 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-24T09:58:59.719Z] #14 ... [2022-06-24T09:58:59.719Z] [2022-06-24T09:58:59.719Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T09:58:59.719Z] #67 sha256:8602c82b2be1eb30a356b3587977135e347cf0b5e7249db27f103b7cfc7e888c [2022-06-24T09:58:59.719Z] #67 30.50 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-24T09:58:59.719Z] #67 30.50 + GOBIN=/build [2022-06-24T09:58:59.719Z] #67 30.50 + GO111MODULE=on [2022-06-24T09:58:59.719Z] #67 30.50 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-24T09:58:59.719Z] #67 32.76 rootlesskit version 1.0.0 [2022-06-24T09:58:59.719Z] #67 32.77 Usage of /build/rootlesskit-docker-proxy: [2022-06-24T09:58:59.719Z] #67 32.77 -container-ip string [2022-06-24T09:58:59.719Z] #67 32.77 container ip [2022-06-24T09:58:59.719Z] #67 32.78 -container-port int [2022-06-24T09:58:59.719Z] #67 32.78 container port (default -1) [2022-06-24T09:58:59.719Z] #67 32.78 -host-ip string [2022-06-24T09:58:59.719Z] #67 32.78 host ip [2022-06-24T09:58:59.719Z] #67 32.78 -host-port int [2022-06-24T09:58:59.719Z] #67 32.78 host port (default -1) [2022-06-24T09:58:59.719Z] #67 32.78 -proto string [2022-06-24T09:58:59.719Z] #67 32.78 proxy protocol (default "tcp") [2022-06-24T09:59:00.080Z] #19 ... [2022-06-24T09:59:00.080Z] [2022-06-24T09:59:00.080Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T09:59:00.080Z] #43 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T09:59:00.080Z] #43 19.07 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-24T09:59:00.080Z] #43 19.07 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-24T09:59:00.647Z] #43 19.92 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-24T09:59:00.692Z] Fetching without tags [2022-06-24T09:59:00.888Z] Merging remotes/origin/master commit 9c4987ee6b236de5e8ec213f7872fb3b9ee1aece into PR head commit 56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T09:59:00.906Z] #43 20.16 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-24T09:59:01.164Z] #43 20.35 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-24T09:59:01.423Z] #43 20.71 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-24T09:59:01.638Z] #67 DONE 35.1s [2022-06-24T09:59:01.638Z] [2022-06-24T09:59:01.638Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-24T09:59:01.638Z] #68 sha256:e0684f1b5ce6b9a4f0b00446c3cf2ae7999d1b4ee7c17425d13ba66add1df504 [2022-06-24T09:59:01.654Z] Merge succeeded, producing 56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T09:59:01.654Z] Checking out Revision 56a20dbc19786633f605d3871f5242d8e0f1be5a (PR-43622) [2022-06-24T09:59:01.897Z] #68 DONE 0.2s [2022-06-24T09:59:01.897Z] [2022-06-24T09:59:01.897Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T09:59:01.897Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T09:59:01.897Z] #14 35.41 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-24T09:59:01.897Z] #14 35.41 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-24T09:59:01.897Z] #14 35.43 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T09:59:01.897Z] #14 ... [2022-06-24T09:59:01.897Z] [2022-06-24T09:59:01.897Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-24T09:59:01.897Z] #69 sha256:30d97aa2dea5c176811a57de0e6c4fe23409ff98ce05256ddaf72d0a237c80e2 [2022-06-24T09:59:01.897Z] #69 DONE 0.1s [2022-06-24T09:59:01.991Z] #43 21.26 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-24T09:59:01.991Z] #43 21.29 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-24T09:59:01.991Z] #43 21.36 go: downloading github.com/peterh/liner v1.2.2 [2022-06-24T09:59:02.157Z] [2022-06-24T09:59:02.157Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T09:59:02.157Z] #64 sha256:1a9b165bc4751f59b5f5f324e45ca2ba8d731e16b00f7b257f7734719c9b1b02 [2022-06-24T09:59:02.157Z] #64 15.42 + cd /tmp/tmp.Np6Be4zxjp/src/github.com/containerd/containerd [2022-06-24T09:59:02.157Z] #64 15.42 + git checkout -q v1.6.6 [2022-06-24T09:59:02.157Z] #64 16.20 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-24T09:59:02.157Z] #64 16.20 + BUILDTAGS='netgo osusergo static_build' [2022-06-24T09:59:02.157Z] #64 16.21 + export EXTRA_FLAGS=-buildmode=pie [2022-06-24T09:59:02.157Z] #64 16.21 + EXTRA_FLAGS=-buildmode=pie [2022-06-24T09:59:02.157Z] #64 16.21 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-24T09:59:02.157Z] #64 16.21 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-24T09:59:02.157Z] #64 16.21 + '[' '' = dynamic ']' [2022-06-24T09:59:02.157Z] #64 16.21 + make [2022-06-24T09:59:02.157Z] #64 17.42 + bin/ctr [2022-06-24T09:59:00.636Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-24T09:59:00.641Z] > git config --add remote.origin.fetch +refs/pull/43622/head:refs/remotes/origin/PR-43622 # timeout=10 [2022-06-24T09:59:00.651Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:59:00.658Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-24T09:59:00.665Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-24T09:59:00.665Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:59:00.666Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43622/head:refs/remotes/origin/PR-43622 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:59:00.866Z] > git config core.sparsecheckout # timeout=10 [2022-06-24T09:59:00.886Z] > git checkout -f 56a20dbc19786633f605d3871f5242d8e0f1be5a # timeout=10 [2022-06-24T09:59:01.405Z] > git remote # timeout=10 [2022-06-24T09:59:01.425Z] > git config --get remote.origin.url # timeout=10 [2022-06-24T09:59:01.432Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:59:01.535Z] > git merge 9c4987ee6b236de5e8ec213f7872fb3b9ee1aece # timeout=10 [2022-06-24T09:59:01.617Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-24T09:59:01.626Z] > git config core.sparsecheckout # timeout=10 [2022-06-24T09:59:01.640Z] > git checkout -f 56a20dbc19786633f605d3871f5242d8e0f1be5a # timeout=10 [2022-06-24T09:59:02.216Z] Fetching without tags [2022-06-24T09:59:02.251Z] #43 ... [2022-06-24T09:59:02.251Z] [2022-06-24T09:59:02.251Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T09:59:02.251Z] #58 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T09:59:02.251Z] #58 11.31 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T09:59:02.251Z] #58 14.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T09:59:02.251Z] #58 16.31 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-24T09:59:02.161Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-24T09:59:02.167Z] > git config --add remote.origin.fetch +refs/pull/43622/head:refs/remotes/origin/PR-43622 # timeout=10 [2022-06-24T09:59:02.178Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:59:02.210Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-24T09:59:02.221Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-24T09:59:02.222Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:59:02.223Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43622/head:refs/remotes/origin/PR-43622 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:59:02.480Z] Merging remotes/origin/master commit 9c4987ee6b236de5e8ec213f7872fb3b9ee1aece into PR head commit 56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T09:59:02.510Z] #58 ... [2022-06-24T09:59:02.510Z] [2022-06-24T09:59:02.510Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T09:59:02.510Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T09:59:02.510Z] #19 6.807 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-24T09:59:02.510Z] #19 8.895 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-24T09:59:03.265Z] Merge succeeded, producing 56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T09:59:03.265Z] Checking out Revision 56a20dbc19786633f605d3871f5242d8e0f1be5a (PR-43622) [2022-06-24T09:59:03.598Z] Fetching without tags [2022-06-24T09:59:03.883Z] Merging remotes/origin/master commit 9c4987ee6b236de5e8ec213f7872fb3b9ee1aece into PR head commit 56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T09:59:04.180Z] #64 ... [2022-06-24T09:59:04.180Z] [2022-06-24T09:59:04.180Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T09:59:04.180Z] #34 sha256:1db4a1090cc01a0e0e1fc35d6d2347bc515c4526c2959f71b03cec297d1441d5 [2022-06-24T09:59:04.180Z] #34 DONE 37.6s [2022-06-24T09:59:04.180Z] [2022-06-24T09:59:04.180Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:59:04.180Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:59:04.180Z] #77 12.12 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-24T09:59:04.413Z] #19 ... [2022-06-24T09:59:04.413Z] [2022-06-24T09:59:04.413Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T09:59:04.413Z] #83 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T09:59:04.413Z] #83 13.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T09:59:04.413Z] #83 23.51 Fetched 8545 kB in 18s (483 kB/s) [2022-06-24T09:59:04.413Z] #83 23.51 Reading package lists... [2022-06-24T09:59:04.413Z] #83 ... [2022-06-24T09:59:04.413Z] [2022-06-24T09:59:04.413Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T09:59:04.413Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T09:59:04.413Z] #19 10.90 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-24T09:59:04.413Z] #19 ... [2022-06-24T09:59:04.413Z] [2022-06-24T09:59:04.413Z] #47 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-24T09:59:04.413Z] #47 sha256:c38cfa78712ad0c0a23d715321dcc4195c86f5f5a6a9b3941feb4a564921d552 [2022-06-24T09:59:04.413Z] #47 13.77 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-24T09:59:04.413Z] #47 13.92 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-24T09:59:02.489Z] > git config core.sparsecheckout # timeout=10 [2022-06-24T09:59:02.507Z] > git checkout -f 56a20dbc19786633f605d3871f5242d8e0f1be5a # timeout=10 [2022-06-24T09:59:03.112Z] > git remote # timeout=10 [2022-06-24T09:59:03.118Z] > git config --get remote.origin.url # timeout=10 [2022-06-24T09:59:03.130Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:59:03.227Z] > git merge 9c4987ee6b236de5e8ec213f7872fb3b9ee1aece # timeout=10 [2022-06-24T09:59:03.249Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-24T09:59:03.268Z] > git config core.sparsecheckout # timeout=10 [2022-06-24T09:59:03.282Z] > git checkout -f 56a20dbc19786633f605d3871f5242d8e0f1be5a # timeout=10 [2022-06-24T09:59:04.672Z] #47 ... [2022-06-24T09:59:04.672Z] [2022-06-24T09:59:04.672Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T09:59:04.672Z] #43 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T09:59:04.672Z] #43 21.88 go: downloading github.com/google/go-dap v0.6.0 [2022-06-24T09:59:04.672Z] #43 22.22 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-24T09:59:04.672Z] #43 22.71 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-24T09:59:04.672Z] #43 23.70 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-24T09:59:04.848Z] Merge succeeded, producing 56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T09:59:04.848Z] Checking out Revision 56a20dbc19786633f605d3871f5242d8e0f1be5a (PR-43622) [2022-06-24T09:59:04.930Z] #43 24.22 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-24T09:59:05.152Z] #77 17.37 libtoolize: putting auxiliary files in '.'. [2022-06-24T09:59:05.152Z] #77 17.37 libtoolize: copying file './ltmain.sh' [2022-06-24T09:59:05.190Z] #43 24.38 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-24T09:59:03.516Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-24T09:59:03.532Z] > git config --add remote.origin.fetch +refs/pull/43622/head:refs/remotes/origin/PR-43622 # timeout=10 [2022-06-24T09:59:03.558Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:59:03.582Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-24T09:59:03.611Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-24T09:59:03.611Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:59:03.612Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43622/head:refs/remotes/origin/PR-43622 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-24T09:59:03.908Z] > git config core.sparsecheckout # timeout=10 [2022-06-24T09:59:03.930Z] > git checkout -f 56a20dbc19786633f605d3871f5242d8e0f1be5a # timeout=10 [2022-06-24T09:59:04.760Z] > git remote # timeout=10 [2022-06-24T09:59:04.781Z] > git config --get remote.origin.url # timeout=10 [2022-06-24T09:59:04.803Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-24T09:59:04.804Z] > git merge 9c4987ee6b236de5e8ec213f7872fb3b9ee1aece # timeout=10 [2022-06-24T09:59:04.834Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-24T09:59:04.858Z] > git config core.sparsecheckout # timeout=10 [2022-06-24T09:59:04.878Z] > git checkout -f 56a20dbc19786633f605d3871f5242d8e0f1be5a # timeout=10 [2022-06-24T09:59:05.772Z] #77 18.08 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-24T09:59:05.773Z] #77 18.08 libtoolize: and rerunning libtoolize and aclocal. [2022-06-24T09:59:05.773Z] #77 18.08 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-24T09:59:05.952Z] Commit message: "container/exec: Support ConsoleSize" [2022-06-24T09:59:06.032Z] #77 ... [2022-06-24T09:59:06.032Z] [2022-06-24T09:59:06.032Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T09:59:06.032Z] #36 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T09:59:06.032Z] #36 39.45 Delve is a source level debugger for Go programs. [2022-06-24T09:59:06.032Z] #36 39.45 [2022-06-24T09:59:06.032Z] #36 39.45 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-24T09:59:06.032Z] #36 39.45 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-24T09:59:06.032Z] #36 39.45 [2022-06-24T09:59:06.032Z] #36 39.45 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-24T09:59:06.032Z] #36 39.45 [2022-06-24T09:59:06.032Z] #36 39.45 Pass flags to the program you are debugging using `--`, for example: [2022-06-24T09:59:06.032Z] #36 39.45 [2022-06-24T09:59:06.032Z] #36 39.45 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-24T09:59:06.032Z] #36 39.45 [2022-06-24T09:59:06.032Z] #36 39.45 Usage: [2022-06-24T09:59:06.032Z] #36 39.45 dlv [command] [2022-06-24T09:59:06.032Z] #36 39.45 [2022-06-24T09:59:06.032Z] #36 39.45 Available Commands: [2022-06-24T09:59:06.032Z] #36 39.45 attach Attach to running process and begin debugging. [2022-06-24T09:59:06.032Z] #36 39.45 connect Connect to a headless debug server with a terminal client. [2022-06-24T09:59:06.032Z] #36 39.45 core Examine a core dump. [2022-06-24T09:59:06.032Z] #36 39.45 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-24T09:59:06.032Z] #36 39.45 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-24T09:59:06.032Z] #36 39.45 exec Execute a precompiled binary, and begin a debug session. [2022-06-24T09:59:06.032Z] #36 39.45 help Help about any command [2022-06-24T09:59:06.032Z] #36 39.45 run Deprecated command. Use 'debug' instead. [2022-06-24T09:59:06.032Z] #36 39.45 test Compile test binary and begin debugging program. [2022-06-24T09:59:06.032Z] #36 39.45 trace Compile and begin tracing program. [2022-06-24T09:59:06.032Z] #36 39.45 version Prints version. [2022-06-24T09:59:06.032Z] #36 39.45 [2022-06-24T09:59:06.032Z] #36 39.45 Flags: [2022-06-24T09:59:06.032Z] #36 39.45 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-24T09:59:06.032Z] #36 39.45 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-24T09:59:06.032Z] #36 39.45 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-24T09:59:06.032Z] #36 39.45 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-24T09:59:06.032Z] #36 39.45 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-24T09:59:06.032Z] #36 39.45 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-24T09:59:06.032Z] #36 39.45 --disable-aslr Disables address space randomization [2022-06-24T09:59:06.032Z] #36 39.45 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-24T09:59:06.032Z] #36 39.45 -h, --help help for dlv [2022-06-24T09:59:06.032Z] #36 39.45 --init string Init file, executed by the terminal client. [2022-06-24T09:59:06.032Z] #36 39.45 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-24T09:59:06.032Z] #36 39.45 --log Enable debugging server logging. [2022-06-24T09:59:06.032Z] #36 39.45 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-24T09:59:06.032Z] #36 39.45 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-24T09:59:06.032Z] #36 39.45 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-24T09:59:06.032Z] #36 39.45 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-24T09:59:06.032Z] #36 39.45 --wd string Working directory for running the program. [2022-06-24T09:59:06.032Z] #36 39.45 [2022-06-24T09:59:06.032Z] #36 39.45 Additional help topics: [2022-06-24T09:59:06.032Z] #36 39.45 dlv backend Help about the --backend flag. [2022-06-24T09:59:06.032Z] #36 39.45 dlv log Help about logging flags. [2022-06-24T09:59:06.032Z] #36 39.45 dlv redirect Help about file redirection. [2022-06-24T09:59:06.032Z] #36 39.45 [2022-06-24T09:59:06.032Z] #36 39.45 Use "dlv [command] --help" for more information about a command. [2022-06-24T09:59:06.032Z] #36 DONE 39.6s [2022-06-24T09:59:06.032Z] [2022-06-24T09:59:06.032Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T09:59:06.032Z] #64 sha256:1a9b165bc4751f59b5f5f324e45ca2ba8d731e16b00f7b257f7734719c9b1b02 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-24T09:59:06.571Z] #43 ... [2022-06-24T09:59:06.571Z] [2022-06-24T09:59:06.571Z] #45 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-24T09:59:06.571Z] #45 sha256:787debcc42a8331ad3380378a43c40f43b4319bea25027fafda7e094b38aa259 [2022-06-24T09:59:06.571Z] #45 24.06 tomll can be used in two ways: [2022-06-24T09:59:06.571Z] #45 24.07 Writing to STDIN and reading from STDOUT: [2022-06-24T09:59:06.571Z] #45 24.07 cat file.toml | tomll > file.toml [2022-06-24T09:59:06.571Z] #45 24.07 [2022-06-24T09:59:06.571Z] #45 24.07 Reading and updating a list of files: [2022-06-24T09:59:06.571Z] #45 24.07 tomll a.toml b.toml c.toml [2022-06-24T09:59:06.571Z] #45 24.07 [2022-06-24T09:59:06.571Z] #45 24.07 When given a list of files, tomll will modify all files in place without asking. [2022-06-24T09:59:06.571Z] #45 DONE 25.8s [2022-06-24T09:59:06.829Z] [2022-06-24T09:59:06.829Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T09:59:06.829Z] #43 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T09:59:06.829Z] #43 26.06 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-24T09:59:06.829Z] #43 26.20 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-24T09:59:06.982Z] + docker version [2022-06-24T09:59:06.993Z] Commit message: "container/exec: Support ConsoleSize" [2022-06-24T09:59:07.411Z] #64 ... [2022-06-24T09:59:07.411Z] [2022-06-24T09:59:07.411Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T09:59:07.411Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T09:59:07.411Z] #14 40.88 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-24T09:59:07.411Z] #14 40.89 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-24T09:59:07.411Z] #14 40.90 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-24T09:59:08.186Z] + docker version [2022-06-24T09:59:08.227Z] #43 ... [2022-06-24T09:59:08.227Z] [2022-06-24T09:59:08.227Z] #60 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T09:59:08.227Z] #60 sha256:ba20ef080b9bd9f53093c85c8240b9d35e9986f8bf348c18e1d51d72c67e7362 [2022-06-24T09:59:08.227Z] #60 17.14 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-24T09:59:08.227Z] #60 17.15 go: downloading golang.org/x/mod v0.3.0 [2022-06-24T09:59:08.227Z] #60 ... [2022-06-24T09:59:08.227Z] [2022-06-24T09:59:08.227Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T09:59:08.227Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T09:59:08.227Z] #19 12.94 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T09:59:08.227Z] #19 14.55 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-24T09:59:08.227Z] #19 14.55 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB] [2022-06-24T09:59:08.227Z] #19 14.55 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [142 kB] [2022-06-24T09:59:08.227Z] #19 14.55 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T09:59:08.227Z] #19 14.56 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-24T09:59:08.227Z] #19 14.61 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB] [2022-06-24T09:59:08.227Z] #19 14.65 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-24T09:59:08.227Z] #19 14.65 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T09:59:08.227Z] #19 14.65 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-24T09:59:08.227Z] #19 14.65 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-24T09:59:08.227Z] #19 14.65 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-24T09:59:08.227Z] #19 14.65 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-24T09:59:09.319Z] #14 42.85 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-24T09:59:09.319Z] #14 42.85 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-24T09:59:09.319Z] #14 42.86 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-24T09:59:09.319Z] #14 42.93 Selecting previously unselected package libapparmor1:amd64. [2022-06-24T09:59:09.319Z] #14 42.94 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-24T09:59:09.581Z] #14 42.95 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-24T09:59:09.581Z] #14 43.01 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-24T09:59:09.581Z] #14 43.02 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-24T09:59:09.581Z] #14 43.02 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-24T09:59:09.581Z] #14 43.11 Selecting previously unselected package libbtrfs0:amd64. [2022-06-24T09:59:09.581Z] #14 43.11 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-24T09:59:09.581Z] #14 43.12 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T09:59:09.581Z] #14 43.22 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-24T09:59:09.841Z] #14 43.22 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-24T09:59:09.841Z] #14 43.22 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T09:59:09.841Z] #14 43.34 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-24T09:59:09.841Z] #14 43.35 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T09:59:09.841Z] #14 43.35 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T09:59:09.841Z] #14 43.41 Selecting previously unselected package libudev-dev:amd64. [2022-06-24T09:59:09.841Z] #14 43.42 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-24T09:59:09.841Z] #14 43.43 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-24T09:59:09.950Z] Commit message: "container/exec: Support ConsoleSize" [2022-06-24T09:59:10.100Z] #14 43.52 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-24T09:59:10.100Z] #14 43.53 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-24T09:59:10.100Z] #14 43.54 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-24T09:59:10.100Z] #14 43.68 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-24T09:59:10.100Z] #14 43.68 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-24T09:59:10.100Z] #14 43.69 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-24T09:59:10.358Z] #14 43.79 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-24T09:59:10.358Z] #14 43.79 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-24T09:59:10.358Z] #14 43.80 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-24T09:59:10.358Z] #14 43.88 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-24T09:59:10.358Z] #14 43.89 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-24T09:59:10.358Z] #14 43.90 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-24T09:59:10.358Z] #14 43.98 Selecting previously unselected package libpcre2-dev:amd64. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-24T09:59:10.617Z] #14 43.99 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-24T09:59:10.618Z] #14 44.00 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-24T09:59:10.618Z] #14 44.20 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-24T09:59:10.618Z] #14 44.20 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-24T09:59:10.618Z] #14 44.22 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-24T09:59:10.877Z] #14 44.37 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-24T09:59:10.877Z] #14 44.37 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T09:59:10.877Z] #14 44.38 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-24T09:59:10.877Z] #14 44.42 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-24T09:59:10.877Z] #14 44.42 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-24T09:59:10.877Z] #14 44.43 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T09:59:10.877Z] #14 44.50 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-24T09:59:10.877Z] #14 44.51 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-24T09:59:10.877Z] #14 44.52 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T09:59:11.105Z] + docker version [2022-06-24T09:59:11.138Z] #14 44.76 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T09:59:11.138Z] #14 44.78 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-24T09:59:11.138Z] #14 44.79 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-24T09:59:11.138Z] #14 44.83 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-24T09:59:11.138Z] #14 44.83 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-24T09:59:11.399Z] #14 44.84 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-24T09:59:11.399Z] #14 44.86 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T09:59:11.399Z] #14 44.87 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-24T09:59:11.399Z] #14 44.89 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-24T09:59:11.399Z] #14 44.91 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-24T09:59:11.399Z] #14 44.93 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-24T09:59:11.399Z] #14 44.94 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T09:59:11.399Z] #14 44.95 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-24T09:59:11.399Z] #14 44.97 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-24T09:59:11.399Z] #14 44.99 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-24T09:59:11.399Z] #14 45.00 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T09:59:11.399Z] #14 45.03 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-24T09:59:11.399Z] #14 45.04 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-24T09:59:11.516Z] #19 ... [2022-06-24T09:59:11.516Z] [2022-06-24T09:59:11.516Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T09:59:11.516Z] #83 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T09:59:11.516Z] #83 23.51 Reading package lists... [2022-06-24T09:59:11.663Z] #14 45.06 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-24T09:59:11.663Z] #14 45.10 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-24T09:59:11.663Z] #14 45.14 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T09:59:11.663Z] #14 45.16 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-24T09:59:11.663Z] #14 45.17 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T09:59:11.663Z] #14 45.20 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-24T09:59:11.663Z] #14 45.21 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-24T09:59:11.663Z] #14 45.22 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T09:59:11.663Z] #14 45.23 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-24T09:59:11.663Z] #14 45.24 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T09:59:11.922Z] #14 45.27 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-24T09:59:11.922Z] #14 45.30 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T09:59:11.922Z] #14 45.32 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-24T09:59:11.922Z] #14 45.34 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T09:59:11.922Z] #14 45.35 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-24T09:59:11.922Z] #14 45.38 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T09:59:13.303Z] #14 DONE 46.8s [2022-06-24T09:59:13.303Z] [2022-06-24T09:59:13.303Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-24T09:59:13.303Z] #59 sha256:2018fc3c851150a08f7261826a6880502a0912da555ea2c543e5604158d808a1 [2022-06-24T09:59:13.531Z] Client: Docker Engine - Community [2022-06-24T09:59:13.531Z] Version: 20.10.14 [2022-06-24T09:59:13.531Z] API version: 1.41 [2022-06-24T09:59:13.531Z] Go version: go1.16.15 [2022-06-24T09:59:13.531Z] Git commit: a224086 [2022-06-24T09:59:13.531Z] Built: Thu Mar 24 01:47:20 2022 [2022-06-24T09:59:13.531Z] OS/Arch: linux/arm64 [2022-06-24T09:59:13.531Z] Context: default [2022-06-24T09:59:13.531Z] Experimental: true [2022-06-24T09:59:13.531Z] [2022-06-24T09:59:13.531Z] Server: Docker Engine - Community [2022-06-24T09:59:13.531Z] Engine: [2022-06-24T09:59:13.531Z] Version: 20.10.14 [2022-06-24T09:59:13.531Z] API version: 1.41 (minimum version 1.12) [2022-06-24T09:59:13.531Z] Go version: go1.16.15 [2022-06-24T09:59:13.531Z] Git commit: 87a90dc [2022-06-24T09:59:13.531Z] Built: Thu Mar 24 01:45:39 2022 [2022-06-24T09:59:13.531Z] OS/Arch: linux/arm64 [2022-06-24T09:59:13.531Z] Experimental: true [2022-06-24T09:59:13.531Z] containerd: [2022-06-24T09:59:13.531Z] Version: 1.5.11 [2022-06-24T09:59:13.531Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-24T09:59:13.531Z] runc: [2022-06-24T09:59:13.531Z] Version: 1.0.3 [2022-06-24T09:59:13.531Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-24T09:59:13.531Z] docker-init: [2022-06-24T09:59:13.531Z] Version: 0.19.0 [2022-06-24T09:59:13.531Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-24T09:59:13.563Z] #59 DONE 0.2s [2022-06-24T09:59:13.563Z] [2022-06-24T09:59:13.563Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T09:59:13.563Z] #60 sha256:287d2c18d3cdd599a7e9f0727b64e2a50b6e0c536634e4580ae469f578960be0 [2022-06-24T09:59:13.834Z] + docker info [2022-06-24T09:59:14.505Z] #60 0.890 + RM_GOPATH=0 [2022-06-24T09:59:14.505Z] #60 0.890 + TMP_GOPATH= [2022-06-24T09:59:14.505Z] #60 0.890 + : /build [2022-06-24T09:59:14.505Z] #60 0.890 + '[' -z '' ']' [2022-06-24T09:59:14.505Z] #60 0.890 ++ mktemp -d [2022-06-24T09:59:14.505Z] #60 0.891 + export GOPATH=/tmp/tmp.CgJ9Tupb6T [2022-06-24T09:59:14.505Z] #60 0.891 + GOPATH=/tmp/tmp.CgJ9Tupb6T [2022-06-24T09:59:14.505Z] #60 0.891 + RM_GOPATH=1 [2022-06-24T09:59:14.505Z] #60 0.891 + case "$(go env GOARCH)" in [2022-06-24T09:59:14.505Z] #60 0.892 ++ go env GOARCH [2022-06-24T09:59:14.505Z] #60 0.905 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T09:59:14.505Z] #60 0.905 + GO_BUILDMODE=-buildmode=pie [2022-06-24T09:59:14.505Z] #60 0.909 ++ dirname /install.sh [2022-06-24T09:59:14.505Z] #60 0.910 + dir=/ [2022-06-24T09:59:14.505Z] #60 0.910 + bin=runc [2022-06-24T09:59:14.505Z] #60 0.910 + shift [2022-06-24T09:59:14.505Z] #60 0.910 + '[' '!' -f //runc.installer ']' [2022-06-24T09:59:14.505Z] #60 0.910 + . //runc.installer [2022-06-24T09:59:14.505Z] #60 0.910 ++ set -e [2022-06-24T09:59:14.505Z] #60 0.910 ++ : v1.1.2 [2022-06-24T09:59:14.505Z] #60 0.910 + install_runc [2022-06-24T09:59:14.505Z] #60 0.910 + RUNC_BUILDTAGS=seccomp [2022-06-24T09:59:14.505Z] #60 0.910 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-24T09:59:14.505Z] #60 0.910 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.CgJ9Tupb6T/src/github.com/opencontainers/runc [2022-06-24T09:59:14.505Z] #60 0.910 Install runc version v1.1.2 (build tags: seccomp) [2022-06-24T09:59:14.505Z] #60 0.969 Cloning into '/tmp/tmp.CgJ9Tupb6T/src/github.com/opencontainers/runc'... [2022-06-24T09:59:14.758Z] Client: Docker Engine - Community [2022-06-24T09:59:14.758Z] Version: 20.10.14 [2022-06-24T09:59:14.758Z] API version: 1.41 [2022-06-24T09:59:14.758Z] Go version: go1.16.15 [2022-06-24T09:59:14.758Z] Git commit: a224086 [2022-06-24T09:59:14.758Z] Built: Thu Mar 24 01:48:02 2022 [2022-06-24T09:59:14.758Z] OS/Arch: linux/amd64 [2022-06-24T09:59:14.758Z] Context: default [2022-06-24T09:59:14.758Z] Experimental: true [2022-06-24T09:59:14.758Z] [2022-06-24T09:59:14.758Z] Server: Docker Engine - Community [2022-06-24T09:59:14.758Z] Engine: [2022-06-24T09:59:14.758Z] Version: 20.10.14 [2022-06-24T09:59:14.758Z] API version: 1.41 (minimum version 1.12) [2022-06-24T09:59:14.758Z] Go version: go1.16.15 [2022-06-24T09:59:14.758Z] Git commit: 87a90dc [2022-06-24T09:59:14.758Z] Built: Thu Mar 24 01:45:53 2022 [2022-06-24T09:59:14.758Z] OS/Arch: linux/amd64 [2022-06-24T09:59:14.758Z] Experimental: true [2022-06-24T09:59:14.758Z] containerd: [2022-06-24T09:59:14.758Z] Version: 1.5.11 [2022-06-24T09:59:14.758Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-24T09:59:14.758Z] runc: [2022-06-24T09:59:14.758Z] Version: 1.0.3 [2022-06-24T09:59:14.758Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-24T09:59:14.758Z] docker-init: [2022-06-24T09:59:14.758Z] Version: 0.19.0 [2022-06-24T09:59:14.758Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-24T09:59:15.082Z] + docker info [2022-06-24T09:59:15.883Z] #60 ... [2022-06-24T09:59:15.883Z] [2022-06-24T09:59:15.883Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-24T09:59:15.883Z] #15 sha256:c4b6d82ae8e42b4e448f8aa2f0170dfbd6a8c90a1e8996c1d042ce8d3c68566d [2022-06-24T09:59:15.883Z] #15 DONE 2.7s [2022-06-24T09:59:16.142Z] [2022-06-24T09:59:16.142Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-24T09:59:16.142Z] #16 sha256:b23763b395d935a5e9b40c2ec7bf4795b01a28df7fd8ae55f14f81a57bb4371f [2022-06-24T09:59:16.408Z] Client: Docker Engine - Community [2022-06-24T09:59:16.408Z] Version: 20.10.14 [2022-06-24T09:59:16.408Z] API version: 1.41 [2022-06-24T09:59:16.408Z] Go version: go1.16.15 [2022-06-24T09:59:16.408Z] Git commit: a224086 [2022-06-24T09:59:16.408Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-24T09:59:16.408Z] OS/Arch: linux/amd64 [2022-06-24T09:59:16.408Z] Context: default [2022-06-24T09:59:16.408Z] Experimental: true [2022-06-24T09:59:16.408Z] [2022-06-24T09:59:16.408Z] Server: Docker Engine - Community [2022-06-24T09:59:16.408Z] Engine: [2022-06-24T09:59:16.408Z] Version: 20.10.14 [2022-06-24T09:59:16.408Z] API version: 1.41 (minimum version 1.12) [2022-06-24T09:59:16.408Z] Go version: go1.16.15 [2022-06-24T09:59:16.408Z] Git commit: 87a90dc [2022-06-24T09:59:16.408Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-24T09:59:16.408Z] OS/Arch: linux/amd64 [2022-06-24T09:59:16.408Z] Experimental: true [2022-06-24T09:59:16.408Z] containerd: [2022-06-24T09:59:16.408Z] Version: 1.5.11 [2022-06-24T09:59:16.408Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-24T09:59:16.408Z] runc: [2022-06-24T09:59:16.408Z] Version: 1.0.3 [2022-06-24T09:59:16.408Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-24T09:59:16.408Z] docker-init: [2022-06-24T09:59:16.408Z] Version: 0.19.0 [2022-06-24T09:59:16.408Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-24T09:59:16.736Z] + docker info [2022-06-24T09:59:17.082Z] #83 31.09 Reading package lists... [2022-06-24T09:59:17.082Z] #83 ... [2022-06-24T09:59:17.082Z] [2022-06-24T09:59:17.082Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T09:59:17.082Z] #58 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T09:59:17.082Z] #58 25.51 Fetched 8548 kB in 20s (434 kB/s) [2022-06-24T09:59:17.082Z] #58 25.51 Reading package lists... [2022-06-24T09:59:17.082Z] #58 33.30 Reading package lists... [2022-06-24T09:59:17.082Z] #58 ... [2022-06-24T09:59:17.082Z] [2022-06-24T09:59:17.082Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T09:59:17.082Z] #54 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T09:59:17.082Z] #54 31.29 Updating files: 62% (1351/2177) Updating files: 63% (1372/2177) Updating files: 64% (1394/2177) Updating files: 65% (1416/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 99% (2172/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-06-24T09:59:17.082Z] #54 32.38 + git checkout -q v2.3.0 [2022-06-24T09:59:17.082Z] #54 34.56 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-24T09:59:17.525Z] #16 DONE 1.5s [2022-06-24T09:59:17.525Z] [2022-06-24T09:59:17.525Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T09:59:17.525Z] #60 sha256:287d2c18d3cdd599a7e9f0727b64e2a50b6e0c536634e4580ae469f578960be0 [2022-06-24T09:59:17.525Z] #60 3.945 + cd /tmp/tmp.CgJ9Tupb6T/src/github.com/opencontainers/runc [2022-06-24T09:59:17.525Z] #60 3.945 + git checkout -q v1.1.2 [2022-06-24T09:59:17.784Z] #60 4.181 + '[' -z '' ']' [2022-06-24T09:59:17.784Z] #60 4.181 + target=static [2022-06-24T09:59:17.784Z] #60 4.181 + make BUILDTAGS=seccomp static [2022-06-24T09:59:18.044Z] #60 4.573 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-06-24T09:59:18.612Z] #60 ... [2022-06-24T09:59:18.612Z] [2022-06-24T09:59:18.612Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-24T09:59:18.612Z] #17 sha256:f8e48660c448abf3271bb790fd36a11172be2a3e3328ac24047e7fc2d9b65c65 [2022-06-24T09:59:18.612Z] #17 0.912 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-24T09:59:18.612Z] #17 DONE 1.1s [2022-06-24T09:59:18.873Z] [2022-06-24T09:59:18.873Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-24T09:59:18.873Z] #18 sha256:b9761c47b5899359c80e1dd4c2299f69d3fc45118f7ac92205ea4350888e780b [2022-06-24T09:59:19.131Z] #18 ... [2022-06-24T09:59:19.131Z] [2022-06-24T09:59:19.131Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:59:19.131Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:59:19.131Z] #77 21.58 configure.ac:7: installing './compile' [2022-06-24T09:59:19.131Z] #77 21.58 configure.ac:11: installing './config.guess' [2022-06-24T09:59:19.131Z] #77 21.59 configure.ac:11: installing './config.sub' [2022-06-24T09:59:19.131Z] #77 21.59 configure.ac:8: installing './install-sh' [2022-06-24T09:59:19.131Z] #77 21.59 configure.ac:8: installing './missing' [2022-06-24T09:59:19.132Z] #77 21.63 Makefile.am: installing './depcomp' [2022-06-24T09:59:19.132Z] #77 22.23 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-24T09:59:19.132Z] #77 22.23 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-24T09:59:19.132Z] #77 22.34 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-24T09:59:19.132Z] #77 22.34 libtoolize: copying file 'm4/libtool.m4' [2022-06-24T09:59:19.132Z] #77 22.47 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-24T09:59:19.132Z] #77 22.55 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-24T09:59:19.132Z] #77 22.64 libtoolize: copying file 'm4/ltversion.m4' [2022-06-24T09:59:19.132Z] #77 22.71 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-24T09:59:19.132Z] #77 22.81 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-24T09:59:19.132Z] #77 27.17 configure.ac:7: installing 'build-aux/compile' [2022-06-24T09:59:19.132Z] #77 27.17 configure.ac:9: installing 'build-aux/config.guess' [2022-06-24T09:59:19.132Z] #77 27.18 configure.ac:9: installing 'build-aux/config.sub' [2022-06-24T09:59:19.132Z] #77 27.19 configure.ac:11: installing 'build-aux/install-sh' [2022-06-24T09:59:19.132Z] #77 27.19 configure.ac:11: installing 'build-aux/missing' [2022-06-24T09:59:19.132Z] #77 27.25 Makefile.am: installing 'build-aux/depcomp' [2022-06-24T09:59:19.132Z] #77 27.28 parallel-tests: installing 'build-aux/test-driver' [2022-06-24T09:59:19.132Z] #77 28.48 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-24T09:59:19.132Z] #77 28.48 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-24T09:59:19.132Z] #77 28.93 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-24T09:59:19.132Z] #77 28.93 libtoolize: copying file 'm4/libtool.m4' [2022-06-24T09:59:19.132Z] #77 29.06 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-24T09:59:19.132Z] #77 29.21 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-24T09:59:19.132Z] #77 29.28 libtoolize: copying file 'm4/ltversion.m4' [2022-06-24T09:59:19.132Z] #77 29.39 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-24T09:59:19.653Z] #54 ... [2022-06-24T09:59:19.653Z] [2022-06-24T09:59:19.653Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T09:59:19.653Z] #62 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T09:59:19.653Z] #62 38.42 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-24T09:59:19.653Z] #62 38.47 go: downloading github.com/fatih/color v1.13.0 [2022-06-24T09:59:19.653Z] #62 38.58 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-24T09:59:19.653Z] #62 38.72 go: downloading github.com/spf13/viper v1.10.1 [2022-06-24T09:59:19.699Z] #77 ... [2022-06-24T09:59:19.699Z] [2022-06-24T09:59:19.699Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-24T09:59:19.699Z] #18 sha256:b9761c47b5899359c80e1dd4c2299f69d3fc45118f7ac92205ea4350888e780b [2022-06-24T09:59:19.699Z] #18 DONE 1.0s [2022-06-24T09:59:19.699Z] [2022-06-24T09:59:19.699Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-24T09:59:19.699Z] #19 sha256:305fb784b9abfc643feb5a53d23e9bc00c1a610b86599d82c8ec58a0fc9cf426 [2022-06-24T09:59:19.911Z] #62 39.02 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-24T09:59:20.169Z] #62 39.35 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-24T09:59:20.169Z] #62 39.38 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-24T09:59:21.080Z] #19 DONE 1.1s [2022-06-24T09:59:21.080Z] [2022-06-24T09:59:21.080Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-24T09:59:21.080Z] #20 sha256:45ce3b76a0bacc643928d57702ef6202169daa9ed0d931eee1820a13c7edad1a [2022-06-24T09:59:21.549Z] #62 40.68 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-24T09:59:21.549Z] #62 40.75 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-24T09:59:21.648Z] #20 DONE 1.0s [2022-06-24T09:59:21.648Z] [2022-06-24T09:59:21.648Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T09:59:21.648Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T09:59:23.055Z] #21 1.161 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:59:23.055Z] #21 1.172 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:59:23.055Z] #21 1.335 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:59:23.315Z] #21 1.483 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T09:59:23.884Z] #21 2.044 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T09:59:24.452Z] #21 2.707 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T09:59:25.390Z] #21 3.697 Fetched 8545 kB in 3s (3043 kB/s) [2022-06-24T09:59:25.736Z] #62 44.90 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-24T09:59:25.736Z] #62 44.91 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-24T09:59:25.736Z] #62 44.93 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-24T09:59:25.994Z] #62 45.20 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-24T09:59:25.994Z] #62 45.24 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-24T09:59:25.994Z] #62 45.25 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-24T09:59:26.017Z] Client: [2022-06-24T09:59:26.017Z] Context: default [2022-06-24T09:59:26.017Z] Debug Mode: false [2022-06-24T09:59:26.017Z] Plugins: [2022-06-24T09:59:26.017Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-24T09:59:26.017Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-24T09:59:26.017Z] [2022-06-24T09:59:26.017Z] Server: [2022-06-24T09:59:26.017Z] Containers: 0 [2022-06-24T09:59:26.017Z] Running: 0 [2022-06-24T09:59:26.017Z] Paused: 0 [2022-06-24T09:59:26.017Z] Stopped: 0 [2022-06-24T09:59:26.017Z] Images: 0 [2022-06-24T09:59:26.017Z] Server Version: 20.10.14 [2022-06-24T09:59:26.017Z] Storage Driver: overlay2 [2022-06-24T09:59:26.017Z] Backing Filesystem: extfs [2022-06-24T09:59:26.017Z] Supports d_type: true [2022-06-24T09:59:26.017Z] Native Overlay Diff: true [2022-06-24T09:59:26.017Z] userxattr: false [2022-06-24T09:59:26.017Z] Logging Driver: json-file [2022-06-24T09:59:26.017Z] Cgroup Driver: cgroupfs [2022-06-24T09:59:26.017Z] Cgroup Version: 1 [2022-06-24T09:59:26.017Z] Plugins: [2022-06-24T09:59:26.017Z] Volume: local [2022-06-24T09:59:26.017Z] Network: bridge host ipvlan macvlan null overlay [2022-06-24T09:59:26.017Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-24T09:59:26.017Z] Swarm: inactive [2022-06-24T09:59:26.017Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-24T09:59:26.017Z] Default Runtime: runc [2022-06-24T09:59:26.017Z] Init Binary: docker-init [2022-06-24T09:59:26.017Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-24T09:59:26.017Z] runc version: v1.0.3-0-gf46b6ba [2022-06-24T09:59:26.017Z] init version: de40ad0 [2022-06-24T09:59:26.017Z] Security Options: [2022-06-24T09:59:26.017Z] apparmor [2022-06-24T09:59:26.017Z] seccomp [2022-06-24T09:59:26.017Z] Profile: default [2022-06-24T09:59:26.017Z] Kernel Version: 5.13.0-1021-aws [2022-06-24T09:59:26.017Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-24T09:59:26.017Z] OSType: linux [2022-06-24T09:59:26.017Z] Architecture: aarch64 [2022-06-24T09:59:26.017Z] CPUs: 2 [2022-06-24T09:59:26.017Z] Total Memory: 7.562GiB [2022-06-24T09:59:26.017Z] Name: ip-10-100-89-72 [2022-06-24T09:59:26.017Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-06-24T09:59:26.017Z] Docker Root Dir: /var/lib/docker [2022-06-24T09:59:26.017Z] Debug Mode: false [2022-06-24T09:59:26.017Z] Registry: https://index.docker.io/v1/ [2022-06-24T09:59:26.017Z] Labels: [2022-06-24T09:59:26.017Z] Experimental: true [2022-06-24T09:59:26.017Z] Insecure Registries: [2022-06-24T09:59:26.017Z] 127.0.0.0/8 [2022-06-24T09:59:26.017Z] Live Restore Enabled: true [2022-06-24T09:59:26.017Z] [Pipeline] sh [2022-06-24T09:59:26.253Z] #62 45.34 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-24T09:59:26.253Z] #62 45.46 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-24T09:59:26.253Z] #62 45.46 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-24T09:59:26.253Z] #62 45.61 go: downloading github.com/spf13/afero v1.6.0 [2022-06-24T09:59:26.253Z] #62 45.68 go: downloading github.com/spf13/cast v1.4.1 [2022-06-24T09:59:26.329Z] #21 3.697 Reading package lists... [2022-06-24T09:59:26.340Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-24T09:59:26.340Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-24T09:59:26.340Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43622/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-24T09:59:26.340Z] + bash /home/ubuntu/workspace/moby_PR-43622/check-config.sh [2022-06-24T09:59:26.340Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-24T09:59:26.340Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-06-24T09:59:26.340Z] [2022-06-24T09:59:26.340Z] Generally Necessary: [2022-06-24T09:59:26.340Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-24T09:59:26.340Z] - apparmor: enabled and tools installed [2022-06-24T09:59:26.340Z] - CONFIG_NAMESPACES: enabled [2022-06-24T09:59:26.340Z] - CONFIG_NET_NS: enabled [2022-06-24T09:59:26.340Z] - CONFIG_PID_NS: enabled [2022-06-24T09:59:26.340Z] - CONFIG_IPC_NS: enabled [2022-06-24T09:59:26.340Z] - CONFIG_UTS_NS: enabled [2022-06-24T09:59:26.340Z] - CONFIG_CGROUPS: enabled [2022-06-24T09:59:26.340Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-24T09:59:26.340Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-24T09:59:26.340Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-24T09:59:26.340Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-24T09:59:26.340Z] - CONFIG_CPUSETS: enabled [2022-06-24T09:59:26.340Z] - CONFIG_MEMCG: enabled [2022-06-24T09:59:26.340Z] - CONFIG_KEYS: enabled [2022-06-24T09:59:26.340Z] - CONFIG_VETH: enabled (as module) [2022-06-24T09:59:26.340Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-24T09:59:26.340Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-24T09:59:26.340Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-24T09:59:26.340Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-24T09:59:26.340Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-24T09:59:26.340Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-24T09:59:26.340Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-24T09:59:26.512Z] #62 45.72 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-24T09:59:26.512Z] #62 45.80 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-24T09:59:26.512Z] #62 45.83 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-24T09:59:26.596Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-24T09:59:26.596Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-24T09:59:26.596Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-24T09:59:26.596Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-24T09:59:26.596Z] - CONFIG_CGROUP_BPF: enabled [2022-06-24T09:59:26.596Z] [2022-06-24T09:59:26.596Z] Optional Features: [2022-06-24T09:59:26.596Z] - CONFIG_USER_NS: enabled [2022-06-24T09:59:26.596Z] - CONFIG_SECCOMP: enabled [2022-06-24T09:59:26.596Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-24T09:59:26.596Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-24T09:59:26.596Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-24T09:59:26.596Z] (cgroup swap accounting is currently enabled) [2022-06-24T09:59:26.596Z] - CONFIG_BLK_CGROUP: enabled [2022-06-24T09:59:26.596Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-24T09:59:26.596Z] - CONFIG_CGROUP_PERF: enabled [2022-06-24T09:59:26.596Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-24T09:59:26.596Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-24T09:59:26.596Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-24T09:59:26.596Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-24T09:59:26.596Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-24T09:59:26.596Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-24T09:59:26.596Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-24T09:59:26.596Z] - CONFIG_IP_VS: enabled (as module) [2022-06-24T09:59:26.596Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-24T09:59:26.596Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-24T09:59:26.596Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-24T09:59:26.596Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-24T09:59:26.596Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-24T09:59:26.596Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-24T09:59:26.596Z] - CONFIG_EXT4_FS: enabled [2022-06-24T09:59:26.596Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-24T09:59:26.596Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-24T09:59:26.596Z] - Network Drivers: [2022-06-24T09:59:26.596Z] - "overlay": [2022-06-24T09:59:26.596Z] - CONFIG_VXLAN: enabled (as module) [2022-06-24T09:59:26.596Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-24T09:59:26.596Z] Optional (for encrypted networks): [2022-06-24T09:59:26.771Z] #62 ... [2022-06-24T09:59:26.771Z] [2022-06-24T09:59:26.771Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T09:59:26.771Z] #83 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T09:59:26.771Z] #83 31.09 Reading package lists... [2022-06-24T09:59:26.771Z] #83 38.33 Building dependency tree... [2022-06-24T09:59:26.771Z] #83 43.09 python3 is already the newest version (3.9.2-3). [2022-06-24T09:59:26.771Z] #83 43.09 The following additional packages will be installed: [2022-06-24T09:59:26.771Z] #83 43.12 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-24T09:59:26.771Z] #83 43.14 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-24T09:59:26.771Z] #83 43.15 Suggested packages: [2022-06-24T09:59:26.771Z] #83 43.17 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-24T09:59:26.771Z] #83 43.17 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-24T09:59:26.771Z] #83 43.17 m4-doc ed diffutils-doc [2022-06-24T09:59:26.771Z] #83 43.17 Recommended packages: [2022-06-24T09:59:26.771Z] #83 43.17 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-24T09:59:26.771Z] #83 44.88 The following NEW packages will be installed: [2022-06-24T09:59:26.771Z] #83 44.88 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-24T09:59:26.771Z] #83 44.89 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-24T09:59:26.771Z] #83 44.89 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-24T09:59:26.771Z] #83 44.90 libyajl2 m4 patch xz-utils [2022-06-24T09:59:26.771Z] #83 45.41 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T09:59:26.771Z] #83 45.41 Need to get 5939 kB of archives. [2022-06-24T09:59:26.771Z] #83 45.41 After this operation, 18.7 MB of additional disk space will be used. [2022-06-24T09:59:26.772Z] #83 45.41 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-24T09:59:26.772Z] #83 45.45 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-24T09:59:26.772Z] #83 45.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-24T09:59:26.772Z] #83 45.47 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-24T09:59:26.772Z] #83 45.49 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-24T09:59:26.772Z] #83 45.51 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-24T09:59:26.772Z] #83 45.51 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-24T09:59:26.772Z] #83 45.55 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-24T09:59:26.772Z] #83 45.57 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-24T09:59:26.772Z] #83 45.57 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-24T09:59:26.772Z] #83 45.60 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-24T09:59:26.772Z] #83 45.61 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-24T09:59:26.772Z] #83 45.81 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-24T09:59:26.772Z] #83 45.81 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-24T09:59:26.772Z] #83 45.82 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-24T09:59:26.772Z] #83 45.82 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-24T09:59:26.772Z] #83 45.84 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2022-06-24T09:59:26.772Z] #83 45.85 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-24T09:59:26.772Z] #83 45.85 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-24T09:59:26.772Z] #83 45.90 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-24T09:59:26.772Z] #83 45.94 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-24T09:59:26.772Z] #83 45.95 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-24T09:59:26.772Z] #83 45.96 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-24T09:59:26.772Z] #83 ... [2022-06-24T09:59:26.772Z] [2022-06-24T09:59:26.772Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T09:59:26.772Z] #62 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T09:59:26.772Z] #62 46.17 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-24T09:59:26.772Z] #62 46.18 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-24T09:59:26.772Z] #62 46.20 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-24T09:59:26.852Z] - CONFIG_CRYPTO: enabled [2022-06-24T09:59:26.852Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-24T09:59:26.852Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-24T09:59:26.852Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-24T09:59:26.852Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-24T09:59:26.852Z] - CONFIG_XFRM: enabled [2022-06-24T09:59:26.852Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-24T09:59:26.852Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-24T09:59:26.852Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-24T09:59:26.852Z] - "ipvlan": [2022-06-24T09:59:26.852Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-24T09:59:26.852Z] - "macvlan": [2022-06-24T09:59:26.852Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-24T09:59:26.852Z] - CONFIG_DUMMY: enabled (as module) [2022-06-24T09:59:26.852Z] - "ftp,tftp client in container": [2022-06-24T09:59:26.852Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-24T09:59:26.853Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-24T09:59:26.853Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-24T09:59:26.853Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-24T09:59:26.853Z] - Storage Drivers: [2022-06-24T09:59:26.853Z] - "aufs": [2022-06-24T09:59:26.853Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-24T09:59:26.853Z] - "btrfs": [2022-06-24T09:59:26.853Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-24T09:59:26.853Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-24T09:59:26.853Z] - "devicemapper": [2022-06-24T09:59:26.853Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-24T09:59:26.853Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-24T09:59:26.853Z] - "overlay": [2022-06-24T09:59:26.853Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-24T09:59:26.853Z] - "zfs": [2022-06-24T09:59:26.853Z] - /dev/zfs: present [2022-06-24T09:59:26.853Z] - zfs command: missing [2022-06-24T09:59:26.853Z] - zpool command: missing [2022-06-24T09:59:26.853Z] [2022-06-24T09:59:26.853Z] Limits: [2022-06-24T09:59:26.853Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-24T09:59:26.853Z] [2022-06-24T09:59:26.853Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-24T09:59:27.031Z] #62 46.24 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-24T09:59:27.031Z] #62 46.27 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-24T09:59:27.031Z] #62 46.28 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-24T09:59:27.031Z] #62 46.31 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-24T09:59:27.031Z] #62 46.35 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-24T09:59:27.031Z] #62 46.37 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-24T09:59:27.172Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:56a20dbc19786633f605d3871f5242d8e0f1be5a . [2022-06-24T09:59:27.267Z] #21 4.636 Reading package lists... [2022-06-24T09:59:27.267Z] #21 ... [2022-06-24T09:59:27.267Z] [2022-06-24T09:59:27.267Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:59:27.267Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:59:27.267Z] #77 35.16 configure.ac:11: installing 'build-aux/compile' [2022-06-24T09:59:27.267Z] #77 35.17 configure.ac:11: installing 'build-aux/config.guess' [2022-06-24T09:59:27.267Z] #77 35.17 configure.ac:11: installing 'build-aux/config.sub' [2022-06-24T09:59:27.267Z] #77 35.18 configure.ac:13: installing 'build-aux/install-sh' [2022-06-24T09:59:27.268Z] #77 35.18 configure.ac:13: installing 'build-aux/missing' [2022-06-24T09:59:27.268Z] #77 35.19 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-24T09:59:27.268Z] #77 35.26 Makefile.am: installing 'build-aux/depcomp' [2022-06-24T09:59:27.268Z] #77 36.00 checking build system type... x86_64-pc-linux-gnu [2022-06-24T09:59:27.268Z] #77 36.22 checking host system type... x86_64-pc-linux-gnu [2022-06-24T09:59:27.268Z] #77 36.22 checking how to print strings... printf [2022-06-24T09:59:27.268Z] #77 36.22 checking for gcc... gcc [2022-06-24T09:59:27.268Z] #77 36.27 checking whether the C compiler works... yes [2022-06-24T09:59:27.268Z] #77 36.39 checking for C compiler default output file name... a.out [2022-06-24T09:59:27.268Z] #77 36.40 checking for suffix of executables... [2022-06-24T09:59:27.268Z] #77 36.53 checking whether we are cross compiling... no [2022-06-24T09:59:27.268Z] #77 36.64 checking for suffix of object files... o [2022-06-24T09:59:27.268Z] #77 36.72 checking whether we are using the GNU C compiler... yes [2022-06-24T09:59:27.268Z] #77 36.78 checking whether gcc accepts -g... yes [2022-06-24T09:59:27.268Z] #77 36.86 checking for gcc option to accept ISO C89... none needed [2022-06-24T09:59:27.268Z] #77 36.91 checking whether gcc understands -c and -o together... yes [2022-06-24T09:59:27.268Z] #77 37.00 checking for a sed that does not truncate output... /bin/sed [2022-06-24T09:59:27.268Z] #77 37.01 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T09:59:27.268Z] #77 37.03 checking for egrep... /bin/grep -E [2022-06-24T09:59:27.268Z] #77 37.04 checking for fgrep... /bin/grep -F [2022-06-24T09:59:27.268Z] #77 37.04 checking for ld used by gcc... /usr/bin/ld [2022-06-24T09:59:27.268Z] #77 37.05 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T09:59:27.268Z] #77 37.07 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T09:59:27.268Z] #77 37.08 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T09:59:27.268Z] #77 37.16 checking whether ln -s works... yes [2022-06-24T09:59:27.268Z] #77 37.16 checking the maximum length of command line arguments... 1572864 [2022-06-24T09:59:27.268Z] #77 37.18 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-24T09:59:27.268Z] #77 37.18 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T09:59:27.268Z] #77 37.18 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T09:59:27.268Z] #77 37.19 checking for objdump... objdump [2022-06-24T09:59:27.268Z] #77 37.19 checking how to recognize dependent libraries... pass_all [2022-06-24T09:59:27.268Z] #77 37.19 checking for dlltool... no [2022-06-24T09:59:27.268Z] #77 37.19 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T09:59:27.268Z] #77 37.19 checking for ar... ar [2022-06-24T09:59:27.268Z] #77 37.19 checking for archiver @FILE support... @ [2022-06-24T09:59:27.268Z] #77 37.33 checking for strip... strip [2022-06-24T09:59:27.268Z] #77 37.33 checking for ranlib... ranlib [2022-06-24T09:59:27.268Z] #77 37.33 checking for gawk... no [2022-06-24T09:59:27.268Z] #77 37.33 checking for mawk... mawk [2022-06-24T09:59:27.268Z] #77 37.34 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T09:59:27.268Z] #77 37.62 checking for sysroot... no [2022-06-24T09:59:27.268Z] #77 37.62 checking for a working dd... /bin/dd [2022-06-24T09:59:27.268Z] #77 37.65 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T09:59:27.268Z] #77 37.68 checking for mt... no [2022-06-24T09:59:27.268Z] #77 37.68 checking if : is a manifest tool... no [2022-06-24T09:59:27.268Z] #77 37.69 checking how to run the C preprocessor... gcc -E [2022-06-24T09:59:27.268Z] #77 37.83 checking for ANSI C header files... yes [2022-06-24T09:59:27.268Z] #77 38.32 checking for sys/types.h... yes [2022-06-24T09:59:27.268Z] #77 38.43 checking for sys/stat.h... yes [2022-06-24T09:59:27.268Z] #77 38.56 checking for stdlib.h... yes [2022-06-24T09:59:27.268Z] #77 38.67 checking for string.h... yes [2022-06-24T09:59:27.268Z] #77 38.73 checking for memory.h... yes [2022-06-24T09:59:27.268Z] #77 38.82 checking for strings.h... yes [2022-06-24T09:59:27.268Z] #77 38.91 checking for inttypes.h... yes [2022-06-24T09:59:27.268Z] #77 38.98 checking for stdint.h... yes [2022-06-24T09:59:27.268Z] #77 39.07 checking for unistd.h... yes [2022-06-24T09:59:27.268Z] #77 39.21 checking for dlfcn.h... yes [2022-06-24T09:59:27.268Z] #77 39.29 checking for objdir... .libs [2022-06-24T09:59:27.268Z] #77 39.59 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T09:59:27.268Z] #77 39.66 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T09:59:27.289Z] #62 46.53 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-24T09:59:27.429Z] #2 [internal] load .dockerignore [2022-06-24T09:59:27.429Z] #2 sha256:812a74f7ab0bea1a5acdd7633ce038f80305377b211cfe2004e855d3da8aae39 [2022-06-24T09:59:27.429Z] #2 transferring context: 145B done [2022-06-24T09:59:27.429Z] #2 DONE 0.2s [2022-06-24T09:59:27.429Z] [2022-06-24T09:59:27.429Z] #1 [internal] load build definition from Dockerfile [2022-06-24T09:59:27.429Z] #1 sha256:2db1889222c49a4ade0a58a30adb039e72c2e336d0f88db521c6c9d4b1a95851 [2022-06-24T09:59:27.429Z] #1 transferring dockerfile: 18.90kB done [2022-06-24T09:59:27.429Z] #1 DONE 0.2s [2022-06-24T09:59:27.429Z] [2022-06-24T09:59:27.429Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-24T09:59:27.429Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-06-24T09:59:27.527Z] #77 39.66 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T09:59:27.548Z] #62 46.77 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-24T09:59:27.787Z] #77 39.73 checking if gcc static flag -static works... yes [2022-06-24T09:59:27.787Z] #77 40.01 checking if gcc supports -c -o file.o... yes [2022-06-24T09:59:27.787Z] #77 40.13 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T09:59:27.787Z] #77 40.13 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-24T09:59:27.806Z] #62 46.97 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-24T09:59:27.806Z] #62 47.03 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-24T09:59:27.806Z] #62 47.05 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-24T09:59:27.993Z] #3 DONE 0.4s [2022-06-24T09:59:27.993Z] [2022-06-24T09:59:27.993Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-24T09:59:27.993Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-06-24T09:59:27.993Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-24T09:59:27.993Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-06-24T09:59:27.993Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 8.39MB / 9.06MB 0.2s [2022-06-24T09:59:27.993Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-24T09:59:27.993Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-06-24T09:59:28.046Z] #77 40.18 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T09:59:28.046Z] #77 40.33 checking how to hardcode library paths into programs... immediate [2022-06-24T09:59:28.046Z] #77 40.33 checking whether stripping libraries is possible... yes [2022-06-24T09:59:28.046Z] #77 40.34 checking if libtool supports shared libraries... yes [2022-06-24T09:59:28.046Z] #77 40.34 checking whether to build shared libraries... no [2022-06-24T09:59:28.046Z] #77 40.34 checking whether to build static libraries... yes [2022-06-24T09:59:28.046Z] #77 40.34 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T09:59:28.046Z] #77 40.39 checking whether build environment is sane... yes [2022-06-24T09:59:28.046Z] #77 40.45 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T09:59:28.046Z] #77 40.46 checking whether make sets $(MAKE)... yes [2022-06-24T09:59:28.250Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.3s [2022-06-24T09:59:28.250Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.4s done [2022-06-24T09:59:28.305Z] #77 40.52 checking whether make supports the include directive... yes (GNU style) [2022-06-24T09:59:28.305Z] #77 40.58 checking whether make supports nested variables... yes [2022-06-24T09:59:28.305Z] #77 40.63 checking whether UID '0' is supported by ustar format... yes [2022-06-24T09:59:28.305Z] #77 40.63 checking whether GID '0' is supported by ustar format... yes [2022-06-24T09:59:28.305Z] #77 40.63 checking how to create a ustar tar archive... gnutar [2022-06-24T09:59:28.373Z] #62 47.51 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-24T09:59:28.373Z] #62 47.56 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-24T09:59:28.373Z] #62 47.63 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-24T09:59:28.373Z] #62 47.68 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-24T09:59:28.373Z] #62 47.71 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-24T09:59:28.507Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s [2022-06-24T09:59:28.507Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-06-24T09:59:28.507Z] #4 DONE 0.7s [2022-06-24T09:59:28.569Z] #77 40.68 checking dependency style of gcc... gcc3 [2022-06-24T09:59:28.569Z] #77 40.81 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T09:59:28.569Z] #77 40.81 checking whether make supports nested variables... (cached) yes [2022-06-24T09:59:28.569Z] #77 40.81 checking for gawk... (cached) mawk [2022-06-24T09:59:28.569Z] #77 40.81 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-24T09:59:28.569Z] #77 40.82 checking for gcc... (cached) gcc [2022-06-24T09:59:28.569Z] #77 40.91 checking whether we are using the GNU C compiler... (cached) yes [2022-06-24T09:59:28.569Z] #77 40.91 checking whether gcc accepts -g... (cached) yes [2022-06-24T09:59:28.569Z] #77 40.92 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-24T09:59:28.569Z] #77 40.92 checking whether gcc understands -c and -o together... (cached) yes [2022-06-24T09:59:28.569Z] #77 40.92 checking for a Python interpreter with version >= 3... python3 [2022-06-24T09:59:28.569Z] #77 40.99 checking for python3... /usr/bin/python3 [2022-06-24T09:59:28.569Z] #77 41.00 checking for python3 version... 3.9 [2022-06-24T09:59:28.569Z] #77 41.04 checking for python3 platform... linux [2022-06-24T09:59:28.569Z] #77 41.06 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-24T09:59:28.632Z] #62 47.78 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-24T09:59:28.632Z] #62 47.93 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-24T09:59:28.632Z] #62 47.95 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-24T09:59:28.830Z] #77 41.13 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-24T09:59:28.830Z] #77 41.22 checking for go-md2man... no [2022-06-24T09:59:28.890Z] #62 48.13 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-24T09:59:28.890Z] #62 48.16 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-24T09:59:28.890Z] #62 48.16 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-24T09:59:28.890Z] #62 48.24 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-24T09:59:28.890Z] #62 48.25 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-24T09:59:28.890Z] #62 48.27 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-24T09:59:28.981Z] Client: [2022-06-24T09:59:28.981Z] Context: default [2022-06-24T09:59:28.981Z] Debug Mode: false [2022-06-24T09:59:28.981Z] Plugins: [2022-06-24T09:59:28.981Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-24T09:59:28.981Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-24T09:59:28.981Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-24T09:59:28.981Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-24T09:59:28.981Z] [2022-06-24T09:59:28.981Z] Server: [2022-06-24T09:59:28.981Z] Containers: 0 [2022-06-24T09:59:28.981Z] Running: 0 [2022-06-24T09:59:28.981Z] Paused: 0 [2022-06-24T09:59:28.981Z] Stopped: 0 [2022-06-24T09:59:28.981Z] Images: 0 [2022-06-24T09:59:28.981Z] Server Version: 20.10.14 [2022-06-24T09:59:28.981Z] Storage Driver: overlay2 [2022-06-24T09:59:28.981Z] Backing Filesystem: extfs [2022-06-24T09:59:28.981Z] Supports d_type: true [2022-06-24T09:59:28.981Z] Native Overlay Diff: true [2022-06-24T09:59:28.981Z] userxattr: false [2022-06-24T09:59:28.981Z] Logging Driver: json-file [2022-06-24T09:59:28.981Z] Cgroup Driver: cgroupfs [2022-06-24T09:59:28.981Z] Cgroup Version: 1 [2022-06-24T09:59:28.981Z] Plugins: [2022-06-24T09:59:28.981Z] Volume: local [2022-06-24T09:59:28.981Z] Network: bridge host ipvlan macvlan null overlay [2022-06-24T09:59:28.981Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-24T09:59:28.981Z] Swarm: inactive [2022-06-24T09:59:28.981Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-24T09:59:28.981Z] Default Runtime: runc [2022-06-24T09:59:28.981Z] Init Binary: docker-init [2022-06-24T09:59:28.981Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-24T09:59:28.981Z] runc version: v1.0.3-0-gf46b6ba [2022-06-24T09:59:28.981Z] init version: de40ad0 [2022-06-24T09:59:28.981Z] Security Options: [2022-06-24T09:59:28.981Z] apparmor [2022-06-24T09:59:28.981Z] seccomp [2022-06-24T09:59:28.981Z] Profile: default [2022-06-24T09:59:28.981Z] Kernel Version: 5.4.0-1071-aws [2022-06-24T09:59:28.981Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-24T09:59:28.981Z] OSType: linux [2022-06-24T09:59:28.981Z] Architecture: x86_64 [2022-06-24T09:59:28.981Z] CPUs: 2 [2022-06-24T09:59:28.981Z] Total Memory: 7.565GiB [2022-06-24T09:59:28.981Z] Name: ip-10-100-50-90 [2022-06-24T09:59:28.981Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-24T09:59:28.981Z] Docker Root Dir: /var/lib/docker [2022-06-24T09:59:28.981Z] Debug Mode: false [2022-06-24T09:59:28.981Z] Registry: https://index.docker.io/v1/ [2022-06-24T09:59:28.981Z] Labels: [2022-06-24T09:59:28.981Z] Experimental: true [2022-06-24T09:59:28.981Z] Insecure Registries: [2022-06-24T09:59:28.981Z] 127.0.0.0/8 [2022-06-24T09:59:28.981Z] Live Restore Enabled: true [2022-06-24T09:59:28.981Z] [2022-06-24T09:59:28.981Z] WARNING: No swap limit support [Pipeline] sh [2022-06-24T09:59:29.074Z] [2022-06-24T09:59:29.074Z] #6 [internal] load build definition from Dockerfile [2022-06-24T09:59:29.074Z] #6 sha256:aee28c292a8c93b076c8433bd25614a2194fc95341c7ebf7a009f67c8ee279d0 [2022-06-24T09:59:29.074Z] #6 DONE 0.0s [2022-06-24T09:59:29.074Z] [2022-06-24T09:59:29.074Z] #5 [internal] load .dockerignore [2022-06-24T09:59:29.074Z] #5 sha256:417a4cca0d7b5e2ddd71cd5e332f101c9e1a25ede3d681730b82d8c2f36f0aff [2022-06-24T09:59:29.074Z] #5 DONE 0.0s [2022-06-24T09:59:29.074Z] [2022-06-24T09:59:29.074Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-24T09:59:29.074Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-24T09:59:29.089Z] #77 41.24 checking error.h usability... yes [2022-06-24T09:59:29.089Z] #77 41.34 checking error.h presence... yes [2022-06-24T09:59:29.089Z] #77 41.38 checking for error.h... yes [2022-06-24T09:59:29.089Z] #77 41.41 checking linux/openat2.h usability... yes [2022-06-24T09:59:29.089Z] #77 41.49 checking linux/openat2.h presence... yes [2022-06-24T09:59:29.089Z] #77 41.53 checking for linux/openat2.h... yes [2022-06-24T09:59:29.163Z] #62 48.30 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-24T09:59:29.163Z] #62 48.35 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-24T09:59:29.163Z] #62 48.38 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-24T09:59:29.163Z] #62 48.47 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-24T09:59:29.163Z] #62 48.50 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-24T09:59:29.289Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-24T09:59:29.289Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-24T09:59:29.289Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43622/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-24T09:59:29.289Z] + bash /home/ubuntu/workspace/moby_PR-43622/check-config.sh [2022-06-24T09:59:29.289Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-24T09:59:29.289Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-24T09:59:29.289Z] [2022-06-24T09:59:29.289Z] Generally Necessary: [2022-06-24T09:59:29.289Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-24T09:59:29.289Z] - apparmor: enabled and tools installed [2022-06-24T09:59:29.289Z] - CONFIG_NAMESPACES: enabled [2022-06-24T09:59:29.289Z] - CONFIG_NET_NS: enabled [2022-06-24T09:59:29.289Z] - CONFIG_PID_NS: enabled [2022-06-24T09:59:29.289Z] - CONFIG_IPC_NS: enabled [2022-06-24T09:59:29.289Z] - CONFIG_UTS_NS: enabled [2022-06-24T09:59:29.289Z] - CONFIG_CGROUPS: enabled [2022-06-24T09:59:29.289Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-24T09:59:29.289Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-24T09:59:29.289Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-24T09:59:29.289Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-24T09:59:29.289Z] - CONFIG_CPUSETS: enabled [2022-06-24T09:59:29.289Z] - CONFIG_MEMCG: enabled [2022-06-24T09:59:29.289Z] - CONFIG_KEYS: enabled [2022-06-24T09:59:29.289Z] - CONFIG_VETH: enabled (as module) [2022-06-24T09:59:29.289Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-24T09:59:29.289Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-24T09:59:29.289Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-24T09:59:29.289Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-24T09:59:29.289Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-24T09:59:29.289Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-24T09:59:29.348Z] #77 41.56 checking for copy_file_range... yes [2022-06-24T09:59:29.348Z] #77 41.71 checking for fgetxattr... yes [2022-06-24T09:59:29.422Z] #62 48.57 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-24T09:59:29.422Z] #62 48.68 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-24T09:59:29.553Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-24T09:59:29.553Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-24T09:59:29.553Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-24T09:59:29.553Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-24T09:59:29.553Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-24T09:59:29.553Z] - CONFIG_CGROUP_BPF: enabled [2022-06-24T09:59:29.553Z] [2022-06-24T09:59:29.553Z] Optional Features: [2022-06-24T09:59:29.553Z] - CONFIG_USER_NS: enabled [2022-06-24T09:59:29.553Z] - CONFIG_SECCOMP: enabled [2022-06-24T09:59:29.553Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-24T09:59:29.553Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-24T09:59:29.553Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-24T09:59:29.553Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-24T09:59:29.553Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-24T09:59:29.553Z] - CONFIG_BLK_CGROUP: enabled [2022-06-24T09:59:29.553Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-24T09:59:29.553Z] - CONFIG_CGROUP_PERF: enabled [2022-06-24T09:59:29.553Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-24T09:59:29.553Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-24T09:59:29.553Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-24T09:59:29.553Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-24T09:59:29.553Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-24T09:59:29.553Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-24T09:59:29.553Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-24T09:59:29.553Z] - CONFIG_IP_VS: enabled (as module) [2022-06-24T09:59:29.553Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-24T09:59:29.553Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-24T09:59:29.553Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-24T09:59:29.553Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-24T09:59:29.553Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-24T09:59:29.553Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-24T09:59:29.553Z] - CONFIG_EXT4_FS: enabled [2022-06-24T09:59:29.553Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-24T09:59:29.553Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-24T09:59:29.553Z] - Network Drivers: [2022-06-24T09:59:29.553Z] - "overlay": [2022-06-24T09:59:29.553Z] - CONFIG_VXLAN: enabled (as module) [2022-06-24T09:59:29.553Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-24T09:59:29.553Z] Optional (for encrypted networks): [2022-06-24T09:59:29.612Z] #77 41.86 checking for statx... yes [2022-06-24T09:59:29.681Z] #62 48.88 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-24T09:59:29.681Z] #62 48.97 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-24T09:59:29.681Z] #62 49.10 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-24T09:59:29.816Z] - CONFIG_CRYPTO: enabled [2022-06-24T09:59:29.816Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-24T09:59:29.816Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-24T09:59:29.816Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-24T09:59:29.816Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-24T09:59:29.816Z] - CONFIG_XFRM: enabled [2022-06-24T09:59:29.816Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-24T09:59:29.816Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-24T09:59:29.816Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-24T09:59:29.816Z] - "ipvlan": [2022-06-24T09:59:29.816Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-24T09:59:29.816Z] - "macvlan": [2022-06-24T09:59:29.816Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-24T09:59:29.816Z] - CONFIG_DUMMY: enabled (as module) [2022-06-24T09:59:29.816Z] - "ftp,tftp client in container": [2022-06-24T09:59:29.816Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-24T09:59:29.816Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-24T09:59:29.816Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-24T09:59:29.816Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-24T09:59:29.816Z] - Storage Drivers: [2022-06-24T09:59:29.816Z] - "aufs": [2022-06-24T09:59:29.816Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-24T09:59:29.816Z] - "btrfs": [2022-06-24T09:59:29.816Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-24T09:59:29.816Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-24T09:59:29.816Z] - "devicemapper": [2022-06-24T09:59:29.816Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-24T09:59:29.816Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-24T09:59:29.816Z] - "overlay": [2022-06-24T09:59:29.816Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-24T09:59:29.816Z] - "zfs": [2022-06-24T09:59:29.816Z] - /dev/zfs: present [2022-06-24T09:59:29.816Z] - zfs command: missing [2022-06-24T09:59:29.816Z] - zpool command: missing [2022-06-24T09:59:29.816Z] [2022-06-24T09:59:29.816Z] Limits: [2022-06-24T09:59:29.816Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-24T09:59:29.816Z] [2022-06-24T09:59:29.816Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-24T09:59:29.870Z] #77 42.05 checking for fgetpwent_r... yes [2022-06-24T09:59:29.939Z] #62 49.18 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-24T09:59:29.939Z] #62 49.21 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-24T09:59:29.939Z] #62 49.25 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-24T09:59:29.939Z] #62 49.29 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-24T09:59:30.145Z] #77 42.24 checking for issetugid... no [2022-06-24T09:59:30.145Z] #77 42.41 checking for pkg-config... /usr/bin/pkg-config [2022-06-24T09:59:30.145Z] #77 42.41 checking pkg-config is at least version 0.9.0... yes [2022-06-24T09:59:30.185Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:56a20dbc19786633f605d3871f5242d8e0f1be5a . [2022-06-24T09:59:30.199Z] #62 49.32 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-24T09:59:30.199Z] #62 49.35 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-24T09:59:30.199Z] #62 49.36 go: downloading github.com/julz/importas v0.1.0 [2022-06-24T09:59:30.199Z] #62 49.41 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-24T09:59:30.199Z] #62 49.44 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-24T09:59:30.404Z] #77 42.42 checking for library containing yajl_tree_get... -lyajl [2022-06-24T09:59:30.404Z] #77 42.74 checking for yajl >= 2.0.0... yes [2022-06-24T09:59:30.404Z] #77 42.77 checking sys/capability.h usability... yes [2022-06-24T09:59:30.445Z] #10 DONE 1.4s [2022-06-24T09:59:30.445Z] [2022-06-24T09:59:30.445Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-24T09:59:30.445Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-06-24T09:59:30.445Z] #7 DONE 1.3s [2022-06-24T09:59:30.445Z] [2022-06-24T09:59:30.445Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-24T09:59:30.445Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-24T09:59:30.445Z] #9 DONE 1.4s [2022-06-24T09:59:30.445Z] [2022-06-24T09:59:30.445Z] #8 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-24T09:59:30.445Z] #8 sha256:254888d0473df42f3d8363fa8d89e38569261e00a1ef9639c42f1a611adbd0d7 [2022-06-24T09:59:30.445Z] #8 DONE 1.4s [2022-06-24T09:59:30.447Z] #2 [internal] load .dockerignore [2022-06-24T09:59:30.447Z] #2 sha256:dab56173d4ff649ac59cdf9ce1b5079e85df3631dd6edfca04cdc400b6c27769 [2022-06-24T09:59:30.447Z] #2 transferring context: 145B done [2022-06-24T09:59:30.447Z] #2 DONE 0.2s [2022-06-24T09:59:30.447Z] [2022-06-24T09:59:30.447Z] #1 [internal] load build definition from Dockerfile [2022-06-24T09:59:30.447Z] #1 sha256:e1f01e05822d7c2e5b417968267f067955d5cfbb34754eb591eab338caee13b8 [2022-06-24T09:59:30.447Z] #1 transferring dockerfile: 18.90kB 0.1s done [2022-06-24T09:59:30.447Z] #1 DONE 0.3s [2022-06-24T09:59:30.447Z] [2022-06-24T09:59:30.447Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-24T09:59:30.447Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-24T09:59:30.458Z] #62 49.56 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-24T09:59:30.458Z] #62 49.58 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-24T09:59:30.458Z] #62 49.60 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-24T09:59:30.458Z] #62 49.66 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-24T09:59:30.458Z] #62 49.68 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-24T09:59:30.458Z] #62 49.69 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-24T09:59:30.458Z] #62 49.77 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-24T09:59:30.663Z] #77 42.94 checking sys/capability.h presence... yes [2022-06-24T09:59:30.663Z] #77 42.99 checking for sys/capability.h... yes [2022-06-24T09:59:30.716Z] #62 49.79 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-24T09:59:30.716Z] #62 49.94 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-24T09:59:30.716Z] #62 49.96 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-24T09:59:30.726Z] [2022-06-24T09:59:30.726Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:59:30.726Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-24T09:59:30.726Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-24T09:59:30.726Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-24T09:59:30.726Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-24T09:59:30.923Z] #77 42.99 checking for library containing cap_from_name... -lcap [2022-06-24T09:59:30.923Z] #77 43.26 checking for library containing dlopen... -ldl [2022-06-24T09:59:30.983Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-24T09:59:30.983Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.2s [2022-06-24T09:59:31.024Z] #3 DONE 0.5s [2022-06-24T09:59:31.024Z] [2022-06-24T09:59:31.024Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-24T09:59:31.024Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-24T09:59:31.024Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-24T09:59:31.182Z] #77 43.46 checking seccomp.h usability... yes [2022-06-24T09:59:31.182Z] #77 43.56 checking seccomp.h presence... yes [2022-06-24T09:59:31.182Z] #77 43.62 checking for seccomp.h... yes [2022-06-24T09:59:31.243Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s [2022-06-24T09:59:31.283Z] #62 ... [2022-06-24T09:59:31.283Z] [2022-06-24T09:59:31.283Z] #64 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-24T09:59:31.283Z] #64 sha256:077e8dd50f6a168a9f33b579ce33c37531a52a76c9141fd84569979de006a647 [2022-06-24T09:59:31.283Z] #64 49.02 v3.0.2 [2022-06-24T09:59:31.283Z] #64 DONE 50.5s [2022-06-24T09:59:31.283Z] [2022-06-24T09:59:31.283Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T09:59:31.283Z] #58 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T09:59:31.283Z] #58 33.30 Reading package lists... [2022-06-24T09:59:31.283Z] #58 40.49 Building dependency tree... [2022-06-24T09:59:31.283Z] #58 45.28 The following additional packages will be installed: [2022-06-24T09:59:31.283Z] #58 45.30 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-24T09:59:31.283Z] #58 45.31 python3-protobuf python3-six [2022-06-24T09:59:31.283Z] #58 45.31 Suggested packages: [2022-06-24T09:59:31.283Z] #58 45.34 python3-setuptools [2022-06-24T09:59:31.283Z] #58 45.34 Recommended packages: [2022-06-24T09:59:31.283Z] #58 45.34 iproute2 | iproute [2022-06-24T09:59:31.283Z] #58 46.25 The following NEW packages will be installed: [2022-06-24T09:59:31.283Z] #58 46.26 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-24T09:59:31.283Z] #58 46.27 python3-protobuf python3-six [2022-06-24T09:59:31.283Z] #58 46.83 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T09:59:31.283Z] #58 46.83 Need to get 2314 kB of archives. [2022-06-24T09:59:31.283Z] #58 46.83 After this operation, 11.1 MB of additional disk space will be used. [2022-06-24T09:59:31.283Z] #58 46.83 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-24T09:59:31.283Z] #58 46.89 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-24T09:59:31.283Z] #58 46.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-24T09:59:31.283Z] #58 46.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-24T09:59:31.283Z] #58 46.95 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-24T09:59:31.283Z] #58 46.95 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-24T09:59:31.283Z] #58 46.96 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-24T09:59:31.283Z] #58 49.48 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-24T09:59:31.287Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-24T09:59:31.287Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-24T09:59:31.287Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-24T09:59:31.287Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-24T09:59:31.287Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-24T09:59:31.287Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-06-24T09:59:31.441Z] #77 43.62 checking for library containing seccomp_rule_add... -lseccomp [2022-06-24T09:59:31.441Z] #77 43.85 checking for library containing seccomp_arch_resolve_name... none required [2022-06-24T09:59:31.511Z] #71 ... [2022-06-24T09:59:31.511Z] [2022-06-24T09:59:31.511Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-24T09:59:31.511Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-24T09:59:31.511Z] #49 DONE 0.0s [2022-06-24T09:59:31.511Z] [2022-06-24T09:59:31.511Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:59:31.511Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-24T09:59:31.542Z] #58 ... [2022-06-24T09:59:31.542Z] [2022-06-24T09:59:31.542Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T09:59:31.542Z] #83 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T09:59:31.542Z] #83 47.53 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T09:59:31.542Z] #83 47.84 Fetched 5939 kB in 1s (6207 kB/s) [2022-06-24T09:59:31.542Z] #83 47.99 Selecting previously unselected package bzip2. [2022-06-24T09:59:31.542Z] #83 47.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 ... 15718 files and directories currently installed.) [2022-06-24T09:59:31.542Z] #83 48.11 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-24T09:59:31.542Z] #83 48.12 Unpacking bzip2 (1.0.8-4) ... [2022-06-24T09:59:31.542Z] #83 48.28 Selecting previously unselected package libmagic-mgc. [2022-06-24T09:59:31.542Z] #83 48.29 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-24T09:59:31.542Z] #83 48.29 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-24T09:59:31.542Z] #83 49.31 Selecting previously unselected package libmagic1:amd64. [2022-06-24T09:59:31.542Z] #83 49.31 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-24T09:59:31.542Z] #83 49.34 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-24T09:59:31.542Z] #83 50.30 Selecting previously unselected package file. [2022-06-24T09:59:31.542Z] #83 50.30 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-24T09:59:31.542Z] #83 50.40 Unpacking file (1:5.39-3) ... [2022-06-24T09:59:31.542Z] #83 50.62 Selecting previously unselected package xz-utils. [2022-06-24T09:59:31.542Z] #83 50.63 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-24T09:59:31.542Z] #83 50.65 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T09:59:31.700Z] #77 43.97 checking systemd/sd-bus.h usability... yes [2022-06-24T09:59:31.779Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2022-06-24T09:59:31.779Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-06-24T09:59:31.800Z] #83 51.09 Selecting previously unselected package libsigsegv2:amd64. [2022-06-24T09:59:31.800Z] #83 51.09 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-24T09:59:31.800Z] #83 51.12 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-24T09:59:31.865Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-06-24T09:59:31.865Z] #4 DONE 0.9s [2022-06-24T09:59:31.959Z] #77 44.06 checking systemd/sd-bus.h presence... yes [2022-06-24T09:59:31.959Z] #77 44.13 checking for systemd/sd-bus.h... yes [2022-06-24T09:59:31.959Z] #77 44.14 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-24T09:59:32.059Z] #83 51.23 Selecting previously unselected package m4. [2022-06-24T09:59:32.059Z] #83 51.36 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-24T09:59:32.059Z] #83 51.36 Unpacking m4 (1.4.18-5) ... [2022-06-24T09:59:32.128Z] [2022-06-24T09:59:32.128Z] #6 [internal] load .dockerignore [2022-06-24T09:59:32.128Z] #6 sha256:0b77a22e2aa922ec009eee9d899bd959f9bff6ee4347b11e009eb9619cec7c41 [2022-06-24T09:59:32.128Z] #6 DONE 0.0s [2022-06-24T09:59:32.128Z] [2022-06-24T09:59:32.128Z] #5 [internal] load build definition from Dockerfile [2022-06-24T09:59:32.128Z] #5 sha256:1670cbc8869292d876ee57c68642565b745ebcba84729247fb8872986043b252 [2022-06-24T09:59:32.128Z] #5 DONE 0.0s [2022-06-24T09:59:32.128Z] [2022-06-24T09:59:32.128Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-24T09:59:32.128Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-24T09:59:32.219Z] #77 44.41 checking for sd_notify_barrier... yes [2022-06-24T09:59:32.219Z] #77 44.55 checking linux/bpf.h usability... yes [2022-06-24T09:59:32.219Z] #77 44.63 checking linux/bpf.h presence... yes [2022-06-24T09:59:32.219Z] #77 44.66 checking for linux/bpf.h... yes [2022-06-24T09:59:32.219Z] #77 44.67 checking compilation for eBPF... yes [2022-06-24T09:59:32.219Z] #77 44.72 checking for criu >= 3.15... no [2022-06-24T09:59:32.219Z] #77 44.74 configure: CRIU headers not found, building without CRIU support [2022-06-24T09:59:32.219Z] #77 44.74 checking for criu > 3.16... no [2022-06-24T09:59:32.219Z] #77 44.75 configure: CRIU version doesn't support join-ns API [2022-06-24T09:59:32.219Z] #77 44.75 checking for criu > 3.16.1... no [2022-06-24T09:59:32.479Z] #77 44.77 configure: CRIU version doesn't support for pre-dumping [2022-06-24T09:59:32.479Z] #77 44.77 checking for new mount API (fsconfig)... yes [2022-06-24T09:59:32.479Z] #77 44.82 checking for seccomp notify API... yes [2022-06-24T09:59:32.479Z] #77 44.89 checking for gperf... no [2022-06-24T09:59:32.479Z] #77 44.89 configure: gperf not found - cannot rebuild signal parser code [2022-06-24T09:59:32.479Z] #77 44.89 checking for library containing argp_parse... none required [2022-06-24T09:59:32.630Z] #83 51.76 Selecting previously unselected package autoconf. [2022-06-24T09:59:32.630Z] #83 51.77 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-24T09:59:32.630Z] #83 51.83 Unpacking autoconf (2.69-14) ... [2022-06-24T09:59:32.630Z] #83 ... [2022-06-24T09:59:32.630Z] [2022-06-24T09:59:32.630Z] #47 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-24T09:59:32.630Z] #47 sha256:c38cfa78712ad0c0a23d715321dcc4195c86f5f5a6a9b3941feb4a564921d552 [2022-06-24T09:59:32.630Z] #47 51.55 NAME: [2022-06-24T09:59:32.630Z] #47 51.58 go-winres - A tool for embedding resources in Windows executables [2022-06-24T09:59:32.630Z] #47 51.58 [2022-06-24T09:59:32.630Z] #47 51.58 USAGE: [2022-06-24T09:59:32.630Z] #47 51.58 go-winres [global options] command [command options] [arguments...] [2022-06-24T09:59:32.630Z] #47 51.58 [2022-06-24T09:59:32.630Z] #47 51.58 COMMANDS: [2022-06-24T09:59:32.630Z] #47 51.58 init Create an initial ./winres/winres.json [2022-06-24T09:59:32.630Z] #47 51.58 make Make syso files for the "go build" command [2022-06-24T09:59:32.630Z] #47 51.58 simply Make syso files for the "go build" command (simplified) [2022-06-24T09:59:32.630Z] #47 51.58 extract Extract all resources from an executable [2022-06-24T09:59:32.630Z] #47 51.58 patch Replace resources in an executable file (exe, dll) [2022-06-24T09:59:32.630Z] #47 51.58 help, h Shows a list of commands or help for one command [2022-06-24T09:59:32.630Z] #47 51.58 [2022-06-24T09:59:32.630Z] #47 51.58 GLOBAL OPTIONS: [2022-06-24T09:59:32.630Z] #47 51.58 --help, -h show help (default: false) [2022-06-24T09:59:32.630Z] #47 DONE 51.9s [2022-06-24T09:59:32.714Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done [2022-06-24T09:59:32.715Z] #71 DONE 2.1s [2022-06-24T09:59:32.715Z] [2022-06-24T09:59:32.715Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:32.715Z] #11 sha256:1e0b090a5d0e94d88e1dad9c72495e51bf14899b14a1f51218a0c554d14d4cf9 [2022-06-24T09:59:32.715Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f 0.1s done [2022-06-24T09:59:32.715Z] #11 sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f 1.86kB / 1.86kB done [2022-06-24T09:59:32.715Z] #11 sha256:47b9c8aa3f8b415aeca87a1e13353a611df4cf64a07e38f14b1bc9679d56a3b8 1.80kB / 1.80kB done [2022-06-24T09:59:32.715Z] #11 sha256:bc950948075bf8e1fe0467740895ef835b3f02433bd506557cdc0fa3e35aac1b 7.12kB / 7.12kB done [2022-06-24T09:59:32.715Z] #11 sha256:bc7b65e0e9cdc28c8cedaabbc5cbae4652c9b107c47684de49f01a77741a5ded 4.94MB / 4.94MB 0.9s done [2022-06-24T09:59:32.715Z] #11 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 53.70MB / 53.70MB 1.7s done [2022-06-24T09:59:32.715Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 0B / 81.09MB 1.9s [2022-06-24T09:59:32.715Z] #11 sha256:b43836e7983cba8b758620a218a0ee622daf5513308b6a9e8316f94c271ecafd 8.28MB / 10.66MB 1.9s [2022-06-24T09:59:32.715Z] #11 sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 8.80MB / 54.67MB 1.9s [2022-06-24T09:59:32.715Z] #11 extracting sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 [2022-06-24T09:59:32.737Z] #77 45.07 checking that generated files are newer than configure... done [2022-06-24T09:59:32.737Z] #77 45.07 configure: creating ./config.status [2022-06-24T09:59:32.889Z] [2022-06-24T09:59:32.889Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T09:59:32.889Z] #41 sha256:1db4a1090cc01a0e0e1fc35d6d2347bc515c4526c2959f71b03cec297d1441d5 [2022-06-24T09:59:32.975Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 8.39MB / 81.09MB 2.0s [2022-06-24T09:59:32.975Z] #11 sha256:b43836e7983cba8b758620a218a0ee622daf5513308b6a9e8316f94c271ecafd 10.66MB / 10.66MB 2.0s [2022-06-24T09:59:32.975Z] #11 sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 22.65MB / 54.67MB 2.0s [2022-06-24T09:59:32.975Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 22.13MB / 81.09MB 2.1s [2022-06-24T09:59:32.975Z] #11 sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 32.51MB / 54.67MB 2.1s [2022-06-24T09:59:33.072Z] #10 ... [2022-06-24T09:59:33.072Z] [2022-06-24T09:59:33.072Z] #9 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-24T09:59:33.072Z] #9 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-24T09:59:33.072Z] #9 DONE 1.0s [2022-06-24T09:59:33.072Z] [2022-06-24T09:59:33.072Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-24T09:59:33.072Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-24T09:59:33.072Z] #7 DONE 1.0s [2022-06-24T09:59:33.072Z] [2022-06-24T09:59:33.072Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-24T09:59:33.072Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-24T09:59:33.072Z] #8 DONE 1.0s [2022-06-24T09:59:33.176Z] Client: [2022-06-24T09:59:33.176Z] Context: default [2022-06-24T09:59:33.176Z] Debug Mode: false [2022-06-24T09:59:33.176Z] Plugins: [2022-06-24T09:59:33.176Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-24T09:59:33.176Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-24T09:59:33.176Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-24T09:59:33.176Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-24T09:59:33.176Z] [2022-06-24T09:59:33.176Z] Server: [2022-06-24T09:59:33.176Z] Containers: 0 [2022-06-24T09:59:33.176Z] Running: 0 [2022-06-24T09:59:33.176Z] Paused: 0 [2022-06-24T09:59:33.176Z] Stopped: 0 [2022-06-24T09:59:33.176Z] Images: 0 [2022-06-24T09:59:33.176Z] Server Version: 20.10.14 [2022-06-24T09:59:33.176Z] Storage Driver: overlay2 [2022-06-24T09:59:33.176Z] Backing Filesystem: extfs [2022-06-24T09:59:33.176Z] Supports d_type: true [2022-06-24T09:59:33.176Z] Native Overlay Diff: true [2022-06-24T09:59:33.176Z] userxattr: false [2022-06-24T09:59:33.176Z] Logging Driver: json-file [2022-06-24T09:59:33.176Z] Cgroup Driver: systemd [2022-06-24T09:59:33.176Z] Cgroup Version: 2 [2022-06-24T09:59:33.176Z] Plugins: [2022-06-24T09:59:33.176Z] Volume: local [2022-06-24T09:59:33.176Z] Network: bridge host ipvlan macvlan null overlay [2022-06-24T09:59:33.176Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-24T09:59:33.176Z] Swarm: inactive [2022-06-24T09:59:33.176Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-24T09:59:33.176Z] Default Runtime: runc [2022-06-24T09:59:33.176Z] Init Binary: docker-init [2022-06-24T09:59:33.176Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-24T09:59:33.176Z] runc version: v1.0.3-0-gf46b6ba [2022-06-24T09:59:33.176Z] init version: de40ad0 [2022-06-24T09:59:33.176Z] Security Options: [2022-06-24T09:59:33.176Z] apparmor [2022-06-24T09:59:33.176Z] seccomp [2022-06-24T09:59:33.176Z] Profile: default [2022-06-24T09:59:33.176Z] cgroupns [2022-06-24T09:59:33.176Z] Kernel Version: 5.13.0-1021-aws [2022-06-24T09:59:33.176Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-24T09:59:33.176Z] OSType: linux [2022-06-24T09:59:33.176Z] Architecture: x86_64 [2022-06-24T09:59:33.176Z] CPUs: 2 [2022-06-24T09:59:33.176Z] Total Memory: 7.559GiB [2022-06-24T09:59:33.176Z] Name: ip-10-100-112-52 [2022-06-24T09:59:33.176Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-06-24T09:59:33.176Z] Docker Root Dir: /var/lib/docker [2022-06-24T09:59:33.176Z] Debug Mode: false [2022-06-24T09:59:33.176Z] Registry: https://index.docker.io/v1/ [2022-06-24T09:59:33.176Z] Labels: [2022-06-24T09:59:33.176Z] Experimental: true [2022-06-24T09:59:33.176Z] Insecure Registries: [2022-06-24T09:59:33.176Z] 127.0.0.0/8 [2022-06-24T09:59:33.176Z] Live Restore Enabled: true [2022-06-24T09:59:33.176Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-24T09:59:33.232Z] #11 ... [2022-06-24T09:59:33.232Z] [2022-06-24T09:59:33.232Z] #24 [internal] load build context [2022-06-24T09:59:33.232Z] #24 sha256:046ccf0e1272fc83340c27422dfbf4b3f92c5a59c7bb8f9fda3f832569880790 [2022-06-24T09:59:33.232Z] #24 transferring context: 61.32MB 2.4s done [2022-06-24T09:59:33.232Z] #24 DONE 2.6s [2022-06-24T09:59:33.232Z] [2022-06-24T09:59:33.232Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:33.232Z] #11 sha256:1e0b090a5d0e94d88e1dad9c72495e51bf14899b14a1f51218a0c554d14d4cf9 [2022-06-24T09:59:33.232Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 32.51MB / 81.09MB 2.2s [2022-06-24T09:59:33.232Z] #11 sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 44.04MB / 54.67MB 2.2s [2022-06-24T09:59:33.232Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 43.56MB / 81.09MB 2.3s [2022-06-24T09:59:33.232Z] #11 sha256:b43836e7983cba8b758620a218a0ee622daf5513308b6a9e8316f94c271ecafd 10.66MB / 10.66MB 2.2s done [2022-06-24T09:59:33.232Z] #11 sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 54.53MB / 54.67MB 2.3s [2022-06-24T09:59:33.333Z] [2022-06-24T09:59:33.333Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-24T09:59:33.333Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-24T09:59:33.333Z] #10 DONE 1.0s [2022-06-24T09:59:33.406Z] #41 51.50 Updating files: 78% (1201/1521) Updating files: 79% (1202/1521) Updating files: 80% (1217/1521) Updating files: 81% (1233/1521) Updating files: 82% (1248/1521) Updating files: 83% (1263/1521) Updating files: 84% (1278/1521) Updating files: 85% (1293/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-24T09:59:33.406Z] #41 52.54 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-24T09:59:33.489Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 55.57MB / 81.09MB 2.4s [2022-06-24T09:59:33.489Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 70.25MB / 81.09MB 2.6s [2022-06-24T09:59:33.489Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 9.44MB / 108.88MB 2.6s [2022-06-24T09:59:33.489Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 77.59MB / 81.09MB 2.7s [2022-06-24T09:59:33.489Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 25.17MB / 108.88MB 2.7s [2022-06-24T09:59:33.505Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:56a20dbc19786633f605d3871f5242d8e0f1be5a . [2022-06-24T09:59:33.664Z] #41 52.76 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T09:59:33.746Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 32.51MB / 108.88MB 2.8s [2022-06-24T09:59:33.746Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 45.09MB / 108.88MB 2.9s [2022-06-24T09:59:33.764Z] #1 [internal] load build definition from Dockerfile [2022-06-24T09:59:33.764Z] #1 sha256:e07ddae5a85f751c434e34c76601007ee2f2c3d5857b51df3e3c3ba498a32108 [2022-06-24T09:59:33.764Z] #1 transferring dockerfile: 18.90kB done [2022-06-24T09:59:33.764Z] #1 DONE 0.2s [2022-06-24T09:59:33.764Z] [2022-06-24T09:59:33.764Z] #2 [internal] load .dockerignore [2022-06-24T09:59:33.764Z] #2 sha256:c8ebc3ec82edce2b23faf8e568878a90ddef55ed0ea1d913de51272d5fca7b7e [2022-06-24T09:59:33.764Z] #2 transferring context: 145B done [2022-06-24T09:59:33.764Z] #2 DONE 0.1s [2022-06-24T09:59:33.764Z] [2022-06-24T09:59:33.764Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-24T09:59:33.764Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-24T09:59:33.906Z] [2022-06-24T09:59:33.906Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:59:33.906Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-24T09:59:33.906Z] #73 DONE 0.0s [2022-06-24T09:59:33.906Z] [2022-06-24T09:59:33.906Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:59:33.906Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-24T09:59:33.906Z] #71 DONE 0.0s [2022-06-24T09:59:33.906Z] [2022-06-24T09:59:33.907Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:33.907Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:59:33.907Z] #11 DONE 0.0s [2022-06-24T09:59:33.907Z] [2022-06-24T09:59:33.907Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:59:33.907Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:59:33.907Z] #28 DONE 0.0s [2022-06-24T09:59:33.907Z] [2022-06-24T09:59:33.907Z] #24 [internal] load build context [2022-06-24T09:59:33.907Z] #24 sha256:1bd41fd38824a514323923312f91525d79a9caec7205d5a8e0f465377069bcc8 [2022-06-24T09:59:34.002Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 54.53MB / 108.88MB 3.0s [2022-06-24T09:59:34.002Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 65.01MB / 108.88MB 3.1s [2022-06-24T09:59:34.022Z] #3 DONE 0.4s [2022-06-24T09:59:34.265Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 71.30MB / 108.88MB 3.4s [2022-06-24T09:59:34.280Z] [2022-06-24T09:59:34.280Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-24T09:59:34.280Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-24T09:59:34.280Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-24T09:59:34.280Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 7.34MB / 9.67MB 0.1s [2022-06-24T09:59:34.280Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-24T09:59:34.280Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-24T09:59:34.280Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-24T09:59:34.280Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-24T09:59:34.280Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-24T09:59:34.492Z] #24 ... [2022-06-24T09:59:34.492Z] [2022-06-24T09:59:34.492Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-24T09:59:34.492Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-24T09:59:34.492Z] #49 DONE 0.5s [2022-06-24T09:59:34.492Z] [2022-06-24T09:59:34.492Z] #24 [internal] load build context [2022-06-24T09:59:34.492Z] #24 sha256:1bd41fd38824a514323923312f91525d79a9caec7205d5a8e0f465377069bcc8 [2022-06-24T09:59:34.492Z] #24 ... [2022-06-24T09:59:34.492Z] [2022-06-24T09:59:34.492Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-24T09:59:34.492Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-24T09:59:34.492Z] #49 DONE 0.0s [2022-06-24T09:59:34.492Z] [2022-06-24T09:59:34.492Z] #24 [internal] load build context [2022-06-24T09:59:34.492Z] #24 sha256:1bd41fd38824a514323923312f91525d79a9caec7205d5a8e0f465377069bcc8 [2022-06-24T09:59:34.522Z] #11 sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 54.67MB / 54.67MB 3.5s done [2022-06-24T09:59:34.522Z] #11 sha256:68d122fd51f7aecdebb755fb8e6676014e657f64aad3f75c91b9e7f61d9ed945 0B / 126B 3.7s [2022-06-24T09:59:34.656Z] #77 47.01 config.status: creating Makefile [2022-06-24T09:59:34.656Z] #77 47.06 config.status: creating rpm/crun.spec [2022-06-24T09:59:34.656Z] #77 47.11 config.status: creating config.h [2022-06-24T09:59:34.656Z] #77 47.14 config.status: executing libtool commands [2022-06-24T09:59:34.656Z] #77 47.18 config.status: executing depfiles commands [2022-06-24T09:59:34.780Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 84.93MB / 108.88MB 3.8s [2022-06-24T09:59:34.780Z] #11 sha256:68d122fd51f7aecdebb755fb8e6676014e657f64aad3f75c91b9e7f61d9ed945 126B / 126B 3.8s [2022-06-24T09:59:34.780Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 94.37MB / 108.88MB 3.9s [2022-06-24T09:59:34.861Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-06-24T09:59:34.861Z] #4 DONE 0.5s [2022-06-24T09:59:34.861Z] [2022-06-24T09:59:34.861Z] #5 [internal] load build definition from Dockerfile [2022-06-24T09:59:34.861Z] #5 sha256:36de7ae522864a1077defac79db2d1390068b76b2c7fe09c58ca12151aeadacb [2022-06-24T09:59:34.861Z] #5 DONE 0.0s [2022-06-24T09:59:34.861Z] [2022-06-24T09:59:34.861Z] #6 [internal] load .dockerignore [2022-06-24T09:59:34.861Z] #6 sha256:7abf6b96d4d05b0c992f54fd73fa9806da0dfe48542966e281bf5f7bd216b213 [2022-06-24T09:59:34.861Z] #6 DONE 0.0s [2022-06-24T09:59:34.861Z] [2022-06-24T09:59:34.861Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-24T09:59:34.861Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-24T09:59:35.037Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 108.88MB / 108.88MB 4.2s [2022-06-24T09:59:35.294Z] #11 extracting sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 2.4s done [2022-06-24T09:59:35.445Z] #24 transferring context: 6.00MB 1.7s [2022-06-24T09:59:35.593Z] #77 47.92 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-24T09:59:35.593Z] #77 47.93 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-24T09:59:35.802Z] #10 DONE 0.7s [2022-06-24T09:59:35.802Z] [2022-06-24T09:59:35.802Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-24T09:59:35.802Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-24T09:59:35.802Z] #7 DONE 0.7s [2022-06-24T09:59:35.802Z] [2022-06-24T09:59:35.802Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-24T09:59:35.802Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-24T09:59:35.802Z] #8 DONE 0.7s [2022-06-24T09:59:35.802Z] [2022-06-24T09:59:35.802Z] #9 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-24T09:59:35.802Z] #9 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-24T09:59:35.802Z] #9 DONE 0.8s [2022-06-24T09:59:35.802Z] [2022-06-24T09:59:35.802Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:59:35.802Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:59:35.802Z] #28 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 0.0s done [2022-06-24T09:59:35.872Z] #77 ... [2022-06-24T09:59:35.872Z] [2022-06-24T09:59:35.872Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T09:59:35.872Z] #47 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T09:59:35.872Z] #47 59.06 + dpkg --print-architecture [2022-06-24T09:59:35.872Z] #47 59.07 + git checkout -q v2.1.0 [2022-06-24T09:59:35.872Z] #47 59.50 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-24T09:59:35.872Z] #47 59.51 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-24T09:59:35.872Z] #47 ... [2022-06-24T09:59:35.872Z] [2022-06-24T09:59:35.872Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:59:35.872Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:59:35.872Z] #77 48.28 checking for gcc... gcc [2022-06-24T09:59:36.070Z] #28 sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 1.85kB / 1.85kB done [2022-06-24T09:59:36.070Z] #28 sha256:9a67b70d0ba1d7c7690f917eedd8d24974dd8fd493205368b1e555a90c954208 529B / 529B done [2022-06-24T09:59:36.070Z] #28 sha256:d2780094a226c21142d0ee4dbfaf11bb53bd569fc9e0b7d261e43de0954c9958 1.46kB / 1.46kB done [2022-06-24T09:59:36.070Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 0B / 55.01MB 0.1s [2022-06-24T09:59:36.131Z] #77 48.35 checking whether the C compiler works... yes [2022-06-24T09:59:36.131Z] #77 48.51 checking for C compiler default output file name... a.out [2022-06-24T09:59:36.223Z] #11 extracting sha256:bc7b65e0e9cdc28c8cedaabbc5cbae4652c9b107c47684de49f01a77741a5ded [2022-06-24T09:59:36.335Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 4.19MB / 55.01MB 0.2s [2022-06-24T09:59:36.335Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 9.95MB / 55.01MB 0.3s [2022-06-24T09:59:36.335Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 22.02MB / 55.01MB 0.5s [2022-06-24T09:59:36.390Z] #77 48.51 checking for suffix of executables... [2022-06-24T09:59:36.390Z] #77 ... [2022-06-24T09:59:36.390Z] [2022-06-24T09:59:36.390Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T09:59:36.390Z] #47 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T09:59:36.390Z] #47 DONE 69.7s [2022-06-24T09:59:36.390Z] [2022-06-24T09:59:36.390Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:59:36.390Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:59:36.390Z] #77 48.51 checking for suffix of executables... [2022-06-24T09:59:36.390Z] #77 48.66 checking whether we are cross compiling... no [2022-06-24T09:59:36.390Z] #77 48.77 checking for suffix of object files... o [2022-06-24T09:59:36.517Z] #11 extracting sha256:bc7b65e0e9cdc28c8cedaabbc5cbae4652c9b107c47684de49f01a77741a5ded 0.2s done [2022-06-24T09:59:36.595Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 28.31MB / 55.01MB 0.6s [2022-06-24T09:59:36.595Z] #28 ... [2022-06-24T09:59:36.595Z] [2022-06-24T09:59:36.595Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-24T09:59:36.595Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-24T09:59:36.595Z] #49 DONE 0.0s [2022-06-24T09:59:36.595Z] [2022-06-24T09:59:36.595Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:59:36.595Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:59:36.595Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 34.60MB / 55.01MB 0.7s [2022-06-24T09:59:36.649Z] #77 48.86 checking whether we are using the GNU C compiler... yes [2022-06-24T09:59:36.649Z] #77 48.91 checking whether gcc accepts -g... yes [2022-06-24T09:59:36.649Z] #77 48.98 checking for gcc option to accept ISO C89... none needed [2022-06-24T09:59:36.774Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 81.09MB / 81.09MB 5.7s done [2022-06-24T09:59:36.774Z] #11 sha256:68d122fd51f7aecdebb755fb8e6676014e657f64aad3f75c91b9e7f61d9ed945 126B / 126B 5.7s done [2022-06-24T09:59:36.854Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 38.80MB / 55.01MB 0.8s [2022-06-24T09:59:36.854Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 42.50MB / 55.01MB 0.9s [2022-06-24T09:59:36.907Z] #77 49.08 checking whether gcc understands -c and -o together... yes [2022-06-24T09:59:36.907Z] #77 49.15 checking how to run the C preprocessor... gcc -E [2022-06-24T09:59:36.907Z] #77 49.30 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T09:59:36.907Z] #77 49.31 checking for egrep... /bin/grep -E [2022-06-24T09:59:37.031Z] #11 extracting sha256:b43836e7983cba8b758620a218a0ee622daf5513308b6a9e8316f94c271ecafd 0.1s [2022-06-24T09:59:37.113Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 51.38MB / 55.01MB 1.0s [2022-06-24T09:59:37.113Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 1.1s [2022-06-24T09:59:37.168Z] #77 49.31 checking for ANSI C header files... yes [2022-06-24T09:59:37.168Z] #77 49.60 checking for sys/types.h... yes [2022-06-24T09:59:37.168Z] #77 49.68 checking for sys/stat.h... yes [2022-06-24T09:59:37.168Z] #77 ... [2022-06-24T09:59:37.168Z] [2022-06-24T09:59:37.168Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T09:59:37.168Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T09:59:37.168Z] #21 4.636 Reading package lists... [2022-06-24T09:59:37.168Z] #21 5.584 Building dependency tree... [2022-06-24T09:59:37.168Z] #21 6.046 The following additional packages will be installed: [2022-06-24T09:59:37.168Z] #21 6.047 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-24T09:59:37.168Z] #21 6.047 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-24T09:59:37.168Z] #21 6.048 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-24T09:59:37.169Z] #21 6.048 python3-pkg-resources vim-runtime xxd [2022-06-24T09:59:37.169Z] #21 6.050 Suggested packages: [2022-06-24T09:59:37.169Z] #21 6.051 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-24T09:59:37.169Z] #21 6.051 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-24T09:59:37.169Z] #21 6.051 acl attr quota [2022-06-24T09:59:37.169Z] #21 6.051 Recommended packages: [2022-06-24T09:59:37.169Z] #21 6.051 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-24T09:59:37.169Z] #21 6.497 The following NEW packages will be installed: [2022-06-24T09:59:37.169Z] #21 6.498 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-24T09:59:37.169Z] #21 6.499 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-24T09:59:37.169Z] #21 6.499 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-24T09:59:37.169Z] #21 6.500 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-24T09:59:37.169Z] #21 6.500 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-24T09:59:37.169Z] #21 6.501 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-24T09:59:37.169Z] #21 6.501 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-24T09:59:37.169Z] #21 6.501 xz-utils zip zstd [2022-06-24T09:59:37.169Z] #21 6.784 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T09:59:37.169Z] #21 6.784 Need to get 27.7 MB of archives. [2022-06-24T09:59:37.169Z] #21 6.784 After this operation, 106 MB of additional disk space will be used. [2022-06-24T09:59:37.169Z] #21 6.784 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-24T09:59:37.169Z] #21 6.787 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-24T09:59:37.169Z] #21 6.790 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-24T09:59:37.169Z] #21 6.791 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-24T09:59:37.169Z] #21 6.792 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-24T09:59:37.169Z] #21 6.792 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-24T09:59:37.169Z] #21 6.794 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-24T09:59:37.169Z] #21 6.794 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-24T09:59:37.169Z] #21 6.804 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-24T09:59:37.169Z] #21 6.815 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-24T09:59:37.169Z] #21 6.818 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-24T09:59:37.169Z] #21 6.822 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-24T09:59:37.169Z] #21 6.827 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-24T09:59:37.169Z] #21 6.829 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-24T09:59:37.169Z] #21 6.835 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-24T09:59:37.169Z] #21 6.839 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-24T09:59:37.169Z] #21 6.840 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-24T09:59:37.169Z] #21 6.841 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-24T09:59:37.169Z] #21 6.842 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-24T09:59:37.169Z] #21 6.843 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-24T09:59:37.169Z] #21 6.856 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-24T09:59:37.169Z] #21 6.864 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-24T09:59:37.169Z] #21 6.866 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-24T09:59:37.169Z] #21 6.869 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-24T09:59:37.169Z] #21 6.870 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-24T09:59:37.169Z] #21 6.871 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-24T09:59:37.169Z] #21 6.871 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-24T09:59:37.169Z] #21 7.007 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-24T09:59:37.169Z] #21 7.027 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-24T09:59:37.169Z] #21 7.029 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-24T09:59:37.169Z] #21 7.031 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-24T09:59:37.169Z] #21 7.041 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-24T09:59:37.169Z] #21 7.042 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-24T09:59:37.169Z] #21 7.045 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-24T09:59:37.169Z] #21 7.047 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-24T09:59:37.169Z] #21 7.068 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-24T09:59:37.169Z] #21 7.070 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-24T09:59:37.169Z] #21 7.072 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-24T09:59:37.169Z] #21 7.079 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-24T09:59:37.169Z] #21 7.086 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-24T09:59:37.169Z] #21 7.087 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-24T09:59:37.169Z] #21 7.091 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-24T09:59:37.169Z] #21 7.104 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-24T09:59:37.169Z] #21 7.110 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-24T09:59:37.169Z] #21 7.114 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-24T09:59:37.169Z] #21 7.193 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-24T09:59:37.169Z] #21 7.211 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-24T09:59:37.169Z] #21 7.220 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-24T09:59:37.169Z] #21 7.225 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-24T09:59:37.169Z] #21 7.474 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T09:59:37.169Z] #21 7.535 Fetched 27.7 MB in 1s (38.4 MB/s) [2022-06-24T09:59:37.169Z] #21 7.588 Selecting previously unselected package pigz. [2022-06-24T09:59:37.169Z] #21 7.588 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-24T09:59:37.169Z] #21 7.617 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-24T09:59:37.169Z] #21 7.627 Unpacking pigz (2.6-1) ... [2022-06-24T09:59:37.169Z] #21 7.708 Selecting previously unselected package libelf1:amd64. [2022-06-24T09:59:37.169Z] #21 7.714 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-24T09:59:37.169Z] #21 7.726 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-24T09:59:37.169Z] #21 7.844 Selecting previously unselected package libbpf0:amd64. [2022-06-24T09:59:37.169Z] #21 7.848 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-24T09:59:37.169Z] #21 7.852 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-24T09:59:37.169Z] #21 8.151 Selecting previously unselected package libcap2:amd64. [2022-06-24T09:59:37.169Z] #21 8.157 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-24T09:59:37.169Z] #21 8.202 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-24T09:59:37.169Z] #21 8.359 Selecting previously unselected package libmnl0:amd64. [2022-06-24T09:59:37.169Z] #21 8.366 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-24T09:59:37.169Z] #21 8.374 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-24T09:59:37.169Z] #21 8.449 Selecting previously unselected package libxtables12:amd64. [2022-06-24T09:59:37.169Z] #21 8.452 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-24T09:59:37.169Z] #21 8.473 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-24T09:59:37.169Z] #21 8.577 Selecting previously unselected package libcap2-bin. [2022-06-24T09:59:37.169Z] #21 8.580 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-24T09:59:37.169Z] #21 8.588 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-24T09:59:37.169Z] #21 8.699 Selecting previously unselected package iproute2. [2022-06-24T09:59:37.169Z] #21 8.702 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-24T09:59:37.169Z] #21 8.707 Unpacking iproute2 (5.10.0-4) ... [2022-06-24T09:59:37.169Z] #21 8.921 Selecting previously unselected package xxd. [2022-06-24T09:59:37.169Z] #21 8.925 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-24T09:59:37.169Z] #21 8.936 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T09:59:37.169Z] #21 9.076 Selecting previously unselected package vim-common. [2022-06-24T09:59:37.169Z] #21 9.080 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T09:59:37.169Z] #21 9.103 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T09:59:37.169Z] #21 9.194 Selecting previously unselected package bash-completion. [2022-06-24T09:59:37.287Z] #11 extracting sha256:b43836e7983cba8b758620a218a0ee622daf5513308b6a9e8316f94c271ecafd 0.2s done [2022-06-24T09:59:37.428Z] #21 9.198 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-24T09:59:37.428Z] #21 11.46 Unpacking bash-completion (1:2.11-2) ... [2022-06-24T09:59:37.428Z] #21 11.69 Selecting previously unselected package bzip2. [2022-06-24T09:59:37.428Z] #21 11.69 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 11.70 Unpacking bzip2 (1.0.8-4) ... [2022-06-24T09:59:37.428Z] #21 11.78 Selecting previously unselected package xz-utils. [2022-06-24T09:59:37.428Z] #21 11.78 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 11.81 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T09:59:37.428Z] #21 11.94 Selecting previously unselected package apparmor. [2022-06-24T09:59:37.428Z] #21 11.94 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 12.01 Unpacking apparmor (2.13.6-10) ... [2022-06-24T09:59:37.428Z] #21 12.30 Selecting previously unselected package inetutils-ping. [2022-06-24T09:59:37.428Z] #21 12.31 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 12.31 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-24T09:59:37.428Z] #21 12.43 Selecting previously unselected package libip4tc2:amd64. [2022-06-24T09:59:37.428Z] #21 12.43 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 12.44 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-24T09:59:37.428Z] #21 12.51 Selecting previously unselected package libip6tc2:amd64. [2022-06-24T09:59:37.428Z] #21 12.52 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 12.52 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-24T09:59:37.428Z] #21 12.61 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-24T09:59:37.428Z] #21 12.62 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 12.63 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-24T09:59:37.428Z] #21 12.69 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-24T09:59:37.428Z] #21 12.70 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 12.70 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-24T09:59:37.428Z] #21 12.79 Selecting previously unselected package libnftnl11:amd64. [2022-06-24T09:59:37.428Z] #21 12.79 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 12.80 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-24T09:59:37.428Z] #21 12.99 Selecting previously unselected package iptables. [2022-06-24T09:59:37.428Z] #21 13.00 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 13.02 Unpacking iptables (1.8.7-1) ... [2022-06-24T09:59:37.428Z] #21 13.39 Selecting previously unselected package libonig5:amd64. [2022-06-24T09:59:37.428Z] #21 13.39 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 13.41 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T09:59:37.428Z] #21 14.20 Selecting previously unselected package libjq1:amd64. [2022-06-24T09:59:37.428Z] #21 14.21 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 14.31 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-24T09:59:37.428Z] #21 14.48 Selecting previously unselected package jq. [2022-06-24T09:59:37.428Z] #21 14.48 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 14.51 Unpacking jq (1.6-2.1) ... [2022-06-24T09:59:37.428Z] #21 14.61 Selecting previously unselected package libaio1:amd64. [2022-06-24T09:59:37.428Z] #21 14.62 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 14.63 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-24T09:59:37.428Z] #21 14.80 Selecting previously unselected package libgpm2:amd64. [2022-06-24T09:59:37.428Z] #21 14.80 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 14.81 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-24T09:59:37.428Z] #21 14.90 Selecting previously unselected package libicu67:amd64. [2022-06-24T09:59:37.428Z] #21 14.90 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-24T09:59:37.428Z] #21 14.90 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-24T09:59:37.428Z] #21 ... [2022-06-24T09:59:37.428Z] [2022-06-24T09:59:37.428Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:59:37.428Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:59:37.428Z] #77 49.74 checking for stdlib.h... yes [2022-06-24T09:59:37.428Z] #77 49.84 checking for string.h... yes [2022-06-24T09:59:37.681Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 1.5s done [2022-06-24T09:59:37.681Z] #28 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 [2022-06-24T09:59:37.686Z] #77 49.92 checking for memory.h... yes [2022-06-24T09:59:37.686Z] #77 50.02 checking for strings.h... yes [2022-06-24T09:59:37.686Z] #77 50.13 checking for inttypes.h... yes [2022-06-24T09:59:37.945Z] #77 50.23 checking for stdint.h... yes [2022-06-24T09:59:37.945Z] #77 50.37 checking for unistd.h... yes [2022-06-24T09:59:38.205Z] #77 50.49 checking minix/config.h usability... no [2022-06-24T09:59:38.205Z] #77 50.55 checking minix/config.h presence... no [2022-06-24T09:59:38.205Z] #77 50.59 checking for minix/config.h... no [2022-06-24T09:59:38.205Z] #77 50.59 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-24T09:59:38.216Z] #11 extracting sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 [2022-06-24T09:59:38.464Z] #77 50.70 checking build system type... x86_64-pc-linux-gnu [2022-06-24T09:59:38.464Z] #77 50.88 checking host system type... x86_64-pc-linux-gnu [2022-06-24T09:59:38.464Z] #77 50.88 checking how to print strings... printf [2022-06-24T09:59:38.464Z] #77 50.88 checking for a sed that does not truncate output... /bin/sed [2022-06-24T09:59:38.464Z] #77 50.89 checking for fgrep... /bin/grep -F [2022-06-24T09:59:38.464Z] #77 50.89 checking for ld used by gcc... /usr/bin/ld [2022-06-24T09:59:38.464Z] #77 50.90 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T09:59:38.464Z] #77 50.91 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T09:59:38.723Z] #77 50.92 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T09:59:38.723Z] #77 50.98 checking whether ln -s works... yes [2022-06-24T09:59:38.723Z] #77 50.98 checking the maximum length of command line arguments... 1572864 [2022-06-24T09:59:38.723Z] #77 51.03 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-24T09:59:38.723Z] #77 51.03 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T09:59:38.723Z] #77 51.03 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T09:59:38.723Z] #77 51.03 checking for objdump... objdump [2022-06-24T09:59:38.723Z] #77 51.03 checking how to recognize dependent libraries... pass_all [2022-06-24T09:59:38.723Z] #77 51.03 checking for dlltool... no [2022-06-24T09:59:38.723Z] #77 51.03 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T09:59:38.723Z] #77 51.04 checking for ar... ar [2022-06-24T09:59:38.723Z] #77 51.04 checking for archiver @FILE support... @ [2022-06-24T09:59:38.723Z] #77 51.13 checking for strip... strip [2022-06-24T09:59:38.723Z] #77 51.13 checking for ranlib... ranlib [2022-06-24T09:59:38.723Z] #77 51.13 checking for gawk... no [2022-06-24T09:59:38.723Z] #77 51.13 checking for mawk... mawk [2022-06-24T09:59:38.779Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 108.88MB / 108.88MB 7.8s done [2022-06-24T09:59:38.933Z] #41 ... [2022-06-24T09:59:38.933Z] [2022-06-24T09:59:38.933Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T09:59:38.933Z] #83 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T09:59:38.933Z] #83 52.49 Selecting previously unselected package autotools-dev. [2022-06-24T09:59:38.933Z] #83 52.49 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-24T09:59:38.933Z] #83 52.49 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-24T09:59:38.933Z] #83 52.74 Selecting previously unselected package automake. [2022-06-24T09:59:38.933Z] #83 52.74 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-24T09:59:38.933Z] #83 52.81 Unpacking automake (1:1.16.3-2) ... [2022-06-24T09:59:38.933Z] #83 53.61 Selecting previously unselected package patch. [2022-06-24T09:59:38.933Z] #83 53.61 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-24T09:59:38.933Z] #83 53.61 Unpacking patch (2.7.6-7) ... [2022-06-24T09:59:38.933Z] #83 54.01 Selecting previously unselected package dpkg-dev. [2022-06-24T09:59:38.933Z] #83 54.05 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-24T09:59:38.933Z] #83 54.07 Unpacking dpkg-dev (1.20.10) ... [2022-06-24T09:59:38.933Z] #83 55.30 Selecting previously unselected package build-essential. [2022-06-24T09:59:38.933Z] #83 55.30 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-24T09:59:38.933Z] #83 55.32 Unpacking build-essential (12.9) ... [2022-06-24T09:59:38.933Z] #83 55.57 Selecting previously unselected package libcap2:amd64. [2022-06-24T09:59:38.933Z] #83 55.58 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-24T09:59:38.933Z] #83 55.60 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-24T09:59:38.933Z] #83 55.82 Selecting previously unselected package libcap-dev:amd64. [2022-06-24T09:59:38.933Z] #83 55.82 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-24T09:59:38.933Z] #83 55.84 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-24T09:59:38.933Z] #83 56.27 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-24T09:59:38.933Z] #83 56.28 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-24T09:59:38.933Z] #83 56.28 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T09:59:38.933Z] #83 56.43 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-24T09:59:38.933Z] #83 56.43 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-24T09:59:38.933Z] #83 56.44 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-24T09:59:38.933Z] #83 56.67 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-24T09:59:38.933Z] #83 56.68 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-24T09:59:38.933Z] #83 56.69 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T09:59:38.933Z] #83 56.91 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-24T09:59:38.933Z] #83 56.93 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-24T09:59:38.933Z] #83 56.96 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T09:59:38.933Z] #83 57.89 Selecting previously unselected package libtool. [2022-06-24T09:59:38.933Z] #83 57.89 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-24T09:59:38.933Z] #83 57.96 Unpacking libtool (2.4.6-15) ... [2022-06-24T09:59:38.982Z] #77 51.13 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T09:59:38.982Z] #77 51.34 checking for sysroot... no [2022-06-24T09:59:38.982Z] #77 51.35 checking for a working dd... /bin/dd [2022-06-24T09:59:38.982Z] #77 51.36 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T09:59:38.982Z] #77 51.41 checking for mt... no [2022-06-24T09:59:38.982Z] #77 51.41 checking if : is a manifest tool... no [2022-06-24T09:59:39.192Z] #83 58.50 Selecting previously unselected package libudev-dev:amd64. [2022-06-24T09:59:39.192Z] #83 58.50 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-24T09:59:39.192Z] #83 58.50 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-24T09:59:39.241Z] #77 51.42 checking for dlfcn.h... yes [2022-06-24T09:59:39.241Z] #77 51.49 checking for objdir... .libs [2022-06-24T09:59:39.452Z] #83 58.69 Selecting previously unselected package libyajl2:amd64. [2022-06-24T09:59:39.452Z] #83 58.70 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-24T09:59:39.499Z] #77 51.69 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T09:59:39.499Z] #77 51.75 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T09:59:39.499Z] #77 51.75 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T09:59:39.500Z] #77 51.80 checking if gcc static flag -static works... yes [2022-06-24T09:59:39.710Z] #11 ... [2022-06-24T09:59:39.710Z] [2022-06-24T09:59:39.710Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:59:39.710Z] #28 sha256:b57acc032f86b43cfff8f981a7f9ed950014878a4a832c841fe0b1d5c9326d8b [2022-06-24T09:59:39.710Z] #28 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 0.2s done [2022-06-24T09:59:39.710Z] #28 sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 1.85kB / 1.85kB done [2022-06-24T09:59:39.710Z] #28 sha256:bd276cb1059f6502e342d3052a4c2767f2b3a0196508f5c2c34ce6da4a15b104 529B / 529B done [2022-06-24T09:59:39.710Z] #28 sha256:30d823f645b6a496842c2cff246aae9f07801fff859e8f5dc92d3a48e7b62209 1.48kB / 1.48kB done [2022-06-24T09:59:39.710Z] #28 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 53.70MB / 53.70MB 1.7s done [2022-06-24T09:59:39.710Z] #28 DONE 8.9s [2022-06-24T09:59:39.710Z] [2022-06-24T09:59:39.710Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:39.710Z] #11 sha256:1e0b090a5d0e94d88e1dad9c72495e51bf14899b14a1f51218a0c554d14d4cf9 [2022-06-24T09:59:39.710Z] #11 ... [2022-06-24T09:59:39.710Z] [2022-06-24T09:59:39.710Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:59:39.710Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-24T09:59:39.710Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-06-24T09:59:39.710Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-24T09:59:39.710Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-24T09:59:39.710Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-24T09:59:39.710Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 7.8s done [2022-06-24T09:59:39.710Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.2s [2022-06-24T09:59:39.710Z] #73 ... [2022-06-24T09:59:39.710Z] [2022-06-24T09:59:39.710Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:39.710Z] #11 sha256:1e0b090a5d0e94d88e1dad9c72495e51bf14899b14a1f51218a0c554d14d4cf9 [2022-06-24T09:59:39.711Z] #83 58.75 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-24T09:59:39.711Z] #83 58.92 Selecting previously unselected package libyajl-dev:amd64. [2022-06-24T09:59:39.711Z] #83 58.92 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-24T09:59:39.711Z] #83 58.97 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-24T09:59:39.759Z] #77 51.98 checking if gcc supports -c -o file.o... yes [2022-06-24T09:59:39.759Z] #77 52.06 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T09:59:39.759Z] #77 52.06 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-24T09:59:39.759Z] #77 52.10 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T09:59:39.759Z] #77 52.28 checking how to hardcode library paths into programs... immediate [2022-06-24T09:59:39.759Z] #77 52.28 checking whether stripping libraries is possible... yes [2022-06-24T09:59:39.759Z] #77 52.28 checking if libtool supports shared libraries... yes [2022-06-24T09:59:39.759Z] #77 52.28 checking whether to build shared libraries... no [2022-06-24T09:59:39.759Z] #77 52.29 checking whether to build static libraries... yes [2022-06-24T09:59:39.759Z] #77 52.29 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T09:59:39.970Z] #83 59.16 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T09:59:39.970Z] #83 59.22 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-24T09:59:39.970Z] #83 59.30 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-24T09:59:40.028Z] #77 52.32 checking whether build environment is sane... yes [2022-06-24T09:59:40.028Z] #77 52.35 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T09:59:40.028Z] #77 52.37 checking whether make sets $(MAKE)... yes [2022-06-24T09:59:40.229Z] #28 ... [2022-06-24T09:59:40.229Z] [2022-06-24T09:59:40.229Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:59:40.229Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-24T09:59:40.229Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-24T09:59:40.229Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-24T09:59:40.229Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-24T09:59:40.229Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-24T09:59:40.229Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2022-06-24T09:59:40.229Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.0s done [2022-06-24T09:59:40.229Z] #71 DONE 4.2s [2022-06-24T09:59:40.229Z] [2022-06-24T09:59:40.229Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:59:40.229Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:59:40.232Z] #83 59.33 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-24T09:59:40.232Z] #83 59.38 Setting up file (1:5.39-3) ... [2022-06-24T09:59:40.232Z] #83 59.41 Setting up bzip2 (1.0.8-4) ... [2022-06-24T09:59:40.232Z] #83 59.44 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T09:59:40.232Z] #83 59.49 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-24T09:59:40.232Z] #83 59.51 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-24T09:59:40.232Z] #83 59.53 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-24T09:59:40.232Z] #83 59.55 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-24T09:59:40.232Z] #83 59.58 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T09:59:40.232Z] #83 59.60 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-24T09:59:40.232Z] #83 59.62 Setting up patch (2.7.6-7) ... [2022-06-24T09:59:40.277Z] #11 extracting sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 2.4s done [2022-06-24T09:59:40.287Z] #77 52.43 checking whether make supports the include directive... yes (GNU style) [2022-06-24T09:59:40.287Z] #77 52.47 checking whether make supports nested variables... yes [2022-06-24T09:59:40.287Z] #77 52.51 checking whether UID '0' is supported by ustar format... yes [2022-06-24T09:59:40.287Z] #77 52.51 checking whether GID '0' is supported by ustar format... yes [2022-06-24T09:59:40.287Z] #77 52.51 checking how to create a ustar tar archive... gnutar [2022-06-24T09:59:40.287Z] #77 52.57 checking dependency style of gcc... gcc3 [2022-06-24T09:59:40.287Z] #77 52.70 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T09:59:40.287Z] #77 52.70 checking whether make supports nested variables... (cached) yes [2022-06-24T09:59:40.287Z] #77 52.70 checking for pkg-config... /usr/bin/pkg-config [2022-06-24T09:59:40.287Z] #77 52.70 checking pkg-config is at least version 0.9.0... yes [2022-06-24T09:59:40.287Z] #77 52.70 checking for yajl >= 2.1.0... yes [2022-06-24T09:59:40.287Z] #77 52.73 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-24T09:59:40.287Z] #77 52.73 checking for gcc... (cached) gcc [2022-06-24T09:59:40.491Z] #83 59.64 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-24T09:59:40.491Z] #83 59.68 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-24T09:59:40.491Z] #83 59.70 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-24T09:59:40.491Z] #83 59.72 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T09:59:40.491Z] #83 59.75 Setting up libtool (2.4.6-15) ... [2022-06-24T09:59:40.491Z] #83 59.76 Setting up m4 (1.4.18-5) ... [2022-06-24T09:59:40.491Z] #83 59.78 Setting up dpkg-dev (1.20.10) ... [2022-06-24T09:59:40.491Z] #83 59.82 Setting up autoconf (2.69-14) ... [2022-06-24T09:59:40.491Z] #83 59.85 Setting up build-essential (12.9) ... [2022-06-24T09:59:40.545Z] #77 52.83 checking whether we are using the GNU C compiler... (cached) yes [2022-06-24T09:59:40.545Z] #77 52.83 checking whether gcc accepts -g... (cached) yes [2022-06-24T09:59:40.545Z] #77 52.83 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-24T09:59:40.545Z] #77 52.84 checking whether gcc understands -c and -o together... (cached) yes [2022-06-24T09:59:40.545Z] #77 52.84 checking for a Python interpreter with version >= 3... python3 [2022-06-24T09:59:40.545Z] #77 52.88 checking for python3... /usr/bin/python3 [2022-06-24T09:59:40.545Z] #77 52.89 checking for python3 version... 3.9 [2022-06-24T09:59:40.545Z] #77 52.91 checking for python3 platform... linux [2022-06-24T09:59:40.750Z] #83 59.92 Setting up automake (1:1.16.3-2) ... [2022-06-24T09:59:40.750Z] #83 59.96 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-24T09:59:40.750Z] #83 59.99 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T09:59:40.751Z] #24 ... [2022-06-24T09:59:40.751Z] [2022-06-24T09:59:40.751Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:59:40.751Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-24T09:59:40.751Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-24T09:59:40.751Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-24T09:59:40.751Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-24T09:59:40.751Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-24T09:59:40.751Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2022-06-24T09:59:40.751Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.6s done [2022-06-24T09:59:40.751Z] #71 DONE 6.6s [2022-06-24T09:59:40.751Z] [2022-06-24T09:59:40.751Z] #24 [internal] load build context [2022-06-24T09:59:40.751Z] #24 sha256:1bd41fd38824a514323923312f91525d79a9caec7205d5a8e0f465377069bcc8 [2022-06-24T09:59:40.751Z] #24 transferring context: 35.33MB 6.7s [2022-06-24T09:59:40.751Z] #24 ... [2022-06-24T09:59:40.751Z] [2022-06-24T09:59:40.751Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:40.751Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:59:40.751Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f 0.1s done [2022-06-24T09:59:40.751Z] #11 sha256:ea66badd7cf7b734e2484a1905b6545bd944ef3bdeea18be833db3e2219f1153 1.80kB / 1.80kB done [2022-06-24T09:59:40.751Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 2.8s done [2022-06-24T09:59:40.751Z] #11 sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f 1.86kB / 1.86kB done [2022-06-24T09:59:40.751Z] #11 sha256:46ae95f04a69e0161c554c17bc6b72b3e4851f3c9424a837e6c7fd2269e05cdb 7.10kB / 7.10kB done [2022-06-24T09:59:40.751Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 5.16MB / 5.16MB 0.5s done [2022-06-24T09:59:40.751Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 1.4s done [2022-06-24T09:59:40.751Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 54.58MB / 54.58MB 3.4s done [2022-06-24T09:59:40.751Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 85.88MB / 85.88MB 6.3s done [2022-06-24T09:59:40.751Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 89.13MB / 141.75MB 6.5s [2022-06-24T09:59:40.751Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 3.6s done [2022-06-24T09:59:40.751Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 2.6s [2022-06-24T09:59:40.804Z] #77 52.93 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-24T09:59:40.804Z] #77 53.00 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-24T09:59:41.012Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 97.62MB / 141.75MB 6.8s [2022-06-24T09:59:41.012Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 104.86MB / 141.75MB 7.0s [2022-06-24T09:59:41.063Z] #77 53.14 checking that generated files are newer than configure... done [2022-06-24T09:59:41.063Z] #77 53.34 configure: creating ./config.status [2022-06-24T09:59:41.213Z] #11 ... [2022-06-24T09:59:41.213Z] [2022-06-24T09:59:41.213Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:59:41.213Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-24T09:59:41.213Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.7s done [2022-06-24T09:59:41.213Z] #73 DONE 10.2s [2022-06-24T09:59:41.213Z] [2022-06-24T09:59:41.213Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:41.213Z] #11 sha256:1e0b090a5d0e94d88e1dad9c72495e51bf14899b14a1f51218a0c554d14d4cf9 [2022-06-24T09:59:41.213Z] #11 extracting sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e [2022-06-24T09:59:41.586Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 113.25MB / 141.75MB 7.4s [2022-06-24T09:59:41.687Z] #83 ... [2022-06-24T09:59:41.687Z] [2022-06-24T09:59:41.687Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T09:59:41.687Z] #62 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T09:59:41.687Z] #62 50.80 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-24T09:59:41.687Z] #62 50.80 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-24T09:59:41.687Z] #62 50.84 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-24T09:59:41.687Z] #62 50.85 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-24T09:59:41.687Z] #62 51.00 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-24T09:59:41.687Z] #62 51.03 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-24T09:59:41.687Z] #62 51.05 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-24T09:59:41.687Z] #62 51.14 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-24T09:59:41.687Z] #62 51.15 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-24T09:59:41.687Z] #62 51.45 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-24T09:59:41.687Z] #62 51.45 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-24T09:59:41.687Z] #62 51.47 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-24T09:59:41.687Z] #62 51.47 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-24T09:59:41.687Z] #62 51.49 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-24T09:59:41.687Z] #62 51.56 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-24T09:59:41.687Z] #62 51.57 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-24T09:59:41.687Z] #62 51.70 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-24T09:59:41.687Z] #62 51.70 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-24T09:59:41.687Z] #62 51.86 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-24T09:59:41.687Z] #62 51.87 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-24T09:59:41.687Z] #62 51.93 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-24T09:59:41.687Z] #62 52.23 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-24T09:59:41.687Z] #62 52.29 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-24T09:59:41.687Z] #62 52.29 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-24T09:59:41.687Z] #62 52.29 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-24T09:59:41.687Z] #62 52.36 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-24T09:59:41.687Z] #62 52.55 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-24T09:59:41.687Z] #62 52.81 go: downloading honnef.co/go/tools v0.2.2 [2022-06-24T09:59:41.687Z] #62 54.85 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-24T09:59:41.687Z] #62 54.87 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-24T09:59:41.687Z] #62 54.93 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-24T09:59:41.687Z] #62 54.99 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-24T09:59:41.687Z] #62 55.02 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-24T09:59:41.687Z] #62 55.17 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-24T09:59:41.687Z] #62 55.23 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-24T09:59:41.687Z] #62 56.66 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-24T09:59:41.687Z] #62 56.91 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-24T09:59:41.687Z] #62 56.91 go: downloading golang.org/x/text v0.3.7 [2022-06-24T09:59:41.687Z] #62 ... [2022-06-24T09:59:41.687Z] [2022-06-24T09:59:41.687Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T09:59:41.687Z] #58 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T09:59:41.687Z] #58 51.14 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T09:59:41.687Z] #58 51.38 Fetched 2314 kB in 3s (662 kB/s) [2022-06-24T09:59:41.687Z] #58 51.61 Selecting previously unselected package libprotobuf23:amd64. [2022-06-24T09:59:41.687Z] #58 51.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-24T09:59:41.687Z] #58 51.72 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-24T09:59:41.687Z] #58 51.77 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-24T09:59:41.687Z] #58 53.07 Selecting previously unselected package python3-pkg-resources. [2022-06-24T09:59:41.687Z] #58 53.07 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-24T09:59:41.687Z] #58 53.07 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-24T09:59:41.687Z] #58 53.56 Selecting previously unselected package python3-six. [2022-06-24T09:59:41.687Z] #58 53.56 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-24T09:59:41.687Z] #58 53.58 Unpacking python3-six (1.16.0-2) ... [2022-06-24T09:59:41.687Z] #58 53.90 Selecting previously unselected package python3-protobuf. [2022-06-24T09:59:41.687Z] #58 53.90 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-24T09:59:41.687Z] #58 53.90 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-24T09:59:41.687Z] #58 54.63 Selecting previously unselected package libnet1:amd64. [2022-06-24T09:59:41.687Z] #58 54.64 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-24T09:59:41.687Z] #58 54.66 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T09:59:41.687Z] #58 54.82 Selecting previously unselected package libnl-3-200:amd64. [2022-06-24T09:59:41.687Z] #58 54.83 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-24T09:59:41.687Z] #58 54.83 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T09:59:41.687Z] #58 55.00 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-24T09:59:41.687Z] #58 55.02 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-24T09:59:41.687Z] #58 55.03 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T09:59:41.687Z] #58 55.29 Selecting previously unselected package criu. [2022-06-24T09:59:41.687Z] #58 55.30 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-24T09:59:41.687Z] #58 55.32 Unpacking criu (3.17-1) ... [2022-06-24T09:59:41.687Z] #58 56.56 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-24T09:59:41.687Z] #58 58.43 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-24T09:59:41.687Z] #58 58.44 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T09:59:41.687Z] #58 58.46 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T09:59:41.687Z] #58 58.48 Setting up python3-six (1.16.0-2) ... [2022-06-24T09:59:41.687Z] #58 59.83 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T09:59:41.688Z] #58 59.86 Setting up python3-protobuf (3.12.4-1) ... [2022-06-24T09:59:41.847Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 123.73MB / 141.75MB 7.7s [2022-06-24T09:59:41.946Z] #58 ... [2022-06-24T09:59:41.946Z] [2022-06-24T09:59:41.946Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T09:59:41.946Z] #83 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T09:59:41.946Z] #83 DONE 61.0s [2022-06-24T09:59:41.946Z] [2022-06-24T09:59:41.946Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:59:41.946Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:59:42.110Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 133.17MB / 141.75MB 8.1s [2022-06-24T09:59:42.151Z] #28 ... [2022-06-24T09:59:42.151Z] [2022-06-24T09:59:42.151Z] #24 [internal] load build context [2022-06-24T09:59:42.151Z] #24 sha256:7d2340174a53deb36d543c98dceca488d8a30b7f1f8d3f0f7e2e843950dc5ba0 [2022-06-24T09:59:42.151Z] #24 transferring context: 61.31MB 5.5s done [2022-06-24T09:59:42.151Z] #24 DONE 6.0s [2022-06-24T09:59:42.151Z] [2022-06-24T09:59:42.151Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:59:42.151Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-24T09:59:42.151Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-06-24T09:59:42.151Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-24T09:59:42.151Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-24T09:59:42.151Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-24T09:59:42.151Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done [2022-06-24T09:59:42.151Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.8s done [2022-06-24T09:59:42.151Z] #73 DONE 6.0s [2022-06-24T09:59:42.151Z] [2022-06-24T09:59:42.151Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:59:42.151Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:59:42.373Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 141.75MB / 141.75MB 8.3s [2022-06-24T09:59:42.719Z] #28 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 5.1s [2022-06-24T09:59:42.966Z] #77 55.46 config.status: creating Makefile [2022-06-24T09:59:42.978Z] #28 ... [2022-06-24T09:59:42.978Z] [2022-06-24T09:59:42.978Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-24T09:59:42.978Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-24T09:59:42.978Z] #72 DONE 0.5s [2022-06-24T09:59:42.978Z] [2022-06-24T09:59:42.978Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:59:42.978Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:59:43.225Z] #77 55.51 config.status: creating config.h [2022-06-24T09:59:43.225Z] #77 55.55 config.status: executing libtool commands [2022-06-24T09:59:43.225Z] #77 55.58 config.status: executing depfiles commands [2022-06-24T09:59:43.239Z] #28 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 5.8s done [2022-06-24T09:59:43.323Z] #84 1.276 Cloning into '/tmp/crun-build'... [2022-06-24T09:59:43.734Z] #11 ... [2022-06-24T09:59:43.734Z] [2022-06-24T09:59:43.734Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-24T09:59:43.734Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-06-24T09:59:43.734Z] #72 DONE 2.6s [2022-06-24T09:59:43.734Z] [2022-06-24T09:59:43.734Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:43.734Z] #11 sha256:1e0b090a5d0e94d88e1dad9c72495e51bf14899b14a1f51218a0c554d14d4cf9 [2022-06-24T09:59:43.762Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 141.75MB / 141.75MB 9.4s done [2022-06-24T09:59:43.762Z] #11 ... [2022-06-24T09:59:43.762Z] [2022-06-24T09:59:43.762Z] #24 [internal] load build context [2022-06-24T09:59:43.762Z] #24 sha256:1bd41fd38824a514323923312f91525d79a9caec7205d5a8e0f465377069bcc8 [2022-06-24T09:59:43.762Z] #24 transferring context: 61.32MB 9.6s done [2022-06-24T09:59:43.762Z] #24 DONE 9.9s [2022-06-24T09:59:43.762Z] [2022-06-24T09:59:43.762Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:59:43.762Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:59:43.762Z] #28 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 0.1s done [2022-06-24T09:59:43.762Z] #28 sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 1.85kB / 1.85kB done [2022-06-24T09:59:43.762Z] #28 sha256:9a67b70d0ba1d7c7690f917eedd8d24974dd8fd493205368b1e555a90c954208 529B / 529B done [2022-06-24T09:59:43.762Z] #28 sha256:d2780094a226c21142d0ee4dbfaf11bb53bd569fc9e0b7d261e43de0954c9958 1.46kB / 1.46kB done [2022-06-24T09:59:43.762Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 2.8s done [2022-06-24T09:59:43.793Z] #77 56.12 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-24T09:59:43.793Z] #77 56.13 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-24T09:59:43.809Z] #28 DONE 7.8s [2022-06-24T09:59:43.809Z] [2022-06-24T09:59:43.809Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-24T09:59:43.809Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-24T09:59:43.809Z] #74 DONE 0.7s [2022-06-24T09:59:43.809Z] [2022-06-24T09:59:43.809Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:43.809Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:59:43.809Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f 0.0s done [2022-06-24T09:59:43.809Z] #11 sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f 1.86kB / 1.86kB done [2022-06-24T09:59:43.809Z] #11 sha256:ea66badd7cf7b734e2484a1905b6545bd944ef3bdeea18be833db3e2219f1153 1.80kB / 1.80kB done [2022-06-24T09:59:43.809Z] #11 sha256:46ae95f04a69e0161c554c17bc6b72b3e4851f3c9424a837e6c7fd2269e05cdb 7.10kB / 7.10kB done [2022-06-24T09:59:43.809Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 1.2s done [2022-06-24T09:59:43.809Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 5.16MB / 5.16MB 0.6s done [2022-06-24T09:59:43.809Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 54.58MB / 54.58MB 2.3s done [2022-06-24T09:59:43.809Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 1.5s done [2022-06-24T09:59:43.809Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 85.88MB / 85.88MB 3.5s done [2022-06-24T09:59:43.809Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 141.75MB / 141.75MB 5.1s done [2022-06-24T09:59:43.809Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 2.5s done [2022-06-24T09:59:43.809Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd [2022-06-24T09:59:44.027Z] #28 ... [2022-06-24T09:59:44.027Z] [2022-06-24T09:59:44.027Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:59:44.027Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-24T09:59:44.027Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-24T09:59:44.027Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-24T09:59:44.027Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-24T09:59:44.027Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-24T09:59:44.027Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.7s done [2022-06-24T09:59:44.027Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.2s done [2022-06-24T09:59:44.027Z] #73 ... [2022-06-24T09:59:44.027Z] [2022-06-24T09:59:44.027Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:59:44.027Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:59:44.051Z] #77 56.44 checking for gcc... gcc [2022-06-24T09:59:44.288Z] #28 ... [2022-06-24T09:59:44.288Z] [2022-06-24T09:59:44.288Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-24T09:59:44.288Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-24T09:59:44.288Z] #73 DONE 10.2s [2022-06-24T09:59:44.288Z] [2022-06-24T09:59:44.288Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:59:44.288Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:59:44.296Z] #11 extracting sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 3.3s done [2022-06-24T09:59:44.310Z] #77 56.51 checking whether the C compiler works... yes [2022-06-24T09:59:44.310Z] #77 56.61 checking for C compiler default output file name... a.out [2022-06-24T09:59:44.310Z] #77 56.61 checking for suffix of executables... [2022-06-24T09:59:44.310Z] #77 56.71 checking whether we are cross compiling... no [2022-06-24T09:59:44.310Z] #77 56.80 checking for suffix of object files... o [2022-06-24T09:59:44.378Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0.6s done [2022-06-24T09:59:44.378Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd [2022-06-24T09:59:44.569Z] #77 56.84 checking whether we are using the GNU C compiler... yes [2022-06-24T09:59:44.569Z] #77 56.88 checking whether gcc accepts -g... yes [2022-06-24T09:59:44.569Z] #77 56.95 checking for gcc option to accept ISO C89... none needed [2022-06-24T09:59:44.642Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0.3s done [2022-06-24T09:59:44.828Z] #77 57.01 checking whether gcc understands -c and -o together... yes [2022-06-24T09:59:44.829Z] #77 57.14 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T09:59:44.829Z] #77 57.16 checking whether build environment is sane... yes [2022-06-24T09:59:44.829Z] #77 57.20 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T09:59:44.829Z] #77 57.21 checking for gawk... no [2022-06-24T09:59:44.829Z] #77 57.21 checking for mawk... mawk [2022-06-24T09:59:44.829Z] #77 57.21 checking whether make sets $(MAKE)... yes [2022-06-24T09:59:44.829Z] #77 57.24 checking whether make supports the include directive... yes (GNU style) [2022-06-24T09:59:44.829Z] #77 57.28 checking whether make supports nested variables... yes [2022-06-24T09:59:44.858Z] #11 extracting sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 0.1s [2022-06-24T09:59:44.902Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 0.1s [2022-06-24T09:59:45.087Z] #77 57.31 checking whether UID '0' is supported by ustar format... yes [2022-06-24T09:59:45.087Z] #77 57.31 checking whether GID '0' is supported by ustar format... yes [2022-06-24T09:59:45.087Z] #77 57.32 checking how to create a ustar tar archive... gnutar [2022-06-24T09:59:45.087Z] #77 57.35 checking dependency style of gcc... gcc3 [2022-06-24T09:59:45.087Z] #77 57.48 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T09:59:45.087Z] #77 57.48 checking whether make supports nested variables... (cached) yes [2022-06-24T09:59:45.235Z] #28 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 7.7s [2022-06-24T09:59:45.235Z] #28 ... [2022-06-24T09:59:45.235Z] [2022-06-24T09:59:45.235Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-24T09:59:45.235Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-24T09:59:45.235Z] #72 DONE 0.8s [2022-06-24T09:59:45.235Z] [2022-06-24T09:59:45.235Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:59:45.235Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:59:45.346Z] #77 57.51 checking build system type... x86_64-pc-linux-gnu [2022-06-24T09:59:45.346Z] #77 57.63 checking host system type... x86_64-pc-linux-gnu [2022-06-24T09:59:45.346Z] #77 57.63 checking how to print strings... printf [2022-06-24T09:59:45.346Z] #77 57.64 checking for a sed that does not truncate output... /bin/sed [2022-06-24T09:59:45.346Z] #77 57.65 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T09:59:45.346Z] #77 57.65 checking for egrep... /bin/grep -E [2022-06-24T09:59:45.346Z] #77 57.66 checking for fgrep... /bin/grep -F [2022-06-24T09:59:45.346Z] #77 57.66 checking for ld used by gcc... /usr/bin/ld [2022-06-24T09:59:45.346Z] #77 57.68 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T09:59:45.346Z] #77 57.68 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T09:59:45.346Z] #77 57.70 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T09:59:45.346Z] #77 57.75 checking whether ln -s works... yes [2022-06-24T09:59:45.346Z] #77 57.75 checking the maximum length of command line arguments... 1572864 [2022-06-24T09:59:45.346Z] #77 57.77 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-24T09:59:45.346Z] #77 57.77 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T09:59:45.346Z] #77 57.77 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T09:59:45.346Z] #77 57.77 checking for objdump... objdump [2022-06-24T09:59:45.346Z] #77 57.78 checking how to recognize dependent libraries... pass_all [2022-06-24T09:59:45.346Z] #77 57.78 checking for dlltool... no [2022-06-24T09:59:45.346Z] #77 57.79 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T09:59:45.346Z] #77 57.79 checking for ar... ar [2022-06-24T09:59:45.346Z] #77 57.79 checking for archiver @FILE support... @ [2022-06-24T09:59:45.605Z] #77 57.87 checking for strip... strip [2022-06-24T09:59:45.605Z] #77 57.87 checking for ranlib... ranlib [2022-06-24T09:59:45.605Z] #77 57.87 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T09:59:45.605Z] #77 58.03 checking for sysroot... no [2022-06-24T09:59:45.605Z] #77 58.03 checking for a working dd... /bin/dd [2022-06-24T09:59:45.605Z] #77 58.04 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T09:59:45.605Z] #77 58.06 checking for mt... no [2022-06-24T09:59:45.605Z] #77 58.06 checking if : is a manifest tool... no [2022-06-24T09:59:45.605Z] #77 58.07 checking how to run the C preprocessor... gcc -E [2022-06-24T09:59:45.807Z] #28 ... [2022-06-24T09:59:45.807Z] [2022-06-24T09:59:45.807Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-24T09:59:45.807Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-24T09:59:45.807Z] #74 DONE 0.8s [2022-06-24T09:59:45.863Z] #77 58.16 checking for ANSI C header files... [2022-06-24T09:59:45.864Z] #77 ... [2022-06-24T09:59:45.864Z] [2022-06-24T09:59:45.864Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T09:59:45.864Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T09:59:45.864Z] #55 78.82 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-24T09:59:45.864Z] #55 DONE 79.5s [2022-06-24T09:59:45.864Z] [2022-06-24T09:59:45.864Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:59:45.864Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:59:45.864Z] #77 58.16 checking for ANSI C header files... yes [2022-06-24T09:59:45.864Z] #77 58.35 checking for sys/types.h... yes [2022-06-24T09:59:45.864Z] #77 58.41 checking for sys/stat.h... [2022-06-24T09:59:45.864Z] #77 ... [2022-06-24T09:59:45.864Z] [2022-06-24T09:59:45.864Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T09:59:45.864Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T09:59:45.864Z] #21 16.42 Selecting previously unselected package libinih1:amd64. [2022-06-24T09:59:45.864Z] #21 16.42 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-24T09:59:45.864Z] #21 16.43 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-24T09:59:45.864Z] #21 16.49 Selecting previously unselected package libnet1:amd64. [2022-06-24T09:59:45.864Z] #21 16.49 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-24T09:59:45.864Z] #21 16.50 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T09:59:45.864Z] #21 16.57 Selecting previously unselected package libnl-3-200:amd64. [2022-06-24T09:59:45.864Z] #21 16.57 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-24T09:59:45.864Z] #21 16.57 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T09:59:45.864Z] #21 16.71 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-24T09:59:45.864Z] #21 16.71 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-24T09:59:45.864Z] #21 16.72 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T09:59:45.864Z] #21 16.77 Selecting previously unselected package libyajl2:amd64. [2022-06-24T09:59:45.864Z] #21 16.77 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-06-24T09:59:45.864Z] #21 16.77 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-24T09:59:45.864Z] #21 16.81 Selecting previously unselected package net-tools. [2022-06-24T09:59:45.864Z] #21 16.82 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-24T09:59:45.864Z] #21 16.83 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-24T09:59:45.864Z] #21 16.90 Selecting previously unselected package patch. [2022-06-24T09:59:45.864Z] #21 16.91 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-06-24T09:59:45.864Z] #21 16.91 Unpacking patch (2.7.6-7) ... [2022-06-24T09:59:45.864Z] #21 16.97 Selecting previously unselected package python-pip-whl. [2022-06-24T09:59:45.864Z] #21 16.97 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-24T09:59:45.864Z] #21 16.98 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-24T09:59:45.864Z] #21 17.24 Selecting previously unselected package python3-lib2to3. [2022-06-24T09:59:45.864Z] #21 17.25 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-24T09:59:45.864Z] #21 17.26 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-24T09:59:45.864Z] #21 17.36 Selecting previously unselected package python3-distutils. [2022-06-24T09:59:45.864Z] #21 17.36 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-24T09:59:45.864Z] #21 17.37 Unpacking python3-distutils (3.9.2-1) ... [2022-06-24T09:59:45.864Z] #21 17.50 Selecting previously unselected package python3-pkg-resources. [2022-06-24T09:59:45.864Z] #21 17.50 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-24T09:59:45.864Z] #21 17.50 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-24T09:59:45.864Z] #21 17.60 Selecting previously unselected package python3-setuptools. [2022-06-24T09:59:45.864Z] #21 17.60 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-24T09:59:45.864Z] #21 17.60 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-24T09:59:45.864Z] #21 17.76 Selecting previously unselected package python3-wheel. [2022-06-24T09:59:45.864Z] #21 17.76 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-24T09:59:45.864Z] #21 17.79 Unpacking python3-wheel (0.34.2-1) ... [2022-06-24T09:59:45.864Z] #21 17.90 Selecting previously unselected package python3-pip. [2022-06-24T09:59:45.864Z] #21 17.90 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-24T09:59:45.864Z] #21 17.91 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-24T09:59:45.864Z] #21 18.07 Selecting previously unselected package sudo. [2022-06-24T09:59:45.864Z] #21 18.07 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-06-24T09:59:45.864Z] #21 18.09 Unpacking sudo (1.9.5p2-3) ... [2022-06-24T09:59:45.864Z] #21 18.32 Selecting previously unselected package thin-provisioning-tools. [2022-06-24T09:59:45.864Z] #21 18.33 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-24T09:59:45.864Z] #21 18.33 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-24T09:59:45.864Z] #21 18.47 Selecting previously unselected package uidmap. [2022-06-24T09:59:45.864Z] #21 18.47 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-24T09:59:45.864Z] #21 18.48 Unpacking uidmap (1:4.8.1-1) ... [2022-06-24T09:59:45.864Z] #21 18.61 Selecting previously unselected package vim-runtime. [2022-06-24T09:59:45.864Z] #21 18.61 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T09:59:45.864Z] #21 18.62 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-24T09:59:45.864Z] #21 18.64 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-24T09:59:45.864Z] #21 18.65 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-24T09:59:45.864Z] #21 19.86 Selecting previously unselected package vim. [2022-06-24T09:59:45.864Z] #21 19.86 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-24T09:59:45.864Z] #21 19.89 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-24T09:59:45.864Z] #21 20.13 Selecting previously unselected package xfsprogs. [2022-06-24T09:59:45.864Z] #21 20.14 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-24T09:59:45.864Z] #21 20.16 Unpacking xfsprogs (5.10.0-4) ... [2022-06-24T09:59:45.864Z] #21 20.36 Selecting previously unselected package zip. [2022-06-24T09:59:45.864Z] #21 20.36 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-06-24T09:59:45.864Z] #21 20.36 Unpacking zip (3.0-12) ... [2022-06-24T09:59:45.864Z] #21 20.43 Selecting previously unselected package zstd. [2022-06-24T09:59:45.864Z] #21 20.44 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-24T09:59:45.864Z] #21 20.45 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-24T09:59:45.864Z] #21 20.60 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-24T09:59:45.864Z] #21 21.00 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-24T09:59:45.864Z] #21 21.01 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-24T09:59:45.864Z] #21 21.02 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-24T09:59:45.864Z] #21 21.08 Setting up libicu67:amd64 (67.1-7) ... [2022-06-24T09:59:45.864Z] #21 21.10 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-24T09:59:45.864Z] #21 21.12 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-24T09:59:45.864Z] #21 21.13 Setting up uidmap (1:4.8.1-1) ... [2022-06-24T09:59:45.864Z] #21 21.15 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-24T09:59:45.864Z] #21 21.17 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T09:59:45.864Z] #21 21.18 Setting up bzip2 (1.0.8-4) ... [2022-06-24T09:59:45.864Z] #21 21.19 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T09:59:45.864Z] #21 21.21 Setting up python3-wheel (0.34.2-1) ... [2022-06-24T09:59:45.864Z] #21 21.52 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T09:59:45.864Z] #21 21.53 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-24T09:59:45.864Z] #21 21.54 Setting up libcap2-bin (1:2.44-1) ... [2022-06-24T09:59:45.864Z] #21 21.56 Setting up apparmor (2.13.6-10) ... [2022-06-24T09:59:45.864Z] #21 23.02 Setting up zip (3.0-12) ... [2022-06-24T09:59:45.864Z] #21 23.04 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T09:59:45.864Z] #21 23.08 Setting up bash-completion (1:2.11-2) ... [2022-06-24T09:59:46.069Z] [2022-06-24T09:59:46.069Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-24T09:59:46.069Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-24T09:59:46.123Z] #21 ... [2022-06-24T09:59:46.123Z] [2022-06-24T09:59:46.123Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:59:46.123Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:59:46.123Z] #77 58.41 checking for sys/stat.h... yes [2022-06-24T09:59:46.123Z] #77 58.49 checking for stdlib.h... yes [2022-06-24T09:59:46.123Z] #77 58.55 checking for string.h... yes [2022-06-24T09:59:46.123Z] #77 58.60 checking for memory.h... yes [2022-06-24T09:59:46.381Z] #77 58.66 checking for strings.h... yes [2022-06-24T09:59:46.381Z] #77 58.75 checking for inttypes.h... yes [2022-06-24T09:59:46.381Z] #77 58.81 checking for stdint.h... yes [2022-06-24T09:59:46.642Z] #77 58.85 checking for unistd.h... yes [2022-06-24T09:59:46.642Z] #77 58.91 checking for dlfcn.h... yes [2022-06-24T09:59:46.642Z] #77 58.95 checking for objdir... .libs [2022-06-24T09:59:46.642Z] #77 59.05 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T09:59:46.642Z] #77 59.08 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T09:59:46.642Z] #77 59.08 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T09:59:46.901Z] #77 59.12 checking if gcc static flag -static works... yes [2022-06-24T09:59:47.160Z] #77 59.24 checking if gcc supports -c -o file.o... yes [2022-06-24T09:59:47.160Z] #77 59.34 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T09:59:47.160Z] #77 59.34 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-24T09:59:47.160Z] #77 59.36 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T09:59:47.160Z] #77 59.50 checking how to hardcode library paths into programs... immediate [2022-06-24T09:59:47.160Z] #77 59.50 checking whether stripping libraries is possible... yes [2022-06-24T09:59:47.160Z] #77 59.51 checking if libtool supports shared libraries... yes [2022-06-24T09:59:47.160Z] #77 59.51 checking whether to build shared libraries... no [2022-06-24T09:59:47.160Z] #77 59.51 checking whether to build static libraries... yes [2022-06-24T09:59:47.160Z] #77 59.52 checking float.h usability... yes [2022-06-24T09:59:47.418Z] #77 59.61 checking float.h presence... yes [2022-06-24T09:59:47.418Z] #77 59.63 checking for float.h... yes [2022-06-24T09:59:47.418Z] #77 59.67 checking limits.h usability... yes [2022-06-24T09:59:47.418Z] #77 59.74 checking limits.h presence... yes [2022-06-24T09:59:47.418Z] #77 59.76 checking for limits.h... yes [2022-06-24T09:59:47.511Z] #84 ... [2022-06-24T09:59:47.511Z] [2022-06-24T09:59:47.511Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T09:59:47.511Z] #62 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T09:59:47.511Z] #62 63.55 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-24T09:59:47.511Z] #62 63.65 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-24T09:59:47.511Z] #62 63.65 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-24T09:59:47.511Z] #62 63.68 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-24T09:59:47.511Z] #62 63.91 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-24T09:59:47.511Z] #62 63.91 go: downloading golang.org/x/mod v0.5.1 [2022-06-24T09:59:47.511Z] #62 64.02 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-24T09:59:47.511Z] #62 64.07 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-24T09:59:47.511Z] #62 64.11 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-24T09:59:47.511Z] #62 64.32 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-24T09:59:47.511Z] #62 64.36 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-24T09:59:47.511Z] #62 64.43 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-24T09:59:47.511Z] #62 64.91 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-24T09:59:47.511Z] #62 65.06 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-24T09:59:47.511Z] #62 65.10 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-24T09:59:47.511Z] #62 65.50 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-24T09:59:47.511Z] #62 65.50 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-24T09:59:47.511Z] #62 65.61 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-24T09:59:47.511Z] #62 65.63 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-24T09:59:47.511Z] #62 65.68 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-24T09:59:47.511Z] #62 65.70 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-24T09:59:47.511Z] #62 65.99 go: downloading github.com/prometheus/common v0.10.0 [2022-06-24T09:59:47.511Z] #62 66.21 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-24T09:59:47.511Z] #62 66.54 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-24T09:59:47.511Z] #62 66.63 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-24T09:59:47.678Z] #77 59.80 checking stddef.h usability... yes [2022-06-24T09:59:47.678Z] #77 59.90 checking stddef.h presence... yes [2022-06-24T09:59:47.678Z] #77 59.93 checking for stddef.h... yes [2022-06-24T09:59:47.678Z] #77 59.95 checking for stdlib.h... (cached) yes [2022-06-24T09:59:47.678Z] #77 59.98 checking for string.h... (cached) yes [2022-06-24T09:59:47.678Z] #77 60.02 checking sys/time.h usability... yes [2022-06-24T09:59:47.678Z] #77 60.09 checking sys/time.h presence... yes [2022-06-24T09:59:47.678Z] #77 60.12 checking for sys/time.h... yes [2022-06-24T09:59:47.937Z] #77 60.13 checking for inline... inline [2022-06-24T09:59:47.937Z] #77 60.17 checking for size_t... yes [2022-06-24T09:59:47.937Z] #77 60.31 checking for stdlib.h... (cached) yes [2022-06-24T09:59:47.992Z] #28 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 10.5s done [2022-06-24T09:59:47.992Z] #28 DONE 14.2s [2022-06-24T09:59:47.992Z] [2022-06-24T09:59:47.992Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:47.992Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:59:47.992Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd [2022-06-24T09:59:48.163Z] #11 ... [2022-06-24T09:59:48.163Z] [2022-06-24T09:59:48.163Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-24T09:59:48.163Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-06-24T09:59:48.163Z] #74 DONE 3.8s [2022-06-24T09:59:48.163Z] [2022-06-24T09:59:48.163Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:48.163Z] #11 sha256:1e0b090a5d0e94d88e1dad9c72495e51bf14899b14a1f51218a0c554d14d4cf9 [2022-06-24T09:59:48.196Z] #77 60.32 checking for GNU libc compatible malloc... yes [2022-06-24T09:59:48.196Z] #77 60.39 checking for stdlib.h... (cached) yes [2022-06-24T09:59:48.196Z] #77 60.39 checking for GNU libc compatible realloc... yes [2022-06-24T09:59:48.196Z] #77 60.47 checking for working strtod... yes [2022-06-24T09:59:48.455Z] #77 60.61 checking for gettimeofday... yes [2022-06-24T09:59:48.455Z] #77 60.73 checking for memset... yes [2022-06-24T09:59:48.714Z] #77 60.84 checking for strspn... yes [2022-06-24T09:59:48.714Z] #77 61.02 checking that generated files are newer than configure... done [2022-06-24T09:59:48.714Z] #77 61.02 configure: creating ./config.status [2022-06-24T09:59:48.939Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0.8s done [2022-06-24T09:59:49.199Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0.1s [2022-06-24T09:59:49.416Z] #62 ... [2022-06-24T09:59:49.416Z] [2022-06-24T09:59:49.416Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T09:59:49.416Z] #58 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T09:59:49.416Z] #58 64.91 Setting up criu (3.17-1) ... [2022-06-24T09:59:49.416Z] #58 67.70 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T09:59:49.416Z] #58 DONE 68.4s [2022-06-24T09:59:49.654Z] #77 ... [2022-06-24T09:59:49.654Z] [2022-06-24T09:59:49.654Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T09:59:49.654Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T09:59:49.654Z] #21 24.76 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T09:59:49.654Z] #21 24.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-24T09:59:49.654Z] #21 24.79 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-24T09:59:49.654Z] #21 24.80 Setting up patch (2.7.6-7) ... [2022-06-24T09:59:49.654Z] #21 24.81 Setting up sudo (1.9.5p2-3) ... [2022-06-24T09:59:49.654Z] #21 24.90 invoke-rc.d: could not determine current runlevel [2022-06-24T09:59:49.654Z] #21 24.91 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-24T09:59:49.654Z] #21 24.91 Setting up xfsprogs (5.10.0-4) ... [2022-06-24T09:59:49.654Z] #21 24.96 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-24T09:59:49.654Z] #21 24.98 Setting up inetutils-ping (2:2.0-1) ... [2022-06-24T09:59:49.654Z] #21 24.99 Setting up pigz (2.6-1) ... [2022-06-24T09:59:49.654Z] #21 25.01 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-24T09:59:49.654Z] #21 25.05 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T09:59:49.654Z] #21 25.08 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-24T09:59:49.654Z] #21 25.13 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-24T09:59:49.654Z] #21 25.70 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-24T09:59:49.654Z] #21 25.78 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-24T09:59:49.654Z] #21 25.95 Setting up libelf1:amd64 (0.183-1) ... [2022-06-24T09:59:49.654Z] #21 25.96 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-24T09:59:49.654Z] #21 25.97 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T09:59:49.654Z] #21 25.98 Setting up python3-distutils (3.9.2-1) ... [2022-06-24T09:59:49.654Z] #21 26.19 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-24T09:59:49.654Z] #21 26.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-24T09:59:49.654Z] #21 26.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-24T09:59:49.654Z] #21 26.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-24T09:59:49.654Z] #21 26.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-24T09:59:49.654Z] #21 26.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-24T09:59:49.654Z] #21 26.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-24T09:59:49.654Z] #21 26.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-24T09:59:49.654Z] #21 26.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-24T09:59:49.654Z] #21 26.28 Setting up python3-setuptools (52.0.0-4) ... [2022-06-24T09:59:49.654Z] #21 26.81 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-24T09:59:49.654Z] #21 26.83 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-24T09:59:49.654Z] #21 26.84 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-24T09:59:49.654Z] #21 26.87 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-24T09:59:49.654Z] #21 27.30 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-24T09:59:49.654Z] #21 27.31 Setting up jq (1.6-2.1) ... [2022-06-24T09:59:49.654Z] #21 27.32 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-24T09:59:49.654Z] #21 27.33 Setting up iptables (1.8.7-1) ... [2022-06-24T09:59:49.654Z] #21 27.34 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-24T09:59:49.654Z] #21 27.36 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-24T09:59:49.654Z] #21 27.36 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-24T09:59:49.654Z] #21 27.37 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-24T09:59:49.654Z] #21 27.37 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-24T09:59:49.654Z] #21 27.39 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-24T09:59:49.654Z] #21 27.46 Setting up iproute2 (5.10.0-4) ... [2022-06-24T09:59:49.654Z] #21 27.63 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T09:59:49.654Z] #21 DONE 27.9s [2022-06-24T09:59:49.654Z] [2022-06-24T09:59:49.654Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-24T09:59:49.654Z] #22 sha256:c8aa737bf33dc8d661e5b18785588ae2dc529483987bdb5fd6b5af3bd035853a [2022-06-24T09:59:49.674Z] [2022-06-24T09:59:49.674Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T09:59:49.674Z] #62 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T09:59:49.674Z] #62 68.75 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-24T09:59:49.769Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0.7s done [2022-06-24T09:59:50.059Z] #11 ... [2022-06-24T09:59:50.059Z] [2022-06-24T09:59:50.059Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-24T09:59:50.059Z] #29 sha256:1e66f1a1fcd5a0dbc23fcf2b282ab8674417f52b696abf47e94e044f8ba0d1c4 [2022-06-24T09:59:50.059Z] #29 1.326 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:59:50.059Z] #29 1.341 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:59:50.059Z] #29 1.348 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:59:50.059Z] #29 1.505 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-24T09:59:50.059Z] #29 1.767 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-24T09:59:50.059Z] #29 1.966 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-24T09:59:50.059Z] #29 2.861 Fetched 8432 kB in 2s (4684 kB/s) [2022-06-24T09:59:50.059Z] #29 2.861 Reading package lists... [2022-06-24T09:59:50.059Z] #29 3.417 Reading package lists... [2022-06-24T09:59:50.059Z] #29 3.922 Building dependency tree... [2022-06-24T09:59:50.059Z] #29 4.250 The following additional packages will be installed: [2022-06-24T09:59:50.059Z] #29 4.250 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-24T09:59:50.059Z] #29 4.250 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-24T09:59:50.059Z] #29 4.250 Recommended packages: [2022-06-24T09:59:50.059Z] #29 4.250 libldap-common publicsuffix libsasl2-modules [2022-06-24T09:59:50.059Z] #29 4.342 The following NEW packages will be installed: [2022-06-24T09:59:50.059Z] #29 4.342 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-24T09:59:50.059Z] #29 4.342 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-24T09:59:50.059Z] #29 4.346 libssh2-1 openssl [2022-06-24T09:59:50.059Z] #29 4.635 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T09:59:50.059Z] #29 4.635 Need to get 2935 kB of archives. [2022-06-24T09:59:50.059Z] #29 4.635 After this operation, 6476 kB of additional disk space will be used. [2022-06-24T09:59:50.059Z] #29 4.635 Get:1 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-06-24T09:59:50.059Z] #29 4.635 Get:2 http://security.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u2 [831 kB] [2022-06-24T09:59:50.059Z] #29 4.635 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-06-24T09:59:50.059Z] #29 4.654 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2022-06-24T09:59:50.060Z] #29 4.656 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB] [2022-06-24T09:59:50.060Z] #29 4.688 Get:6 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-06-24T09:59:50.060Z] #29 4.703 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-06-24T09:59:50.060Z] #29 4.704 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-06-24T09:59:50.060Z] #29 4.714 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-06-24T09:59:50.060Z] #29 4.716 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-06-24T09:59:50.060Z] #29 4.748 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-06-24T09:59:50.060Z] #29 4.752 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-06-24T09:59:50.060Z] #29 4.758 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-06-24T09:59:50.060Z] #29 4.762 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-06-24T09:59:50.060Z] #29 4.763 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-06-24T09:59:50.060Z] #29 5.112 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T09:59:50.060Z] #29 5.153 Fetched 2935 kB in 0s (6517 kB/s) [2022-06-24T09:59:50.060Z] #29 5.341 Selecting previously unselected package openssl. [2022-06-24T09:59:50.060Z] #29 5.341 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6654 files and directories currently installed.) [2022-06-24T09:59:50.060Z] #29 5.341 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_arm64.deb ... [2022-06-24T09:59:50.060Z] #29 5.390 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-24T09:59:50.060Z] #29 5.968 Selecting previously unselected package ca-certificates. [2022-06-24T09:59:50.060Z] #29 5.968 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-24T09:59:50.060Z] #29 6.018 Unpacking ca-certificates (20210119) ... [2022-06-24T09:59:50.060Z] #29 6.556 Selecting previously unselected package libbrotli1:arm64. [2022-06-24T09:59:50.060Z] #29 6.556 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-06-24T09:59:50.060Z] #29 6.594 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-06-24T09:59:50.060Z] #29 6.813 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-06-24T09:59:50.060Z] #29 6.814 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-06-24T09:59:50.060Z] #29 6.823 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:59:50.060Z] #29 7.237 Selecting previously unselected package libsasl2-2:arm64. [2022-06-24T09:59:50.060Z] #29 7.237 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-06-24T09:59:50.060Z] #29 7.273 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:59:50.060Z] #29 7.733 Selecting previously unselected package libldap-2.4-2:arm64. [2022-06-24T09:59:50.060Z] #29 7.733 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... [2022-06-24T09:59:50.060Z] #29 7.738 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-24T09:59:50.060Z] #29 7.801 Selecting previously unselected package libnghttp2-14:arm64. [2022-06-24T09:59:50.060Z] #29 7.801 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-06-24T09:59:50.060Z] #29 7.808 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-06-24T09:59:50.060Z] #29 7.868 Selecting previously unselected package libpsl5:arm64. [2022-06-24T09:59:50.060Z] #29 7.868 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-06-24T09:59:50.060Z] #29 7.888 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-06-24T09:59:50.060Z] #29 7.924 Selecting previously unselected package librtmp1:arm64. [2022-06-24T09:59:50.060Z] #29 7.924 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-06-24T09:59:50.060Z] #29 7.930 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-24T09:59:50.060Z] #29 7.981 Selecting previously unselected package libssh2-1:arm64. [2022-06-24T09:59:50.060Z] #29 7.981 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-06-24T09:59:50.060Z] #29 7.985 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-06-24T09:59:50.060Z] #29 8.092 Selecting previously unselected package libcurl4:arm64. [2022-06-24T09:59:50.060Z] #29 8.092 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-06-24T09:59:50.060Z] #29 8.099 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-06-24T09:59:50.060Z] #29 8.204 Selecting previously unselected package curl. [2022-06-24T09:59:50.060Z] #29 8.204 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-06-24T09:59:50.060Z] #29 8.208 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-24T09:59:50.060Z] #29 8.272 Selecting previously unselected package libonig5:arm64. [2022-06-24T09:59:50.060Z] #29 8.272 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-06-24T09:59:50.060Z] #29 8.277 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-06-24T09:59:50.060Z] #29 8.335 Selecting previously unselected package libjq1:arm64. [2022-06-24T09:59:50.060Z] #29 8.335 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-06-24T09:59:50.060Z] #29 8.338 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-06-24T09:59:50.060Z] #29 8.389 Selecting previously unselected package jq. [2022-06-24T09:59:50.060Z] #29 8.390 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-06-24T09:59:50.060Z] #29 8.394 Unpacking jq (1.6-2.1) ... [2022-06-24T09:59:50.060Z] #29 8.519 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-06-24T09:59:50.060Z] #29 8.533 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-06-24T09:59:50.060Z] #29 8.545 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-06-24T09:59:50.060Z] #29 8.556 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:59:50.060Z] #29 8.568 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-24T09:59:50.060Z] #29 8.580 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:59:50.060Z] #29 8.590 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-06-24T09:59:50.060Z] #29 8.606 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-24T09:59:50.060Z] #29 8.619 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-06-24T09:59:50.060Z] #29 8.629 Setting up libjq1:arm64 (1.6-2.1) ... [2022-06-24T09:59:50.060Z] #29 8.640 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-24T09:59:50.060Z] #29 8.726 Setting up ca-certificates (20210119) ... [2022-06-24T09:59:50.060Z] #29 9.414 Updating certificates in /etc/ssl/certs... [2022-06-24T09:59:50.060Z] #29 ... [2022-06-24T09:59:50.060Z] [2022-06-24T09:59:50.060Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:50.060Z] #11 sha256:1e0b090a5d0e94d88e1dad9c72495e51bf14899b14a1f51218a0c554d14d4cf9 [2022-06-24T09:59:50.060Z] #11 extracting sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 5.2s [2022-06-24T09:59:50.060Z] #11 extracting sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 5.5s done [2022-06-24T09:59:50.178Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 4.6s done [2022-06-24T09:59:50.178Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec [2022-06-24T09:59:50.316Z] #11 extracting sha256:68d122fd51f7aecdebb755fb8e6676014e657f64aad3f75c91b9e7f61d9ed945 done [2022-06-24T09:59:50.342Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 0.1s [2022-06-24T09:59:50.573Z] #11 DONE 19.9s [2022-06-24T09:59:50.573Z] [2022-06-24T09:59:50.573Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-24T09:59:50.573Z] #29 sha256:1e66f1a1fcd5a0dbc23fcf2b282ab8674417f52b696abf47e94e044f8ba0d1c4 [2022-06-24T09:59:50.573Z] #29 10.33 129 added, 0 removed; done. [2022-06-24T09:59:50.573Z] #29 10.44 Setting up jq (1.6-2.1) ... [2022-06-24T09:59:50.573Z] #29 10.46 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-06-24T09:59:50.573Z] #29 10.46 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-24T09:59:50.573Z] #29 10.48 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T09:59:50.573Z] #29 10.51 Processing triggers for ca-certificates (20210119) ... [2022-06-24T09:59:50.573Z] #29 10.52 Updating certificates in /etc/ssl/certs... [2022-06-24T09:59:50.592Z] #22 0.819 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-24T09:59:50.592Z] #22 0.824 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-24T09:59:50.592Z] #22 0.826 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-24T09:59:50.832Z] #29 11.11 0 added, 0 removed; done. [2022-06-24T09:59:50.832Z] #29 11.11 Running hooks in /etc/ca-certificates/update.d... [2022-06-24T09:59:50.832Z] #29 11.11 done. [2022-06-24T09:59:51.089Z] #29 DONE 11.4s [2022-06-24T09:59:51.089Z] [2022-06-24T09:59:51.089Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-24T09:59:51.089Z] #12 sha256:5e852fbfb7128daee3ea867ac808a0cd68ef4539a8793a3a2b93ebd7dfd92006 [2022-06-24T09:59:51.089Z] #12 DONE 0.5s [2022-06-24T09:59:51.089Z] [2022-06-24T09:59:51.089Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-06-24T09:59:51.089Z] #13 sha256:46f76cf46250756ed10b48a8b285c81aa322006d20f575feb1b41c5ff3686c74 [2022-06-24T09:59:51.160Z] #22 DONE 1.4s [2022-06-24T09:59:51.160Z] [2022-06-24T09:59:51.160Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:59:51.160Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:59:51.160Z] #77 63.17 config.status: creating Makefile [2022-06-24T09:59:51.160Z] #77 63.22 config.status: creating config.h [2022-06-24T09:59:51.160Z] #77 63.25 config.status: executing depfiles commands [2022-06-24T09:59:51.160Z] #77 63.42 config.status: executing libtool commands [2022-06-24T09:59:51.349Z] #13 ... [2022-06-24T09:59:51.349Z] [2022-06-24T09:59:51.349Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-24T09:59:51.349Z] #30 sha256:1e06400ceca9245b6f4c51104134a50935ba6099671d4fe97f4a24a7049e68f0 [2022-06-24T09:59:51.349Z] #30 DONE 0.1s [2022-06-24T09:59:51.349Z] [2022-06-24T09:59:51.349Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T09:59:51.349Z] #31 sha256:4f2eed115488626b7d1a2baffd9e38d065db977e3e53a15b0fe72794f880f660 [2022-06-24T09:59:51.418Z] #77 ... [2022-06-24T09:59:51.418Z] [2022-06-24T09:59:51.418Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T09:59:51.418Z] #60 sha256:287d2c18d3cdd599a7e9f0727b64e2a50b6e0c536634e4580ae469f578960be0 [2022-06-24T09:59:51.418Z] #60 37.71 + mkdir -p /build [2022-06-24T09:59:51.418Z] #60 37.71 + cp runc /build/runc [2022-06-24T09:59:51.418Z] #60 DONE 37.9s [2022-06-24T09:59:51.418Z] [2022-06-24T09:59:51.418Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-24T09:59:51.418Z] #23 sha256:f3eb4414ed295cc4b608136fb6f37ded1f22bf01450bd4809fea72750aa7e1dc [2022-06-24T09:59:51.918Z] #31 ... [2022-06-24T09:59:51.918Z] [2022-06-24T09:59:51.918Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-06-24T09:59:51.918Z] #13 sha256:46f76cf46250756ed10b48a8b285c81aa322006d20f575feb1b41c5ff3686c74 [2022-06-24T09:59:51.918Z] #13 DONE 0.5s [2022-06-24T09:59:51.918Z] [2022-06-24T09:59:51.918Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-24T09:59:51.918Z] #33 sha256:fca67894bf3846db43055974a91564e17ee1f7908020eb3ce1f70b8659dcb7e0 [2022-06-24T09:59:51.918Z] #33 DONE 0.3s [2022-06-24T09:59:51.918Z] [2022-06-24T09:59:51.918Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-24T09:59:51.918Z] #46 sha256:e3584bb82a0fbe7cd84ce07b7efdbe1f3ebc507cf62d5835ac9934b1d976a370 [2022-06-24T09:59:51.918Z] #46 DONE 0.3s [2022-06-24T09:59:51.919Z] [2022-06-24T09:59:51.919Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-24T09:59:51.919Z] #25 sha256:befaee6005d03f25c6d72d3fcfd97ea4d955de3793517331547d6e1d56e39553 [2022-06-24T09:59:51.919Z] #25 DONE 0.4s [2022-06-24T09:59:51.919Z] [2022-06-24T09:59:51.919Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-24T09:59:51.919Z] #66 sha256:a31e1aca50535d34d5845fd7cc91f54e2f707e0eff2c30ba8eb2f2d219a340e3 [2022-06-24T09:59:51.919Z] #66 DONE 0.4s [2022-06-24T09:59:51.919Z] [2022-06-24T09:59:51.919Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T09:59:51.919Z] #67 sha256:0b78d72b1651061710104f3603ea8caa08f5c0e80e463d6a7d68e695d6e36c96 [2022-06-24T09:59:52.177Z] #67 ... [2022-06-24T09:59:52.177Z] [2022-06-24T09:59:52.177Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-06-24T09:59:52.177Z] #50 sha256:6ecade57c7c0682606243de5b8f1b92601ef52806edcbc0af968d2743903a941 [2022-06-24T09:59:52.177Z] #50 DONE 0.5s [2022-06-24T09:59:52.177Z] [2022-06-24T09:59:52.177Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T09:59:52.177Z] #51 sha256:2c2dc708e01ec3927f9627b740ac90f6af9913100397b3774301023065caaa9f [2022-06-24T09:59:54.382Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 4.1s done [2022-06-24T09:59:54.382Z] #11 ... [2022-06-24T09:59:54.382Z] [2022-06-24T09:59:54.382Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-24T09:59:54.382Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-24T09:59:54.382Z] #29 0.999 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:59:54.382Z] #29 1.001 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:59:54.382Z] #29 1.024 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:59:54.382Z] #29 1.145 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T09:59:54.382Z] #29 1.345 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T09:59:54.382Z] #29 1.570 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T09:59:54.382Z] #29 3.018 Fetched 8545 kB in 2s (3698 kB/s) [2022-06-24T09:59:54.382Z] #29 3.018 Reading package lists... [2022-06-24T09:59:54.382Z] #29 3.818 Reading package lists... [2022-06-24T09:59:54.382Z] #29 4.631 Building dependency tree... [2022-06-24T09:59:54.382Z] #29 4.973 The following additional packages will be installed: [2022-06-24T09:59:54.382Z] #29 4.974 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-24T09:59:54.382Z] #29 4.974 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-24T09:59:54.382Z] #29 4.975 Recommended packages: [2022-06-24T09:59:54.382Z] #29 4.975 libldap-common publicsuffix libsasl2-modules [2022-06-24T09:59:54.382Z] #29 5.107 The following NEW packages will be installed: [2022-06-24T09:59:54.382Z] #29 5.108 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-24T09:59:54.382Z] #29 5.108 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-24T09:59:54.382Z] #29 5.109 libssh2-1 openssl [2022-06-24T09:59:54.382Z] #29 5.391 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T09:59:54.382Z] #29 5.391 Need to get 3040 kB of archives. [2022-06-24T09:59:54.382Z] #29 5.391 After this operation, 6651 kB of additional disk space will be used. [2022-06-24T09:59:54.382Z] #29 5.391 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-24T09:59:54.382Z] #29 5.392 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-24T09:59:54.382Z] #29 5.403 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-24T09:59:54.382Z] #29 5.403 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-06-24T09:59:54.382Z] #29 5.403 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-24T09:59:54.382Z] #29 5.407 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-24T09:59:54.382Z] #29 5.422 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-24T09:59:54.382Z] #29 5.423 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-24T09:59:54.382Z] #29 5.424 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-24T09:59:54.382Z] #29 5.425 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-24T09:59:54.382Z] #29 5.427 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-24T09:59:54.382Z] #29 5.430 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-24T09:59:54.382Z] #29 5.435 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-24T09:59:54.382Z] #29 5.439 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-24T09:59:54.382Z] #29 5.439 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-24T09:59:54.382Z] #29 5.600 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T09:59:54.382Z] #29 5.630 Fetched 3040 kB in 0s (9412 kB/s) [2022-06-24T09:59:54.382Z] #29 5.656 Selecting previously unselected package openssl. [2022-06-24T09:59:54.382Z] #29 5.656 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6662 files and directories currently installed.) [2022-06-24T09:59:54.382Z] #29 5.661 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-24T09:59:54.382Z] #29 5.665 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-24T09:59:54.382Z] #29 5.826 Selecting previously unselected package ca-certificates. [2022-06-24T09:59:54.382Z] #29 5.826 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-24T09:59:54.382Z] #29 5.829 Unpacking ca-certificates (20210119) ... [2022-06-24T09:59:54.382Z] #29 5.908 Selecting previously unselected package libbrotli1:amd64. [2022-06-24T09:59:54.382Z] #29 5.908 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-24T09:59:54.382Z] #29 5.914 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-24T09:59:54.382Z] #29 5.988 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-24T09:59:54.382Z] #29 5.988 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-24T09:59:54.382Z] #29 5.993 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:59:54.382Z] #29 6.030 Selecting previously unselected package libsasl2-2:amd64. [2022-06-24T09:59:54.382Z] #29 6.030 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-24T09:59:54.382Z] #29 6.033 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:59:54.382Z] #29 6.077 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-24T09:59:54.382Z] #29 6.077 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-24T09:59:54.382Z] #29 6.080 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-24T09:59:54.382Z] #29 6.158 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-24T09:59:54.382Z] #29 6.158 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-24T09:59:54.382Z] #29 6.162 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-24T09:59:54.382Z] #29 6.204 Selecting previously unselected package libpsl5:amd64. [2022-06-24T09:59:54.382Z] #29 6.204 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-24T09:59:54.382Z] #29 6.209 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-24T09:59:54.382Z] #29 6.245 Selecting previously unselected package librtmp1:amd64. [2022-06-24T09:59:54.382Z] #29 6.245 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-24T09:59:54.382Z] #29 6.249 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-24T09:59:54.382Z] #29 6.283 Selecting previously unselected package libssh2-1:amd64. [2022-06-24T09:59:54.382Z] #29 6.283 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-24T09:59:54.382Z] #29 6.286 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-24T09:59:54.382Z] #29 6.364 Selecting previously unselected package libcurl4:amd64. [2022-06-24T09:59:54.382Z] #29 6.364 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-24T09:59:54.382Z] #29 6.369 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-24T09:59:54.382Z] #29 6.438 Selecting previously unselected package curl. [2022-06-24T09:59:54.382Z] #29 6.438 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-24T09:59:54.382Z] #29 6.443 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-24T09:59:54.382Z] #29 6.510 Selecting previously unselected package libonig5:amd64. [2022-06-24T09:59:54.382Z] #29 6.510 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-24T09:59:54.382Z] #29 6.518 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T09:59:54.382Z] #29 6.589 Selecting previously unselected package libjq1:amd64. [2022-06-24T09:59:54.382Z] #29 6.590 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-24T09:59:54.382Z] #29 6.594 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-24T09:59:54.382Z] #29 6.648 Selecting previously unselected package jq. [2022-06-24T09:59:54.382Z] #29 6.648 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-24T09:59:54.382Z] #29 6.657 Unpacking jq (1.6-2.1) ... [2022-06-24T09:59:54.382Z] #29 6.692 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-24T09:59:54.382Z] #29 6.705 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-24T09:59:54.382Z] #29 6.715 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-24T09:59:54.382Z] #29 6.729 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:59:54.382Z] #29 6.740 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-24T09:59:54.382Z] #29 6.751 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:59:54.382Z] #29 6.763 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-24T09:59:54.382Z] #29 6.774 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-24T09:59:54.382Z] #29 6.789 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T09:59:54.382Z] #29 6.799 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-24T09:59:54.382Z] #29 6.811 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-24T09:59:54.382Z] #29 6.821 Setting up ca-certificates (20210119) ... [2022-06-24T09:59:54.382Z] #29 7.425 Updating certificates in /etc/ssl/certs... [2022-06-24T09:59:54.382Z] #29 8.141 129 added, 0 removed; done. [2022-06-24T09:59:54.382Z] #29 8.167 Setting up jq (1.6-2.1) ... [2022-06-24T09:59:54.382Z] #29 8.176 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-24T09:59:54.382Z] #29 8.186 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-24T09:59:54.382Z] #29 8.195 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T09:59:54.382Z] #29 8.210 Processing triggers for ca-certificates (20210119) ... [2022-06-24T09:59:54.382Z] #29 8.218 Updating certificates in /etc/ssl/certs... [2022-06-24T09:59:54.382Z] #29 8.816 0 added, 0 removed; done. [2022-06-24T09:59:54.382Z] #29 8.816 Running hooks in /etc/ca-certificates/update.d... [2022-06-24T09:59:54.382Z] #29 8.818 done. [2022-06-24T09:59:54.382Z] #29 DONE 10.3s [2022-06-24T09:59:54.382Z] [2022-06-24T09:59:54.382Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:54.382Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:59:54.382Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 [2022-06-24T09:59:54.382Z] #11 ... [2022-06-24T09:59:54.382Z] [2022-06-24T09:59:54.382Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-24T09:59:54.382Z] #30 sha256:b736354e4cd540b9d09dfb1d7678cfc7688f57c0aeba434dd37e51cedbad65a0 [2022-06-24T09:59:54.382Z] #30 DONE 0.3s [2022-06-24T09:59:54.382Z] [2022-06-24T09:59:54.382Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:54.382Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:59:55.627Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 5.3s [2022-06-24T09:59:55.888Z] #11 ... [2022-06-24T09:59:55.888Z] [2022-06-24T09:59:55.888Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-24T09:59:55.888Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-24T09:59:55.888Z] #29 1.646 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:59:55.888Z] #29 1.663 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:59:55.888Z] #29 1.732 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:59:55.888Z] #29 1.950 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T09:59:55.888Z] #29 2.226 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T09:59:55.888Z] #29 2.485 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T09:59:55.888Z] #29 3.832 Fetched 8545 kB in 2s (3447 kB/s) [2022-06-24T09:59:55.888Z] #29 3.832 Reading package lists... [2022-06-24T09:59:55.888Z] #29 4.626 Reading package lists... [2022-06-24T09:59:55.888Z] #29 5.431 Building dependency tree... [2022-06-24T09:59:55.888Z] #29 5.817 The following additional packages will be installed: [2022-06-24T09:59:55.888Z] #29 5.817 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-24T09:59:55.888Z] #29 5.818 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-24T09:59:55.888Z] #29 5.819 Recommended packages: [2022-06-24T09:59:55.888Z] #29 5.819 libldap-common publicsuffix libsasl2-modules [2022-06-24T09:59:55.888Z] #29 5.990 The following NEW packages will be installed: [2022-06-24T09:59:55.888Z] #29 5.990 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-24T09:59:55.888Z] #29 5.990 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-24T09:59:55.888Z] #29 5.990 libssh2-1 openssl [2022-06-24T09:59:55.888Z] #29 6.268 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T09:59:55.888Z] #29 6.268 Need to get 3040 kB of archives. [2022-06-24T09:59:55.888Z] #29 6.268 After this operation, 6651 kB of additional disk space will be used. [2022-06-24T09:59:55.888Z] #29 6.268 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-24T09:59:55.888Z] #29 6.268 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-24T09:59:55.888Z] #29 6.288 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-24T09:59:55.888Z] #29 6.288 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-06-24T09:59:55.888Z] #29 6.288 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-24T09:59:55.888Z] #29 6.292 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-24T09:59:55.888Z] #29 6.320 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-24T09:59:55.888Z] #29 6.320 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-24T09:59:55.888Z] #29 6.320 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-24T09:59:55.888Z] #29 6.320 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-24T09:59:55.888Z] #29 6.324 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-24T09:59:55.888Z] #29 6.328 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-24T09:59:55.888Z] #29 6.342 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-24T09:59:55.888Z] #29 6.342 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-24T09:59:55.888Z] #29 6.342 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-24T09:59:55.888Z] #29 6.669 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T09:59:55.888Z] #29 6.719 Fetched 3040 kB in 0s (8935 kB/s) [2022-06-24T09:59:55.888Z] #29 6.758 Selecting previously unselected package openssl. [2022-06-24T09:59:55.888Z] #29 6.758 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6662 files and directories currently installed.) [2022-06-24T09:59:55.888Z] #29 6.758 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-24T09:59:55.888Z] #29 6.806 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-24T09:59:55.888Z] #29 7.016 Selecting previously unselected package ca-certificates. [2022-06-24T09:59:55.888Z] #29 7.016 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-24T09:59:55.888Z] #29 7.044 Unpacking ca-certificates (20210119) ... [2022-06-24T09:59:55.888Z] #29 7.165 Selecting previously unselected package libbrotli1:amd64. [2022-06-24T09:59:55.888Z] #29 7.165 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-24T09:59:55.888Z] #29 7.173 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-24T09:59:55.888Z] #29 7.288 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-24T09:59:55.888Z] #29 7.288 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-24T09:59:55.888Z] #29 7.297 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:59:55.888Z] #29 7.415 Selecting previously unselected package libsasl2-2:amd64. [2022-06-24T09:59:55.888Z] #29 7.415 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-24T09:59:55.888Z] #29 7.420 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T09:59:55.888Z] #29 7.598 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-24T09:59:55.888Z] #29 7.600 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-24T09:59:55.888Z] #29 7.604 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-24T09:59:55.888Z] #29 7.740 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-24T09:59:55.888Z] #29 7.740 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-24T09:59:55.888Z] #29 7.745 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-24T09:59:55.888Z] #29 7.935 Selecting previously unselected package libpsl5:amd64. [2022-06-24T09:59:55.888Z] #29 7.935 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-24T09:59:55.888Z] #29 7.941 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-24T09:59:56.149Z] #29 8.028 Selecting previously unselected package librtmp1:amd64. [2022-06-24T09:59:56.149Z] #29 8.028 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-24T09:59:56.149Z] #29 8.033 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-24T09:59:56.149Z] #29 ... [2022-06-24T09:59:56.149Z] [2022-06-24T09:59:56.149Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T09:59:56.149Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T09:59:56.239Z] #62 ... [2022-06-24T09:59:56.239Z] [2022-06-24T09:59:56.239Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:59:56.239Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:59:56.239Z] #84 9.288 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-24T09:59:56.239Z] #84 9.293 Cloning into '/tmp/crun-build/libocispec'... [2022-06-24T09:59:56.239Z] #84 10.82 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-24T09:59:56.239Z] #84 10.89 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-24T09:59:56.239Z] #84 10.89 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-24T09:59:56.239Z] #84 10.89 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-24T09:59:56.239Z] #84 10.97 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-24T09:59:56.239Z] #84 13.45 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-24T09:59:56.691Z] #23 ... [2022-06-24T09:59:56.692Z] [2022-06-24T09:59:56.692Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:59:56.692Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:59:56.692Z] #77 64.02 GEN .version [2022-06-24T09:59:56.692Z] #77 64.06 make install-recursive [2022-06-24T09:59:56.692Z] #77 64.06 make[1]: Entering directory '/tmp/crun-build' [2022-06-24T09:59:56.692Z] #77 64.16 Making install in libocispec [2022-06-24T09:59:56.692Z] #77 64.17 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T09:59:56.692Z] #77 64.23 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-24T09:59:56.692Z] #77 64.24 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-24T09:59:56.692Z] #77 64.24 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-24T09:59:56.692Z] #77 64.25 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-24T09:59:56.692Z] #77 64.31 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-24T09:59:56.692Z] #77 64.32 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-24T09:59:56.692Z] #77 64.32 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-24T09:59:56.692Z] #77 64.32 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-24T09:59:56.692Z] #77 64.32 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-24T09:59:56.692Z] #77 64.32 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-24T09:59:56.692Z] #77 64.32 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-24T09:59:56.692Z] #77 64.32 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-24T09:59:56.692Z] #77 64.32 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-24T09:59:56.692Z] #77 64.35 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-24T09:59:56.692Z] #77 64.35 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-24T09:59:56.692Z] #77 64.35 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-24T09:59:56.692Z] #77 64.35 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-24T09:59:56.692Z] #77 64.35 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-24T09:59:56.692Z] #77 64.35 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-24T09:59:56.692Z] #77 64.35 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-24T09:59:56.692Z] #77 64.69 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-24T09:59:56.692Z] #77 64.69 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-24T09:59:56.692Z] #77 64.69 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-24T09:59:56.692Z] #77 64.69 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-24T09:59:56.692Z] #77 64.69 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-24T09:59:56.692Z] #77 64.69 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-24T09:59:56.692Z] #77 64.69 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-24T09:59:56.692Z] #77 64.69 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-24T09:59:56.692Z] #77 64.69 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-24T09:59:56.692Z] #77 64.69 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-24T09:59:56.692Z] #77 64.69 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-24T09:59:56.692Z] #77 64.69 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-24T09:59:56.692Z] #77 64.70 make install-recursive [2022-06-24T09:59:56.692Z] #77 64.71 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T09:59:56.692Z] #77 64.76 Making install in yajl [2022-06-24T09:59:56.692Z] #77 64.78 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T09:59:56.692Z] #77 64.83 CC verify/json_verify-json_verify.o [2022-06-24T09:59:56.692Z] #77 64.83 CC src/libyajl_la-yajl_alloc.lo [2022-06-24T09:59:56.692Z] #77 64.84 CC src/libyajl_la-yajl.lo [2022-06-24T09:59:56.692Z] #77 64.84 CC src/libyajl_la-yajl_gen.lo [2022-06-24T09:59:56.692Z] #77 64.84 CC src/libyajl_la-yajl_parser.lo [2022-06-24T09:59:56.692Z] #77 64.85 CC src/libyajl_la-yajl_buf.lo [2022-06-24T09:59:56.692Z] #77 64.86 CC src/libyajl_la-yajl_encode.lo [2022-06-24T09:59:56.692Z] #77 64.87 CC src/libyajl_la-yajl_lex.lo [2022-06-24T09:59:56.692Z] #77 64.88 CC src/libyajl_la-yajl_tree.lo [2022-06-24T09:59:56.692Z] #77 65.58 CCLD libyajl.la [2022-06-24T09:59:56.692Z] #77 65.84 CCLD verify/json_verify [2022-06-24T09:59:56.692Z] #77 66.06 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T09:59:56.692Z] #77 66.06 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-24T09:59:56.692Z] #77 66.06 make[5]: Nothing to be done for 'install-data-am'. [2022-06-24T09:59:56.692Z] #77 66.06 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T09:59:56.692Z] #77 66.06 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T09:59:56.692Z] #77 66.07 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T09:59:56.692Z] #77 66.16 CC src/validate.o [2022-06-24T09:59:56.692Z] #77 66.17 CC src/image_spec_schema_config_schema.lo [2022-06-24T09:59:56.692Z] #77 66.18 CC src/image_spec_schema_content_descriptor.lo [2022-06-24T09:59:56.692Z] #77 66.18 CC src/image_spec_schema_defs.lo [2022-06-24T09:59:56.692Z] #77 66.18 CC src/image_spec_schema_defs_descriptor.lo [2022-06-24T09:59:56.692Z] #77 66.19 CC src/image_spec_schema_image_index_schema.lo [2022-06-24T09:59:56.692Z] #77 66.19 CC src/image_spec_schema_image_layout_schema.lo [2022-06-24T09:59:56.692Z] #77 66.19 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-24T09:59:56.692Z] #77 66.20 CC src/runtime_spec_schema_config_linux.lo [2022-06-24T09:59:56.692Z] #77 66.20 CC src/runtime_spec_schema_config_zos.lo [2022-06-24T09:59:56.692Z] #77 66.21 CC src/runtime_spec_schema_config_schema.lo [2022-06-24T09:59:56.692Z] #77 66.21 CC src/runtime_spec_schema_config_solaris.lo [2022-06-24T09:59:56.692Z] #77 66.22 CC src/runtime_spec_schema_config_vm.lo [2022-06-24T09:59:56.692Z] #77 66.23 CC src/runtime_spec_schema_config_windows.lo [2022-06-24T09:59:56.692Z] #77 66.23 CC src/runtime_spec_schema_defs.lo [2022-06-24T09:59:56.692Z] #77 66.24 CC src/runtime_spec_schema_defs_linux.lo [2022-06-24T09:59:56.692Z] #77 66.24 CC src/runtime_spec_schema_defs_zos.lo [2022-06-24T09:59:56.692Z] #77 66.25 CC src/runtime_spec_schema_defs_vm.lo [2022-06-24T09:59:56.692Z] #77 66.26 CC src/runtime_spec_schema_defs_windows.lo [2022-06-24T09:59:56.692Z] #77 66.27 CC src/runtime_spec_schema_state_schema.lo [2022-06-24T09:59:56.692Z] #77 66.28 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-24T09:59:56.692Z] #77 66.28 CC src/basic_test_double_array_item.lo [2022-06-24T09:59:56.692Z] #77 66.30 CC src/basic_test_double_array.lo [2022-06-24T09:59:56.692Z] #77 66.33 CC src/basic_test_top_array_int.lo [2022-06-24T09:59:56.692Z] #77 66.35 CC src/basic_test_top_array_string.lo [2022-06-24T09:59:56.692Z] #77 66.36 CC src/basic_test_top_double_array_int.lo [2022-06-24T09:59:56.692Z] #77 66.39 CC src/basic_test_top_double_array_obj.lo [2022-06-24T09:59:56.692Z] #77 66.40 CC src/basic_test_top_double_array_refobj.lo [2022-06-24T09:59:56.692Z] #77 66.44 CC src/basic_test_top_double_array_string.lo [2022-06-24T09:59:56.692Z] #77 66.47 CC src/read-file.lo [2022-06-24T09:59:56.692Z] #77 66.50 CC src/json_common.lo [2022-06-24T09:59:56.692Z] #77 66.51 CC tests/test-2.o [2022-06-24T09:59:56.692Z] #77 66.52 CC tests/test-3.o [2022-06-24T09:59:56.692Z] #77 66.52 CC tests/test-1.o [2022-06-24T09:59:56.692Z] #77 66.57 CC tests/test-4.o [2022-06-24T09:59:56.692Z] #77 66.63 CC tests/test-5.o [2022-06-24T09:59:56.692Z] #77 66.71 CC tests/test-6.o [2022-06-24T09:59:56.692Z] #77 66.76 CC tests/test-7.o [2022-06-24T09:59:56.692Z] #77 66.77 CC tests/test-8.o [2022-06-24T09:59:56.692Z] #77 66.85 CC tests/test-9.o [2022-06-24T09:59:56.692Z] #77 66.87 CC tests/test-10.o [2022-06-24T09:59:56.692Z] #77 66.88 CC tests/test-11.o [2022-06-24T09:59:56.692Z] #77 ... [2022-06-24T09:59:56.692Z] [2022-06-24T09:59:56.692Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T09:59:56.692Z] #64 sha256:1a9b165bc4751f59b5f5f324e45ca2ba8d731e16b00f7b257f7734719c9b1b02 [2022-06-24T09:59:56.692Z] #64 65.11 + bin/containerd [2022-06-24T09:59:57.435Z] #51 4.808 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T09:59:57.435Z] #51 4.864 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T09:59:57.435Z] #51 4.864 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T09:59:57.435Z] #51 ... [2022-06-24T09:59:57.435Z] [2022-06-24T09:59:57.435Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T09:59:57.435Z] #67 sha256:0b78d72b1651061710104f3603ea8caa08f5c0e80e463d6a7d68e695d6e36c96 [2022-06-24T09:59:57.435Z] #67 4.456 + RM_GOPATH=0 [2022-06-24T09:59:57.435Z] #67 4.456 + TMP_GOPATH= [2022-06-24T09:59:57.435Z] #67 4.456 + : /build [2022-06-24T09:59:57.435Z] #67 4.456 + '[' -z '' ']' [2022-06-24T09:59:57.435Z] #67 4.456 ++ mktemp -d [2022-06-24T09:59:57.435Z] #67 4.475 + export GOPATH=/tmp/tmp.MAcO1DVzlQ [2022-06-24T09:59:57.435Z] #67 4.475 + GOPATH=/tmp/tmp.MAcO1DVzlQ [2022-06-24T09:59:57.435Z] #67 4.475 + RM_GOPATH=1 [2022-06-24T09:59:57.435Z] #67 4.475 + case "$(go env GOARCH)" in [2022-06-24T09:59:57.435Z] #67 4.475 ++ go env GOARCH [2022-06-24T09:59:57.435Z] #67 4.564 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T09:59:57.435Z] #67 4.564 + GO_BUILDMODE=-buildmode=pie [2022-06-24T09:59:57.435Z] #67 4.565 ++ dirname /install.sh [2022-06-24T09:59:57.435Z] #67 4.567 + dir=/ [2022-06-24T09:59:57.435Z] #67 4.574 + bin=rootlesskit [2022-06-24T09:59:57.435Z] #67 4.574 + shift [2022-06-24T09:59:57.435Z] #67 4.576 + '[' '!' -f //rootlesskit.installer ']' [2022-06-24T09:59:57.435Z] #67 4.576 + . //rootlesskit.installer [2022-06-24T09:59:57.435Z] #67 4.576 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-24T09:59:57.435Z] #67 4.577 + install_rootlesskit [2022-06-24T09:59:57.435Z] #67 4.578 + case "$1" in [2022-06-24T09:59:57.435Z] #67 4.578 + export CGO_ENABLED=0 [2022-06-24T09:59:57.435Z] #67 4.578 + CGO_ENABLED=0 [2022-06-24T09:59:57.435Z] #67 4.578 + _install_rootlesskit [2022-06-24T09:59:57.435Z] #67 4.582 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-24T09:59:57.435Z] #67 4.583 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-24T09:59:57.435Z] #67 4.583 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-24T09:59:57.435Z] #67 4.583 + GOBIN=/build [2022-06-24T09:59:57.435Z] #67 4.583 + GO111MODULE=on [2022-06-24T09:59:57.435Z] #67 4.583 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-24T09:59:57.435Z] #67 5.141 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-24T09:59:57.627Z] #64 ... [2022-06-24T09:59:57.627Z] [2022-06-24T09:59:57.628Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:59:57.628Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:59:57.628Z] #77 69.93 CCLD libocispec.la [2022-06-24T09:59:57.886Z] #77 70.28 CCLD src/validate [2022-06-24T09:59:57.886Z] #77 70.28 CCLD tests/test-1 [2022-06-24T09:59:57.886Z] #77 70.29 CCLD tests/test-2 [2022-06-24T09:59:57.886Z] #77 70.30 CCLD tests/test-3 [2022-06-24T09:59:57.886Z] #77 70.30 CCLD tests/test-4 [2022-06-24T09:59:57.886Z] #77 70.32 CCLD tests/test-5 [2022-06-24T09:59:57.886Z] #77 70.33 CCLD tests/test-6 [2022-06-24T09:59:57.886Z] #77 70.34 CCLD tests/test-7 [2022-06-24T09:59:57.886Z] #77 70.37 CCLD tests/test-8 [2022-06-24T09:59:57.886Z] #77 70.39 CCLD tests/test-9 [2022-06-24T09:59:58.146Z] #77 70.41 CCLD tests/test-10 [2022-06-24T09:59:58.146Z] #77 70.41 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-24T09:59:58.146Z] #77 70.42 CCLD tests/test-11 [2022-06-24T09:59:58.146Z] #77 70.65 libtool: link: ar cr libocispec.a [2022-06-24T09:59:58.148Z] #84 15.94 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-24T09:59:58.405Z] #77 70.66 libtool: link: ranlib libocispec.a [2022-06-24T09:59:58.405Z] #77 70.92 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T09:59:58.669Z] #77 70.99 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-24T09:59:58.669Z] #77 70.99 make[5]: Nothing to be done for 'install-data-am'. [2022-06-24T09:59:58.669Z] #77 70.99 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T09:59:58.669Z] #77 70.99 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T09:59:58.669Z] #77 70.99 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T09:59:58.669Z] #77 70.99 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T09:59:58.669Z] #77 71.00 make[2]: Entering directory '/tmp/crun-build' [2022-06-24T09:59:58.669Z] #77 71.13 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-24T09:59:58.669Z] #77 71.13 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-24T09:59:58.669Z] #77 71.13 CC src/libcrun/libcrun_testing_a-container.o [2022-06-24T09:59:58.669Z] #77 71.14 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-24T09:59:58.669Z] #77 71.14 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-24T09:59:58.669Z] #77 71.15 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-24T09:59:58.669Z] #77 71.17 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-24T09:59:58.669Z] #77 71.17 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-24T09:59:58.669Z] #77 71.19 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-24T09:59:58.702Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 8.5s done [2022-06-24T09:59:58.716Z] #84 ... [2022-06-24T09:59:58.716Z] [2022-06-24T09:59:58.717Z] #60 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T09:59:58.717Z] #60 sha256:ba20ef080b9bd9f53093c85c8240b9d35e9986f8bf348c18e1d51d72c67e7362 [2022-06-24T09:59:58.717Z] #60 77.99 gotestsum version dev [2022-06-24T09:59:58.928Z] #77 71.20 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-24T09:59:58.928Z] #77 71.21 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-24T09:59:58.928Z] #77 71.21 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-24T09:59:58.928Z] #77 71.23 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-24T09:59:58.928Z] #77 71.25 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-24T09:59:58.928Z] #77 71.27 CC src/libcrun/libcrun_testing_a-error.o [2022-06-24T09:59:58.928Z] #77 71.30 CC src/libcrun/libcrun_testing_a-status.o [2022-06-24T09:59:58.928Z] #77 71.34 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-24T09:59:58.928Z] #77 71.37 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-24T09:59:58.928Z] #77 71.39 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-24T09:59:58.928Z] #77 71.39 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-24T09:59:58.928Z] #77 71.40 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-24T09:59:58.928Z] #77 71.42 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-24T09:59:58.964Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 0.1s [2022-06-24T09:59:59.188Z] #77 71.43 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-24T09:59:59.188Z] #77 71.47 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-24T09:59:59.188Z] #77 71.48 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-24T09:59:59.188Z] #77 71.52 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-24T09:59:59.188Z] #77 71.56 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-24T09:59:59.188Z] #77 71.66 CC src/crun-crun.o [2022-06-24T09:59:59.332Z] #67 7.027 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-24T09:59:59.333Z] #67 7.052 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-24T09:59:59.449Z] #77 71.70 CC src/crun-run.o [2022-06-24T09:59:59.450Z] #77 71.71 CC src/crun-delete.o [2022-06-24T09:59:59.450Z] #77 71.74 CC src/crun-pause.o [2022-06-24T09:59:59.450Z] #77 71.74 CC src/crun-kill.o [2022-06-24T09:59:59.450Z] #77 71.75 CC src/crun-unpause.o [2022-06-24T09:59:59.450Z] #77 71.82 CC src/crun-spec.o [2022-06-24T09:59:59.450Z] #77 71.85 CC src/crun-exec.o [2022-06-24T09:59:59.450Z] #77 71.87 CC src/crun-list.o [2022-06-24T09:59:59.450Z] #77 71.89 CC src/crun-create.o [2022-06-24T09:59:59.589Z] #67 7.480 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-24T09:59:59.653Z] #60 DONE 78.8s [2022-06-24T09:59:59.653Z] [2022-06-24T09:59:59.653Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T09:59:59.653Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T09:59:59.653Z] #84 17.61 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-24T09:59:59.653Z] #84 17.74 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-24T09:59:59.653Z] #84 17.98 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-24T09:59:59.661Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 5.1s [2022-06-24T09:59:59.709Z] #77 71.94 CC src/crun-start.o [2022-06-24T09:59:59.709Z] #77 71.98 CC src/crun-state.o [2022-06-24T09:59:59.709Z] #77 71.99 CC src/crun-update.o [2022-06-24T09:59:59.709Z] #77 72.02 CC src/crun-ps.o [2022-06-24T09:59:59.709Z] #77 72.06 CC src/crun-checkpoint.o [2022-06-24T09:59:59.968Z] #77 72.17 CC src/crun-restore.o [2022-06-24T10:00:00.535Z] #77 72.95 CC src/libcrun/libcrun_la-utils.lo [2022-06-24T10:00:00.535Z] #77 73.00 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-24T10:00:00.535Z] #77 73.01 CC src/libcrun/libcrun_la-container.lo [2022-06-24T10:00:00.795Z] #77 73.05 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-24T10:00:00.795Z] #77 73.05 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-24T10:00:00.795Z] #77 73.07 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-24T10:00:00.795Z] #77 73.07 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-24T10:00:00.795Z] #77 73.08 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-24T10:00:00.795Z] #77 73.09 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-24T10:00:00.795Z] #77 73.11 CC src/libcrun/libcrun_la-criu.lo [2022-06-24T10:00:00.795Z] #77 73.13 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-24T10:00:00.795Z] #77 73.18 CC src/libcrun/libcrun_la-linux.lo [2022-06-24T10:00:00.795Z] #77 73.19 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-24T10:00:00.795Z] #77 73.22 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-24T10:00:00.795Z] #77 73.24 CC src/libcrun/libcrun_la-error.lo [2022-06-24T10:00:00.795Z] #77 73.26 CC src/libcrun/libcrun_la-status.lo [2022-06-24T10:00:00.795Z] #77 73.32 CC src/libcrun/libcrun_la-terminal.lo [2022-06-24T10:00:01.053Z] #77 ... [2022-06-24T10:00:01.053Z] [2022-06-24T10:00:01.053Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-24T10:00:01.053Z] #23 sha256:f3eb4414ed295cc4b608136fb6f37ded1f22bf01450bd4809fea72750aa7e1dc [2022-06-24T10:00:01.053Z] #23 6.748 Collecting yamllint==1.26.1 [2022-06-24T10:00:01.053Z] #23 7.802 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-24T10:00:01.053Z] #23 8.308 Collecting pathspec>=0.5.3 [2022-06-24T10:00:01.053Z] #23 8.313 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-24T10:00:01.053Z] #23 8.491 Collecting pyyaml [2022-06-24T10:00:01.053Z] #23 8.498 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-06-24T10:00:01.053Z] #23 8.527 Building wheels for collected packages: yamllint [2022-06-24T10:00:01.053Z] #23 8.531 Building wheel for yamllint (setup.py): started [2022-06-24T10:00:01.053Z] #23 8.918 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-24T10:00:01.053Z] #23 8.918 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=121cb72480ef70036e89d22ff0aec481b6ac57672a1fcb9a539557ad03f5c160 [2022-06-24T10:00:01.053Z] #23 8.919 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-24T10:00:01.053Z] #23 8.922 Successfully built yamllint [2022-06-24T10:00:01.053Z] #23 8.939 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-24T10:00:01.053Z] #23 9.143 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-24T10:00:01.053Z] #23 DONE 10.0s [2022-06-24T10:00:01.053Z] [2022-06-24T10:00:01.053Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:00:01.053Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:00:01.053Z] #77 73.33 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-24T10:00:01.053Z] #77 73.33 CC src/libcrun/libcrun_la-signals.lo [2022-06-24T10:00:01.053Z] #77 73.40 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-24T10:00:01.053Z] #77 73.53 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-24T10:00:01.053Z] #77 73.55 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-24T10:00:01.053Z] #77 73.60 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-24T10:00:01.313Z] #77 73.64 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-24T10:00:01.313Z] #77 73.66 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-24T10:00:01.313Z] #77 73.68 CC tests/init.o [2022-06-24T10:00:01.313Z] #77 73.72 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-24T10:00:01.313Z] #77 ... [2022-06-24T10:00:01.313Z] [2022-06-24T10:00:01.313Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-24T10:00:01.313Z] #27 sha256:f30cbc1fbb67bbff97698ee8d605f5ac57ef3bce49039d04195ba61227600f7d [2022-06-24T10:00:01.313Z] #27 DONE 0.4s [2022-06-24T10:00:01.571Z] [2022-06-24T10:00:01.571Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-24T10:00:01.571Z] #32 sha256:8cf439a433df80485cd8e7f44ad2cebc73b3394f388a4ab623a81c729989da5f [2022-06-24T10:00:02.113Z] #67 9.585 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-24T10:00:02.113Z] #67 ... [2022-06-24T10:00:02.113Z] [2022-06-24T10:00:02.113Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:00:02.113Z] #42 sha256:244a2459a3e7b9fdec1be91dff3727c666692159bba1dc0398e0772fbe0ad966 [2022-06-24T10:00:02.113Z] #42 5.290 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:00:02.113Z] #42 5.349 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:00:02.113Z] #42 5.352 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:00:02.113Z] #42 6.473 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-24T10:00:02.113Z] #42 8.601 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-24T10:00:02.113Z] #42 ... [2022-06-24T10:00:02.113Z] [2022-06-24T10:00:02.113Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-24T10:00:02.113Z] #57 sha256:a05f7f5ad4abaefa9ec7a4d40898622388ab8650f4d30054ed9c5a1f10621522 [2022-06-24T10:00:02.113Z] #57 4.301 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-24T10:00:02.113Z] #57 5.470 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-24T10:00:02.113Z] #57 5.487 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-24T10:00:02.113Z] #57 5.549 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-24T10:00:02.113Z] #57 6.974 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-24T10:00:02.113Z] #57 ... [2022-06-24T10:00:02.113Z] [2022-06-24T10:00:02.113Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:00:02.113Z] #55 sha256:4cbff6290f4bfe104ba0351773aa92a57abf861a5e0de9779db9a581072e1642 [2022-06-24T10:00:02.113Z] #55 5.240 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-24T10:00:02.113Z] #55 ... [2022-06-24T10:00:02.113Z] [2022-06-24T10:00:02.113Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:00:02.113Z] #34 sha256:1c01da5173cadde9c3797f745fb3821cd9655f7821845dda696b5a4cb9e7dea1 [2022-06-24T10:00:02.113Z] #34 4.559 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-24T10:00:02.113Z] #34 4.561 Cloning into '.'... [2022-06-24T10:00:02.201Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 8.2s done [2022-06-24T10:00:02.381Z] #34 ... [2022-06-24T10:00:02.381Z] [2022-06-24T10:00:02.381Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:00:02.381Z] #47 sha256:37512511be538e81e67f2bccc67249cdabc079f078f64906cc3b2fab3d44f4d8 [2022-06-24T10:00:02.381Z] #47 4.527 + git clone https://github.com/docker/distribution.git . [2022-06-24T10:00:02.381Z] #47 4.529 Cloning into '.'... [2022-06-24T10:00:02.381Z] #47 ... [2022-06-24T10:00:02.381Z] [2022-06-24T10:00:02.381Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T10:00:02.381Z] #53 sha256:a8c8364e3356a7550658b660884fc1052ba36069b291d2a3bec5f566af402be8 [2022-06-24T10:00:02.381Z] #53 5.472 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-24T10:00:02.381Z] #53 6.772 go: downloading github.com/fatih/color v1.10.0 [2022-06-24T10:00:02.381Z] #53 6.774 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-24T10:00:02.381Z] #53 6.790 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-24T10:00:02.381Z] #53 6.824 go: downloading github.com/pkg/errors v0.9.1 [2022-06-24T10:00:02.381Z] #53 7.126 go: downloading golang.org/x/tools v0.1.0 [2022-06-24T10:00:02.381Z] #53 7.575 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-24T10:00:02.381Z] #53 7.667 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-24T10:00:02.381Z] #53 7.805 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-24T10:00:02.381Z] #53 7.998 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-24T10:00:02.639Z] #53 ... [2022-06-24T10:00:02.639Z] [2022-06-24T10:00:02.639Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:02.639Z] #76 sha256:f895c75e0e4b3e9ff8567882fb9a76e02e1da455f0bf6c41c62d98eddc497338 [2022-06-24T10:00:02.639Z] #76 2.936 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:00:02.639Z] #76 2.953 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:00:02.639Z] #76 2.953 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:00:02.639Z] #76 3.233 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-24T10:00:02.639Z] #76 3.645 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-24T10:00:02.639Z] #76 4.473 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-24T10:00:02.639Z] #76 10.49 Fetched 8432 kB in 8s (1081 kB/s) [2022-06-24T10:00:02.639Z] #76 10.49 Reading package lists... [2022-06-24T10:00:02.639Z] #76 ... [2022-06-24T10:00:02.639Z] [2022-06-24T10:00:02.639Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-24T10:00:02.639Z] #40 sha256:306b177a3e99ed2dcc77fcd30b91d530d874cee626a89acaef58e819214ca68f [2022-06-24T10:00:02.639Z] #40 5.444 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-24T10:00:02.639Z] #40 6.260 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-24T10:00:02.639Z] #40 7.421 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-24T10:00:02.639Z] #40 7.735 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-24T10:00:02.639Z] #40 7.759 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-24T10:00:02.639Z] #40 10.72 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-24T10:00:02.639Z] #40 10.81 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-24T10:00:02.896Z] #40 ... [2022-06-24T10:00:02.896Z] [2022-06-24T10:00:02.896Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:02.896Z] #14 sha256:a6b96088b35bd9ef1345c3da39531dbebaf969a901e7fc87bc561d4866a911db [2022-06-24T10:00:02.896Z] #14 3.909 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:00:02.896Z] #14 3.945 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:00:02.896Z] #14 3.945 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:00:02.896Z] #14 4.565 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-24T10:00:02.896Z] #14 5.661 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-24T10:00:02.896Z] #14 8.846 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-24T10:00:02.896Z] #14 ... [2022-06-24T10:00:02.896Z] [2022-06-24T10:00:02.896Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-24T10:00:02.896Z] #38 sha256:6d14896d52f118839610ae685f6b8a8f738af789e1bbc4b8c0e1368081423fd3 [2022-06-24T10:00:02.896Z] #38 4.660 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-24T10:00:03.153Z] #38 ... [2022-06-24T10:00:03.153Z] [2022-06-24T10:00:03.153Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T10:00:03.153Z] #36 sha256:ab22f2d1763959d9388117917241ad616e5190b3c4dad3de4e79bc37a8392816 [2022-06-24T10:00:03.153Z] #36 5.449 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-24T10:00:03.153Z] #36 ... [2022-06-24T10:00:03.153Z] [2022-06-24T10:00:03.154Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:00:03.154Z] #62 sha256:932d71370ac1690e8c4733931cb1fb53c6f03ee926b16eb756c977fa6695fec7 [2022-06-24T10:00:03.154Z] #62 3.904 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:00:03.154Z] #62 3.927 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:00:03.154Z] #62 3.945 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:00:03.154Z] #62 4.477 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-24T10:00:03.154Z] #62 5.645 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-24T10:00:03.154Z] #62 8.262 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-24T10:00:03.223Z] #11 ... [2022-06-24T10:00:03.223Z] [2022-06-24T10:00:03.223Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-24T10:00:03.223Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-24T10:00:03.223Z] #29 8.135 Selecting previously unselected package libssh2-1:amd64. [2022-06-24T10:00:03.223Z] #29 8.135 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-24T10:00:03.223Z] #29 8.142 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-24T10:00:03.223Z] #29 8.320 Selecting previously unselected package libcurl4:amd64. [2022-06-24T10:00:03.223Z] #29 8.320 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-24T10:00:03.223Z] #29 8.325 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-24T10:00:03.223Z] #29 8.479 Selecting previously unselected package curl. [2022-06-24T10:00:03.223Z] #29 8.482 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-24T10:00:03.223Z] #29 8.486 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-24T10:00:03.223Z] #29 8.643 Selecting previously unselected package libonig5:amd64. [2022-06-24T10:00:03.223Z] #29 8.643 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-24T10:00:03.223Z] #29 8.648 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T10:00:03.223Z] #29 8.812 Selecting previously unselected package libjq1:amd64. [2022-06-24T10:00:03.223Z] #29 8.812 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-24T10:00:03.223Z] #29 8.819 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-24T10:00:03.223Z] #29 8.939 Selecting previously unselected package jq. [2022-06-24T10:00:03.223Z] #29 8.942 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-24T10:00:03.223Z] #29 8.953 Unpacking jq (1.6-2.1) ... [2022-06-24T10:00:03.223Z] #29 9.082 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-24T10:00:03.223Z] #29 9.134 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-24T10:00:03.223Z] #29 9.145 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-24T10:00:03.223Z] #29 9.183 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T10:00:03.223Z] #29 9.196 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-24T10:00:03.223Z] #29 9.209 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-24T10:00:03.223Z] #29 9.219 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-24T10:00:03.223Z] #29 9.232 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-24T10:00:03.223Z] #29 9.255 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T10:00:03.223Z] #29 9.269 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-24T10:00:03.223Z] #29 9.281 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-24T10:00:03.223Z] #29 9.296 Setting up ca-certificates (20210119) ... [2022-06-24T10:00:03.223Z] #29 10.05 Updating certificates in /etc/ssl/certs... [2022-06-24T10:00:03.223Z] #29 10.88 129 added, 0 removed; done. [2022-06-24T10:00:03.223Z] #29 10.94 Setting up jq (1.6-2.1) ... [2022-06-24T10:00:03.223Z] #29 10.95 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-24T10:00:03.223Z] #29 10.97 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-24T10:00:03.223Z] #29 10.98 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:00:03.223Z] #29 11.00 Processing triggers for ca-certificates (20210119) ... [2022-06-24T10:00:03.223Z] #29 11.01 Updating certificates in /etc/ssl/certs... [2022-06-24T10:00:03.223Z] #29 11.60 0 added, 0 removed; done. [2022-06-24T10:00:03.223Z] #29 11.60 Running hooks in /etc/ca-certificates/update.d... [2022-06-24T10:00:03.223Z] #29 11.61 done. [2022-06-24T10:00:03.223Z] #29 DONE 15.1s [2022-06-24T10:00:03.223Z] [2022-06-24T10:00:03.223Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T10:00:03.223Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T10:00:03.223Z] #11 ... [2022-06-24T10:00:03.223Z] [2022-06-24T10:00:03.223Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-24T10:00:03.223Z] #30 sha256:adbe83cc8a01ff0694c9ce4f3370c00b185ae4826b0952e03fb33b88bff661da [2022-06-24T10:00:03.412Z] #62 ... [2022-06-24T10:00:03.412Z] [2022-06-24T10:00:03.412Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T10:00:03.412Z] #26 sha256:b924567b1fc0f6746c5a6480182d4f47685a35e99e1c7885133cd5042bd856a1 [2022-06-24T10:00:03.412Z] #26 4.368 + RM_GOPATH=0 [2022-06-24T10:00:03.412Z] #26 4.378 + TMP_GOPATH= [2022-06-24T10:00:03.412Z] #26 4.393 + : /build [2022-06-24T10:00:03.412Z] #26 4.393 + '[' -z '' ']' [2022-06-24T10:00:03.412Z] #26 4.412 ++ mktemp -d [2022-06-24T10:00:03.412Z] #26 4.412 + export GOPATH=/tmp/tmp.32FOwP3CUx [2022-06-24T10:00:03.412Z] #26 4.412 + GOPATH=/tmp/tmp.32FOwP3CUx [2022-06-24T10:00:03.412Z] #26 4.412 + RM_GOPATH=1 [2022-06-24T10:00:03.412Z] #26 4.412 + case "$(go env GOARCH)" in [2022-06-24T10:00:03.412Z] #26 4.412 ++ go env GOARCH [2022-06-24T10:00:03.412Z] #26 4.453 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:03.412Z] #26 4.453 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:03.412Z] #26 4.453 ++ dirname /install.sh [2022-06-24T10:00:03.412Z] #26 4.453 + dir=/ [2022-06-24T10:00:03.412Z] #26 4.453 + bin=dockercli [2022-06-24T10:00:03.412Z] #26 4.453 + shift [2022-06-24T10:00:03.412Z] #26 4.453 + '[' '!' -f //dockercli.installer ']' [2022-06-24T10:00:03.412Z] #26 4.453 + . //dockercli.installer [2022-06-24T10:00:03.412Z] #26 4.453 ++ : stable [2022-06-24T10:00:03.412Z] #26 4.453 ++ : 17.06.2-ce [2022-06-24T10:00:03.412Z] #26 4.453 + install_dockercli [2022-06-24T10:00:03.412Z] #26 4.453 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-24T10:00:03.412Z] #26 4.453 Install docker/cli version 17.06.2-ce from stable [2022-06-24T10:00:03.412Z] #26 4.456 ++ uname -m [2022-06-24T10:00:03.412Z] #26 4.468 + arch=aarch64 [2022-06-24T10:00:03.412Z] #26 4.472 + '[' aarch64 '!=' x86_64 ']' [2022-06-24T10:00:03.412Z] #26 4.472 + '[' aarch64 '!=' s390x ']' [2022-06-24T10:00:03.412Z] #26 4.472 + '[' aarch64 '!=' armhf ']' [2022-06-24T10:00:03.412Z] #26 4.472 + build_dockercli [2022-06-24T10:00:03.412Z] #26 4.472 + git clone https://github.com/docker/docker-ce /tmp/tmp.32FOwP3CUx/tmp/docker-ce [2022-06-24T10:00:03.412Z] #26 4.472 Cloning into '/tmp/tmp.32FOwP3CUx/tmp/docker-ce'... [2022-06-24T10:00:03.412Z] #26 ... [2022-06-24T10:00:03.412Z] [2022-06-24T10:00:03.412Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T10:00:03.412Z] #31 sha256:4f2eed115488626b7d1a2baffd9e38d065db977e3e53a15b0fe72794f880f660 [2022-06-24T10:00:03.412Z] #31 2.307 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-24T10:00:03.412Z] #31 2.631 [2022-06-24T10:00:03.412Z] #31 2.847 #=#=# ######################################################################## 100.0% [2022-06-24T10:00:03.412Z] #31 3.155 [2022-06-24T10:00:03.412Z] #31 4.895 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-24T10:00:03.412Z] #31 6.169 [2022-06-24T10:00:03.412Z] #31 6.475 #=#=# #### 6.7% ######################################################################## 100.0% [2022-06-24T10:00:03.412Z] #31 8.117 [2022-06-24T10:00:04.111Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 done [2022-06-24T10:00:04.373Z] #11 ... [2022-06-24T10:00:04.373Z] [2022-06-24T10:00:04.373Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T10:00:04.373Z] #31 sha256:9f07ac985ed6e74de47be7f942fe68ff311eef5a1d4082104078051d5988fd34 [2022-06-24T10:00:04.373Z] #31 1.459 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-24T10:00:04.373Z] #31 1.712 [2022-06-24T10:00:04.373Z] #31 1.930 #=#=# ######################################################################## 100.0% [2022-06-24T10:00:04.373Z] #31 2.171 [2022-06-24T10:00:04.373Z] #31 3.030 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-24T10:00:04.373Z] #31 3.302 [2022-06-24T10:00:04.373Z] #31 3.517 #=#=# ######################################################################## 100.0% [2022-06-24T10:00:04.373Z] #31 3.791 [2022-06-24T10:00:04.373Z] #31 4.656 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-24T10:00:04.373Z] #31 4.917 [2022-06-24T10:00:04.373Z] #31 5.144 #=#=# ################## 25.9% ######################################### 57.8% ################################################################ 89.9% ######################################################################## 100.0% [2022-06-24T10:00:04.373Z] #31 5.712 [2022-06-24T10:00:04.373Z] #31 6.609 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-24T10:00:04.373Z] #31 6.901 [2022-06-24T10:00:04.373Z] #31 7.118 #=#=# ######################################################################## 100.0% [2022-06-24T10:00:04.373Z] #31 7.392 [2022-06-24T10:00:04.373Z] #31 8.197 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-24T10:00:04.373Z] #31 8.411 [2022-06-24T10:00:04.373Z] #31 8.625 #=#=# ######################################################################## 100.0% [2022-06-24T10:00:04.373Z] #31 8.799 [2022-06-24T10:00:04.373Z] #31 8.839 Download of images into '/build' complete. [2022-06-24T10:00:04.373Z] #31 8.839 Use something like the following to load the result into a Docker daemon: [2022-06-24T10:00:04.373Z] #31 8.839 tar -cC '/build' . | docker load [2022-06-24T10:00:04.373Z] #31 ... [2022-06-24T10:00:04.373Z] [2022-06-24T10:00:04.373Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T10:00:04.373Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T10:00:04.373Z] #11 DONE 28.5s [2022-06-24T10:00:04.373Z] [2022-06-24T10:00:04.373Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-24T10:00:04.373Z] #12 sha256:7c6574023ef3d3b21511a34e6c1cc3c8d423ac7f3e49038c328d9bf1b0af46fa [2022-06-24T10:00:04.632Z] #12 ... [2022-06-24T10:00:04.632Z] [2022-06-24T10:00:04.632Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T10:00:04.632Z] #31 sha256:9f07ac985ed6e74de47be7f942fe68ff311eef5a1d4082104078051d5988fd34 [2022-06-24T10:00:04.632Z] #31 DONE 10.4s [2022-06-24T10:00:04.632Z] [2022-06-24T10:00:04.633Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-24T10:00:04.633Z] #12 sha256:7c6574023ef3d3b21511a34e6c1cc3c8d423ac7f3e49038c328d9bf1b0af46fa [2022-06-24T10:00:04.787Z] #31 13.47 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-24T10:00:04.787Z] #31 ... [2022-06-24T10:00:04.787Z] [2022-06-24T10:00:04.787Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T10:00:04.787Z] #36 sha256:ab22f2d1763959d9388117917241ad616e5190b3c4dad3de4e79bc37a8392816 [2022-06-24T10:00:04.787Z] #36 13.02 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-24T10:00:04.787Z] #36 13.04 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-24T10:00:04.860Z] #32 DONE 2.9s [2022-06-24T10:00:04.860Z] [2022-06-24T10:00:04.860Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-24T10:00:04.860Z] #35 sha256:09edc5473055a6ad94502cdd568ec2e14ed66aaa1a0c70586dc29fa210e41492 [2022-06-24T10:00:04.860Z] #35 DONE 0.3s [2022-06-24T10:00:04.860Z] [2022-06-24T10:00:04.860Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:00:04.860Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:00:04.860Z] #77 75.94 CCLD tests/init [2022-06-24T10:00:05.119Z] #77 ... [2022-06-24T10:00:05.119Z] [2022-06-24T10:00:05.119Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-24T10:00:05.119Z] #37 sha256:7f8f59ba232e74a90d1fdf8bd0bf636497ed64b6f0d4a26f4106e8518bb98188 [2022-06-24T10:00:05.119Z] #37 DONE 0.4s [2022-06-24T10:00:05.119Z] [2022-06-24T10:00:05.119Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-24T10:00:05.119Z] #39 sha256:443bd5586e6ef95b84d142273eff8e8bc6a78d072fa0c41bcb10f76654770aa4 [2022-06-24T10:00:05.119Z] #39 DONE 0.2s [2022-06-24T10:00:05.119Z] [2022-06-24T10:00:05.119Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-24T10:00:05.119Z] #41 sha256:07a1f5511c823db8e43c482e1748072e9a54dc0cf7ea9835d851ce88dc16ffb4 [2022-06-24T10:00:05.119Z] #41 DONE 0.1s [2022-06-24T10:00:05.119Z] [2022-06-24T10:00:05.119Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:00:05.119Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:00:05.119Z] #77 77.46 AR libcrun_testing.a [2022-06-24T10:00:05.119Z] #77 77.47 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-24T10:00:05.119Z] #77 77.49 CCLD tests/tests_libcrun_utils [2022-06-24T10:00:05.119Z] #77 77.49 CCLD tests/tests_libcrun_errors [2022-06-24T10:00:05.119Z] #77 77.50 CCLD tests/tests_libcrun_fuzzer [2022-06-24T10:00:05.201Z] #12 DONE 0.6s [2022-06-24T10:00:05.201Z] [2022-06-24T10:00:05.201Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-06-24T10:00:05.201Z] #13 sha256:2c7f01d70f8f1c36ff2a9775d94c51853119137998f8b72221dc2fadcf6b82ef [2022-06-24T10:00:05.352Z] #36 13.55 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-24T10:00:05.352Z] #36 13.72 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-24T10:00:05.390Z] #77 ... [2022-06-24T10:00:05.390Z] [2022-06-24T10:00:05.390Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-24T10:00:05.390Z] #45 sha256:cdf7abe0ed44f4c2e5ddf7f5d1c59b2696f9da6a480b93360bc0a846abe6b879 [2022-06-24T10:00:05.390Z] #45 DONE 0.1s [2022-06-24T10:00:05.390Z] [2022-06-24T10:00:05.390Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:00:05.390Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:00:05.390Z] #77 77.76 CCLD libcrun.la [2022-06-24T10:00:05.463Z] #13 DONE 0.5s [2022-06-24T10:00:05.463Z] [2022-06-24T10:00:05.463Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-24T10:00:05.463Z] #33 sha256:83f5f41291b4b093c00e963fa68ecfb21619377dc1b96869b4d7e03d85f0906b [2022-06-24T10:00:05.618Z] #36 13.94 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-24T10:00:05.725Z] #33 ... [2022-06-24T10:00:05.725Z] [2022-06-24T10:00:05.725Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-06-24T10:00:05.725Z] #50 sha256:c4bff49a7d5be28197a70f511bae45be591259d289cd9d805ebeee7ad3923b1d [2022-06-24T10:00:05.725Z] #50 DONE 0.2s [2022-06-24T10:00:05.725Z] [2022-06-24T10:00:05.725Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-24T10:00:05.725Z] #25 sha256:c2224b45c1bfc1581f60fedcd6ab62e256ba4d94c7747dc019b08c99fb60e13f [2022-06-24T10:00:05.725Z] #25 DONE 0.3s [2022-06-24T10:00:05.725Z] [2022-06-24T10:00:05.725Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-24T10:00:05.725Z] #46 sha256:6159a09b2dd95df77a28665a2dd5b2cb36f4caadaf80f1cca7ef2e5bf582292c [2022-06-24T10:00:05.725Z] #46 DONE 0.3s [2022-06-24T10:00:05.725Z] [2022-06-24T10:00:05.725Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T10:00:05.725Z] #26 sha256:058108538fa5757b8666bd46abfed268223a0bc122f1ea063ec47a023fb236e9 [2022-06-24T10:00:05.771Z] #30 DONE 2.1s [2022-06-24T10:00:05.771Z] [2022-06-24T10:00:05.771Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T10:00:05.771Z] #31 sha256:9c99c457f2eb724d96509b78392ca31cfaceb9a415df1209bd2f0ca7f72155a3 [2022-06-24T10:00:05.876Z] #36 14.18 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-24T10:00:05.958Z] #77 78.19 CCLD crun [2022-06-24T10:00:05.987Z] #26 ... [2022-06-24T10:00:05.987Z] [2022-06-24T10:00:05.987Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-24T10:00:05.987Z] #33 sha256:83f5f41291b4b093c00e963fa68ecfb21619377dc1b96869b4d7e03d85f0906b [2022-06-24T10:00:05.987Z] #33 DONE 0.3s [2022-06-24T10:00:05.987Z] [2022-06-24T10:00:05.987Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-24T10:00:05.987Z] #66 sha256:75b664e373261efdb3015a1e721a94588506d020b85ebab4e22286800238f362 [2022-06-24T10:00:05.987Z] #66 DONE 0.3s [2022-06-24T10:00:05.987Z] [2022-06-24T10:00:05.987Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:00:05.987Z] #67 sha256:6dacfb668fc8386b73db7bc8d69b569a98dcdce1ca7002bad0467a2eb6025e05 [2022-06-24T10:00:06.133Z] #36 14.32 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-24T10:00:06.133Z] #36 14.34 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-24T10:00:06.133Z] #36 14.41 go: downloading github.com/peterh/liner v1.2.2 [2022-06-24T10:00:06.216Z] #77 ... [2022-06-24T10:00:06.217Z] [2022-06-24T10:00:06.217Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-24T10:00:06.217Z] #48 sha256:9ec626d640500f1179b02735420fc443f50095d99f84a1d6201fe5d0a4224660 [2022-06-24T10:00:06.217Z] #48 DONE 0.9s [2022-06-24T10:00:06.217Z] [2022-06-24T10:00:06.217Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-24T10:00:06.217Z] #52 sha256:ecf68646a622629bcb946721d1fa3f517465c200830b8c04ff44f471b72bbdc5 [2022-06-24T10:00:06.217Z] #52 DONE 0.0s [2022-06-24T10:00:06.217Z] [2022-06-24T10:00:06.217Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:00:06.217Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:00:06.217Z] #77 78.55 make[3]: Entering directory '/tmp/crun-build' [2022-06-24T10:00:06.217Z] #77 ... [2022-06-24T10:00:06.217Z] [2022-06-24T10:00:06.217Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-24T10:00:06.217Z] #54 sha256:9c6ea43971ceb6c9f5518a2c4da5d4fabb60bb6ee5a51680f313c45b261298a5 [2022-06-24T10:00:06.217Z] #54 DONE 0.1s [2022-06-24T10:00:06.217Z] [2022-06-24T10:00:06.217Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:00:06.217Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:00:06.217Z] #77 78.71 /bin/mkdir -p '/usr/local/lib' [2022-06-24T10:00:06.217Z] #77 78.71 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-24T10:00:06.217Z] #77 78.71 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-24T10:00:06.217Z] #77 78.73 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-24T10:00:06.217Z] #77 78.77 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-24T10:00:06.389Z] #36 14.73 go: downloading github.com/google/go-dap v0.6.0 [2022-06-24T10:00:06.389Z] #36 14.82 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-24T10:00:06.475Z] #77 78.77 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-24T10:00:06.475Z] #77 78.79 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-24T10:00:06.475Z] #77 78.80 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-24T10:00:06.647Z] #36 15.03 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-24T10:00:06.734Z] #77 78.97 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-06-24T10:00:06.734Z] #77 78.97 ---------------------------------------------------------------------- [2022-06-24T10:00:06.734Z] #77 78.97 Libraries have been installed in: [2022-06-24T10:00:06.734Z] #77 78.97 /usr/local/lib [2022-06-24T10:00:06.734Z] #77 78.97 [2022-06-24T10:00:06.734Z] #77 78.97 If you ever happen to want to link against installed libraries [2022-06-24T10:00:06.734Z] #77 78.97 in a given directory, LIBDIR, you must either use libtool, and [2022-06-24T10:00:06.734Z] #77 78.97 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-24T10:00:06.734Z] #77 78.97 flag during linking and do at least one of the following: [2022-06-24T10:00:06.734Z] #77 78.97 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-24T10:00:06.734Z] #77 78.97 during execution [2022-06-24T10:00:06.734Z] #77 78.97 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-24T10:00:06.734Z] #77 78.97 during linking [2022-06-24T10:00:06.734Z] #77 78.97 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-24T10:00:06.734Z] #77 78.97 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-24T10:00:06.734Z] #77 78.97 [2022-06-24T10:00:06.734Z] #77 78.97 See any operating system documentation about shared libraries for [2022-06-24T10:00:06.734Z] #77 78.97 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-24T10:00:06.734Z] #77 78.97 ---------------------------------------------------------------------- [2022-06-24T10:00:06.734Z] #77 78.97 /bin/mkdir -p '/build' [2022-06-24T10:00:06.734Z] #77 78.99 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-24T10:00:06.734Z] #77 79.05 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-24T10:00:06.734Z] #77 79.06 make[3]: Leaving directory '/tmp/crun-build' [2022-06-24T10:00:06.734Z] #77 79.06 make[2]: Leaving directory '/tmp/crun-build' [2022-06-24T10:00:06.734Z] #77 79.06 make[1]: Leaving directory '/tmp/crun-build' [2022-06-24T10:00:06.994Z] #77 DONE 79.3s [2022-06-24T10:00:06.994Z] [2022-06-24T10:00:06.994Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-24T10:00:06.994Z] #56 sha256:2f5f9902226ea213f18e252bcd66b29bdb8ae5021ead53ff4f4fd0ee8eac1917 [2022-06-24T10:00:06.994Z] #56 DONE 0.7s [2022-06-24T10:00:06.994Z] [2022-06-24T10:00:06.994Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-24T10:00:06.994Z] #58 sha256:70a8fc40e15a775b7f8fee1e48d5ffdc3d267560ce37b83365e0cfac5f63aeef [2022-06-24T10:00:06.994Z] #58 DONE 0.1s [2022-06-24T10:00:06.994Z] [2022-06-24T10:00:06.994Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:00:06.994Z] #64 sha256:1a9b165bc4751f59b5f5f324e45ca2ba8d731e16b00f7b257f7734719c9b1b02 [2022-06-24T10:00:07.161Z] #31 1.835 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-24T10:00:07.212Z] #36 15.58 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-24T10:00:07.253Z] #64 ... [2022-06-24T10:00:07.253Z] [2022-06-24T10:00:07.253Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-24T10:00:07.253Z] #61 sha256:58ea94ec3e33a3bebb6745db7cf35fcc4d2ab8eb85b6bd1e21f6af285e35dcee [2022-06-24T10:00:07.253Z] #61 DONE 0.2s [2022-06-24T10:00:07.253Z] [2022-06-24T10:00:07.253Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:00:07.253Z] #64 sha256:1a9b165bc4751f59b5f5f324e45ca2ba8d731e16b00f7b257f7734719c9b1b02 [2022-06-24T10:00:07.421Z] #31 2.163 [2022-06-24T10:00:07.473Z] #36 15.74 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-24T10:00:07.681Z] #31 2.385 #=#=# ######################################################################## 100.0% [2022-06-24T10:00:07.730Z] #36 15.94 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-24T10:00:07.730Z] #36 ... [2022-06-24T10:00:07.730Z] [2022-06-24T10:00:07.730Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:07.730Z] #51 sha256:2c2dc708e01ec3927f9627b740ac90f6af9913100397b3774301023065caaa9f [2022-06-24T10:00:07.730Z] #51 5.301 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-24T10:00:07.730Z] #51 6.051 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-24T10:00:07.730Z] #51 8.602 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-24T10:00:07.730Z] #51 11.07 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-24T10:00:07.730Z] #51 13.96 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-24T10:00:07.730Z] #51 ... [2022-06-24T10:00:07.730Z] [2022-06-24T10:00:07.730Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T10:00:07.730Z] #31 sha256:4f2eed115488626b7d1a2baffd9e38d065db977e3e53a15b0fe72794f880f660 [2022-06-24T10:00:07.730Z] #31 15.03 #=#=# [2022-06-24T10:00:07.730Z] #31 15.45 #=#=# 0.0% ########## 15.0% ################## 25.0% ######################### 35.7% ################################## 47.8% ############################################ 62.0% ######################################################### 80.0% ################################################################### 94.0% ######################################################################## 100.0% [2022-06-24T10:00:07.941Z] #31 2.639 [2022-06-24T10:00:08.887Z] #31 3.649 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-24T10:00:09.102Z] #31 17.63 [2022-06-24T10:00:09.147Z] #31 3.928 [2022-06-24T10:00:09.408Z] #31 4.153 #=#=# ######################################################################## 100.0% [2022-06-24T10:00:09.669Z] #31 4.469 [2022-06-24T10:00:11.055Z] #31 5.567 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-24T10:00:11.273Z] #67 ... [2022-06-24T10:00:11.273Z] [2022-06-24T10:00:11.273Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T10:00:11.273Z] #26 sha256:058108538fa5757b8666bd46abfed268223a0bc122f1ea063ec47a023fb236e9 [2022-06-24T10:00:11.273Z] #26 4.252 + RM_GOPATH=0 [2022-06-24T10:00:11.273Z] #26 4.252 + TMP_GOPATH= [2022-06-24T10:00:11.273Z] #26 4.252 + : /build [2022-06-24T10:00:11.273Z] #26 4.252 + '[' -z '' ']' [2022-06-24T10:00:11.273Z] #26 4.259 ++ mktemp -d [2022-06-24T10:00:11.273Z] #26 4.259 + export GOPATH=/tmp/tmp.4Wn8yofdrz [2022-06-24T10:00:11.273Z] #26 4.259 + GOPATH=/tmp/tmp.4Wn8yofdrz [2022-06-24T10:00:11.273Z] #26 4.259 + RM_GOPATH=1 [2022-06-24T10:00:11.273Z] #26 4.259 + case "$(go env GOARCH)" in [2022-06-24T10:00:11.273Z] #26 4.259 ++ go env GOARCH [2022-06-24T10:00:11.273Z] #26 4.278 Install docker/cli version 17.06.2-ce from stable [2022-06-24T10:00:11.273Z] #26 4.279 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:11.273Z] #26 4.279 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:11.273Z] #26 4.279 ++ dirname /install.sh [2022-06-24T10:00:11.273Z] #26 4.279 + dir=/ [2022-06-24T10:00:11.273Z] #26 4.279 + bin=dockercli [2022-06-24T10:00:11.273Z] #26 4.279 + shift [2022-06-24T10:00:11.273Z] #26 4.279 + '[' '!' -f //dockercli.installer ']' [2022-06-24T10:00:11.273Z] #26 4.279 + . //dockercli.installer [2022-06-24T10:00:11.273Z] #26 4.279 ++ : stable [2022-06-24T10:00:11.273Z] #26 4.279 ++ : 17.06.2-ce [2022-06-24T10:00:11.273Z] #26 4.279 + install_dockercli [2022-06-24T10:00:11.273Z] #26 4.279 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-24T10:00:11.273Z] #26 4.298 ++ uname -m [2022-06-24T10:00:11.273Z] #26 4.298 + arch=x86_64 [2022-06-24T10:00:11.273Z] #26 4.298 + '[' x86_64 '!=' x86_64 ']' [2022-06-24T10:00:11.273Z] #26 4.298 + url=https://download.docker.com/linux/static [2022-06-24T10:00:11.273Z] #26 4.298 + tar -xz docker/docker [2022-06-24T10:00:11.273Z] #26 4.305 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-24T10:00:11.320Z] #31 5.870 [2022-06-24T10:00:11.843Z] #31 6.090 #=#=# ####### 10.5% ######################################## 56.5% ############################################################### 88.5% ######################################################################## 100.0% [2022-06-24T10:00:12.104Z] #31 6.670 [2022-06-24T10:00:12.365Z] #31 ... [2022-06-24T10:00:12.365Z] [2022-06-24T10:00:12.365Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T10:00:12.365Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T10:00:12.365Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 4.4s done [2022-06-24T10:00:12.365Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 7.9s [2022-06-24T10:00:12.386Z] #31 ... [2022-06-24T10:00:12.386Z] [2022-06-24T10:00:12.386Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:00:12.386Z] #67 sha256:0b78d72b1651061710104f3603ea8caa08f5c0e80e463d6a7d68e695d6e36c96 [2022-06-24T10:00:12.386Z] #67 10.23 go: downloading github.com/google/uuid v1.3.0 [2022-06-24T10:00:12.386Z] #67 10.34 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-24T10:00:12.386Z] #67 11.04 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-24T10:00:12.386Z] #67 11.19 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-24T10:00:12.386Z] #67 11.27 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-24T10:00:12.386Z] #67 11.39 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-24T10:00:12.386Z] #67 11.77 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-24T10:00:12.386Z] #67 11.97 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-24T10:00:12.386Z] #67 12.22 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-24T10:00:12.386Z] #67 13.77 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-24T10:00:12.518Z] #64 91.07 # github.com/containerd/containerd/cmd/containerd [2022-06-24T10:00:12.518Z] #64 91.07 /usr/bin/ld: /tmp/go-link-850656948/000019.o: in function `New': [2022-06-24T10:00:12.518Z] #64 91.07 /tmp/tmp.Np6Be4zxjp/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-06-24T10:00:12.518Z] #64 91.15 + bin/containerd-stress [2022-06-24T10:00:12.643Z] #67 ... [2022-06-24T10:00:12.643Z] [2022-06-24T10:00:12.643Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-24T10:00:12.643Z] #38 sha256:6d14896d52f118839610ae685f6b8a8f738af789e1bbc4b8c0e1368081423fd3 [2022-06-24T10:00:12.643Z] #38 16.57 tomll can be used in two ways: [2022-06-24T10:00:12.643Z] #38 16.57 Writing to STDIN and reading from STDOUT: [2022-06-24T10:00:12.643Z] #38 16.57 cat file.toml | tomll > file.toml [2022-06-24T10:00:12.643Z] #38 16.57 [2022-06-24T10:00:12.643Z] #38 16.57 Reading and updating a list of files: [2022-06-24T10:00:12.643Z] #38 16.57 tomll a.toml b.toml c.toml [2022-06-24T10:00:12.643Z] #38 16.57 [2022-06-24T10:00:12.643Z] #38 16.57 When given a list of files, tomll will modify all files in place without asking. [2022-06-24T10:00:12.899Z] #38 DONE 21.1s [2022-06-24T10:00:12.899Z] [2022-06-24T10:00:12.899Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T10:00:12.899Z] #53 sha256:a8c8364e3356a7550658b660884fc1052ba36069b291d2a3bec5f566af402be8 [2022-06-24T10:00:12.899Z] #53 11.12 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-24T10:00:12.899Z] #53 11.18 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-24T10:00:12.899Z] #53 11.31 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-24T10:00:12.899Z] #53 13.08 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-24T10:00:12.899Z] #53 13.09 go: downloading golang.org/x/mod v0.3.0 [2022-06-24T10:00:12.899Z] #53 ... [2022-06-24T10:00:12.899Z] [2022-06-24T10:00:12.899Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:12.899Z] #76 sha256:f895c75e0e4b3e9ff8567882fb9a76e02e1da455f0bf6c41c62d98eddc497338 [2022-06-24T10:00:12.899Z] #76 10.49 Reading package lists... [2022-06-24T10:00:12.899Z] #76 16.20 Reading package lists... [2022-06-24T10:00:12.949Z] #11 ... [2022-06-24T10:00:12.949Z] [2022-06-24T10:00:12.949Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T10:00:12.949Z] #31 sha256:9c99c457f2eb724d96509b78392ca31cfaceb9a415df1209bd2f0ca7f72155a3 [2022-06-24T10:00:12.949Z] #31 7.627 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-24T10:00:13.209Z] #31 7.947 [2022-06-24T10:00:13.413Z] #76 21.36 Building dependency tree... [2022-06-24T10:00:13.413Z] #76 ... [2022-06-24T10:00:13.413Z] [2022-06-24T10:00:13.413Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:00:13.413Z] #42 sha256:244a2459a3e7b9fdec1be91dff3727c666692159bba1dc0398e0772fbe0ad966 [2022-06-24T10:00:13.413Z] #42 11.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-24T10:00:13.413Z] #42 17.12 Fetched 8432 kB in 12s (699 kB/s) [2022-06-24T10:00:13.453Z] #64 92.01 + bin/containerd-shim [2022-06-24T10:00:13.470Z] #31 8.178 #=#=# ######################################################################## 100.0% [2022-06-24T10:00:13.670Z] #42 17.12 Reading package lists... [2022-06-24T10:00:13.670Z] #42 ... [2022-06-24T10:00:13.670Z] [2022-06-24T10:00:13.670Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:13.670Z] #14 sha256:a6b96088b35bd9ef1345c3da39531dbebaf969a901e7fc87bc561d4866a911db [2022-06-24T10:00:13.670Z] #14 15.14 Fetched 8432 kB in 11s (736 kB/s) [2022-06-24T10:00:13.670Z] #14 15.14 Reading package lists... [2022-06-24T10:00:13.729Z] #31 8.474 [2022-06-24T10:00:14.243Z] #14 20.61 Reading package lists... [2022-06-24T10:00:14.244Z] #14 ... [2022-06-24T10:00:14.244Z] [2022-06-24T10:00:14.244Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:00:14.244Z] #47 sha256:37512511be538e81e67f2bccc67249cdabc079f078f64906cc3b2fab3d44f4d8 [2022-06-24T10:00:14.530Z] #84 ... [2022-06-24T10:00:14.530Z] [2022-06-24T10:00:14.530Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:00:14.530Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:00:14.530Z] #19 69.87 Fetched 49.1 MB in 1min 8s (719 kB/s) [2022-06-24T10:00:14.673Z] #31 9.302 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-24T10:00:14.758Z] #47 22.29 Updating files: 79% (1738/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-06-24T10:00:14.758Z] #47 22.68 + git checkout -q v2.3.0 [2022-06-24T10:00:14.934Z] #31 9.664 [2022-06-24T10:00:15.195Z] #31 9.887 #=#=# ######################################################################## 100.0% [2022-06-24T10:00:15.455Z] #31 10.19 [2022-06-24T10:00:15.455Z] #31 10.28 Download of images into '/build' complete. [2022-06-24T10:00:15.455Z] #31 10.28 Use something like the following to load the result into a Docker daemon: [2022-06-24T10:00:15.455Z] #31 10.28 tar -cC '/build' . | docker load [2022-06-24T10:00:15.478Z] #26 ... [2022-06-24T10:00:15.478Z] [2022-06-24T10:00:15.478Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:00:15.478Z] #67 sha256:6dacfb668fc8386b73db7bc8d69b569a98dcdce1ca7002bad0467a2eb6025e05 [2022-06-24T10:00:15.478Z] #67 6.464 + RM_GOPATH=0 [2022-06-24T10:00:15.478Z] #67 6.468 + TMP_GOPATH= [2022-06-24T10:00:15.478Z] #67 6.468 + : /build [2022-06-24T10:00:15.478Z] #67 6.470 + '[' -z '' ']' [2022-06-24T10:00:15.478Z] #67 6.472 ++ mktemp -d [2022-06-24T10:00:15.478Z] #67 6.475 + export GOPATH=/tmp/tmp.KE83IihsLk [2022-06-24T10:00:15.478Z] #67 6.479 + GOPATH=/tmp/tmp.KE83IihsLk [2022-06-24T10:00:15.478Z] #67 6.480 + RM_GOPATH=1 [2022-06-24T10:00:15.478Z] #67 6.480 + case "$(go env GOARCH)" in [2022-06-24T10:00:15.478Z] #67 6.480 ++ go env GOARCH [2022-06-24T10:00:15.478Z] #67 6.535 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:15.478Z] #67 6.536 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:15.478Z] #67 6.538 ++ dirname /install.sh [2022-06-24T10:00:15.478Z] #67 6.544 + dir=/ [2022-06-24T10:00:15.478Z] #67 6.547 + bin=rootlesskit [2022-06-24T10:00:15.478Z] #67 6.547 + shift [2022-06-24T10:00:15.478Z] #67 6.548 + '[' '!' -f //rootlesskit.installer ']' [2022-06-24T10:00:15.478Z] #67 6.548 + . //rootlesskit.installer [2022-06-24T10:00:15.478Z] #67 6.550 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-24T10:00:15.478Z] #67 6.550 + install_rootlesskit [2022-06-24T10:00:15.478Z] #67 6.551 + case "$1" in [2022-06-24T10:00:15.478Z] #67 6.551 + export CGO_ENABLED=0 [2022-06-24T10:00:15.478Z] #67 6.551 + CGO_ENABLED=0 [2022-06-24T10:00:15.478Z] #67 6.551 + _install_rootlesskit [2022-06-24T10:00:15.478Z] #67 6.552 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-24T10:00:15.478Z] #67 6.552 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-24T10:00:15.478Z] #67 6.552 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-24T10:00:15.478Z] #67 6.553 + GOBIN=/build [2022-06-24T10:00:15.478Z] #67 6.553 + GO111MODULE=on [2022-06-24T10:00:15.478Z] #67 6.553 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-24T10:00:15.478Z] #67 7.212 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-24T10:00:15.478Z] #67 ... [2022-06-24T10:00:15.478Z] [2022-06-24T10:00:15.478Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:00:15.478Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:00:15.478Z] #55 4.135 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-24T10:00:15.738Z] #55 ... [2022-06-24T10:00:15.738Z] [2022-06-24T10:00:15.738Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:15.738Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:00:15.738Z] #76 4.187 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:00:15.738Z] #76 4.212 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:00:15.738Z] #76 4.212 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:00:15.738Z] #76 4.600 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:00:15.738Z] #76 6.450 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:00:15.738Z] #76 8.876 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:00:15.738Z] #76 ... [2022-06-24T10:00:15.738Z] [2022-06-24T10:00:15.738Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T10:00:15.738Z] #36 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T10:00:15.738Z] #36 5.657 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-24T10:00:15.998Z] #36 ... [2022-06-24T10:00:15.998Z] [2022-06-24T10:00:15.998Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-24T10:00:15.998Z] #40 sha256:c38cfa78712ad0c0a23d715321dcc4195c86f5f5a6a9b3941feb4a564921d552 [2022-06-24T10:00:15.998Z] #40 4.529 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-24T10:00:15.998Z] #40 5.286 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-24T10:00:15.998Z] #40 6.427 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-24T10:00:15.998Z] #40 6.856 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-24T10:00:15.998Z] #40 6.921 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-24T10:00:15.998Z] #40 10.52 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-24T10:00:15.998Z] #40 10.67 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-24T10:00:15.998Z] #40 ... [2022-06-24T10:00:15.998Z] [2022-06-24T10:00:15.998Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:00:15.998Z] #47 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T10:00:15.998Z] #47 5.931 + git clone https://github.com/docker/distribution.git . [2022-06-24T10:00:15.998Z] #47 5.931 Cloning into '.'... [2022-06-24T10:00:16.258Z] #47 ... [2022-06-24T10:00:16.258Z] [2022-06-24T10:00:16.258Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T10:00:16.258Z] #53 sha256:ba20ef080b9bd9f53093c85c8240b9d35e9986f8bf348c18e1d51d72c67e7362 [2022-06-24T10:00:16.258Z] #53 6.697 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-24T10:00:16.258Z] #53 8.348 go: downloading github.com/fatih/color v1.10.0 [2022-06-24T10:00:16.258Z] #53 8.355 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-24T10:00:16.258Z] #53 8.550 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-24T10:00:16.258Z] #53 8.560 go: downloading github.com/pkg/errors v0.9.1 [2022-06-24T10:00:16.259Z] #53 8.854 go: downloading golang.org/x/tools v0.1.0 [2022-06-24T10:00:16.259Z] #53 9.200 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-24T10:00:16.259Z] #53 9.256 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-24T10:00:16.259Z] #53 9.307 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-24T10:00:16.259Z] #53 9.521 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-24T10:00:16.518Z] #53 ... [2022-06-24T10:00:16.518Z] [2022-06-24T10:00:16.518Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:00:16.518Z] #34 sha256:1db4a1090cc01a0e0e1fc35d6d2347bc515c4526c2959f71b03cec297d1441d5 [2022-06-24T10:00:16.518Z] #34 5.696 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-24T10:00:16.518Z] #34 5.696 Cloning into '.'... [2022-06-24T10:00:16.518Z] #34 ... [2022-06-24T10:00:16.518Z] [2022-06-24T10:00:16.518Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:16.518Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:00:16.518Z] #14 4.087 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:00:16.518Z] #14 4.124 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:00:16.518Z] #14 4.124 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:00:16.518Z] #14 4.550 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:00:16.518Z] #14 6.288 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:00:16.518Z] #14 8.957 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:00:16.652Z] #47 ... [2022-06-24T10:00:16.652Z] [2022-06-24T10:00:16.652Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:00:16.652Z] #62 sha256:932d71370ac1690e8c4733931cb1fb53c6f03ee926b16eb756c977fa6695fec7 [2022-06-24T10:00:16.652Z] #62 14.56 Fetched 8432 kB in 11s (768 kB/s) [2022-06-24T10:00:16.652Z] #62 14.56 Reading package lists... [2022-06-24T10:00:16.652Z] #62 19.93 Reading package lists... [2022-06-24T10:00:16.652Z] #62 ... [2022-06-24T10:00:16.652Z] [2022-06-24T10:00:16.652Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:00:16.652Z] #47 sha256:37512511be538e81e67f2bccc67249cdabc079f078f64906cc3b2fab3d44f4d8 [2022-06-24T10:00:16.652Z] #47 24.42 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-24T10:00:16.780Z] #14 ... [2022-06-24T10:00:16.780Z] [2022-06-24T10:00:16.780Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:00:16.780Z] #62 sha256:25cb6479e0e9c52e7513ecec75296aa0604223c569edebf95e915a88e49d66d5 [2022-06-24T10:00:16.780Z] #62 3.707 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:00:16.780Z] #62 3.877 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:00:16.780Z] #62 3.881 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:00:16.780Z] #62 3.964 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:00:16.780Z] #62 5.018 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:00:16.780Z] #62 7.060 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:00:16.780Z] #62 ... [2022-06-24T10:00:16.780Z] [2022-06-24T10:00:16.780Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:00:16.780Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:00:16.780Z] #42 6.952 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:00:16.780Z] #42 7.011 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:00:16.780Z] #42 7.012 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:00:16.780Z] #42 7.981 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:00:16.780Z] #42 10.86 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:00:17.040Z] #42 ... [2022-06-24T10:00:17.040Z] [2022-06-24T10:00:17.040Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-24T10:00:17.040Z] #57 sha256:077e8dd50f6a168a9f33b579ce33c37531a52a76c9141fd84569979de006a647 [2022-06-24T10:00:17.040Z] #57 4.149 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-24T10:00:17.040Z] #57 4.948 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-24T10:00:17.040Z] #57 4.948 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-24T10:00:17.040Z] #57 4.968 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-24T10:00:17.040Z] #57 6.471 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-24T10:00:17.040Z] #57 ... [2022-06-24T10:00:17.040Z] [2022-06-24T10:00:17.040Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:17.040Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:00:17.040Z] #51 5.304 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:00:17.040Z] #51 5.378 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:00:17.040Z] #51 5.378 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:00:17.040Z] #51 6.286 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:00:17.040Z] #51 7.059 Get:5 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-24T10:00:17.040Z] #51 9.263 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:00:17.299Z] #51 ... [2022-06-24T10:00:17.299Z] [2022-06-24T10:00:17.299Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-24T10:00:17.299Z] #38 sha256:787debcc42a8331ad3380378a43c40f43b4319bea25027fafda7e094b38aa259 [2022-06-24T10:00:17.299Z] #38 4.690 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-24T10:00:17.559Z] #38 ... [2022-06-24T10:00:17.559Z] [2022-06-24T10:00:17.559Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:17.559Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:00:17.559Z] #51 11.74 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:00:17.642Z] #64 96.52 + bin/containerd-shim-runc-v1 [2022-06-24T10:00:17.815Z] #19 69.87 Reading package lists... [2022-06-24T10:00:17.815Z] #19 ... [2022-06-24T10:00:17.815Z] [2022-06-24T10:00:17.815Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:00:17.815Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:00:17.815Z] #84 35.53 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-24T10:00:18.754Z] #31 DONE 12.9s [2022-06-24T10:00:18.754Z] [2022-06-24T10:00:18.754Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:2120a5e5b1e4c0f67ba0566d15281eeb38d7659eff9d932dfe56fbd1d58f108f [2022-06-24T10:00:18.754Z] #11 sha256:3e0030bbf4713c7fce00bac16fdd2687b8dab3ba8d22c4e2d43a16c946fa7046 [2022-06-24T10:00:18.754Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 13.4s done [2022-06-24T10:00:18.754Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 done [2022-06-24T10:00:18.754Z] #11 DONE 44.8s [2022-06-24T10:00:18.754Z] [2022-06-24T10:00:18.754Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-24T10:00:18.754Z] #12 sha256:7c6574023ef3d3b21511a34e6c1cc3c8d423ac7f3e49038c328d9bf1b0af46fa [2022-06-24T10:00:19.170Z] #47 ... [2022-06-24T10:00:19.170Z] [2022-06-24T10:00:19.170Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T10:00:19.170Z] #36 sha256:ab22f2d1763959d9388117917241ad616e5190b3c4dad3de4e79bc37a8392816 [2022-06-24T10:00:19.170Z] #36 17.10 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-24T10:00:19.170Z] #36 ... [2022-06-24T10:00:19.170Z] [2022-06-24T10:00:19.170Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:19.170Z] #76 sha256:f895c75e0e4b3e9ff8567882fb9a76e02e1da455f0bf6c41c62d98eddc497338 [2022-06-24T10:00:19.170Z] #76 21.36 Building dependency tree... [2022-06-24T10:00:19.170Z] #76 25.22 python3 is already the newest version (3.9.2-3). [2022-06-24T10:00:19.170Z] #76 25.22 The following additional packages will be installed: [2022-06-24T10:00:19.170Z] #76 25.23 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-24T10:00:19.170Z] #76 25.23 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-24T10:00:19.170Z] #76 25.24 Suggested packages: [2022-06-24T10:00:19.170Z] #76 25.25 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-24T10:00:19.170Z] #76 25.25 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-24T10:00:19.170Z] #76 25.25 m4-doc ed diffutils-doc [2022-06-24T10:00:19.170Z] #76 25.25 Recommended packages: [2022-06-24T10:00:19.170Z] #76 25.25 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-24T10:00:19.170Z] #76 26.53 The following NEW packages will be installed: [2022-06-24T10:00:19.170Z] #76 26.54 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-24T10:00:19.170Z] #76 26.55 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-24T10:00:19.170Z] #76 26.55 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-24T10:00:19.170Z] #76 26.55 libyajl2 m4 patch xz-utils [2022-06-24T10:00:19.170Z] #76 27.01 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:00:19.170Z] #76 27.01 Need to get 5914 kB of archives. [2022-06-24T10:00:19.170Z] #76 27.01 After this operation, 18.6 MB of additional disk space will be used. [2022-06-24T10:00:19.170Z] #76 27.01 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-06-24T10:00:19.170Z] #76 27.01 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB] [2022-06-24T10:00:19.170Z] #76 27.01 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB] [2022-06-24T10:00:19.170Z] #76 27.02 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB] [2022-06-24T10:00:19.170Z] #76 27.02 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2022-06-24T10:00:19.170Z] #76 27.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB] [2022-06-24T10:00:19.170Z] #76 27.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB] [2022-06-24T10:00:19.170Z] #76 27.05 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB] [2022-06-24T10:00:19.170Z] #76 27.06 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-24T10:00:19.170Z] #76 27.07 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB] [2022-06-24T10:00:19.170Z] #76 27.12 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-06-24T10:00:19.170Z] #76 27.12 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-24T10:00:19.170Z] #76 27.17 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B] [2022-06-24T10:00:19.170Z] #76 27.18 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-06-24T10:00:19.170Z] #76 27.19 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB] [2022-06-24T10:00:19.170Z] #76 27.19 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-06-24T10:00:19.170Z] #76 27.20 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB] [2022-06-24T10:00:19.170Z] #76 27.20 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-06-24T10:00:19.170Z] #76 27.20 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-06-24T10:00:19.170Z] #76 27.22 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB] [2022-06-24T10:00:19.170Z] #76 27.23 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-06-24T10:00:19.170Z] #76 27.24 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB] [2022-06-24T10:00:19.170Z] #76 27.25 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB] [2022-06-24T10:00:19.329Z] #12 DONE 0.6s [2022-06-24T10:00:19.329Z] [2022-06-24T10:00:19.329Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-06-24T10:00:19.329Z] #13 sha256:2c7f01d70f8f1c36ff2a9775d94c51853119137998f8b72221dc2fadcf6b82ef [2022-06-24T10:00:19.477Z] #51 ... [2022-06-24T10:00:19.477Z] [2022-06-24T10:00:19.478Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T10:00:19.478Z] #26 sha256:058108538fa5757b8666bd46abfed268223a0bc122f1ea063ec47a023fb236e9 [2022-06-24T10:00:19.478Z] #26 12.42 + mkdir -p /build [2022-06-24T10:00:19.478Z] #26 12.42 + mv docker/docker /build/ [2022-06-24T10:00:19.478Z] #26 12.44 + rmdir docker [2022-06-24T10:00:19.478Z] #26 DONE 13.3s [2022-06-24T10:00:19.478Z] [2022-06-24T10:00:19.478Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:00:19.478Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:00:19.478Z] #42 13.34 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:00:20.100Z] #76 28.45 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:00:20.100Z] #76 ... [2022-06-24T10:00:20.100Z] [2022-06-24T10:00:20.100Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:20.100Z] #51 sha256:2c2dc708e01ec3927f9627b740ac90f6af9913100397b3774301023065caaa9f [2022-06-24T10:00:20.100Z] #51 17.92 Fetched 8435 kB in 13s (629 kB/s) [2022-06-24T10:00:20.100Z] #51 17.92 Reading package lists... [2022-06-24T10:00:20.100Z] #51 23.11 Reading package lists... [2022-06-24T10:00:20.283Z] #13 DONE 0.9s [2022-06-24T10:00:20.283Z] [2022-06-24T10:00:20.283Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-24T10:00:20.283Z] #25 sha256:1c006a8c39c1221d5bde969ea556372efc12e36f8cd825cefffb014e6f93dd8a [2022-06-24T10:00:20.445Z] #51 27.67 Building dependency tree... [2022-06-24T10:00:20.445Z] #51 ... [2022-06-24T10:00:20.445Z] [2022-06-24T10:00:20.445Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:00:20.445Z] #55 sha256:4cbff6290f4bfe104ba0351773aa92a57abf861a5e0de9779db9a581072e1642 [2022-06-24T10:00:20.445Z] #55 25.01 go: downloading github.com/fatih/color v1.13.0 [2022-06-24T10:00:20.445Z] #55 25.01 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-24T10:00:20.445Z] #55 25.07 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-24T10:00:20.445Z] #55 25.09 go: downloading github.com/spf13/viper v1.10.1 [2022-06-24T10:00:20.445Z] #55 25.25 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-24T10:00:20.445Z] #55 25.72 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-24T10:00:20.445Z] #55 25.76 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-24T10:00:20.445Z] #55 25.80 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-24T10:00:20.445Z] #55 25.90 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-24T10:00:20.445Z] #55 26.93 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-24T10:00:20.445Z] #55 26.99 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-24T10:00:20.546Z] #25 ... [2022-06-24T10:00:20.546Z] [2022-06-24T10:00:20.546Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-24T10:00:20.546Z] #46 sha256:6159a09b2dd95df77a28665a2dd5b2cb36f4caadaf80f1cca7ef2e5bf582292c [2022-06-24T10:00:20.546Z] #46 DONE 0.2s [2022-06-24T10:00:20.546Z] [2022-06-24T10:00:20.546Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-24T10:00:20.546Z] #33 sha256:83f5f41291b4b093c00e963fa68ecfb21619377dc1b96869b4d7e03d85f0906b [2022-06-24T10:00:20.546Z] #33 DONE 0.3s [2022-06-24T10:00:20.546Z] [2022-06-24T10:00:20.546Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-24T10:00:20.546Z] #66 sha256:6355db110300f7b8b85426f8d6b5b7cf3a4045b34314f64d288d22fe6b904c01 [2022-06-24T10:00:20.546Z] #66 DONE 0.3s [2022-06-24T10:00:20.546Z] [2022-06-24T10:00:20.546Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:00:20.546Z] #67 sha256:f0214d7f0c4884046afee985327062ad95ac3d87a63c3b852588e77cbbfc81d1 [2022-06-24T10:00:20.806Z] #67 ... [2022-06-24T10:00:20.806Z] [2022-06-24T10:00:20.806Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-06-24T10:00:20.806Z] #50 sha256:c4bff49a7d5be28197a70f511bae45be591259d289cd9d805ebeee7ad3923b1d [2022-06-24T10:00:20.807Z] #50 DONE 0.4s [2022-06-24T10:00:20.807Z] [2022-06-24T10:00:20.807Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-24T10:00:20.807Z] #25 sha256:1c006a8c39c1221d5bde969ea556372efc12e36f8cd825cefffb014e6f93dd8a [2022-06-24T10:00:20.807Z] #25 DONE 0.4s [2022-06-24T10:00:20.807Z] [2022-06-24T10:00:20.807Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T10:00:20.807Z] #26 sha256:813646078b1acef1e11e16384922b942050d26097f589d15e400cd6748d3a592 [2022-06-24T10:00:20.927Z] #64 99.08 + bin/containerd-shim-runc-v2 [2022-06-24T10:00:20.927Z] #64 99.65 + binaries [2022-06-24T10:00:20.927Z] #64 99.65 + install -D bin/containerd /build/containerd [2022-06-24T10:00:20.927Z] #64 99.69 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-24T10:00:20.927Z] #64 99.70 + install -D bin/ctr /build/ctr [2022-06-24T10:00:21.379Z] #55 29.72 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-24T10:00:21.636Z] #55 29.73 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-24T10:00:21.636Z] #55 29.93 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-24T10:00:21.636Z] #55 29.93 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-24T10:00:21.897Z] #55 30.10 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-24T10:00:21.897Z] #55 30.15 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-24T10:00:21.897Z] #55 30.25 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-24T10:00:21.897Z] #55 30.27 go: downloading github.com/spf13/afero v1.6.0 [2022-06-24T10:00:21.897Z] #55 30.31 go: downloading github.com/spf13/cast v1.4.1 [2022-06-24T10:00:22.155Z] #55 30.38 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-24T10:00:22.155Z] #55 30.41 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-24T10:00:22.155Z] #55 30.44 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-24T10:00:22.155Z] #55 30.64 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-24T10:00:22.155Z] #55 ... [2022-06-24T10:00:22.155Z] [2022-06-24T10:00:22.156Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:22.156Z] #76 sha256:f895c75e0e4b3e9ff8567882fb9a76e02e1da455f0bf6c41c62d98eddc497338 [2022-06-24T10:00:22.156Z] #76 28.68 Fetched 5914 kB in 1s (9586 kB/s) [2022-06-24T10:00:22.156Z] #76 28.97 Selecting previously unselected package bzip2. [2022-06-24T10:00:22.156Z] #76 28.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-24T10:00:22.156Z] #76 29.05 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ... [2022-06-24T10:00:22.156Z] #76 29.06 Unpacking bzip2 (1.0.8-4) ... [2022-06-24T10:00:22.156Z] #76 29.21 Selecting previously unselected package libmagic-mgc. [2022-06-24T10:00:22.156Z] #76 29.25 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ... [2022-06-24T10:00:22.156Z] #76 29.26 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-24T10:00:22.156Z] #76 29.97 Selecting previously unselected package libmagic1:arm64. [2022-06-24T10:00:22.156Z] #76 29.97 Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ... [2022-06-24T10:00:22.156Z] #76 30.00 Unpacking libmagic1:arm64 (1:5.39-3) ... [2022-06-24T10:00:22.156Z] #76 30.17 Selecting previously unselected package file. [2022-06-24T10:00:22.156Z] #76 30.17 Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ... [2022-06-24T10:00:22.156Z] #76 30.18 Unpacking file (1:5.39-3) ... [2022-06-24T10:00:22.156Z] #76 30.36 Selecting previously unselected package xz-utils. [2022-06-24T10:00:22.156Z] #76 30.36 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-06-24T10:00:22.156Z] #76 30.37 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T10:00:22.299Z] #64 DONE 101.1s [2022-06-24T10:00:22.413Z] #76 30.72 Selecting previously unselected package libsigsegv2:arm64. [2022-06-24T10:00:22.413Z] #76 30.72 Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ... [2022-06-24T10:00:22.413Z] #76 30.73 Unpacking libsigsegv2:arm64 (2.13-1) ... [2022-06-24T10:00:22.413Z] #76 30.82 Selecting previously unselected package m4. [2022-06-24T10:00:22.413Z] #76 30.82 Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ... [2022-06-24T10:00:22.413Z] #76 30.82 Unpacking m4 (1.4.18-5) ... [2022-06-24T10:00:22.670Z] #76 31.05 Selecting previously unselected package autoconf. [2022-06-24T10:00:22.670Z] #76 31.06 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-24T10:00:22.670Z] #76 31.07 Unpacking autoconf (2.69-14) ... [2022-06-24T10:00:23.233Z] #76 31.52 Selecting previously unselected package autotools-dev. [2022-06-24T10:00:23.233Z] #76 31.55 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-24T10:00:23.233Z] #76 31.56 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-24T10:00:23.243Z] [2022-06-24T10:00:23.243Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-24T10:00:23.243Z] #65 sha256:ab0982855d2dc21f0cfce977731019db5e28585bca1689a9f12084cac64096fc [2022-06-24T10:00:23.489Z] #76 31.84 Selecting previously unselected package automake. [2022-06-24T10:00:23.489Z] #76 31.84 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-24T10:00:23.746Z] #76 31.85 Unpacking automake (1:1.16.3-2) ... [2022-06-24T10:00:23.818Z] #65 DONE 0.6s [2022-06-24T10:00:23.818Z] [2022-06-24T10:00:23.818Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-24T10:00:23.818Z] #70 sha256:08c12dae3f0d7b8327203a0dd8fe65c3b7da42e7d0ec6fb00dacfe4a39232b50 [2022-06-24T10:00:23.818Z] #70 DONE 0.2s [2022-06-24T10:00:23.818Z] [2022-06-24T10:00:23.818Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-24T10:00:23.818Z] #75 sha256:e1f284409a25cf4575b05d78700983ae79dfca7d1813c495c80b371b521c0139 [2022-06-24T10:00:24.383Z] #75 DONE 0.5s [2022-06-24T10:00:24.383Z] [2022-06-24T10:00:24.383Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-24T10:00:24.383Z] #78 sha256:fa0154193621c52004d48446b2d24130da7a3a3f095cba3ae0a3211329c68050 [2022-06-24T10:00:24.678Z] #76 ... [2022-06-24T10:00:24.678Z] [2022-06-24T10:00:24.678Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:00:24.678Z] #42 sha256:244a2459a3e7b9fdec1be91dff3727c666692159bba1dc0398e0772fbe0ad966 [2022-06-24T10:00:24.678Z] #42 17.12 Reading package lists... [2022-06-24T10:00:24.678Z] #42 22.76 Reading package lists... [2022-06-24T10:00:24.678Z] #42 27.61 Building dependency tree... [2022-06-24T10:00:24.678Z] #42 31.50 The following additional packages will be installed: [2022-06-24T10:00:24.678Z] #42 31.56 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-24T10:00:24.678Z] #42 31.57 Suggested packages: [2022-06-24T10:00:24.678Z] #42 31.59 cmake-doc ninja-build lrzip [2022-06-24T10:00:24.678Z] #42 31.59 Recommended packages: [2022-06-24T10:00:24.678Z] #42 31.59 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-24T10:00:24.678Z] #42 32.31 The following NEW packages will be installed: [2022-06-24T10:00:24.678Z] #42 32.31 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-24T10:00:24.678Z] #42 32.32 vim-common xxd [2022-06-24T10:00:24.678Z] #42 32.86 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:00:24.678Z] #42 32.86 Need to get 15.6 MB of archives. [2022-06-24T10:00:24.678Z] #42 32.86 After this operation, 67.4 MB of additional disk space will be used. [2022-06-24T10:00:24.678Z] #42 32.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-24T10:00:24.678Z] #42 ... [2022-06-24T10:00:24.678Z] [2022-06-24T10:00:24.678Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T10:00:24.678Z] #31 sha256:4f2eed115488626b7d1a2baffd9e38d065db977e3e53a15b0fe72794f880f660 [2022-06-24T10:00:24.678Z] #31 23.16 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-24T10:00:24.678Z] #31 24.83 #=#=# [2022-06-24T10:00:24.678Z] #31 25.24 #=#=# ######################################################################## 100.0% [2022-06-24T10:00:24.678Z] #31 26.49 [2022-06-24T10:00:24.678Z] #31 28.85 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-24T10:00:24.678Z] #31 30.43 #=#=# [2022-06-24T10:00:24.678Z] #31 30.76 #=#=# ######################################################################## 100.0% [2022-06-24T10:00:24.678Z] #31 32.11 [2022-06-24T10:00:24.678Z] #31 32.55 Download of images into '/build' complete. [2022-06-24T10:00:24.678Z] #31 32.55 Use something like the following to load the result into a Docker daemon: [2022-06-24T10:00:24.678Z] #31 32.55 tar -cC '/build' . | docker load [2022-06-24T10:00:24.678Z] #31 ... [2022-06-24T10:00:24.678Z] [2022-06-24T10:00:24.678Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:00:24.678Z] #42 sha256:244a2459a3e7b9fdec1be91dff3727c666692159bba1dc0398e0772fbe0ad966 [2022-06-24T10:00:24.678Z] #42 33.01 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-24T10:00:24.678Z] #42 33.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-24T10:00:24.759Z] #42 ... [2022-06-24T10:00:24.759Z] [2022-06-24T10:00:24.759Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-24T10:00:24.759Z] #38 sha256:787debcc42a8331ad3380378a43c40f43b4319bea25027fafda7e094b38aa259 [2022-06-24T10:00:24.759Z] #38 18.36 tomll can be used in two ways: [2022-06-24T10:00:24.759Z] #38 18.36 Writing to STDIN and reading from STDOUT: [2022-06-24T10:00:24.759Z] #38 18.36 cat file.toml | tomll > file.toml [2022-06-24T10:00:24.759Z] #38 18.36 [2022-06-24T10:00:24.759Z] #38 18.36 Reading and updating a list of files: [2022-06-24T10:00:24.759Z] #38 18.36 tomll a.toml b.toml c.toml [2022-06-24T10:00:24.759Z] #38 18.36 [2022-06-24T10:00:24.759Z] #38 18.36 When given a list of files, tomll will modify all files in place without asking. [2022-06-24T10:00:24.759Z] #38 DONE 19.3s [2022-06-24T10:00:24.759Z] [2022-06-24T10:00:24.759Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T10:00:24.759Z] #36 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T10:00:24.759Z] #36 16.16 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-24T10:00:24.759Z] #36 16.19 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-24T10:00:24.759Z] #36 16.80 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-24T10:00:24.759Z] #36 16.94 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-24T10:00:24.759Z] #36 17.27 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-24T10:00:24.759Z] #36 17.55 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-24T10:00:24.759Z] #36 17.81 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-24T10:00:24.759Z] #36 17.86 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-24T10:00:24.759Z] #36 17.87 go: downloading github.com/peterh/liner v1.2.2 [2022-06-24T10:00:24.759Z] #36 18.20 go: downloading github.com/google/go-dap v0.6.0 [2022-06-24T10:00:24.759Z] #36 18.50 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-24T10:00:24.759Z] #36 18.88 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-24T10:00:24.759Z] #36 19.32 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-24T10:00:24.936Z] #42 33.20 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-06-24T10:00:24.948Z] #78 DONE 0.5s [2022-06-24T10:00:24.948Z] [2022-06-24T10:00:24.948Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-24T10:00:24.948Z] #79 sha256:baab7fcb996af546a724d3b41e88cac622f5a3f0eceb72091a80810a831577dd [2022-06-24T10:00:24.948Z] #79 DONE 0.0s [2022-06-24T10:00:24.948Z] [2022-06-24T10:00:24.948Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-24T10:00:24.948Z] #80 sha256:275bb006b140c646ea6ec6d9a4a2d3faff0d89b581e3a3f2819b208c4f5ae242 [2022-06-24T10:00:24.948Z] #80 DONE 0.0s [2022-06-24T10:00:24.948Z] [2022-06-24T10:00:24.948Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-24T10:00:24.948Z] #81 sha256:94a1f6931338033a8ff0e8877216a5f1271d36e5afc26f635b43db29a9dc5da0 [2022-06-24T10:00:25.018Z] #36 19.59 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-24T10:00:25.018Z] #36 19.59 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-24T10:00:25.876Z] #42 34.11 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u2 [629 kB] [2022-06-24T10:00:25.876Z] #42 34.15 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-06-24T10:00:25.876Z] #42 34.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-06-24T10:00:25.876Z] #42 34.19 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-06-24T10:00:25.876Z] #42 34.23 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-06-24T10:00:25.876Z] #42 34.25 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-06-24T10:00:25.956Z] #36 ... [2022-06-24T10:00:25.956Z] [2022-06-24T10:00:25.956Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:00:25.956Z] #67 sha256:6dacfb668fc8386b73db7bc8d69b569a98dcdce1ca7002bad0467a2eb6025e05 [2022-06-24T10:00:25.956Z] #67 9.852 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-24T10:00:25.956Z] #67 9.853 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-24T10:00:25.956Z] #67 10.57 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-24T10:00:25.956Z] #67 14.31 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-24T10:00:25.956Z] #67 15.30 go: downloading github.com/google/uuid v1.3.0 [2022-06-24T10:00:25.956Z] #67 15.47 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-24T10:00:25.956Z] #67 15.47 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-24T10:00:25.956Z] #67 15.60 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-24T10:00:25.956Z] #67 15.96 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-24T10:00:25.956Z] #67 16.12 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-24T10:00:25.956Z] #67 16.92 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-24T10:00:25.956Z] #67 17.13 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-24T10:00:25.956Z] #67 17.26 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-24T10:00:25.956Z] #67 19.90 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-24T10:00:26.095Z] #26 ... [2022-06-24T10:00:26.095Z] [2022-06-24T10:00:26.095Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:26.095Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:00:26.095Z] #76 5.401 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:00:26.095Z] #76 5.420 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:00:26.095Z] #76 5.420 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:00:26.095Z] #76 5.734 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:00:26.322Z] #81 DONE 1.0s [2022-06-24T10:00:26.322Z] [2022-06-24T10:00:26.322Z] #82 exporting to image [2022-06-24T10:00:26.322Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-24T10:00:26.322Z] #82 exporting layers [2022-06-24T10:00:26.442Z] #42 ... [2022-06-24T10:00:26.442Z] [2022-06-24T10:00:26.442Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:00:26.442Z] #62 sha256:932d71370ac1690e8c4733931cb1fb53c6f03ee926b16eb756c977fa6695fec7 [2022-06-24T10:00:26.442Z] #62 24.83 Building dependency tree... [2022-06-24T10:00:26.442Z] #62 28.65 The following additional packages will be installed: [2022-06-24T10:00:26.442Z] #62 28.67 libbtrfs0 [2022-06-24T10:00:26.442Z] #62 28.86 The following NEW packages will be installed: [2022-06-24T10:00:26.442Z] #62 28.87 libbtrfs-dev libbtrfs0 [2022-06-24T10:00:26.442Z] #62 29.27 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:00:26.442Z] #62 29.27 Need to get 454 kB of archives. [2022-06-24T10:00:26.442Z] #62 29.27 After this operation, 1275 kB of additional disk space will be used. [2022-06-24T10:00:26.442Z] #62 29.27 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-06-24T10:00:26.442Z] #62 29.28 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-06-24T10:00:26.442Z] #62 30.35 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:00:26.442Z] #62 30.72 Fetched 454 kB in 0s (1356 kB/s) [2022-06-24T10:00:26.442Z] #62 30.81 Selecting previously unselected package libbtrfs0:arm64. [2022-06-24T10:00:26.442Z] #62 30.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-24T10:00:26.442Z] #62 30.88 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-06-24T10:00:26.442Z] #62 30.89 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-06-24T10:00:26.442Z] #62 31.09 Selecting previously unselected package libbtrfs-dev:arm64. [2022-06-24T10:00:26.442Z] #62 31.10 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-06-24T10:00:26.442Z] #62 31.12 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-24T10:00:26.442Z] #62 31.46 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-06-24T10:00:26.442Z] #62 31.50 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-24T10:00:26.442Z] #62 31.52 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:00:26.670Z] #76 6.497 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:00:26.701Z] #62 ... [2022-06-24T10:00:26.701Z] [2022-06-24T10:00:26.701Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:00:26.701Z] #55 sha256:4cbff6290f4bfe104ba0351773aa92a57abf861a5e0de9779db9a581072e1642 [2022-06-24T10:00:26.701Z] #55 30.71 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-24T10:00:26.701Z] #55 30.75 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-24T10:00:26.701Z] #55 30.80 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-24T10:00:26.701Z] #55 30.84 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-24T10:00:26.701Z] #55 30.87 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-24T10:00:26.701Z] #55 30.93 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-24T10:00:26.701Z] #55 30.96 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-24T10:00:26.701Z] #55 31.16 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-24T10:00:26.701Z] #55 31.75 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-24T10:00:26.701Z] #55 31.88 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-24T10:00:26.701Z] #55 31.90 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-24T10:00:26.701Z] #55 32.01 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-24T10:00:26.701Z] #55 32.09 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-24T10:00:26.701Z] #55 32.16 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-24T10:00:26.701Z] #55 33.65 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-24T10:00:26.701Z] #55 33.66 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-24T10:00:26.701Z] #55 33.69 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-24T10:00:26.701Z] #55 33.72 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-24T10:00:26.701Z] #55 33.75 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-24T10:00:26.701Z] #55 33.77 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-24T10:00:26.701Z] #55 33.80 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-24T10:00:26.701Z] #55 33.81 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-24T10:00:26.701Z] #55 33.86 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-24T10:00:26.701Z] #55 33.87 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-24T10:00:26.701Z] #55 33.90 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-24T10:00:26.701Z] #55 33.92 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-24T10:00:26.701Z] #55 33.93 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-24T10:00:26.701Z] #55 33.98 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-24T10:00:26.701Z] #55 33.99 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-24T10:00:26.701Z] #55 34.00 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-24T10:00:26.701Z] #55 34.08 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-24T10:00:26.701Z] #55 34.11 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-24T10:00:26.701Z] #55 34.11 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-24T10:00:26.701Z] #55 34.15 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-24T10:00:26.701Z] #55 34.25 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-24T10:00:26.701Z] #55 34.31 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-24T10:00:26.701Z] #55 34.33 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-24T10:00:26.701Z] #55 34.34 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-24T10:00:26.701Z] #55 34.41 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-24T10:00:26.701Z] #55 34.45 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-24T10:00:26.701Z] #55 34.91 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-24T10:00:26.701Z] #55 34.93 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-24T10:00:26.701Z] #55 34.94 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-24T10:00:26.701Z] #55 34.95 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-24T10:00:26.701Z] #55 34.96 go: downloading github.com/julz/importas v0.1.0 [2022-06-24T10:00:26.701Z] #55 34.98 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-24T10:00:26.701Z] #55 35.02 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-24T10:00:26.701Z] #55 35.02 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-24T10:00:26.701Z] #55 35.10 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-24T10:00:26.701Z] #55 35.13 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-24T10:00:26.894Z] #67 ... [2022-06-24T10:00:26.894Z] [2022-06-24T10:00:26.894Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T10:00:26.894Z] #36 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T10:00:26.894Z] #36 21.26 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-24T10:00:26.894Z] #36 21.35 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-24T10:00:26.931Z] #76 ... [2022-06-24T10:00:26.931Z] [2022-06-24T10:00:26.931Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T10:00:26.931Z] #26 sha256:813646078b1acef1e11e16384922b942050d26097f589d15e400cd6748d3a592 [2022-06-24T10:00:26.931Z] #26 6.384 + RM_GOPATH=0 [2022-06-24T10:00:26.931Z] #26 6.384 + TMP_GOPATH= [2022-06-24T10:00:26.931Z] #26 6.384 + : /build [2022-06-24T10:00:26.931Z] #26 6.384 + '[' -z '' ']' [2022-06-24T10:00:26.931Z] #26 6.384 ++ mktemp -d [2022-06-24T10:00:26.931Z] #26 6.403 + export GOPATH=/tmp/tmp.wGf78qEL2q [2022-06-24T10:00:26.931Z] #26 6.403 + GOPATH=/tmp/tmp.wGf78qEL2q [2022-06-24T10:00:26.931Z] #26 6.403 + RM_GOPATH=1 [2022-06-24T10:00:26.931Z] #26 6.403 + case "$(go env GOARCH)" in [2022-06-24T10:00:26.931Z] #26 6.403 ++ go env GOARCH [2022-06-24T10:00:26.931Z] #26 6.453 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:26.931Z] #26 6.453 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:26.931Z] #26 6.453 ++ dirname /install.sh [2022-06-24T10:00:26.960Z] #55 35.18 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-24T10:00:26.960Z] #55 35.23 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-24T10:00:26.960Z] #55 35.23 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-24T10:00:26.960Z] #55 ... [2022-06-24T10:00:26.960Z] [2022-06-24T10:00:26.960Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:00:26.960Z] #62 sha256:932d71370ac1690e8c4733931cb1fb53c6f03ee926b16eb756c977fa6695fec7 [2022-06-24T10:00:26.960Z] #62 DONE 35.4s [2022-06-24T10:00:26.960Z] [2022-06-24T10:00:26.960Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:00:26.960Z] #55 sha256:4cbff6290f4bfe104ba0351773aa92a57abf861a5e0de9779db9a581072e1642 [2022-06-24T10:00:26.960Z] #55 35.30 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-24T10:00:26.960Z] #55 35.33 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-24T10:00:27.192Z] #26 6.502 Install docker/cli version 17.06.2-ce from stable [2022-06-24T10:00:27.192Z] #26 6.505 + dir=/ [2022-06-24T10:00:27.192Z] #26 6.505 + bin=dockercli [2022-06-24T10:00:27.192Z] #26 6.505 + shift [2022-06-24T10:00:27.192Z] #26 6.505 + '[' '!' -f //dockercli.installer ']' [2022-06-24T10:00:27.192Z] #26 6.505 + . //dockercli.installer [2022-06-24T10:00:27.192Z] #26 6.505 ++ : stable [2022-06-24T10:00:27.192Z] #26 6.505 ++ : 17.06.2-ce [2022-06-24T10:00:27.192Z] #26 6.505 + install_dockercli [2022-06-24T10:00:27.192Z] #26 6.505 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-24T10:00:27.192Z] #26 6.505 ++ uname -m [2022-06-24T10:00:27.192Z] #26 6.505 + arch=x86_64 [2022-06-24T10:00:27.192Z] #26 6.505 + '[' x86_64 '!=' x86_64 ']' [2022-06-24T10:00:27.192Z] #26 6.505 + url=https://download.docker.com/linux/static [2022-06-24T10:00:27.192Z] #26 6.505 + tar -xz docker/docker [2022-06-24T10:00:27.192Z] #26 6.505 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-24T10:00:27.216Z] #55 ... [2022-06-24T10:00:27.216Z] [2022-06-24T10:00:27.216Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-24T10:00:27.216Z] #57 sha256:a05f7f5ad4abaefa9ec7a4d40898622388ab8650f4d30054ed9c5a1f10621522 [2022-06-24T10:00:27.216Z] #57 33.24 v3.0.2 [2022-06-24T10:00:27.216Z] #57 DONE 35.5s [2022-06-24T10:00:27.216Z] [2022-06-24T10:00:27.216Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-24T10:00:27.216Z] #31 sha256:4f2eed115488626b7d1a2baffd9e38d065db977e3e53a15b0fe72794f880f660 [2022-06-24T10:00:27.216Z] #31 DONE 35.9s [2022-06-24T10:00:27.216Z] [2022-06-24T10:00:27.216Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:00:27.216Z] #55 sha256:4cbff6290f4bfe104ba0351773aa92a57abf861a5e0de9779db9a581072e1642 [2022-06-24T10:00:27.217Z] #55 35.38 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-24T10:00:27.217Z] #55 35.41 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-24T10:00:27.474Z] #55 ... [2022-06-24T10:00:27.474Z] [2022-06-24T10:00:27.474Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:27.474Z] #14 sha256:a6b96088b35bd9ef1345c3da39531dbebaf969a901e7fc87bc561d4866a911db [2022-06-24T10:00:27.474Z] #14 20.61 Reading package lists... [2022-06-24T10:00:27.474Z] #14 25.98 Building dependency tree... [2022-06-24T10:00:27.474Z] #14 29.46 The following additional packages will be installed: [2022-06-24T10:00:27.474Z] #14 29.48 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-24T10:00:27.474Z] #14 29.48 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-24T10:00:27.474Z] #14 29.48 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-24T10:00:27.474Z] #14 29.48 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-24T10:00:27.474Z] #14 29.48 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-24T10:00:27.474Z] #14 29.49 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-24T10:00:27.474Z] #14 29.49 mingw-w64-common mingw-w64-x86-64-dev [2022-06-24T10:00:27.474Z] #14 29.54 Suggested packages: [2022-06-24T10:00:27.474Z] #14 29.54 gcc-10-locales seccomp wine64 [2022-06-24T10:00:27.474Z] #14 30.84 The following NEW packages will be installed: [2022-06-24T10:00:27.474Z] #14 30.86 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-24T10:00:27.474Z] #14 30.86 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-24T10:00:27.474Z] #14 30.86 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-24T10:00:27.474Z] #14 30.86 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-24T10:00:27.474Z] #14 30.86 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-24T10:00:27.474Z] #14 30.86 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-24T10:00:27.474Z] #14 30.86 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-24T10:00:27.474Z] #14 30.86 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-24T10:00:27.474Z] #14 30.87 mingw-w64-x86-64-dev [2022-06-24T10:00:27.474Z] #14 31.26 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:00:27.474Z] #14 31.26 Need to get 108 MB of archives. [2022-06-24T10:00:27.474Z] #14 31.26 After this operation, 620 MB of additional disk space will be used. [2022-06-24T10:00:27.474Z] #14 31.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2022-06-24T10:00:27.474Z] #14 31.33 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2022-06-24T10:00:27.474Z] #14 31.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-24T10:00:27.474Z] #14 31.47 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2022-06-24T10:00:27.474Z] #14 31.50 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-06-24T10:00:27.474Z] #14 31.51 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-24T10:00:27.474Z] #14 31.72 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-24T10:00:27.474Z] #14 31.84 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2022-06-24T10:00:27.474Z] #14 31.85 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2022-06-24T10:00:27.474Z] #14 33.01 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2022-06-24T10:00:27.474Z] #14 34.88 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2022-06-24T10:00:27.474Z] #14 35.29 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2022-06-24T10:00:27.731Z] #14 ... [2022-06-24T10:00:27.731Z] [2022-06-24T10:00:27.731Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:27.731Z] #76 sha256:f895c75e0e4b3e9ff8567882fb9a76e02e1da455f0bf6c41c62d98eddc497338 [2022-06-24T10:00:27.731Z] #76 33.22 Selecting previously unselected package patch. [2022-06-24T10:00:27.731Z] #76 33.22 Preparing to unpack .../10-patch_2.7.6-7_arm64.deb ... [2022-06-24T10:00:27.731Z] #76 33.23 Unpacking patch (2.7.6-7) ... [2022-06-24T10:00:27.731Z] #76 33.50 Selecting previously unselected package dpkg-dev. [2022-06-24T10:00:27.731Z] #76 33.51 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-24T10:00:27.731Z] #76 33.63 Unpacking dpkg-dev (1.20.10) ... [2022-06-24T10:00:27.731Z] #76 35.01 Selecting previously unselected package build-essential. [2022-06-24T10:00:27.731Z] #76 35.01 Preparing to unpack .../12-build-essential_12.9_arm64.deb ... [2022-06-24T10:00:27.731Z] #76 35.03 Unpacking build-essential (12.9) ... [2022-06-24T10:00:27.731Z] #76 35.38 Selecting previously unselected package libcap2:arm64. [2022-06-24T10:00:27.731Z] #76 35.38 Preparing to unpack .../13-libcap2_1%3a2.44-1_arm64.deb ... [2022-06-24T10:00:27.731Z] #76 35.39 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-06-24T10:00:27.731Z] #76 35.72 Selecting previously unselected package libcap-dev:arm64. [2022-06-24T10:00:27.731Z] #76 35.72 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_arm64.deb ... [2022-06-24T10:00:27.731Z] #76 35.75 Unpacking libcap-dev:arm64 (1:2.44-1) ... [2022-06-24T10:00:27.731Z] #76 36.02 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-24T10:00:27.731Z] #76 36.02 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-24T10:00:27.731Z] #76 36.02 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-24T10:00:28.010Z] #76 ... [2022-06-24T10:00:28.010Z] [2022-06-24T10:00:28.010Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-24T10:00:28.010Z] #63 sha256:c91a0f63b4d67ae2baf29702257dde089a6e0bda307718bea0f12cdf865075e4 [2022-06-24T10:00:28.010Z] #63 DONE 0.9s [2022-06-24T10:00:28.010Z] [2022-06-24T10:00:28.010Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:28.010Z] #76 sha256:f895c75e0e4b3e9ff8567882fb9a76e02e1da455f0bf6c41c62d98eddc497338 [2022-06-24T10:00:28.010Z] #76 36.26 Selecting previously unselected package libprotobuf-c-dev:arm64. [2022-06-24T10:00:28.010Z] #76 36.26 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ... [2022-06-24T10:00:28.010Z] #76 36.28 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2022-06-24T10:00:28.268Z] #76 36.59 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-24T10:00:28.268Z] #76 36.61 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-24T10:00:28.268Z] #76 36.62 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-24T10:00:28.833Z] #76 36.89 Selecting previously unselected package libsystemd-dev:arm64. [2022-06-24T10:00:28.833Z] #76 36.89 Preparing to unpack .../18-libsystemd-dev_247.3-7_arm64.deb ... [2022-06-24T10:00:28.833Z] #76 36.93 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-06-24T10:00:30.136Z] #84 ... [2022-06-24T10:00:30.136Z] [2022-06-24T10:00:30.136Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:00:30.136Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:00:30.136Z] #19 69.87 Reading package lists... [2022-06-24T10:00:30.198Z] #36 ... [2022-06-24T10:00:30.198Z] [2022-06-24T10:00:30.198Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T10:00:30.198Z] #53 sha256:ba20ef080b9bd9f53093c85c8240b9d35e9986f8bf348c18e1d51d72c67e7362 [2022-06-24T10:00:30.198Z] #53 14.20 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-24T10:00:30.198Z] #53 14.35 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-24T10:00:30.198Z] #53 14.51 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-24T10:00:30.198Z] #53 16.57 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-24T10:00:30.198Z] #53 16.65 go: downloading golang.org/x/mod v0.3.0 [2022-06-24T10:00:30.198Z] #53 ... [2022-06-24T10:00:30.198Z] [2022-06-24T10:00:30.198Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:30.198Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:00:30.198Z] #51 14.23 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-24T10:00:30.198Z] #51 21.27 Fetched 8548 kB in 16s (526 kB/s) [2022-06-24T10:00:30.198Z] #51 21.27 Reading package lists... [2022-06-24T10:00:30.198Z] #51 ... [2022-06-24T10:00:30.198Z] [2022-06-24T10:00:30.198Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:00:30.198Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:00:30.198Z] #42 22.30 Fetched 8545 kB in 16s (546 kB/s) [2022-06-24T10:00:30.494Z] #26 ... [2022-06-24T10:00:30.494Z] [2022-06-24T10:00:30.494Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:30.494Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:00:30.494Z] #14 6.591 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:00:30.494Z] #14 6.657 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:00:30.494Z] #14 6.657 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:00:30.494Z] #14 8.637 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:00:30.494Z] #14 ... [2022-06-24T10:00:30.494Z] [2022-06-24T10:00:30.494Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T10:00:30.494Z] #53 sha256:ba20ef080b9bd9f53093c85c8240b9d35e9986f8bf348c18e1d51d72c67e7362 [2022-06-24T10:00:30.494Z] #53 7.748 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-24T10:00:30.503Z] #82 exporting layers 4.1s done [2022-06-24T10:00:30.503Z] #82 writing image sha256:d4a4f015a276bb3eee8d30bf15fe5432dae7d66f4f645cd07dc4c54ae2b8a57b done [2022-06-24T10:00:30.503Z] #82 naming to docker.io/library/docker:56a20dbc19786633f605d3871f5242d8e0f1be5a done [2022-06-24T10:00:30.503Z] #82 DONE 4.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-06-24T10:00:30.725Z] #76 ... [2022-06-24T10:00:30.725Z] [2022-06-24T10:00:30.725Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-24T10:00:30.725Z] #40 sha256:306b177a3e99ed2dcc77fcd30b91d530d874cee626a89acaef58e819214ca68f [2022-06-24T10:00:30.725Z] #40 38.31 NAME: [2022-06-24T10:00:30.725Z] #40 38.32 go-winres - A tool for embedding resources in Windows executables [2022-06-24T10:00:30.725Z] #40 38.32 [2022-06-24T10:00:30.725Z] #40 38.32 USAGE: [2022-06-24T10:00:30.725Z] #40 38.33 go-winres [global options] command [command options] [arguments...] [2022-06-24T10:00:30.725Z] #40 38.33 [2022-06-24T10:00:30.725Z] #40 38.33 COMMANDS: [2022-06-24T10:00:30.725Z] #40 38.33 init Create an initial ./winres/winres.json [2022-06-24T10:00:30.725Z] #40 38.33 make Make syso files for the "go build" command [2022-06-24T10:00:30.725Z] #40 38.33 simply Make syso files for the "go build" command (simplified) [2022-06-24T10:00:30.725Z] #40 38.33 extract Extract all resources from an executable [2022-06-24T10:00:30.725Z] #40 38.33 patch Replace resources in an executable file (exe, dll) [2022-06-24T10:00:30.725Z] #40 38.33 help, h Shows a list of commands or help for one command [2022-06-24T10:00:30.725Z] #40 38.33 [2022-06-24T10:00:30.725Z] #40 38.33 GLOBAL OPTIONS: [2022-06-24T10:00:30.725Z] #40 38.33 --help, -h show help (default: false) [2022-06-24T10:00:30.725Z] #40 DONE 38.9s [2022-06-24T10:00:30.725Z] [2022-06-24T10:00:30.725Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:30.725Z] #76 sha256:f895c75e0e4b3e9ff8567882fb9a76e02e1da455f0bf6c41c62d98eddc497338 [2022-06-24T10:00:30.725Z] #76 38.81 Selecting previously unselected package libtool. [2022-06-24T10:00:30.725Z] #76 38.82 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-24T10:00:30.725Z] #76 38.85 Unpacking libtool (2.4.6-15) ... [2022-06-24T10:00:30.755Z] #53 ... [2022-06-24T10:00:30.755Z] [2022-06-24T10:00:30.755Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:00:30.755Z] #47 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T10:00:30.755Z] #47 6.917 + git clone https://github.com/docker/distribution.git . [2022-06-24T10:00:30.755Z] #47 6.922 Cloning into '.'... [2022-06-24T10:00:30.755Z] #47 ... [2022-06-24T10:00:30.755Z] [2022-06-24T10:00:30.755Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-24T10:00:30.755Z] #38 sha256:787debcc42a8331ad3380378a43c40f43b4319bea25027fafda7e094b38aa259 [2022-06-24T10:00:30.755Z] #38 7.036 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-24T10:00:30.824Z] + trap exit INT TERM [2022-06-24T10:00:30.824Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-06-24T10:00:30.824Z] + CONTAINER_NAME=docker-pr7 [2022-06-24T10:00:30.824Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43622/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43622/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a -e DOCKER_GRAPHDRIVER docker:56a20dbc19786633f605d3871f5242d8e0f1be5a hack/make.sh dynbinary [2022-06-24T10:00:31.005Z] #76 39.36 Selecting previously unselected package libudev-dev:arm64. [2022-06-24T10:00:31.005Z] #76 39.36 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-06-24T10:00:31.016Z] #38 ... [2022-06-24T10:00:31.016Z] [2022-06-24T10:00:31.016Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:00:31.016Z] #34 sha256:1db4a1090cc01a0e0e1fc35d6d2347bc515c4526c2959f71b03cec297d1441d5 [2022-06-24T10:00:31.016Z] #34 7.197 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-24T10:00:31.016Z] #34 7.197 Cloning into '.'... [2022-06-24T10:00:31.016Z] #34 ... [2022-06-24T10:00:31.016Z] [2022-06-24T10:00:31.016Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-24T10:00:31.016Z] #57 sha256:077e8dd50f6a168a9f33b579ce33c37531a52a76c9141fd84569979de006a647 [2022-06-24T10:00:31.016Z] #57 8.426 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-24T10:00:31.016Z] #57 9.902 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-24T10:00:31.016Z] #57 9.911 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-24T10:00:31.016Z] #57 10.16 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-24T10:00:31.288Z] #57 ... [2022-06-24T10:00:31.288Z] [2022-06-24T10:00:31.288Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:00:31.288Z] #62 sha256:25cb6479e0e9c52e7513ecec75296aa0604223c569edebf95e915a88e49d66d5 [2022-06-24T10:00:31.288Z] #62 6.069 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:00:31.288Z] #62 6.094 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:00:31.288Z] #62 6.094 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:00:31.288Z] #62 6.560 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:00:31.288Z] #62 9.578 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:00:31.288Z] #62 ... [2022-06-24T10:00:31.288Z] [2022-06-24T10:00:31.288Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:00:31.288Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:00:31.288Z] #55 8.020 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-24T10:00:31.302Z] #76 39.37 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-06-24T10:00:31.550Z] #55 ... [2022-06-24T10:00:31.550Z] [2022-06-24T10:00:31.550Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:31.550Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:00:31.550Z] #51 7.318 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:00:31.550Z] #51 7.440 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:00:31.550Z] #51 7.448 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:00:31.550Z] #51 7.973 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-24T10:00:31.550Z] #51 10.02 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:00:31.550Z] #51 ... [2022-06-24T10:00:31.550Z] [2022-06-24T10:00:31.550Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:00:31.550Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:00:31.550Z] #42 7.767 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:00:31.550Z] #42 7.805 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:00:31.550Z] #42 7.825 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:00:31.550Z] #42 10.37 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:00:31.576Z] #76 39.75 Selecting previously unselected package libyajl2:arm64. [2022-06-24T10:00:31.576Z] #76 39.77 Preparing to unpack .../21-libyajl2_2.1.0-3_arm64.deb ... [2022-06-24T10:00:31.576Z] #76 39.78 Unpacking libyajl2:arm64 (2.1.0-3) ... [2022-06-24T10:00:31.576Z] #76 ... [2022-06-24T10:00:31.576Z] [2022-06-24T10:00:31.576Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:31.576Z] #51 sha256:2c2dc708e01ec3927f9627b740ac90f6af9913100397b3774301023065caaa9f [2022-06-24T10:00:31.576Z] #51 27.67 Building dependency tree... [2022-06-24T10:00:31.576Z] #51 31.54 The following additional packages will be installed: [2022-06-24T10:00:31.576Z] #51 31.54 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-24T10:00:31.576Z] #51 31.55 python3-protobuf python3-six [2022-06-24T10:00:31.576Z] #51 31.55 Suggested packages: [2022-06-24T10:00:31.576Z] #51 31.55 python3-setuptools [2022-06-24T10:00:31.576Z] #51 31.55 Recommended packages: [2022-06-24T10:00:31.576Z] #51 31.55 iproute2 | iproute [2022-06-24T10:00:31.576Z] #51 31.89 The following NEW packages will be installed: [2022-06-24T10:00:31.576Z] #51 31.89 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-24T10:00:31.576Z] #51 31.89 python3-protobuf python3-six [2022-06-24T10:00:31.576Z] #51 32.46 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:00:31.576Z] #51 32.46 Need to get 2136 kB of archives. [2022-06-24T10:00:31.576Z] #51 32.46 After this operation, 10.8 MB of additional disk space will be used. [2022-06-24T10:00:31.576Z] #51 32.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-06-24T10:00:31.576Z] #51 32.50 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-24T10:00:31.576Z] #51 32.50 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-24T10:00:31.576Z] #51 32.51 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-06-24T10:00:31.576Z] #51 32.52 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-06-24T10:00:31.576Z] #51 32.55 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-06-24T10:00:31.576Z] #51 32.56 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-06-24T10:00:31.576Z] #51 34.56 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [630 kB] [2022-06-24T10:00:31.576Z] #51 36.28 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:00:31.576Z] #51 36.75 Fetched 2136 kB in 3s (730 kB/s) [2022-06-24T10:00:31.576Z] #51 37.39 Selecting previously unselected package libprotobuf23:arm64. [2022-06-24T10:00:31.576Z] #51 37.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 ... 15709 files and directories currently installed.) [2022-06-24T10:00:31.576Z] #51 37.47 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-06-24T10:00:31.576Z] #51 37.67 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-06-24T10:00:31.576Z] #51 38.62 Selecting previously unselected package python3-pkg-resources. [2022-06-24T10:00:31.576Z] #51 38.62 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-24T10:00:31.576Z] #51 38.63 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-24T10:00:31.576Z] #51 38.94 Selecting previously unselected package python3-six. [2022-06-24T10:00:31.576Z] #51 38.96 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-24T10:00:31.576Z] #51 38.99 Unpacking python3-six (1.16.0-2) ... [2022-06-24T10:00:31.576Z] #51 39.25 Selecting previously unselected package python3-protobuf. [2022-06-24T10:00:31.576Z] #51 39.32 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-06-24T10:00:31.576Z] #51 ... [2022-06-24T10:00:31.576Z] [2022-06-24T10:00:31.576Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:00:31.576Z] #34 sha256:1c01da5173cadde9c3797f745fb3821cd9655f7821845dda696b5a4cb9e7dea1 [2022-06-24T10:00:31.576Z] #34 37.01 Updating files: 78% (1192/1521) Updating files: 79% (1202/1521) Updating files: 80% (1217/1521) Updating files: 81% (1233/1521) Updating files: 82% (1248/1521) Updating files: 83% (1263/1521) Updating files: 84% (1278/1521) Updating files: 85% (1293/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-24T10:00:31.576Z] #34 37.42 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-24T10:00:31.576Z] #34 37.54 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:00:31.812Z] #42 ... [2022-06-24T10:00:31.812Z] [2022-06-24T10:00:31.812Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-24T10:00:31.812Z] #40 sha256:c38cfa78712ad0c0a23d715321dcc4195c86f5f5a6a9b3941feb4a564921d552 [2022-06-24T10:00:31.812Z] #40 6.452 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-24T10:00:31.812Z] #40 7.367 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-24T10:00:31.812Z] #40 8.862 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-24T10:00:31.812Z] #40 9.118 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-24T10:00:31.812Z] #40 9.307 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-24T10:00:32.074Z] #40 ... [2022-06-24T10:00:32.074Z] [2022-06-24T10:00:32.074Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T10:00:32.074Z] #36 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T10:00:32.074Z] #36 7.526 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-24T10:00:32.074Z] #36 ... [2022-06-24T10:00:32.074Z] [2022-06-24T10:00:32.074Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T10:00:32.074Z] #53 sha256:ba20ef080b9bd9f53093c85c8240b9d35e9986f8bf348c18e1d51d72c67e7362 [2022-06-24T10:00:32.074Z] #53 10.69 go: downloading github.com/fatih/color v1.10.0 [2022-06-24T10:00:32.074Z] #53 10.86 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-24T10:00:32.074Z] #53 10.86 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-24T10:00:32.074Z] #53 11.09 go: downloading github.com/pkg/errors v0.9.1 [2022-06-24T10:00:32.074Z] #53 11.40 go: downloading golang.org/x/tools v0.1.0 [2022-06-24T10:00:32.074Z] #53 11.52 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-24T10:00:32.074Z] #53 11.73 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-24T10:00:32.105Z] #42 22.30 Reading package lists... [2022-06-24T10:00:32.105Z] #42 ... [2022-06-24T10:00:32.105Z] [2022-06-24T10:00:32.105Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:00:32.105Z] #62 sha256:25cb6479e0e9c52e7513ecec75296aa0604223c569edebf95e915a88e49d66d5 [2022-06-24T10:00:32.105Z] #62 16.16 Fetched 8545 kB in 13s (675 kB/s) [2022-06-24T10:00:32.105Z] #62 16.16 Reading package lists... [2022-06-24T10:00:32.105Z] #62 23.07 Reading package lists... [2022-06-24T10:00:32.105Z] #62 ... [2022-06-24T10:00:32.105Z] [2022-06-24T10:00:32.105Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:32.105Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:00:32.105Z] #76 18.07 Fetched 8545 kB in 14s (605 kB/s) [2022-06-24T10:00:32.105Z] #76 18.07 Reading package lists... [2022-06-24T10:00:32.720Z] [2022-06-24T10:00:32.721Z] Removing bundles/ [2022-06-24T10:00:32.721Z] [2022-06-24T10:00:32.721Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-24T10:00:32.978Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-24T10:00:32.978Z] GOOS="" GOARCH="" GOARM="" [2022-06-24T10:00:33.018Z] #53 12.72 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-24T10:00:33.279Z] #53 13.02 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-24T10:00:33.488Z] #76 24.97 Reading package lists... [2022-06-24T10:00:33.488Z] #76 ... [2022-06-24T10:00:33.488Z] [2022-06-24T10:00:33.489Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:33.489Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:00:33.489Z] #51 21.27 Reading package lists... [2022-06-24T10:00:33.489Z] #51 ... [2022-06-24T10:00:33.489Z] [2022-06-24T10:00:33.489Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:33.489Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:00:33.489Z] #14 17.88 Fetched 8545 kB in 14s (610 kB/s) [2022-06-24T10:00:33.489Z] #14 17.88 Reading package lists... [2022-06-24T10:00:33.489Z] #14 24.81 Reading package lists... [2022-06-24T10:00:33.489Z] #14 ... [2022-06-24T10:00:33.489Z] [2022-06-24T10:00:33.489Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:33.489Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:00:34.858Z] #34 ... [2022-06-24T10:00:34.858Z] [2022-06-24T10:00:34.859Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:34.859Z] #76 sha256:f895c75e0e4b3e9ff8567882fb9a76e02e1da455f0bf6c41c62d98eddc497338 [2022-06-24T10:00:34.859Z] #76 39.78 Unpacking libyajl2:arm64 (2.1.0-3) ... [2022-06-24T10:00:34.859Z] #76 39.95 Selecting previously unselected package libyajl-dev:arm64. [2022-06-24T10:00:34.859Z] #76 39.98 Preparing to unpack .../22-libyajl-dev_2.1.0-3_arm64.deb ... [2022-06-24T10:00:34.859Z] #76 39.99 Unpacking libyajl-dev:arm64 (2.1.0-3) ... [2022-06-24T10:00:34.859Z] #76 40.39 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-24T10:00:34.859Z] #76 40.41 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-24T10:00:34.859Z] #76 40.46 Setting up libyajl2:arm64 (2.1.0-3) ... [2022-06-24T10:00:34.859Z] #76 40.47 Setting up libmagic1:arm64 (1:5.39-3) ... [2022-06-24T10:00:34.859Z] #76 40.55 Setting up file (1:5.39-3) ... [2022-06-24T10:00:34.859Z] #76 40.57 Setting up bzip2 (1.0.8-4) ... [2022-06-24T10:00:34.859Z] #76 40.67 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-24T10:00:34.859Z] #76 40.70 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2022-06-24T10:00:34.859Z] #76 40.75 Setting up libcap2:arm64 (1:2.44-1) ... [2022-06-24T10:00:34.859Z] #76 40.79 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-24T10:00:34.859Z] #76 40.90 Setting up libsigsegv2:arm64 (2.13-1) ... [2022-06-24T10:00:34.859Z] #76 40.98 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T10:00:34.859Z] #76 41.10 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-24T10:00:34.859Z] #76 41.16 Setting up patch (2.7.6-7) ... [2022-06-24T10:00:34.859Z] #76 41.22 Setting up libudev-dev:arm64 (247.3-7) ... [2022-06-24T10:00:34.859Z] #76 41.25 Setting up libyajl-dev:arm64 (2.1.0-3) ... [2022-06-24T10:00:34.859Z] #76 41.28 Setting up libcap-dev:arm64 (1:2.44-1) ... [2022-06-24T10:00:34.859Z] #76 41.34 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-06-24T10:00:34.859Z] #76 41.37 Setting up libtool (2.4.6-15) ... [2022-06-24T10:00:34.859Z] #76 41.42 Setting up m4 (1.4.18-5) ... [2022-06-24T10:00:34.859Z] #76 41.44 Setting up dpkg-dev (1.20.10) ... [2022-06-24T10:00:34.859Z] #76 41.52 Setting up autoconf (2.69-14) ... [2022-06-24T10:00:34.859Z] #76 41.56 Setting up build-essential (12.9) ... [2022-06-24T10:00:34.859Z] #76 41.58 Setting up automake (1:1.16.3-2) ... [2022-06-24T10:00:34.859Z] #76 41.59 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-24T10:00:34.859Z] #76 41.61 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:00:34.859Z] #76 DONE 42.6s [2022-06-24T10:00:34.859Z] [2022-06-24T10:00:34.859Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:00:34.859Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:00:35.116Z] #77 0.683 Cloning into '/tmp/crun-build'... [2022-06-24T10:00:35.403Z] #19 94.88 Reading package lists... [2022-06-24T10:00:35.403Z] #19 ... [2022-06-24T10:00:35.403Z] [2022-06-24T10:00:35.403Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:00:35.403Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:00:35.403Z] #84 49.39 libtoolize: putting auxiliary files in '.'. [2022-06-24T10:00:35.403Z] #84 49.39 libtoolize: copying file './ltmain.sh' [2022-06-24T10:00:35.403Z] #84 50.64 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-24T10:00:35.403Z] #84 50.64 libtoolize: and rerunning libtoolize and aclocal. [2022-06-24T10:00:35.403Z] #84 50.64 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-24T10:00:37.008Z] #77 ... [2022-06-24T10:00:37.009Z] [2022-06-24T10:00:37.009Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:00:37.009Z] #42 sha256:244a2459a3e7b9fdec1be91dff3727c666692159bba1dc0398e0772fbe0ad966 [2022-06-24T10:00:37.009Z] #42 35.45 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:00:37.009Z] #42 36.17 Fetched 15.6 MB in 2s (7394 kB/s) [2022-06-24T10:00:37.009Z] #42 36.29 Selecting previously unselected package xxd. [2022-06-24T10:00:37.009Z] #42 36.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-24T10:00:37.009Z] #42 36.37 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-24T10:00:37.009Z] #42 36.42 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:00:37.009Z] #42 36.74 Selecting previously unselected package vim-common. [2022-06-24T10:00:37.009Z] #42 36.75 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T10:00:37.009Z] #42 36.78 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:00:37.009Z] #42 37.32 Selecting previously unselected package cmake-data. [2022-06-24T10:00:37.009Z] #42 37.32 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-24T10:00:37.009Z] #42 37.36 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-24T10:00:37.009Z] #42 42.42 Selecting previously unselected package libicu67:arm64. [2022-06-24T10:00:37.009Z] #42 42.43 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-06-24T10:00:37.009Z] #42 42.52 Unpacking libicu67:arm64 (67.1-7) ... [2022-06-24T10:00:37.265Z] #42 ... [2022-06-24T10:00:37.266Z] [2022-06-24T10:00:37.266Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:37.266Z] #51 sha256:2c2dc708e01ec3927f9627b740ac90f6af9913100397b3774301023065caaa9f [2022-06-24T10:00:37.266Z] #51 39.32 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-06-24T10:00:37.266Z] #51 39.33 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-24T10:00:37.266Z] #51 40.24 Selecting previously unselected package libnet1:arm64. [2022-06-24T10:00:37.266Z] #51 40.24 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-06-24T10:00:37.266Z] #51 40.27 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-24T10:00:37.266Z] #51 40.62 Selecting previously unselected package libnl-3-200:arm64. [2022-06-24T10:00:37.266Z] #51 40.62 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-06-24T10:00:37.266Z] #51 40.63 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-24T10:00:37.266Z] #51 40.82 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-24T10:00:37.266Z] #51 40.82 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-24T10:00:37.266Z] #51 40.83 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-24T10:00:37.266Z] #51 41.00 Selecting previously unselected package criu. [2022-06-24T10:00:37.266Z] #51 41.00 Preparing to unpack .../7-criu_3.17-1_arm64.deb ... [2022-06-24T10:00:37.266Z] #51 41.01 Unpacking criu (3.17-1) ... [2022-06-24T10:00:37.266Z] #51 41.94 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-24T10:00:37.266Z] #51 43.72 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-06-24T10:00:37.266Z] #51 43.74 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-24T10:00:37.266Z] #51 43.76 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-24T10:00:37.266Z] #51 43.78 Setting up python3-six (1.16.0-2) ... [2022-06-24T10:00:37.266Z] #51 44.98 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-24T10:00:37.266Z] #51 45.02 Setting up python3-protobuf (3.12.4-1) ... [2022-06-24T10:00:37.509Z] #53 ... [2022-06-24T10:00:37.509Z] [2022-06-24T10:00:37.509Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:00:37.509Z] #67 sha256:f0214d7f0c4884046afee985327062ad95ac3d87a63c3b852588e77cbbfc81d1 [2022-06-24T10:00:37.509Z] #67 6.858 + RM_GOPATH=0 [2022-06-24T10:00:37.509Z] #67 6.858 + TMP_GOPATH= [2022-06-24T10:00:37.509Z] #67 6.858 + : /build [2022-06-24T10:00:37.509Z] #67 6.858 + '[' -z '' ']' [2022-06-24T10:00:37.509Z] #67 6.880 ++ mktemp -d [2022-06-24T10:00:37.509Z] #67 6.880 + export GOPATH=/tmp/tmp.tWg0Zs8WF9 [2022-06-24T10:00:37.509Z] #67 6.880 + GOPATH=/tmp/tmp.tWg0Zs8WF9 [2022-06-24T10:00:37.509Z] #67 6.880 + RM_GOPATH=1 [2022-06-24T10:00:37.509Z] #67 6.880 + case "$(go env GOARCH)" in [2022-06-24T10:00:37.509Z] #67 6.880 ++ go env GOARCH [2022-06-24T10:00:37.509Z] #67 6.919 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:37.509Z] #67 6.920 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:37.509Z] #67 6.920 ++ dirname /install.sh [2022-06-24T10:00:37.509Z] #67 6.922 + dir=/ [2022-06-24T10:00:37.509Z] #67 6.923 + bin=rootlesskit [2022-06-24T10:00:37.509Z] #67 6.923 + shift [2022-06-24T10:00:37.509Z] #67 6.932 + '[' '!' -f //rootlesskit.installer ']' [2022-06-24T10:00:37.509Z] #67 6.932 + . //rootlesskit.installer [2022-06-24T10:00:37.509Z] #67 6.933 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-24T10:00:37.509Z] #67 6.934 + install_rootlesskit [2022-06-24T10:00:37.509Z] #67 6.934 + case "$1" in [2022-06-24T10:00:37.509Z] #67 6.934 + export CGO_ENABLED=0 [2022-06-24T10:00:37.509Z] #67 6.934 + CGO_ENABLED=0 [2022-06-24T10:00:37.509Z] #67 6.934 + _install_rootlesskit [2022-06-24T10:00:37.509Z] #67 6.941 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-24T10:00:37.509Z] #67 6.941 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-24T10:00:37.509Z] #67 6.941 + GOBIN=/build [2022-06-24T10:00:37.509Z] #67 6.941 + GO111MODULE=on [2022-06-24T10:00:37.510Z] #67 6.941 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-24T10:00:37.510Z] #67 6.941 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-24T10:00:37.510Z] #67 7.654 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-24T10:00:37.510Z] #67 12.11 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-24T10:00:37.510Z] #67 12.11 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-24T10:00:37.510Z] #67 12.84 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-24T10:00:37.828Z] #51 ... [2022-06-24T10:00:37.828Z] [2022-06-24T10:00:37.828Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:37.828Z] #14 sha256:a6b96088b35bd9ef1345c3da39531dbebaf969a901e7fc87bc561d4866a911db [2022-06-24T10:00:37.828Z] #14 36.06 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2022-06-24T10:00:37.828Z] #14 38.03 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2022-06-24T10:00:37.828Z] #14 38.65 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-06-24T10:00:37.828Z] #14 38.68 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-24T10:00:37.828Z] #14 38.68 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-24T10:00:37.828Z] #14 38.69 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-06-24T10:00:37.828Z] #14 38.69 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-06-24T10:00:37.828Z] #14 38.71 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2022-06-24T10:00:37.828Z] #14 38.72 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-06-24T10:00:37.828Z] #14 38.75 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-06-24T10:00:37.828Z] #14 38.80 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-06-24T10:00:37.828Z] #14 38.84 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-06-24T10:00:37.828Z] #14 38.84 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-06-24T10:00:37.828Z] #14 38.84 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-06-24T10:00:37.828Z] #14 38.85 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-06-24T10:00:37.828Z] #14 38.85 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2022-06-24T10:00:37.828Z] #14 38.85 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-06-24T10:00:37.828Z] #14 38.85 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-06-24T10:00:37.828Z] #14 40.37 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:00:37.828Z] #14 40.58 Fetched 108 MB in 8s (13.7 MB/s) [2022-06-24T10:00:37.828Z] #14 40.70 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-24T10:00:37.828Z] #14 40.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-24T10:00:37.828Z] #14 40.72 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-06-24T10:00:37.828Z] #14 40.73 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-24T10:00:37.828Z] #14 43.39 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-24T10:00:37.828Z] #14 43.40 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-06-24T10:00:37.828Z] #14 43.47 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-24T10:00:37.828Z] #14 45.74 Selecting previously unselected package binutils-mingw-w64. [2022-06-24T10:00:37.828Z] #14 45.74 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-24T10:00:37.828Z] #14 45.75 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-24T10:00:37.828Z] #14 45.94 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-06-24T10:00:37.828Z] #14 45.94 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-06-24T10:00:37.828Z] #14 45.95 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-24T10:00:37.828Z] #14 46.12 Selecting previously unselected package dmsetup. [2022-06-24T10:00:37.828Z] #14 46.12 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-06-24T10:00:37.828Z] #14 46.14 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-24T10:00:37.828Z] #14 46.30 Selecting previously unselected package mingw-w64-common. [2022-06-24T10:00:37.828Z] #14 ... [2022-06-24T10:00:37.828Z] [2022-06-24T10:00:37.828Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:00:37.828Z] #64 sha256:45c8a83959e5b03b4036c2a920ac2319559482b7af17b0be87a8e7dc78ebc1a9 [2022-06-24T10:00:37.828Z] #64 1.084 + RM_GOPATH=0 [2022-06-24T10:00:37.828Z] #64 1.087 + TMP_GOPATH= [2022-06-24T10:00:37.828Z] #64 1.087 + : /build [2022-06-24T10:00:37.828Z] #64 1.089 + '[' -z '' ']' [2022-06-24T10:00:37.828Z] #64 1.109 ++ mktemp -d [2022-06-24T10:00:37.828Z] #64 1.126 + export GOPATH=/tmp/tmp.ymWf2TdqC0 [2022-06-24T10:00:37.828Z] #64 1.126 + GOPATH=/tmp/tmp.ymWf2TdqC0 [2022-06-24T10:00:37.828Z] #64 1.126 + RM_GOPATH=1 [2022-06-24T10:00:37.828Z] #64 1.126 + case "$(go env GOARCH)" in [2022-06-24T10:00:37.828Z] #64 1.126 ++ go env GOARCH [2022-06-24T10:00:37.828Z] #64 1.177 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:37.828Z] #64 1.177 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:37.828Z] #64 1.187 ++ dirname /install.sh [2022-06-24T10:00:37.828Z] #64 1.189 + dir=/ [2022-06-24T10:00:37.828Z] #64 1.189 + bin=containerd [2022-06-24T10:00:37.828Z] #64 1.189 + shift [2022-06-24T10:00:37.828Z] #64 1.190 + '[' '!' -f //containerd.installer ']' [2022-06-24T10:00:37.828Z] #64 1.190 + . //containerd.installer [2022-06-24T10:00:37.828Z] #64 1.190 ++ set -e [2022-06-24T10:00:37.828Z] #64 1.190 ++ : v1.6.6 [2022-06-24T10:00:37.828Z] #64 1.191 + install_containerd [2022-06-24T10:00:37.828Z] #64 1.192 + echo 'Install containerd version v1.6.6' [2022-06-24T10:00:37.828Z] #64 1.192 Install containerd version v1.6.6 [2022-06-24T10:00:37.828Z] #64 1.193 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ymWf2TdqC0/src/github.com/containerd/containerd [2022-06-24T10:00:37.828Z] #64 1.299 Cloning into '/tmp/tmp.ymWf2TdqC0/src/github.com/containerd/containerd'... [2022-06-24T10:00:38.084Z] #64 ... [2022-06-24T10:00:38.084Z] [2022-06-24T10:00:38.084Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:38.084Z] #14 sha256:a6b96088b35bd9ef1345c3da39531dbebaf969a901e7fc87bc561d4866a911db [2022-06-24T10:00:38.084Z] #14 46.30 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-24T10:00:38.084Z] #14 46.32 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-24T10:00:38.084Z] #14 ... [2022-06-24T10:00:38.084Z] [2022-06-24T10:00:38.084Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:00:38.084Z] #55 sha256:4cbff6290f4bfe104ba0351773aa92a57abf861a5e0de9779db9a581072e1642 [2022-06-24T10:00:38.084Z] #55 36.53 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-24T10:00:38.084Z] #55 36.53 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-24T10:00:38.084Z] #55 36.59 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-24T10:00:38.084Z] #55 36.75 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-24T10:00:38.084Z] #55 36.83 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-24T10:00:38.084Z] #55 36.87 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-24T10:00:38.084Z] #55 36.95 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-24T10:00:38.084Z] #55 37.05 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-24T10:00:38.084Z] #55 37.12 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-24T10:00:38.084Z] #55 37.36 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-24T10:00:38.084Z] #55 37.39 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-24T10:00:38.084Z] #55 37.43 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-24T10:00:38.084Z] #55 37.44 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-24T10:00:38.084Z] #55 37.56 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-24T10:00:38.084Z] #55 37.58 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-24T10:00:38.084Z] #55 37.67 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-24T10:00:38.084Z] #55 37.89 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-24T10:00:38.084Z] #55 37.95 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-24T10:00:38.084Z] #55 38.00 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-24T10:00:38.084Z] #55 38.02 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-24T10:00:38.084Z] #55 38.05 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-24T10:00:38.084Z] #55 38.22 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-24T10:00:38.084Z] #55 38.27 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-24T10:00:38.084Z] #55 38.33 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-24T10:00:38.084Z] #55 38.38 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-24T10:00:38.084Z] #55 38.40 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-24T10:00:38.084Z] #55 38.47 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-24T10:00:38.084Z] #55 38.74 go: downloading honnef.co/go/tools v0.2.2 [2022-06-24T10:00:38.084Z] #55 40.21 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-24T10:00:38.084Z] #55 40.22 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-24T10:00:38.084Z] #55 40.35 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-24T10:00:38.084Z] #55 40.39 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-24T10:00:38.084Z] #55 40.42 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-24T10:00:38.084Z] #55 40.45 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-24T10:00:38.084Z] #55 40.55 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-24T10:00:38.084Z] #55 40.89 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-24T10:00:38.084Z] #55 40.91 go: downloading golang.org/x/text v0.3.7 [2022-06-24T10:00:38.084Z] #55 44.97 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-24T10:00:38.084Z] #55 45.05 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-24T10:00:38.084Z] #55 45.05 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-24T10:00:38.084Z] #55 45.25 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-24T10:00:38.084Z] #55 45.27 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-24T10:00:38.084Z] #55 45.29 go: downloading golang.org/x/mod v0.5.1 [2022-06-24T10:00:38.084Z] #55 45.34 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-24T10:00:38.084Z] #55 45.54 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-24T10:00:38.084Z] #55 45.56 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-24T10:00:38.084Z] #55 45.57 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-24T10:00:38.084Z] #55 45.64 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-24T10:00:38.085Z] #55 45.68 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-24T10:00:38.085Z] #55 46.23 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-24T10:00:38.085Z] #55 46.34 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-24T10:00:38.085Z] #55 46.40 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-24T10:00:38.085Z] #55 46.50 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-24T10:00:38.085Z] #55 46.54 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-24T10:00:38.341Z] #55 46.60 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-24T10:00:38.341Z] #55 46.62 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-24T10:00:38.341Z] #55 46.67 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-24T10:00:38.341Z] #55 46.71 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-24T10:00:38.598Z] #55 46.91 go: downloading github.com/prometheus/common v0.10.0 [2022-06-24T10:00:38.766Z] #51 27.80 Reading package lists... [2022-06-24T10:00:38.766Z] #51 ... [2022-06-24T10:00:38.766Z] [2022-06-24T10:00:38.766Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:00:38.766Z] #47 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T10:00:38.766Z] #47 28.28 Updating files: 65% (1422/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-06-24T10:00:38.766Z] #47 29.08 + git checkout -q v2.3.0 [2022-06-24T10:00:38.766Z] #47 31.56 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-24T10:00:38.856Z] #55 47.03 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-24T10:00:38.856Z] #55 47.19 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-24T10:00:39.125Z] #55 47.32 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-24T10:00:39.690Z] #55 ... [2022-06-24T10:00:39.690Z] [2022-06-24T10:00:39.690Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:00:39.690Z] #42 sha256:244a2459a3e7b9fdec1be91dff3727c666692159bba1dc0398e0772fbe0ad966 [2022-06-24T10:00:39.690Z] #42 47.97 Selecting previously unselected package libxml2:arm64. [2022-06-24T10:00:39.690Z] #42 47.97 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ... [2022-06-24T10:00:39.690Z] #42 47.98 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-24T10:00:40.056Z] #67 19.05 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-24T10:00:40.056Z] #67 ... [2022-06-24T10:00:40.056Z] [2022-06-24T10:00:40.056Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T10:00:40.056Z] #53 sha256:ba20ef080b9bd9f53093c85c8240b9d35e9986f8bf348c18e1d51d72c67e7362 [2022-06-24T10:00:40.056Z] #53 19.45 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-24T10:00:40.056Z] #53 19.57 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-24T10:00:40.056Z] #53 19.68 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-24T10:00:40.056Z] #53 ... [2022-06-24T10:00:40.056Z] [2022-06-24T10:00:40.056Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:40.056Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:00:40.056Z] #76 9.549 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:00:40.056Z] #76 ... [2022-06-24T10:00:40.056Z] [2022-06-24T10:00:40.056Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:40.056Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:00:40.056Z] #51 14.62 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:00:40.056Z] #51 18.73 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:00:40.254Z] #42 48.45 Selecting previously unselected package libarchive13:arm64. [2022-06-24T10:00:40.254Z] #42 48.46 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-06-24T10:00:40.254Z] #42 48.48 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-06-24T10:00:40.512Z] #42 48.78 Selecting previously unselected package libjsoncpp24:arm64. [2022-06-24T10:00:40.512Z] #42 48.78 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-06-24T10:00:40.512Z] #42 48.79 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-06-24T10:00:40.771Z] #42 48.94 Selecting previously unselected package librhash0:arm64. [2022-06-24T10:00:40.771Z] #42 48.96 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-06-24T10:00:40.771Z] #42 48.97 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-06-24T10:00:40.771Z] #42 49.14 Selecting previously unselected package libuv1:arm64. [2022-06-24T10:00:40.999Z] #51 ... [2022-06-24T10:00:40.999Z] [2022-06-24T10:00:40.999Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:00:40.999Z] #67 sha256:f0214d7f0c4884046afee985327062ad95ac3d87a63c3b852588e77cbbfc81d1 [2022-06-24T10:00:40.999Z] #67 20.38 go: downloading github.com/google/uuid v1.3.0 [2022-06-24T10:00:40.999Z] #67 20.50 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-24T10:00:41.028Z] #42 49.14 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-06-24T10:00:41.028Z] #42 49.14 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-06-24T10:00:41.028Z] #42 49.31 Selecting previously unselected package cmake. [2022-06-24T10:00:41.028Z] #42 49.31 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-06-24T10:00:41.028Z] #42 49.32 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-24T10:00:41.260Z] #67 20.58 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-24T10:00:41.303Z] #47 ... [2022-06-24T10:00:41.303Z] [2022-06-24T10:00:41.303Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:00:41.303Z] #62 sha256:25cb6479e0e9c52e7513ecec75296aa0604223c569edebf95e915a88e49d66d5 [2022-06-24T10:00:41.303Z] #62 23.07 Reading package lists... [2022-06-24T10:00:41.303Z] #62 28.99 Building dependency tree... [2022-06-24T10:00:41.303Z] #62 32.68 The following additional packages will be installed: [2022-06-24T10:00:41.303Z] #62 32.70 libbtrfs0 [2022-06-24T10:00:41.303Z] #62 32.92 The following NEW packages will be installed: [2022-06-24T10:00:41.303Z] #62 32.94 libbtrfs-dev libbtrfs0 [2022-06-24T10:00:41.303Z] #62 33.36 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:00:41.303Z] #62 33.36 Need to get 460 kB of archives. [2022-06-24T10:00:41.303Z] #62 33.36 After this operation, 1237 kB of additional disk space will be used. [2022-06-24T10:00:41.303Z] #62 33.36 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-24T10:00:41.303Z] #62 33.37 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-24T10:00:41.303Z] #62 34.57 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:00:41.303Z] #62 34.86 Fetched 460 kB in 0s (1333 kB/s) [2022-06-24T10:00:41.303Z] #62 35.02 Selecting previously unselected package libbtrfs0:amd64. [2022-06-24T10:00:41.303Z] #62 35.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-24T10:00:41.303Z] #62 35.09 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-24T10:00:41.303Z] #62 35.09 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T10:00:41.303Z] #62 35.39 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-24T10:00:41.303Z] #62 35.42 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-24T10:00:41.303Z] #62 35.43 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T10:00:41.303Z] #62 35.85 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T10:00:41.566Z] #62 35.88 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T10:00:41.566Z] #62 35.89 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:00:41.829Z] #62 DONE 36.3s [2022-06-24T10:00:41.829Z] [2022-06-24T10:00:41.829Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-24T10:00:41.829Z] #63 sha256:dabd162f760822f118c839dbfa5c91d2c1a04e7dfe51ca6e8a36050a5ca8dc58 [2022-06-24T10:00:41.833Z] #67 21.11 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-24T10:00:41.833Z] #67 21.24 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-24T10:00:42.089Z] #63 DONE 0.2s [2022-06-24T10:00:42.089Z] [2022-06-24T10:00:42.089Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:00:42.089Z] #64 sha256:0a652afb24b42669616285b6cd081cd44a2aa3ef06fd19c079c56e10064f0e7f [2022-06-24T10:00:42.406Z] #67 21.55 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-24T10:00:42.666Z] #67 ... [2022-06-24T10:00:42.666Z] [2022-06-24T10:00:42.667Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:42.667Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:00:42.667Z] #14 12.25 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:00:42.667Z] #14 16.55 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:00:42.667Z] #14 ... [2022-06-24T10:00:42.667Z] [2022-06-24T10:00:42.667Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T10:00:42.667Z] #26 sha256:813646078b1acef1e11e16384922b942050d26097f589d15e400cd6748d3a592 [2022-06-24T10:00:42.667Z] #26 21.26 + mkdir -p /build [2022-06-24T10:00:42.667Z] #26 21.27 + mv docker/docker /build/ [2022-06-24T10:00:42.667Z] #26 21.27 + rmdir docker [2022-06-24T10:00:42.667Z] #26 DONE 22.1s [2022-06-24T10:00:42.667Z] [2022-06-24T10:00:42.667Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-24T10:00:42.667Z] #40 sha256:c38cfa78712ad0c0a23d715321dcc4195c86f5f5a6a9b3941feb4a564921d552 [2022-06-24T10:00:42.667Z] #40 14.63 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-24T10:00:42.667Z] #40 14.78 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-24T10:00:42.928Z] #40 ... [2022-06-24T10:00:42.928Z] [2022-06-24T10:00:42.928Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:42.928Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:00:42.928Z] #51 22.23 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-24T10:00:43.516Z] #51 ... [2022-06-24T10:00:43.516Z] [2022-06-24T10:00:43.516Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-24T10:00:43.516Z] #57 sha256:077e8dd50f6a168a9f33b579ce33c37531a52a76c9141fd84569979de006a647 [2022-06-24T10:00:43.516Z] #57 13.16 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-24T10:00:43.516Z] #57 ... [2022-06-24T10:00:43.516Z] [2022-06-24T10:00:43.516Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:00:43.516Z] #67 sha256:f0214d7f0c4884046afee985327062ad95ac3d87a63c3b852588e77cbbfc81d1 [2022-06-24T10:00:43.516Z] #67 22.65 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-24T10:00:43.777Z] #67 23.03 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-24T10:00:44.038Z] #67 ... [2022-06-24T10:00:44.038Z] [2022-06-24T10:00:44.038Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:00:44.038Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:00:44.038Z] #42 13.91 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:00:44.038Z] #42 18.09 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:00:44.301Z] #42 ... [2022-06-24T10:00:44.301Z] [2022-06-24T10:00:44.301Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:44.301Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:00:44.301Z] #76 24.10 Fetched 8545 kB in 19s (452 kB/s) [2022-06-24T10:00:44.641Z] #64 ... [2022-06-24T10:00:44.641Z] [2022-06-24T10:00:44.641Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:00:44.641Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:00:44.641Z] #42 22.30 Reading package lists... [2022-06-24T10:00:44.641Z] #42 28.99 Reading package lists... [2022-06-24T10:00:44.641Z] #42 34.65 Building dependency tree... [2022-06-24T10:00:44.641Z] #42 38.61 The following additional packages will be installed: [2022-06-24T10:00:44.641Z] #42 38.61 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-24T10:00:44.641Z] #42 38.66 Suggested packages: [2022-06-24T10:00:44.641Z] #42 38.66 cmake-doc ninja-build lrzip [2022-06-24T10:00:44.641Z] #42 38.66 Recommended packages: [2022-06-24T10:00:44.641Z] #42 38.66 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-24T10:00:44.641Z] #42 ... [2022-06-24T10:00:44.641Z] [2022-06-24T10:00:44.641Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:00:44.641Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:00:44.641Z] #55 30.94 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-24T10:00:44.641Z] #55 30.94 go: downloading github.com/fatih/color v1.13.0 [2022-06-24T10:00:44.641Z] #55 30.96 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-24T10:00:44.641Z] #55 31.02 go: downloading github.com/spf13/viper v1.10.1 [2022-06-24T10:00:44.641Z] #55 31.26 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-24T10:00:44.641Z] #55 31.84 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-24T10:00:44.641Z] #55 31.84 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-24T10:00:44.641Z] #55 33.20 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-24T10:00:44.641Z] #55 33.23 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-24T10:00:44.641Z] #55 36.64 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-24T10:00:44.641Z] #55 36.64 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-24T10:00:44.641Z] #55 36.64 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-24T10:00:44.641Z] #55 36.90 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-24T10:00:44.641Z] #55 36.99 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-24T10:00:44.641Z] #55 37.14 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-24T10:00:44.641Z] #55 37.14 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-24T10:00:44.641Z] #55 37.17 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-24T10:00:44.641Z] #55 37.27 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-24T10:00:44.641Z] #55 37.32 go: downloading github.com/spf13/afero v1.6.0 [2022-06-24T10:00:44.641Z] #55 37.34 go: downloading github.com/spf13/cast v1.4.1 [2022-06-24T10:00:44.641Z] #55 37.38 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-24T10:00:44.641Z] #55 37.41 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-24T10:00:44.641Z] #55 37.49 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-24T10:00:44.641Z] #55 37.80 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-24T10:00:44.641Z] #55 37.80 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-24T10:00:44.641Z] #55 37.83 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-24T10:00:44.641Z] #55 37.85 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-24T10:00:44.641Z] #55 37.85 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-24T10:00:44.641Z] #55 37.85 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-24T10:00:44.641Z] #55 37.87 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-24T10:00:44.641Z] #55 37.88 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-24T10:00:44.641Z] #55 37.89 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-24T10:00:44.641Z] #55 38.03 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-24T10:00:44.641Z] #55 38.13 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-24T10:00:44.641Z] #55 38.25 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-24T10:00:44.641Z] #55 38.30 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-24T10:00:44.641Z] #55 38.36 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-24T10:00:44.641Z] #55 38.59 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-24T10:00:44.641Z] #55 38.69 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-24T10:00:44.641Z] #55 38.75 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-24T10:00:44.641Z] #55 38.83 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-24T10:00:44.641Z] #55 38.85 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-24T10:00:44.641Z] #55 38.88 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-24T10:00:44.641Z] #55 39.00 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-24T10:00:44.641Z] #55 ... [2022-06-24T10:00:44.641Z] [2022-06-24T10:00:44.641Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-24T10:00:44.641Z] #57 sha256:077e8dd50f6a168a9f33b579ce33c37531a52a76c9141fd84569979de006a647 [2022-06-24T10:00:44.641Z] #57 38.59 v3.0.2 [2022-06-24T10:00:44.641Z] #57 DONE 39.1s [2022-06-24T10:00:44.641Z] [2022-06-24T10:00:44.641Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:00:44.641Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:00:44.641Z] #55 39.06 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-24T10:00:44.641Z] #55 ... [2022-06-24T10:00:44.641Z] [2022-06-24T10:00:44.641Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:44.641Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:00:44.641Z] #76 24.97 Reading package lists... [2022-06-24T10:00:44.641Z] #76 30.99 Building dependency tree... [2022-06-24T10:00:44.641Z] #76 34.56 python3 is already the newest version (3.9.2-3). [2022-06-24T10:00:44.641Z] #76 34.56 The following additional packages will be installed: [2022-06-24T10:00:44.641Z] #76 34.56 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-24T10:00:44.641Z] #76 34.57 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-24T10:00:44.641Z] #76 34.58 Suggested packages: [2022-06-24T10:00:44.641Z] #76 34.61 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-24T10:00:44.641Z] #76 34.61 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-24T10:00:44.641Z] #76 34.61 m4-doc ed diffutils-doc [2022-06-24T10:00:44.641Z] #76 34.61 Recommended packages: [2022-06-24T10:00:44.641Z] #76 34.61 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-24T10:00:44.641Z] #76 36.22 The following NEW packages will be installed: [2022-06-24T10:00:44.641Z] #76 36.23 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-24T10:00:44.641Z] #76 36.24 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-24T10:00:44.641Z] #76 36.24 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-24T10:00:44.641Z] #76 36.24 libyajl2 m4 patch xz-utils [2022-06-24T10:00:44.641Z] #76 36.77 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:00:44.641Z] #76 36.77 Need to get 5939 kB of archives. [2022-06-24T10:00:44.641Z] #76 36.77 After this operation, 18.7 MB of additional disk space will be used. [2022-06-24T10:00:44.641Z] #76 36.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-24T10:00:44.641Z] #76 36.77 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-24T10:00:44.641Z] #76 36.77 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-24T10:00:44.641Z] #76 36.77 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-24T10:00:44.641Z] #76 36.79 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-24T10:00:44.641Z] #76 36.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-24T10:00:44.641Z] #76 36.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-24T10:00:44.641Z] #76 36.81 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-24T10:00:44.641Z] #76 36.84 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-24T10:00:44.641Z] #76 36.87 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-24T10:00:44.642Z] #76 36.91 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-24T10:00:44.642Z] #76 36.91 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-24T10:00:44.642Z] #76 37.14 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-24T10:00:44.642Z] #76 37.14 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-24T10:00:44.642Z] #76 37.14 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-24T10:00:44.642Z] #76 37.14 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-24T10:00:44.642Z] #76 37.14 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2022-06-24T10:00:44.642Z] #76 37.14 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-24T10:00:44.642Z] #76 37.14 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-24T10:00:44.642Z] #76 37.17 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-24T10:00:44.642Z] #76 37.18 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-24T10:00:44.642Z] #76 37.18 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-24T10:00:44.642Z] #76 37.22 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-24T10:00:44.642Z] #76 38.66 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:00:44.642Z] #76 38.85 Fetched 5939 kB in 1s (7366 kB/s) [2022-06-24T10:00:44.642Z] #76 39.06 Selecting previously unselected package bzip2. [2022-06-24T10:00:44.642Z] #76 39.06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-24T10:00:44.642Z] #76 39.13 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-24T10:00:44.642Z] #76 39.13 Unpacking bzip2 (1.0.8-4) ... [2022-06-24T10:00:44.642Z] #76 ... [2022-06-24T10:00:44.642Z] [2022-06-24T10:00:44.642Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:00:44.642Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:00:44.642Z] #55 39.18 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-24T10:00:44.879Z] #76 24.10 Reading package lists... [2022-06-24T10:00:44.879Z] #76 ... [2022-06-24T10:00:44.879Z] [2022-06-24T10:00:44.879Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:00:44.879Z] #62 sha256:25cb6479e0e9c52e7513ecec75296aa0604223c569edebf95e915a88e49d66d5 [2022-06-24T10:00:44.879Z] #62 14.56 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:00:44.879Z] #62 ... [2022-06-24T10:00:44.879Z] [2022-06-24T10:00:44.879Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T10:00:44.879Z] #53 sha256:ba20ef080b9bd9f53093c85c8240b9d35e9986f8bf348c18e1d51d72c67e7362 [2022-06-24T10:00:44.879Z] #53 24.59 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-24T10:00:44.879Z] #53 24.63 go: downloading golang.org/x/mod v0.3.0 [2022-06-24T10:00:44.902Z] #55 39.29 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-24T10:00:44.902Z] #55 39.29 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-24T10:00:44.902Z] #55 39.41 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-24T10:00:44.902Z] #55 39.46 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-24T10:00:44.902Z] #55 39.46 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-24T10:00:44.902Z] #55 39.49 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-24T10:00:44.902Z] #55 39.52 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-24T10:00:45.161Z] #55 39.54 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-24T10:00:45.161Z] #55 39.57 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-24T10:00:45.161Z] #55 39.57 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-24T10:00:45.161Z] #55 39.60 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-24T10:00:45.161Z] #55 39.78 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-24T10:00:45.283Z] #42 ... [2022-06-24T10:00:45.283Z] [2022-06-24T10:00:45.283Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:45.283Z] #14 sha256:a6b96088b35bd9ef1345c3da39531dbebaf969a901e7fc87bc561d4866a911db [2022-06-24T10:00:45.283Z] #14 53.66 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-24T10:00:45.283Z] #14 53.67 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-24T10:00:45.283Z] #14 53.69 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-24T10:00:45.379Z] #84 63.16 configure.ac:7: installing './compile' [2022-06-24T10:00:45.379Z] #84 63.17 configure.ac:11: installing './config.guess' [2022-06-24T10:00:45.379Z] #84 63.19 configure.ac:11: installing './config.sub' [2022-06-24T10:00:45.379Z] #84 63.19 configure.ac:8: installing './install-sh' [2022-06-24T10:00:45.379Z] #84 63.21 configure.ac:8: installing './missing' [2022-06-24T10:00:45.379Z] #84 63.40 Makefile.am: installing './depcomp' [2022-06-24T10:00:45.421Z] #55 40.00 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-24T10:00:45.421Z] #55 40.00 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-24T10:00:45.421Z] #55 40.00 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-24T10:00:45.421Z] #55 40.03 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-24T10:00:45.681Z] #55 40.11 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-24T10:00:45.681Z] #55 40.13 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-24T10:00:45.681Z] #55 40.17 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-24T10:00:45.681Z] #55 40.20 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-24T10:00:45.681Z] #55 40.25 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-24T10:00:45.941Z] #55 40.28 go: downloading github.com/julz/importas v0.1.0 [2022-06-24T10:00:45.941Z] #55 40.32 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-24T10:00:45.941Z] #55 40.38 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-24T10:00:45.941Z] #55 40.47 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-24T10:00:45.941Z] #55 40.47 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-24T10:00:46.201Z] #55 40.54 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-24T10:00:46.201Z] #55 40.61 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-24T10:00:46.201Z] #55 40.66 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-24T10:00:46.201Z] #55 40.66 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-24T10:00:46.201Z] #55 40.70 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-24T10:00:46.201Z] #55 40.75 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-24T10:00:46.201Z] #55 40.80 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-24T10:00:46.201Z] #55 ... [2022-06-24T10:00:46.201Z] [2022-06-24T10:00:46.201Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:46.201Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:00:46.201Z] #14 24.81 Reading package lists... [2022-06-24T10:00:46.201Z] #14 30.83 Building dependency tree... [2022-06-24T10:00:46.201Z] #14 34.43 The following additional packages will be installed: [2022-06-24T10:00:46.201Z] #14 34.43 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-24T10:00:46.201Z] #14 34.44 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-24T10:00:46.201Z] #14 34.44 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-24T10:00:46.201Z] #14 34.45 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-24T10:00:46.201Z] #14 34.45 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-24T10:00:46.201Z] #14 34.46 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-24T10:00:46.201Z] #14 34.46 mingw-w64-common mingw-w64-x86-64-dev [2022-06-24T10:00:46.201Z] #14 34.47 Suggested packages: [2022-06-24T10:00:46.201Z] #14 34.47 gcc-10-locales seccomp wine64 [2022-06-24T10:00:46.201Z] #14 35.91 The following NEW packages will be installed: [2022-06-24T10:00:46.201Z] #14 35.92 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-24T10:00:46.201Z] #14 35.92 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-24T10:00:46.201Z] #14 35.92 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-24T10:00:46.201Z] #14 35.92 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-24T10:00:46.201Z] #14 35.92 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-24T10:00:46.201Z] #14 35.92 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-24T10:00:46.201Z] #14 35.92 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-24T10:00:46.201Z] #14 35.92 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-24T10:00:46.201Z] #14 35.92 mingw-w64-x86-64-dev [2022-06-24T10:00:46.201Z] #14 36.37 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:00:46.201Z] #14 36.37 Need to get 115 MB of archives. [2022-06-24T10:00:46.201Z] #14 36.37 After this operation, 645 MB of additional disk space will be used. [2022-06-24T10:00:46.201Z] #14 36.37 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-06-24T10:00:46.201Z] #14 36.48 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-06-24T10:00:46.201Z] #14 36.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-24T10:00:46.201Z] #14 36.72 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-24T10:00:46.201Z] #14 36.72 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-06-24T10:00:46.201Z] #14 36.72 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-24T10:00:46.201Z] #14 37.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-24T10:00:46.201Z] #14 37.22 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-06-24T10:00:46.201Z] #14 37.22 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-06-24T10:00:46.201Z] #14 37.98 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-24T10:00:46.201Z] #14 39.61 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-24T10:00:46.201Z] #14 40.25 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-06-24T10:00:46.477Z] #14 ... [2022-06-24T10:00:46.477Z] [2022-06-24T10:00:46.477Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:00:46.477Z] #64 sha256:0a652afb24b42669616285b6cd081cd44a2aa3ef06fd19c079c56e10064f0e7f [2022-06-24T10:00:46.477Z] #64 4.076 + RM_GOPATH=0 [2022-06-24T10:00:46.477Z] #64 4.076 + TMP_GOPATH= [2022-06-24T10:00:46.477Z] #64 4.076 + : /build [2022-06-24T10:00:46.477Z] #64 4.076 + '[' -z '' ']' [2022-06-24T10:00:46.477Z] #64 4.077 ++ mktemp -d [2022-06-24T10:00:46.477Z] #64 4.078 + export GOPATH=/tmp/tmp.v8psFtLAyB [2022-06-24T10:00:46.477Z] #64 4.078 + GOPATH=/tmp/tmp.v8psFtLAyB [2022-06-24T10:00:46.477Z] #64 4.078 + RM_GOPATH=1 [2022-06-24T10:00:46.477Z] #64 4.078 + case "$(go env GOARCH)" in [2022-06-24T10:00:46.477Z] #64 4.079 ++ go env GOARCH [2022-06-24T10:00:46.477Z] #64 4.109 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:46.477Z] #64 4.109 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:46.477Z] #64 4.109 ++ dirname /install.sh [2022-06-24T10:00:46.477Z] #64 4.110 + dir=/ [2022-06-24T10:00:46.477Z] #64 4.110 + bin=containerd [2022-06-24T10:00:46.477Z] #64 4.110 + shift [2022-06-24T10:00:46.477Z] #64 4.110 + '[' '!' -f //containerd.installer ']' [2022-06-24T10:00:46.477Z] #64 4.110 + . //containerd.installer [2022-06-24T10:00:46.477Z] #64 4.110 ++ set -e [2022-06-24T10:00:46.477Z] #64 4.110 ++ : v1.6.6 [2022-06-24T10:00:46.477Z] #64 4.110 + install_containerd [2022-06-24T10:00:46.477Z] #64 4.113 + echo 'Install containerd version v1.6.6' [2022-06-24T10:00:46.477Z] #64 4.114 + git clone https://github.com/containerd/containerd.git /tmp/tmp.v8psFtLAyB/src/github.com/containerd/containerd [2022-06-24T10:00:46.477Z] #64 4.114 Install containerd version v1.6.6 [2022-06-24T10:00:46.477Z] #64 4.133 Cloning into '/tmp/tmp.v8psFtLAyB/src/github.com/containerd/containerd'... [2022-06-24T10:00:47.183Z] #14 ... [2022-06-24T10:00:47.183Z] [2022-06-24T10:00:47.183Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T10:00:47.183Z] #53 sha256:a8c8364e3356a7550658b660884fc1052ba36069b291d2a3bec5f566af402be8 [2022-06-24T10:00:47.183Z] #53 53.59 gotestsum version dev [2022-06-24T10:00:47.183Z] #53 DONE 55.2s [2022-06-24T10:00:47.183Z] [2022-06-24T10:00:47.183Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:47.183Z] #51 sha256:2c2dc708e01ec3927f9627b740ac90f6af9913100397b3774301023065caaa9f [2022-06-24T10:00:47.183Z] #51 48.48 Setting up criu (3.17-1) ... [2022-06-24T10:00:47.183Z] #51 50.16 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:00:47.183Z] #51 DONE 54.6s [2022-06-24T10:00:47.183Z] [2022-06-24T10:00:47.183Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:00:47.183Z] #42 sha256:244a2459a3e7b9fdec1be91dff3727c666692159bba1dc0398e0772fbe0ad966 [2022-06-24T10:00:47.183Z] #42 53.77 Setting up libicu67:arm64 (67.1-7) ... [2022-06-24T10:00:47.183Z] #42 53.84 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:00:47.183Z] #42 53.89 Setting up libuv1:arm64 (1.40.0-2) ... [2022-06-24T10:00:47.183Z] #42 53.94 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:00:47.183Z] #42 53.99 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-06-24T10:00:47.183Z] #42 54.03 Setting up librhash0:arm64 (1.4.1-2) ... [2022-06-24T10:00:47.183Z] #42 54.07 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-24T10:00:47.183Z] #42 54.12 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-24T10:00:47.183Z] #42 54.45 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-06-24T10:00:47.183Z] #42 54.69 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-24T10:00:47.183Z] #42 54.78 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:00:47.183Z] #42 DONE 55.3s [2022-06-24T10:00:47.183Z] [2022-06-24T10:00:47.183Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-24T10:00:47.183Z] #43 sha256:b6b3dc163a3e1534b47b6c43f45f2a9c9dc8a733a4ee6637a5cd50021e274a76 [2022-06-24T10:00:47.282Z] #84 65.36 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-24T10:00:47.282Z] #84 65.36 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-24T10:00:47.540Z] #84 65.65 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-24T10:00:47.540Z] #84 65.65 libtoolize: copying file 'm4/libtool.m4' [2022-06-24T10:00:47.751Z] #43 DONE 0.5s [2022-06-24T10:00:47.751Z] [2022-06-24T10:00:47.751Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-24T10:00:47.751Z] #44 sha256:bfedae4430764214e8c8944cad03ef799bb2e6f373c4bb73e419bf940d4b4a24 [2022-06-24T10:00:47.799Z] #84 65.91 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-24T10:00:47.799Z] #84 66.18 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-24T10:00:47.863Z] #64 ... [2022-06-24T10:00:47.863Z] [2022-06-24T10:00:47.863Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-24T10:00:47.863Z] #40 sha256:c38cfa78712ad0c0a23d715321dcc4195c86f5f5a6a9b3941feb4a564921d552 [2022-06-24T10:00:47.863Z] #40 41.79 NAME: [2022-06-24T10:00:47.863Z] #40 41.79 go-winres - A tool for embedding resources in Windows executables [2022-06-24T10:00:47.863Z] #40 41.79 [2022-06-24T10:00:47.863Z] #40 41.79 USAGE: [2022-06-24T10:00:47.863Z] #40 41.79 go-winres [global options] command [command options] [arguments...] [2022-06-24T10:00:47.863Z] #40 41.79 [2022-06-24T10:00:47.863Z] #40 41.79 COMMANDS: [2022-06-24T10:00:47.863Z] #40 41.79 init Create an initial ./winres/winres.json [2022-06-24T10:00:47.863Z] #40 41.79 make Make syso files for the "go build" command [2022-06-24T10:00:47.863Z] #40 41.79 simply Make syso files for the "go build" command (simplified) [2022-06-24T10:00:47.863Z] #40 41.79 extract Extract all resources from an executable [2022-06-24T10:00:47.863Z] #40 41.79 patch Replace resources in an executable file (exe, dll) [2022-06-24T10:00:47.863Z] #40 41.79 help, h Shows a list of commands or help for one command [2022-06-24T10:00:47.863Z] #40 41.79 [2022-06-24T10:00:47.863Z] #40 41.79 GLOBAL OPTIONS: [2022-06-24T10:00:47.863Z] #40 41.79 --help, -h show help (default: false) [2022-06-24T10:00:47.863Z] #40 DONE 42.5s [2022-06-24T10:00:48.057Z] #84 66.43 libtoolize: copying file 'm4/ltversion.m4' [2022-06-24T10:00:48.122Z] [2022-06-24T10:00:48.122Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:00:48.122Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:00:48.122Z] #55 40.80 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-24T10:00:48.122Z] #55 41.35 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-24T10:00:48.122Z] #55 41.37 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-24T10:00:48.122Z] #55 41.40 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-24T10:00:48.122Z] #55 41.63 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-24T10:00:48.122Z] #55 41.63 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-24T10:00:48.122Z] #55 41.63 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-24T10:00:48.122Z] #55 41.67 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-24T10:00:48.122Z] #55 41.68 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-24T10:00:48.122Z] #55 41.79 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-24T10:00:48.122Z] #55 42.16 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-24T10:00:48.122Z] #55 42.16 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-24T10:00:48.122Z] #55 42.17 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-24T10:00:48.122Z] #55 42.18 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-24T10:00:48.122Z] #55 42.21 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-24T10:00:48.122Z] #55 42.24 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-24T10:00:48.122Z] #55 42.30 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-24T10:00:48.122Z] #55 42.33 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-24T10:00:48.122Z] #55 42.38 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-24T10:00:48.122Z] #55 42.41 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-24T10:00:48.122Z] #55 42.51 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-24T10:00:48.122Z] #55 42.51 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-24T10:00:48.122Z] #55 42.77 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-24T10:00:48.382Z] #55 42.79 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-24T10:00:48.382Z] #55 42.79 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-24T10:00:48.382Z] #55 42.87 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-24T10:00:48.382Z] #55 43.00 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-24T10:00:48.624Z] #84 66.66 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-24T10:00:48.624Z] #84 66.75 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-24T10:00:48.641Z] #55 43.25 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-24T10:00:49.121Z] #44 1.548 + RM_GOPATH=0 [2022-06-24T10:00:49.121Z] #44 1.548 + TMP_GOPATH= [2022-06-24T10:00:49.121Z] #44 1.548 + : /build [2022-06-24T10:00:49.121Z] #44 1.548 + '[' -z '' ']' [2022-06-24T10:00:49.121Z] #44 1.585 ++ mktemp -d [2022-06-24T10:00:49.121Z] #44 1.585 + export GOPATH=/tmp/tmp.nqT8xkUKTe [2022-06-24T10:00:49.121Z] #44 1.585 + GOPATH=/tmp/tmp.nqT8xkUKTe [2022-06-24T10:00:49.121Z] #44 1.585 + RM_GOPATH=1 [2022-06-24T10:00:49.121Z] #44 1.585 + case "$(go env GOARCH)" in [2022-06-24T10:00:49.121Z] #44 1.585 ++ go env GOARCH [2022-06-24T10:00:49.121Z] #44 1.585 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:49.121Z] #44 1.585 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:00:49.121Z] #44 1.585 ++ dirname /install.sh [2022-06-24T10:00:49.121Z] #44 1.594 + dir=/ [2022-06-24T10:00:49.121Z] #44 1.594 + bin=tini [2022-06-24T10:00:49.121Z] #44 1.594 + shift [2022-06-24T10:00:49.121Z] #44 1.594 + '[' '!' -f //tini.installer ']' [2022-06-24T10:00:49.121Z] #44 1.594 + . //tini.installer [2022-06-24T10:00:49.121Z] #44 1.594 ++ : v0.19.0 [2022-06-24T10:00:49.121Z] #44 1.594 + install_tini [2022-06-24T10:00:49.121Z] #44 1.594 + echo 'Install tini version v0.19.0' [2022-06-24T10:00:49.121Z] #44 1.594 + git clone https://github.com/krallin/tini.git /tmp/tmp.nqT8xkUKTe/tini [2022-06-24T10:00:49.121Z] #44 1.594 Install tini version v0.19.0 [2022-06-24T10:00:49.121Z] #44 1.616 Cloning into '/tmp/tmp.nqT8xkUKTe/tini'... [2022-06-24T10:00:49.210Z] #55 43.58 go: downloading honnef.co/go/tools v0.2.2 [2022-06-24T10:00:49.210Z] #55 ... [2022-06-24T10:00:49.210Z] [2022-06-24T10:00:49.210Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:49.210Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:00:49.210Z] #51 27.80 Reading package lists... [2022-06-24T10:00:49.210Z] #51 33.73 Building dependency tree... [2022-06-24T10:00:49.210Z] #51 37.81 The following additional packages will be installed: [2022-06-24T10:00:49.210Z] #51 37.81 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-24T10:00:49.210Z] #51 37.82 python3-protobuf python3-six [2022-06-24T10:00:49.210Z] #51 37.82 Suggested packages: [2022-06-24T10:00:49.210Z] #51 37.84 python3-setuptools [2022-06-24T10:00:49.210Z] #51 37.84 Recommended packages: [2022-06-24T10:00:49.210Z] #51 37.84 iproute2 | iproute [2022-06-24T10:00:49.210Z] #51 38.65 The following NEW packages will be installed: [2022-06-24T10:00:49.210Z] #51 38.65 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-24T10:00:49.210Z] #51 38.65 python3-protobuf python3-six [2022-06-24T10:00:49.210Z] #51 39.22 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:00:49.210Z] #51 39.22 Need to get 2314 kB of archives. [2022-06-24T10:00:49.210Z] #51 39.22 After this operation, 11.1 MB of additional disk space will be used. [2022-06-24T10:00:49.210Z] #51 39.22 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-24T10:00:49.210Z] #51 39.25 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-24T10:00:49.210Z] #51 39.28 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-24T10:00:49.210Z] #51 39.31 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-24T10:00:49.210Z] #51 39.31 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-24T10:00:49.210Z] #51 39.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-24T10:00:49.210Z] #51 39.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-24T10:00:49.210Z] #51 41.57 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-24T10:00:49.210Z] #51 43.08 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:00:49.210Z] #51 43.37 Fetched 2314 kB in 3s (742 kB/s) [2022-06-24T10:00:49.210Z] #51 43.54 Selecting previously unselected package libprotobuf23:amd64. [2022-06-24T10:00:49.210Z] #51 43.54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-24T10:00:49.210Z] #51 43.60 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-24T10:00:49.210Z] #51 43.60 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-24T10:00:49.477Z] #51 ... [2022-06-24T10:00:49.477Z] [2022-06-24T10:00:49.477Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:49.477Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:00:49.477Z] #76 39.32 Selecting previously unselected package libmagic-mgc. [2022-06-24T10:00:49.477Z] #76 39.32 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-24T10:00:49.477Z] #76 39.33 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-24T10:00:49.477Z] #76 39.86 Selecting previously unselected package libmagic1:amd64. [2022-06-24T10:00:49.477Z] #76 39.86 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-24T10:00:49.477Z] #76 39.87 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-24T10:00:49.477Z] #76 40.06 Selecting previously unselected package file. [2022-06-24T10:00:49.477Z] #76 40.06 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-24T10:00:49.477Z] #76 40.07 Unpacking file (1:5.39-3) ... [2022-06-24T10:00:49.477Z] #76 40.32 Selecting previously unselected package xz-utils. [2022-06-24T10:00:49.477Z] #76 40.32 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-24T10:00:49.477Z] #76 40.34 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T10:00:49.477Z] #76 40.68 Selecting previously unselected package libsigsegv2:amd64. [2022-06-24T10:00:49.477Z] #76 40.68 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-24T10:00:49.478Z] #76 40.68 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-24T10:00:49.478Z] #76 40.80 Selecting previously unselected package m4. [2022-06-24T10:00:49.478Z] #76 40.81 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-24T10:00:49.478Z] #76 40.83 Unpacking m4 (1.4.18-5) ... [2022-06-24T10:00:49.478Z] #76 41.20 Selecting previously unselected package autoconf. [2022-06-24T10:00:49.478Z] #76 41.20 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-24T10:00:49.478Z] #76 41.22 Unpacking autoconf (2.69-14) ... [2022-06-24T10:00:49.478Z] #76 41.79 Selecting previously unselected package autotools-dev. [2022-06-24T10:00:49.478Z] #76 41.79 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-24T10:00:49.478Z] #76 41.79 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-24T10:00:49.478Z] #76 41.86 Selecting previously unselected package automake. [2022-06-24T10:00:49.478Z] #76 41.86 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-24T10:00:49.478Z] #76 42.02 Unpacking automake (1:1.16.3-2) ... [2022-06-24T10:00:49.478Z] #76 42.77 Selecting previously unselected package patch. [2022-06-24T10:00:49.478Z] #76 42.77 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-24T10:00:49.478Z] #76 42.79 Unpacking patch (2.7.6-7) ... [2022-06-24T10:00:49.478Z] #76 43.05 Selecting previously unselected package dpkg-dev. [2022-06-24T10:00:49.478Z] #76 43.05 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-24T10:00:49.478Z] #76 43.05 Unpacking dpkg-dev (1.20.10) ... [2022-06-24T10:00:49.559Z] #84 ... [2022-06-24T10:00:49.559Z] [2022-06-24T10:00:49.559Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:00:49.559Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:00:49.559Z] #19 94.88 Reading package lists... [2022-06-24T10:00:49.737Z] #76 44.19 Selecting previously unselected package build-essential. [2022-06-24T10:00:49.737Z] #76 44.19 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-24T10:00:49.737Z] #76 44.19 Unpacking build-essential (12.9) ... [2022-06-24T10:00:49.737Z] #76 44.33 Selecting previously unselected package libcap2:amd64. [2022-06-24T10:00:49.737Z] #76 44.33 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-24T10:00:49.737Z] #76 44.33 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-24T10:00:49.996Z] #76 44.43 Selecting previously unselected package libcap-dev:amd64. [2022-06-24T10:00:49.996Z] #76 44.45 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-24T10:00:49.996Z] #76 44.45 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-24T10:00:50.178Z] #53 ... [2022-06-24T10:00:50.178Z] [2022-06-24T10:00:50.178Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-24T10:00:50.178Z] #38 sha256:787debcc42a8331ad3380378a43c40f43b4319bea25027fafda7e094b38aa259 [2022-06-24T10:00:50.178Z] #38 29.70 tomll can be used in two ways: [2022-06-24T10:00:50.178Z] #38 29.70 Writing to STDIN and reading from STDOUT: [2022-06-24T10:00:50.178Z] #38 29.70 cat file.toml | tomll > file.toml [2022-06-24T10:00:50.178Z] #38 29.70 [2022-06-24T10:00:50.178Z] #38 29.70 Reading and updating a list of files: [2022-06-24T10:00:50.178Z] #38 29.70 tomll a.toml b.toml c.toml [2022-06-24T10:00:50.178Z] #38 29.70 [2022-06-24T10:00:50.178Z] #38 29.70 When given a list of files, tomll will modify all files in place without asking. [2022-06-24T10:00:50.256Z] #76 44.76 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-24T10:00:50.256Z] #76 44.76 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-24T10:00:50.256Z] #76 44.78 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T10:00:50.439Z] #38 DONE 30.3s [2022-06-24T10:00:50.439Z] [2022-06-24T10:00:50.439Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:50.439Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:00:50.439Z] #14 29.99 Fetched 8545 kB in 24s (361 kB/s) [2022-06-24T10:00:50.495Z] #44 ... [2022-06-24T10:00:50.495Z] [2022-06-24T10:00:50.495Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:00:50.495Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:00:50.495Z] #77 5.960 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-24T10:00:50.495Z] #77 5.988 Cloning into '/tmp/crun-build/libocispec'... [2022-06-24T10:00:50.495Z] #77 7.212 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-24T10:00:50.495Z] #77 7.232 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-24T10:00:50.495Z] #77 7.233 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-24T10:00:50.495Z] #77 7.233 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-24T10:00:50.495Z] #77 7.277 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-24T10:00:50.495Z] #77 9.130 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-24T10:00:50.495Z] #77 10.30 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-24T10:00:50.495Z] #77 11.16 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-24T10:00:50.495Z] #77 11.54 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-24T10:00:50.495Z] #77 11.68 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-24T10:00:50.495Z] #77 ... [2022-06-24T10:00:50.495Z] [2022-06-24T10:00:50.495Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:00:50.495Z] #55 sha256:4cbff6290f4bfe104ba0351773aa92a57abf861a5e0de9779db9a581072e1642 [2022-06-24T10:00:50.495Z] #55 48.52 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-24T10:00:50.495Z] #55 ... [2022-06-24T10:00:50.495Z] [2022-06-24T10:00:50.495Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-24T10:00:50.495Z] #44 sha256:bfedae4430764214e8c8944cad03ef799bb2e6f373c4bb73e419bf940d4b4a24 [2022-06-24T10:00:50.495Z] #44 2.944 + cd /tmp/tmp.nqT8xkUKTe/tini [2022-06-24T10:00:50.495Z] #44 2.944 + git checkout -q v0.19.0 [2022-06-24T10:00:50.495Z] #44 2.989 + cmake . [2022-06-24T10:00:50.541Z] #76 44.89 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-24T10:00:50.541Z] #76 44.89 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-24T10:00:50.541Z] #76 44.89 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-24T10:00:50.541Z] #76 45.12 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-24T10:00:50.541Z] #76 45.12 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-24T10:00:50.541Z] #76 45.12 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T10:00:50.802Z] #76 45.33 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-24T10:00:50.802Z] #76 45.38 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-24T10:00:50.802Z] #76 45.38 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T10:00:51.057Z] #44 3.436 -- The C compiler identification is GNU 10.2.1 [2022-06-24T10:00:51.057Z] #44 3.484 -- Detecting C compiler ABI info [2022-06-24T10:00:51.314Z] #44 3.968 -- Detecting C compiler ABI info - done [2022-06-24T10:00:51.569Z] #44 4.060 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-24T10:00:51.570Z] #44 4.061 -- Detecting C compile features [2022-06-24T10:00:51.570Z] #44 4.067 -- Detecting C compile features - done [2022-06-24T10:00:51.777Z] #76 ... [2022-06-24T10:00:51.777Z] [2022-06-24T10:00:51.777Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:51.777Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:00:51.777Z] #51 44.52 Selecting previously unselected package python3-pkg-resources. [2022-06-24T10:00:51.777Z] #51 44.55 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-24T10:00:51.777Z] #51 44.57 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-24T10:00:51.777Z] #51 44.91 Selecting previously unselected package python3-six. [2022-06-24T10:00:51.777Z] #51 44.91 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-24T10:00:51.777Z] #51 44.91 Unpacking python3-six (1.16.0-2) ... [2022-06-24T10:00:51.777Z] #51 45.17 Selecting previously unselected package python3-protobuf. [2022-06-24T10:00:51.777Z] #51 45.17 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-24T10:00:51.777Z] #51 45.17 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-24T10:00:51.777Z] #51 45.66 Selecting previously unselected package libnet1:amd64. [2022-06-24T10:00:51.777Z] #51 45.74 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-24T10:00:51.777Z] #51 45.74 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T10:00:51.777Z] #51 45.84 Selecting previously unselected package libnl-3-200:amd64. [2022-06-24T10:00:51.777Z] #51 45.84 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-24T10:00:51.777Z] #51 45.96 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T10:00:51.777Z] #51 46.11 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-24T10:00:51.777Z] #51 46.11 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-24T10:00:51.777Z] #51 46.11 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T10:00:51.826Z] #44 4.123 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-24T10:00:51.826Z] #44 4.380 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-24T10:00:51.826Z] #44 4.426 -- Configuring done [2022-06-24T10:00:51.826Z] #44 4.481 -- Generating done [2022-06-24T10:00:52.045Z] #51 46.28 Selecting previously unselected package criu. [2022-06-24T10:00:52.045Z] #51 46.30 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-24T10:00:52.045Z] #51 46.31 Unpacking criu (3.17-1) ... [2022-06-24T10:00:52.082Z] #44 4.489 -- Build files have been written to: /tmp/tmp.nqT8xkUKTe/tini [2022-06-24T10:00:52.082Z] #44 4.500 + make tini-static [2022-06-24T10:00:52.338Z] #44 4.766 Scanning dependencies of target tini-static [2022-06-24T10:00:52.338Z] #44 4.829 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-24T10:00:52.989Z] #51 47.26 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-24T10:00:53.707Z] #44 6.154 [100%] Linking C executable tini-static [2022-06-24T10:00:53.964Z] #44 6.522 [100%] Built target tini-static [2022-06-24T10:00:53.964Z] #44 6.619 + mkdir -p /build [2022-06-24T10:00:53.964Z] #44 6.622 + cp tini-static /build/docker-init [2022-06-24T10:00:54.648Z] #14 29.99 Reading package lists... [2022-06-24T10:00:54.648Z] #14 ... [2022-06-24T10:00:54.648Z] [2022-06-24T10:00:54.648Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T10:00:54.648Z] #36 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T10:00:54.648Z] #36 24.24 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-24T10:00:54.648Z] #36 24.36 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-24T10:00:54.648Z] #36 25.16 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-24T10:00:54.648Z] #36 25.76 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-24T10:00:54.648Z] #36 26.19 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-24T10:00:54.648Z] #36 26.61 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-24T10:00:54.648Z] #36 26.86 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-24T10:00:54.648Z] #36 26.91 go: downloading github.com/peterh/liner v1.2.2 [2022-06-24T10:00:54.648Z] #36 27.37 go: downloading github.com/google/go-dap v0.6.0 [2022-06-24T10:00:54.648Z] #36 27.69 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-24T10:00:54.648Z] #36 28.59 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-24T10:00:54.648Z] #36 29.77 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-24T10:00:54.648Z] #36 30.08 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-24T10:00:54.648Z] #36 30.29 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-24T10:00:54.648Z] #36 33.53 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-24T10:00:54.648Z] #36 33.84 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-24T10:00:54.648Z] #36 ... [2022-06-24T10:00:54.648Z] [2022-06-24T10:00:54.648Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:54.648Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:00:54.648Z] #76 24.10 Reading package lists... [2022-06-24T10:00:54.900Z] #51 ... [2022-06-24T10:00:54.901Z] [2022-06-24T10:00:54.901Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:00:54.901Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:00:54.901Z] #76 46.28 Selecting previously unselected package libtool. [2022-06-24T10:00:54.901Z] #76 46.32 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-24T10:00:54.901Z] #76 46.34 Unpacking libtool (2.4.6-15) ... [2022-06-24T10:00:54.901Z] #76 46.64 Selecting previously unselected package libudev-dev:amd64. [2022-06-24T10:00:54.901Z] #76 46.64 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-24T10:00:54.901Z] #76 46.64 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-24T10:00:54.901Z] #76 46.91 Selecting previously unselected package libyajl2:amd64. [2022-06-24T10:00:54.901Z] #76 46.91 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-24T10:00:54.901Z] #76 46.91 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-24T10:00:54.901Z] #76 47.07 Selecting previously unselected package libyajl-dev:amd64. [2022-06-24T10:00:54.901Z] #76 47.07 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-24T10:00:54.901Z] #76 47.07 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-24T10:00:54.901Z] #76 47.29 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T10:00:54.901Z] #76 47.31 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-24T10:00:54.901Z] #76 47.31 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-24T10:00:54.901Z] #76 47.33 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-24T10:00:54.901Z] #76 47.37 Setting up file (1:5.39-3) ... [2022-06-24T10:00:54.901Z] #76 47.37 Setting up bzip2 (1.0.8-4) ... [2022-06-24T10:00:54.901Z] #76 47.40 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T10:00:54.901Z] #76 47.41 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-24T10:00:54.901Z] #76 47.43 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-24T10:00:54.901Z] #76 47.44 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-24T10:00:54.901Z] #76 47.46 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-24T10:00:54.901Z] #76 47.47 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T10:00:54.901Z] #76 47.49 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-24T10:00:54.901Z] #76 47.49 Setting up patch (2.7.6-7) ... [2022-06-24T10:00:54.901Z] #76 47.51 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-24T10:00:54.901Z] #76 47.53 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-24T10:00:54.901Z] #76 47.59 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-24T10:00:54.901Z] #76 47.71 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T10:00:54.901Z] #76 47.75 Setting up libtool (2.4.6-15) ... [2022-06-24T10:00:54.901Z] #76 47.75 Setting up m4 (1.4.18-5) ... [2022-06-24T10:00:54.901Z] #76 47.75 Setting up dpkg-dev (1.20.10) ... [2022-06-24T10:00:54.901Z] #76 47.92 Setting up autoconf (2.69-14) ... [2022-06-24T10:00:54.901Z] #76 47.96 Setting up build-essential (12.9) ... [2022-06-24T10:00:54.901Z] #76 47.96 Setting up automake (1:1.16.3-2) ... [2022-06-24T10:00:54.901Z] #76 48.10 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-24T10:00:54.901Z] #76 48.10 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:00:54.901Z] #76 DONE 49.1s [2022-06-24T10:00:54.901Z] [2022-06-24T10:00:54.901Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:00:54.901Z] #34 sha256:1db4a1090cc01a0e0e1fc35d6d2347bc515c4526c2959f71b03cec297d1441d5 [2022-06-24T10:00:54.901Z] #34 48.17 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-24T10:00:54.901Z] #34 48.37 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-24T10:00:54.901Z] #34 ... [2022-06-24T10:00:54.901Z] [2022-06-24T10:00:54.901Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:00:54.901Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:00:54.901Z] #42 39.41 The following NEW packages will be installed: [2022-06-24T10:00:54.901Z] #42 39.43 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-24T10:00:54.901Z] #42 39.43 vim-common xxd [2022-06-24T10:00:54.901Z] #42 39.86 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:00:54.901Z] #42 39.86 Need to get 17.7 MB of archives. [2022-06-24T10:00:54.901Z] #42 39.86 After this operation, 70.7 MB of additional disk space will be used. [2022-06-24T10:00:54.901Z] #42 39.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-24T10:00:54.901Z] #42 39.86 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-24T10:00:54.901Z] #42 39.86 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-24T10:00:54.901Z] #42 39.98 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-24T10:00:54.901Z] #42 40.57 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-06-24T10:00:54.901Z] #42 40.57 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-24T10:00:54.901Z] #42 40.60 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-24T10:00:54.901Z] #42 40.60 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-24T10:00:54.901Z] #42 40.61 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-24T10:00:54.901Z] #42 40.62 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-24T10:00:54.901Z] #42 42.31 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:00:54.901Z] #42 42.61 Fetched 17.7 MB in 1s (11.9 MB/s) [2022-06-24T10:00:54.901Z] #42 42.77 Selecting previously unselected package xxd. [2022-06-24T10:00:54.901Z] #42 42.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-24T10:00:54.901Z] #42 42.82 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-24T10:00:54.901Z] #42 42.88 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:00:54.901Z] #42 43.09 Selecting previously unselected package vim-common. [2022-06-24T10:00:54.901Z] #42 43.09 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T10:00:54.901Z] #42 43.09 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:00:54.901Z] #42 43.44 Selecting previously unselected package cmake-data. [2022-06-24T10:00:54.901Z] #42 43.45 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-24T10:00:54.901Z] #42 43.57 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-24T10:00:54.901Z] #42 48.05 Selecting previously unselected package libicu67:amd64. [2022-06-24T10:00:54.901Z] #42 48.05 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-24T10:00:54.901Z] #42 48.05 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-24T10:00:55.161Z] #42 ... [2022-06-24T10:00:55.161Z] [2022-06-24T10:00:55.161Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:00:55.161Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:00:55.161Z] #51 49.12 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-24T10:00:55.161Z] #51 49.18 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T10:00:55.161Z] #51 49.18 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T10:00:55.161Z] #51 49.23 Setting up python3-six (1.16.0-2) ... [2022-06-24T10:00:55.854Z] #44 DONE 8.1s [2022-06-24T10:00:55.855Z] [2022-06-24T10:00:55.855Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:55.855Z] #14 sha256:a6b96088b35bd9ef1345c3da39531dbebaf969a901e7fc87bc561d4866a911db [2022-06-24T10:00:55.855Z] #14 60.36 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-24T10:00:55.855Z] #14 60.37 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-06-24T10:00:55.855Z] #14 60.38 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-24T10:00:55.855Z] #14 60.53 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-24T10:00:55.855Z] #14 60.54 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-06-24T10:00:55.855Z] #14 60.54 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-24T10:00:56.541Z] #51 50.54 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T10:00:56.541Z] #51 50.54 Setting up python3-protobuf (3.12.4-1) ... [2022-06-24T10:00:56.541Z] #51 ... [2022-06-24T10:00:56.541Z] [2022-06-24T10:00:56.541Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:56.541Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:00:56.541Z] #14 41.13 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-24T10:00:56.541Z] #14 43.00 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-24T10:00:56.541Z] #14 43.81 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-06-24T10:00:56.541Z] #14 43.81 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-24T10:00:56.541Z] #14 43.81 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-24T10:00:56.541Z] #14 43.81 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-24T10:00:56.541Z] #14 43.81 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-24T10:00:56.541Z] #14 43.81 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-06-24T10:00:56.541Z] #14 43.81 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-24T10:00:56.541Z] #14 43.81 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-24T10:00:56.541Z] #14 43.81 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-24T10:00:56.541Z] #14 43.81 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-24T10:00:56.541Z] #14 43.81 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-24T10:00:56.541Z] #14 43.81 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-24T10:00:56.541Z] #14 43.91 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-24T10:00:56.541Z] #14 43.91 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-24T10:00:56.541Z] #14 43.91 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-24T10:00:56.541Z] #14 43.91 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-24T10:00:56.541Z] #14 45.05 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:00:56.541Z] #14 45.38 Fetched 115 MB in 8s (14.5 MB/s) [2022-06-24T10:00:56.541Z] #14 45.53 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-24T10:00:56.541Z] #14 45.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-24T10:00:56.541Z] #14 45.60 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-24T10:00:56.541Z] #14 45.60 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-24T10:00:56.541Z] #14 48.85 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-24T10:00:56.541Z] #14 48.85 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-24T10:00:56.541Z] #14 48.86 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-24T10:00:56.700Z] #19 116.5 Building dependency tree... [2022-06-24T10:00:56.801Z] #14 ... [2022-06-24T10:00:56.801Z] [2022-06-24T10:00:56.801Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:00:56.801Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:00:56.801Z] #55 45.03 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-24T10:00:56.802Z] #55 45.12 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-24T10:00:56.802Z] #55 45.26 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-24T10:00:56.802Z] #55 45.38 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-24T10:00:56.802Z] #55 47.24 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-24T10:00:56.802Z] #55 47.24 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-24T10:00:56.802Z] #55 47.24 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-24T10:00:56.802Z] #55 47.31 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-24T10:00:56.802Z] #55 47.75 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-24T10:00:56.802Z] #55 47.75 go: downloading golang.org/x/text v0.3.7 [2022-06-24T10:00:57.199Z] #76 34.38 Reading package lists... [2022-06-24T10:00:57.199Z] #76 ... [2022-06-24T10:00:57.199Z] [2022-06-24T10:00:57.199Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:00:57.199Z] #67 sha256:f0214d7f0c4884046afee985327062ad95ac3d87a63c3b852588e77cbbfc81d1 [2022-06-24T10:00:57.199Z] #67 26.42 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-24T10:00:57.199Z] #67 26.68 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-24T10:00:57.199Z] #67 ... [2022-06-24T10:00:57.199Z] [2022-06-24T10:00:57.199Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T10:00:57.199Z] #36 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T10:00:57.199Z] #36 35.06 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-24T10:00:57.371Z] #55 ... [2022-06-24T10:00:57.371Z] [2022-06-24T10:00:57.371Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:00:57.371Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:00:57.371Z] #14 51.81 Selecting previously unselected package binutils-mingw-w64. [2022-06-24T10:00:57.371Z] #14 51.81 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-24T10:00:57.371Z] #14 51.81 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-24T10:00:57.462Z] #36 ... [2022-06-24T10:00:57.462Z] [2022-06-24T10:00:57.462Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:00:57.462Z] #62 sha256:25cb6479e0e9c52e7513ecec75296aa0604223c569edebf95e915a88e49d66d5 [2022-06-24T10:00:57.462Z] #62 27.24 Fetched 8545 kB in 21s (399 kB/s) [2022-06-24T10:00:57.462Z] #62 27.24 Reading package lists... [2022-06-24T10:00:57.631Z] #14 51.95 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-24T10:00:57.631Z] #14 51.95 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T10:00:57.631Z] #14 51.96 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:00:57.631Z] #14 52.16 Selecting previously unselected package dmsetup. [2022-06-24T10:00:57.631Z] #14 52.16 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T10:00:57.631Z] #14 52.18 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-24T10:00:57.891Z] #14 52.35 Selecting previously unselected package mingw-w64-common. [2022-06-24T10:00:57.891Z] #14 52.35 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-24T10:00:57.891Z] #14 52.41 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-24T10:00:59.139Z] #14 67.10 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-24T10:00:59.140Z] #14 67.10 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-06-24T10:00:59.140Z] #14 67.11 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:00:59.701Z] #14 ... [2022-06-24T10:00:59.701Z] [2022-06-24T10:00:59.701Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:00:59.701Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:00:59.702Z] #77 25.27 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-24T10:01:00.014Z] #62 37.06 Reading package lists... [2022-06-24T10:01:00.014Z] #62 ... [2022-06-24T10:01:00.014Z] [2022-06-24T10:01:00.014Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:01:00.014Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:01:00.014Z] #14 29.99 Reading package lists... [2022-06-24T10:01:01.928Z] #14 39.71 Reading package lists... [2022-06-24T10:01:01.928Z] #14 ... [2022-06-24T10:01:01.928Z] [2022-06-24T10:01:01.928Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:01:01.928Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:01:01.928Z] #42 31.63 Fetched 8545 kB in 24s (354 kB/s) [2022-06-24T10:01:01.928Z] #42 31.63 Reading package lists... [2022-06-24T10:01:01.972Z] #19 128.0 The following additional packages will be installed: [2022-06-24T10:01:01.972Z] #19 128.0 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-24T10:01:01.972Z] #19 128.0 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-24T10:01:01.972Z] #19 128.0 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-24T10:01:01.972Z] #19 128.0 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-24T10:01:01.972Z] #19 128.0 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-24T10:01:01.972Z] #19 128.0 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-24T10:01:01.972Z] #19 128.0 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-06-24T10:01:01.972Z] #19 128.0 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-06-24T10:01:01.972Z] #19 128.0 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-06-24T10:01:01.972Z] #19 128.0 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-06-24T10:01:01.972Z] #19 128.0 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-24T10:01:01.972Z] #19 128.0 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-24T10:01:01.972Z] #19 128.0 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-24T10:01:01.972Z] #19 128.0 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-24T10:01:01.972Z] #19 128.0 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-24T10:01:01.972Z] #19 128.0 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-24T10:01:01.972Z] #19 128.0 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-24T10:01:01.972Z] #19 128.0 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-24T10:01:01.972Z] #19 128.0 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-24T10:01:01.972Z] #19 128.0 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-24T10:01:01.972Z] #19 128.0 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-24T10:01:01.972Z] #19 128.0 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-24T10:01:01.972Z] #19 128.0 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-24T10:01:01.972Z] #19 128.0 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-24T10:01:01.972Z] #19 128.0 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-24T10:01:01.972Z] #19 128.0 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-24T10:01:01.972Z] #19 128.0 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-24T10:01:01.972Z] #19 128.0 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-24T10:01:01.972Z] #19 128.0 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-24T10:01:01.972Z] #19 128.0 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-24T10:01:01.972Z] #19 128.0 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-24T10:01:01.972Z] #19 128.0 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-24T10:01:01.972Z] #19 128.0 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-24T10:01:01.972Z] #19 128.0 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-24T10:01:01.972Z] #19 128.0 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-24T10:01:01.972Z] #19 128.0 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-24T10:01:01.972Z] #19 128.0 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-24T10:01:01.972Z] #19 128.0 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-24T10:01:01.972Z] #19 128.0 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-24T10:01:01.972Z] #19 128.0 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-24T10:01:01.972Z] #19 128.0 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-24T10:01:01.972Z] #19 128.0 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-24T10:01:01.972Z] #19 128.0 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-24T10:01:01.972Z] #19 128.1 linux-libc-dev-s390x-cross patch xz-utils [2022-06-24T10:01:01.972Z] #19 128.1 Suggested packages: [2022-06-24T10:01:01.972Z] #19 128.1 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-06-24T10:01:01.972Z] #19 128.1 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-06-24T10:01:01.972Z] #19 128.1 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-06-24T10:01:01.972Z] #19 128.1 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-06-24T10:01:01.972Z] #19 128.1 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-06-24T10:01:01.972Z] #19 128.1 libyaml-shell-perl ed diffutils-doc [2022-06-24T10:01:01.972Z] #19 128.1 Recommended packages: [2022-06-24T10:01:01.972Z] #19 128.1 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-06-24T10:01:01.972Z] #19 128.1 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-06-24T10:01:02.190Z] #42 41.23 Reading package lists... [2022-06-24T10:01:02.190Z] #42 ... [2022-06-24T10:01:02.190Z] [2022-06-24T10:01:02.190Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:01:02.190Z] #47 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T10:01:03.174Z] #14 ... [2022-06-24T10:01:03.174Z] [2022-06-24T10:01:03.174Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:01:03.174Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:01:03.174Z] #55 54.30 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-24T10:01:03.174Z] #55 54.38 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-24T10:01:03.174Z] #55 54.39 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-24T10:01:03.174Z] #55 54.47 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-24T10:01:03.174Z] #55 54.49 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-24T10:01:03.174Z] #55 54.52 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-24T10:01:03.175Z] #55 54.58 go: downloading golang.org/x/mod v0.5.1 [2022-06-24T10:01:03.175Z] #55 54.65 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-24T10:01:03.175Z] #55 54.71 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-24T10:01:03.175Z] #55 54.84 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-24T10:01:03.175Z] #55 54.88 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-24T10:01:03.175Z] #55 55.02 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-24T10:01:03.175Z] #55 55.42 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-24T10:01:03.175Z] #55 55.54 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-24T10:01:03.175Z] #55 55.60 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-24T10:01:03.175Z] #55 56.17 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-24T10:01:03.175Z] #55 56.18 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-24T10:01:03.175Z] #55 56.26 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-24T10:01:03.175Z] #55 56.27 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-24T10:01:03.175Z] #55 56.28 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-24T10:01:03.175Z] #55 56.37 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-24T10:01:03.175Z] #55 56.60 go: downloading github.com/prometheus/common v0.10.0 [2022-06-24T10:01:03.175Z] #55 56.80 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-24T10:01:03.175Z] #55 56.85 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-24T10:01:03.175Z] #55 57.07 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-24T10:01:03.434Z] #55 ... [2022-06-24T10:01:03.434Z] [2022-06-24T10:01:03.434Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:01:03.434Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:01:03.434Z] #51 54.82 Setting up criu (3.17-1) ... [2022-06-24T10:01:03.434Z] #51 57.26 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:01:03.434Z] #51 DONE 57.7s [2022-06-24T10:01:03.694Z] [2022-06-24T10:01:03.694Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:01:03.694Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:01:03.694Z] #42 54.98 Selecting previously unselected package libxml2:amd64. [2022-06-24T10:01:03.694Z] #42 54.98 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-24T10:01:03.694Z] #42 54.99 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-24T10:01:03.694Z] #42 55.56 Selecting previously unselected package libarchive13:amd64. [2022-06-24T10:01:03.694Z] #42 55.56 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-24T10:01:03.694Z] #42 55.56 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-24T10:01:03.694Z] #42 56.08 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-24T10:01:03.694Z] #42 56.08 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-24T10:01:03.694Z] #42 56.10 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-24T10:01:03.694Z] #42 56.31 Selecting previously unselected package librhash0:amd64. [2022-06-24T10:01:03.694Z] #42 56.32 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-24T10:01:03.694Z] #42 56.32 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-24T10:01:03.694Z] #42 56.52 Selecting previously unselected package libuv1:amd64. [2022-06-24T10:01:03.694Z] #42 56.52 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-24T10:01:03.694Z] #42 56.53 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-24T10:01:03.694Z] #42 56.74 Selecting previously unselected package cmake. [2022-06-24T10:01:03.694Z] #42 56.77 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-24T10:01:03.694Z] #42 56.77 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-24T10:01:04.021Z] #47 41.73 Updating files: 42% (924/2177) Updating files: 43% (937/2177) Updating files: 44% (958/2177) Updating files: 45% (980/2177) Updating files: 46% (1002/2177) Updating files: 47% (1024/2177) Updating files: 48% (1045/2177) Updating files: 49% (1067/2177) Updating files: 50% (1089/2177) Updating files: 51% (1111/2177) Updating files: 52% (1133/2177) Updating files: 53% (1154/2177) Updating files: 54% (1176/2177) Updating files: 55% (1198/2177) Updating files: 56% (1220/2177) Updating files: 57% (1241/2177) Updating files: 58% (1263/2177) Updating files: 59% (1285/2177) Updating files: 60% (1307/2177) Updating files: 61% (1328/2177) Updating files: 62% (1350/2177) Updating files: 63% (1372/2177) Updating files: 64% (1394/2177) Updating files: 65% (1416/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-06-24T10:01:04.021Z] #47 43.43 + git checkout -q v2.3.0 [2022-06-24T10:01:04.021Z] #47 ... [2022-06-24T10:01:04.021Z] [2022-06-24T10:01:04.021Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:01:04.021Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:01:04.021Z] #51 33.33 Fetched 8548 kB in 26s (324 kB/s) [2022-06-24T10:01:04.021Z] #51 33.33 Reading package lists... [2022-06-24T10:01:04.021Z] #51 ... [2022-06-24T10:01:04.021Z] [2022-06-24T10:01:04.022Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:01:04.022Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:01:04.022Z] #76 34.38 Reading package lists... [2022-06-24T10:01:04.642Z] #42 ... [2022-06-24T10:01:04.642Z] [2022-06-24T10:01:04.642Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:04.642Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:01:04.642Z] #77 5.858 Cloning into '/tmp/crun-build'... [2022-06-24T10:01:04.642Z] #77 ... [2022-06-24T10:01:04.642Z] [2022-06-24T10:01:04.642Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:01:04.642Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:01:04.642Z] #14 58.90 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-24T10:01:04.642Z] #14 58.90 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-24T10:01:04.642Z] #14 58.92 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-24T10:01:05.214Z] #14 ... [2022-06-24T10:01:05.214Z] [2022-06-24T10:01:05.214Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:01:05.214Z] #34 sha256:1db4a1090cc01a0e0e1fc35d6d2347bc515c4526c2959f71b03cec297d1441d5 [2022-06-24T10:01:05.214Z] #34 49.38 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:01:05.262Z] #19 ... [2022-06-24T10:01:05.262Z] [2022-06-24T10:01:05.262Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:05.262Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:01:05.262Z] #84 83.20 configure.ac:7: installing 'build-aux/compile' [2022-06-24T10:01:05.262Z] #84 83.21 configure.ac:9: installing 'build-aux/config.guess' [2022-06-24T10:01:05.262Z] #84 83.21 configure.ac:9: installing 'build-aux/config.sub' [2022-06-24T10:01:05.262Z] #84 83.23 configure.ac:11: installing 'build-aux/install-sh' [2022-06-24T10:01:05.262Z] #84 83.25 configure.ac:11: installing 'build-aux/missing' [2022-06-24T10:01:05.262Z] #84 83.47 Makefile.am: installing 'build-aux/depcomp' [2022-06-24T10:01:05.262Z] #84 83.56 parallel-tests: installing 'build-aux/test-driver' [2022-06-24T10:01:05.474Z] #34 ... [2022-06-24T10:01:05.474Z] [2022-06-24T10:01:05.474Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:01:05.474Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:01:05.474Z] #55 58.71 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-24T10:01:06.569Z] #76 43.48 Building dependency tree... [2022-06-24T10:01:08.549Z] #84 86.90 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-24T10:01:08.768Z] #55 ... [2022-06-24T10:01:08.768Z] [2022-06-24T10:01:08.768Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:01:08.768Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:01:08.768Z] #42 61.66 Setting up libicu67:amd64 (67.1-7) ... [2022-06-24T10:01:08.768Z] #42 61.69 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:01:08.768Z] #42 61.70 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-24T10:01:08.768Z] #42 61.71 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:01:08.768Z] #42 61.74 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-24T10:01:08.768Z] #42 61.76 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-24T10:01:08.768Z] #42 61.78 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-24T10:01:08.768Z] #42 61.81 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-24T10:01:08.768Z] #42 61.82 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-24T10:01:08.768Z] #42 61.83 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-24T10:01:08.768Z] #42 61.84 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:01:08.768Z] #42 DONE 62.8s [2022-06-24T10:01:08.768Z] [2022-06-24T10:01:08.768Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-24T10:01:08.768Z] #43 sha256:aff15e93afa1cff456873897a0296cf2e893c3b9eb99b1c0b887e9153bc5c26c [2022-06-24T10:01:08.768Z] #43 DONE 0.2s [2022-06-24T10:01:08.768Z] [2022-06-24T10:01:08.768Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:08.768Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:01:08.768Z] #77 12.54 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-24T10:01:08.768Z] #77 12.57 Cloning into '/tmp/crun-build/libocispec'... [2022-06-24T10:01:08.768Z] #77 13.92 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-24T10:01:08.768Z] #77 13.95 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-24T10:01:08.768Z] #77 13.95 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-24T10:01:08.768Z] #77 13.95 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-24T10:01:08.768Z] #77 14.00 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-24T10:01:08.807Z] #84 86.90 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-24T10:01:09.173Z] #76 ... [2022-06-24T10:01:09.173Z] [2022-06-24T10:01:09.173Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:01:09.173Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:01:09.173Z] #14 39.71 Reading package lists... [2022-06-24T10:01:09.647Z] #77 ... [2022-06-24T10:01:09.647Z] [2022-06-24T10:01:09.647Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:01:09.647Z] #64 sha256:45c8a83959e5b03b4036c2a920ac2319559482b7af17b0be87a8e7dc78ebc1a9 [2022-06-24T10:01:09.647Z] #64 40.93 Updating files: 64% (3065/4776) Updating files: 65% (3105/4776) Updating files: 66% (3153/4776) Updating files: 67% (3200/4776) Updating files: 68% (3248/4776) Updating files: 69% (3296/4776) Updating files: 70% (3344/4776) Updating files: 71% (3391/4776) Updating files: 72% (3439/4776) Updating files: 73% (3487/4776) Updating files: 74% (3535/4776) Updating files: 75% (3582/4776) Updating files: 76% (3630/4776) Updating files: 77% (3678/4776) Updating files: 78% (3726/4776) Updating files: 79% (3774/4776) Updating files: 80% (3821/4776) Updating files: 81% (3869/4776) Updating files: 82% (3917/4776) Updating files: 83% (3965/4776) Updating files: 84% (4012/4776) Updating files: 85% (4060/4776) Updating files: 86% (4108/4776) Updating files: 87% (4156/4776) Updating files: 88% (4203/4776) Updating files: 89% (4251/4776) Updating files: 90% (4299/4776) Updating files: 91% (4347/4776) Updating files: 92% (4394/4776) Updating files: 93% (4442/4776) Updating files: 94% (4490/4776) Updating files: 95% (4538/4776) Updating files: 96% (4585/4776) Updating files: 97% (4633/4776) Updating files: 98% (4681/4776) Updating files: 99% (4729/4776) Updating files: 100% (4776/4776) Updating files: 100% (4776/4776), done. [2022-06-24T10:01:09.647Z] #64 41.86 + cd /tmp/tmp.ymWf2TdqC0/src/github.com/containerd/containerd [2022-06-24T10:01:09.741Z] #84 88.01 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-24T10:01:09.741Z] #84 88.01 libtoolize: copying file 'm4/libtool.m4' [2022-06-24T10:01:09.903Z] #64 41.86 + git checkout -q v1.6.6 [2022-06-24T10:01:09.999Z] #84 88.21 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-24T10:01:09.999Z] #84 88.36 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-24T10:01:10.258Z] #84 88.50 libtoolize: copying file 'm4/ltversion.m4' [2022-06-24T10:01:10.258Z] #84 88.63 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-24T10:01:10.517Z] #84 ... [2022-06-24T10:01:10.517Z] [2022-06-24T10:01:10.517Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:01:10.517Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:01:10.517Z] #19 137.1 The following NEW packages will be installed: [2022-06-24T10:01:10.517Z] #19 137.1 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-24T10:01:10.517Z] #19 137.1 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-24T10:01:10.517Z] #19 137.1 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-24T10:01:10.517Z] #19 137.1 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-24T10:01:10.517Z] #19 137.1 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-24T10:01:10.517Z] #19 137.1 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-24T10:01:10.517Z] #19 137.1 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-06-24T10:01:10.517Z] #19 137.1 crossbuild-essential-armel crossbuild-essential-armhf [2022-06-24T10:01:10.517Z] #19 137.1 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-06-24T10:01:10.517Z] #19 137.1 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-06-24T10:01:10.517Z] #19 137.1 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-06-24T10:01:10.517Z] #19 137.1 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-06-24T10:01:10.517Z] #19 137.1 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-06-24T10:01:10.517Z] #19 137.1 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-24T10:01:10.517Z] #19 137.1 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-24T10:01:10.517Z] #19 137.1 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-24T10:01:10.517Z] #19 137.1 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-24T10:01:10.517Z] #19 137.1 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-24T10:01:10.517Z] #19 137.1 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-24T10:01:10.517Z] #19 137.1 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-24T10:01:10.517Z] #19 137.1 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-24T10:01:10.517Z] #19 137.1 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-24T10:01:10.517Z] #19 137.1 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-24T10:01:10.517Z] #19 137.1 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-24T10:01:10.517Z] #19 137.1 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-24T10:01:10.517Z] #19 137.1 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-24T10:01:10.517Z] #19 137.1 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-24T10:01:10.517Z] #19 137.1 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-24T10:01:10.517Z] #19 137.1 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-24T10:01:10.517Z] #19 137.1 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-24T10:01:10.517Z] #19 137.1 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-24T10:01:10.517Z] #19 137.1 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-24T10:01:10.517Z] #19 137.1 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-24T10:01:10.517Z] #19 137.1 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-24T10:01:10.517Z] #19 137.1 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-24T10:01:10.517Z] #19 137.1 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-24T10:01:10.517Z] #19 137.1 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-24T10:01:10.517Z] #19 137.1 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-24T10:01:10.517Z] #19 137.1 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-24T10:01:10.517Z] #19 137.1 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-24T10:01:10.517Z] #19 137.1 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-24T10:01:10.517Z] #19 137.1 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-24T10:01:10.517Z] #19 137.1 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-24T10:01:10.517Z] #19 137.1 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-24T10:01:10.517Z] #19 137.1 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-24T10:01:10.517Z] #19 137.1 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-24T10:01:10.517Z] #19 137.2 linux-libc-dev-s390x-cross patch xz-utils [2022-06-24T10:01:10.677Z] #77 16.05 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-24T10:01:11.795Z] #64 43.54 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-24T10:01:11.795Z] #64 43.54 + BUILDTAGS='netgo osusergo static_build' [2022-06-24T10:01:11.795Z] #64 43.54 + export EXTRA_FLAGS=-buildmode=pie [2022-06-24T10:01:11.795Z] #64 43.54 + EXTRA_FLAGS=-buildmode=pie [2022-06-24T10:01:11.795Z] #64 43.54 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-24T10:01:11.795Z] #64 43.54 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-24T10:01:11.795Z] #64 43.54 + '[' '' = dynamic ']' [2022-06-24T10:01:11.795Z] #64 43.54 + make [2022-06-24T10:01:11.893Z] #19 138.2 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:01:11.893Z] #19 138.2 Need to get 788 MB of archives. [2022-06-24T10:01:11.893Z] #19 138.2 After this operation, 3385 MB of additional disk space will be used. [2022-06-24T10:01:11.893Z] #19 138.2 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-06-24T10:01:11.893Z] #19 138.2 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-24T10:01:11.893Z] #19 138.2 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-24T10:01:11.893Z] #19 138.2 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-24T10:01:11.893Z] #19 138.2 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-24T10:01:11.893Z] #19 138.2 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-24T10:01:11.893Z] #19 138.3 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-06-24T10:01:11.893Z] #19 138.4 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-06-24T10:01:11.893Z] #19 138.6 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-06-24T10:01:12.151Z] #19 138.7 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-06-24T10:01:12.151Z] #19 138.8 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-06-24T10:01:12.288Z] #14 49.28 Building dependency tree... [2022-06-24T10:01:12.408Z] #19 138.9 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-06-24T10:01:12.409Z] #19 138.9 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2022-06-24T10:01:12.584Z] #77 18.02 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-24T10:01:12.584Z] #77 ... [2022-06-24T10:01:12.584Z] [2022-06-24T10:01:12.584Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T10:01:12.584Z] #53 sha256:ba20ef080b9bd9f53093c85c8240b9d35e9986f8bf348c18e1d51d72c67e7362 [2022-06-24T10:01:12.584Z] #53 67.06 gotestsum version dev [2022-06-24T10:01:12.844Z] #53 DONE 67.4s [2022-06-24T10:01:12.844Z] [2022-06-24T10:01:12.844Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-24T10:01:12.844Z] #44 sha256:bcc5ac11cb0baf0ad59f661a58ef148803082def0e2d44eb1f6d328916c11c5e [2022-06-24T10:01:12.844Z] #44 3.104 + RM_GOPATH=0 [2022-06-24T10:01:12.844Z] #44 3.106 + TMP_GOPATH= [2022-06-24T10:01:12.844Z] #44 3.107 + : /build [2022-06-24T10:01:12.844Z] #44 3.107 + '[' -z '' ']' [2022-06-24T10:01:12.844Z] #44 3.108 ++ mktemp -d [2022-06-24T10:01:12.844Z] #44 3.111 + export GOPATH=/tmp/tmp.29HKWq6Lno [2022-06-24T10:01:12.844Z] #44 3.115 + GOPATH=/tmp/tmp.29HKWq6Lno [2022-06-24T10:01:12.844Z] #44 3.115 + RM_GOPATH=1 [2022-06-24T10:01:12.844Z] #44 3.116 + case "$(go env GOARCH)" in [2022-06-24T10:01:12.844Z] #44 3.116 ++ go env GOARCH [2022-06-24T10:01:12.844Z] #44 3.147 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:01:12.844Z] #44 3.148 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:01:12.844Z] #44 3.148 ++ dirname /install.sh [2022-06-24T10:01:12.844Z] #44 3.149 + dir=/ [2022-06-24T10:01:12.844Z] #44 3.158 + bin=tini [2022-06-24T10:01:12.844Z] #44 3.158 + shift [2022-06-24T10:01:12.844Z] #44 3.159 + '[' '!' -f //tini.installer ']' [2022-06-24T10:01:12.844Z] #44 3.159 + . //tini.installer [2022-06-24T10:01:12.844Z] #44 3.159 ++ : v0.19.0 [2022-06-24T10:01:12.844Z] #44 3.159 + install_tini [2022-06-24T10:01:12.844Z] #44 3.160 + echo 'Install tini version v0.19.0' [2022-06-24T10:01:12.844Z] #44 3.160 Install tini version v0.19.0 [2022-06-24T10:01:12.844Z] #44 3.160 + git clone https://github.com/krallin/tini.git /tmp/tmp.29HKWq6Lno/tini [2022-06-24T10:01:12.844Z] #44 3.162 Cloning into '/tmp/tmp.29HKWq6Lno/tini'... [2022-06-24T10:01:12.844Z] #44 3.938 + cd /tmp/tmp.29HKWq6Lno/tini [2022-06-24T10:01:12.844Z] #44 3.939 + git checkout -q v0.19.0 [2022-06-24T10:01:12.844Z] #44 4.014 + cmake . [2022-06-24T10:01:13.104Z] #44 4.558 -- The C compiler identification is GNU 10.2.1 [2022-06-24T10:01:13.104Z] #44 4.665 -- Detecting C compiler ABI info [2022-06-24T10:01:13.166Z] #64 45.29 + bin/ctr [2022-06-24T10:01:14.047Z] #44 ... [2022-06-24T10:01:14.047Z] [2022-06-24T10:01:14.047Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:14.047Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:01:14.047Z] #77 19.43 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-24T10:01:14.198Z] #14 ... [2022-06-24T10:01:14.199Z] [2022-06-24T10:01:14.199Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:01:14.199Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:01:14.199Z] #51 43.58 Reading package lists... [2022-06-24T10:01:14.307Z] #77 19.69 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-24T10:01:14.459Z] #51 53.59 Building dependency tree... [2022-06-24T10:01:14.459Z] #51 ... [2022-06-24T10:01:14.459Z] [2022-06-24T10:01:14.459Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:01:14.459Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:01:14.459Z] #76 50.61 python3 is already the newest version (3.9.2-3). [2022-06-24T10:01:14.459Z] #76 50.61 The following additional packages will be installed: [2022-06-24T10:01:14.459Z] #76 50.63 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-24T10:01:14.459Z] #76 50.64 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-24T10:01:14.459Z] #76 50.66 Suggested packages: [2022-06-24T10:01:14.459Z] #76 50.69 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-24T10:01:14.459Z] #76 50.69 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-24T10:01:14.459Z] #76 50.69 m4-doc ed diffutils-doc [2022-06-24T10:01:14.459Z] #76 50.69 Recommended packages: [2022-06-24T10:01:14.459Z] #76 50.69 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-24T10:01:14.459Z] #76 52.97 The following NEW packages will be installed: [2022-06-24T10:01:14.459Z] #76 53.00 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-24T10:01:14.459Z] #76 53.00 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-24T10:01:14.459Z] #76 53.01 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-24T10:01:14.459Z] #76 53.01 libyajl2 m4 patch xz-utils [2022-06-24T10:01:14.459Z] #76 53.57 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:01:14.459Z] #76 53.57 Need to get 5939 kB of archives. [2022-06-24T10:01:14.459Z] #76 53.57 After this operation, 18.7 MB of additional disk space will be used. [2022-06-24T10:01:14.459Z] #76 53.57 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-24T10:01:14.459Z] #76 53.58 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-24T10:01:14.459Z] #76 53.58 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-24T10:01:14.459Z] #76 53.59 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-24T10:01:14.459Z] #76 53.61 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-24T10:01:14.459Z] #76 53.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-24T10:01:14.459Z] #76 53.64 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-24T10:01:14.459Z] #76 53.67 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-24T10:01:14.459Z] #76 53.70 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-24T10:01:14.459Z] #76 53.70 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-24T10:01:14.459Z] #76 53.75 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-24T10:01:14.459Z] #76 53.81 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-24T10:01:14.459Z] #76 54.03 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-24T10:01:14.459Z] #76 54.03 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-24T10:01:14.459Z] #76 54.03 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-24T10:01:14.459Z] #76 54.03 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-24T10:01:14.459Z] #76 54.03 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2022-06-24T10:01:14.459Z] #76 54.03 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-24T10:01:14.459Z] #76 54.03 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-24T10:01:14.459Z] #76 54.04 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-24T10:01:14.459Z] #76 54.10 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-24T10:01:14.459Z] #76 54.11 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-24T10:01:14.459Z] #76 54.12 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-24T10:01:14.566Z] #77 19.96 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-24T10:01:14.941Z] #19 141.3 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB] [2022-06-24T10:01:14.941Z] #19 141.3 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [2022-06-24T10:01:16.318Z] #19 142.9 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2022-06-24T10:01:16.318Z] #19 142.9 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-06-24T10:01:16.377Z] #76 55.84 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:01:16.377Z] #76 ... [2022-06-24T10:01:16.377Z] [2022-06-24T10:01:16.377Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:01:16.377Z] #62 sha256:25cb6479e0e9c52e7513ecec75296aa0604223c569edebf95e915a88e49d66d5 [2022-06-24T10:01:16.377Z] #62 37.06 Reading package lists... [2022-06-24T10:01:16.377Z] #62 46.48 Building dependency tree... [2022-06-24T10:01:16.377Z] #62 53.28 The following additional packages will be installed: [2022-06-24T10:01:16.377Z] #62 53.32 libbtrfs0 [2022-06-24T10:01:16.377Z] #62 53.76 The following NEW packages will be installed: [2022-06-24T10:01:16.377Z] #62 53.78 libbtrfs-dev libbtrfs0 [2022-06-24T10:01:16.377Z] #62 54.27 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:01:16.377Z] #62 54.27 Need to get 460 kB of archives. [2022-06-24T10:01:16.378Z] #62 54.27 After this operation, 1237 kB of additional disk space will be used. [2022-06-24T10:01:16.378Z] #62 54.27 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-24T10:01:16.378Z] #62 54.28 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-24T10:01:16.378Z] #62 55.96 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:01:16.642Z] #62 56.35 Fetched 460 kB in 0s (1018 kB/s) [2022-06-24T10:01:16.642Z] #62 ... [2022-06-24T10:01:16.642Z] [2022-06-24T10:01:16.642Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:01:16.642Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:01:16.642Z] #76 56.38 Fetched 5939 kB in 1s (6507 kB/s) [2022-06-24T10:01:16.907Z] #76 56.51 Selecting previously unselected package bzip2. [2022-06-24T10:01:17.168Z] #76 56.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-24T10:01:17.168Z] #76 56.78 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-24T10:01:17.168Z] #76 56.79 Unpacking bzip2 (1.0.8-4) ... [2022-06-24T10:01:17.429Z] #76 57.14 Selecting previously unselected package libmagic-mgc. [2022-06-24T10:01:17.429Z] #76 57.14 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-24T10:01:17.429Z] #76 57.15 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-24T10:01:17.429Z] #76 ... [2022-06-24T10:01:17.429Z] [2022-06-24T10:01:17.429Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:01:17.429Z] #47 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T10:01:17.429Z] #47 46.94 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-24T10:01:17.690Z] #47 ... [2022-06-24T10:01:17.690Z] [2022-06-24T10:01:17.690Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:01:17.690Z] #62 sha256:25cb6479e0e9c52e7513ecec75296aa0604223c569edebf95e915a88e49d66d5 [2022-06-24T10:01:17.690Z] #62 56.50 Selecting previously unselected package libbtrfs0:amd64. [2022-06-24T10:01:17.690Z] #62 56.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 ... 15718 files and directories currently installed.) [2022-06-24T10:01:17.690Z] #62 56.67 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-24T10:01:17.690Z] #62 56.72 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T10:01:17.690Z] #62 57.22 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-24T10:01:17.690Z] #62 57.22 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-24T10:01:17.690Z] #62 57.26 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T10:01:17.859Z] #77 ... [2022-06-24T10:01:17.859Z] [2022-06-24T10:01:17.859Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-24T10:01:17.859Z] #44 sha256:bcc5ac11cb0baf0ad59f661a58ef148803082def0e2d44eb1f6d328916c11c5e [2022-06-24T10:01:17.859Z] #44 5.377 -- Detecting C compiler ABI info - done [2022-06-24T10:01:17.859Z] #44 5.518 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-24T10:01:17.859Z] #44 5.518 -- Detecting C compile features [2022-06-24T10:01:17.859Z] #44 5.529 -- Detecting C compile features - done [2022-06-24T10:01:17.859Z] #44 5.566 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-24T10:01:17.859Z] #44 5.779 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-24T10:01:17.859Z] #44 5.908 -- Configuring done [2022-06-24T10:01:17.859Z] #44 5.908 -- Generating done [2022-06-24T10:01:17.859Z] #44 5.908 -- Build files have been written to: /tmp/tmp.29HKWq6Lno/tini [2022-06-24T10:01:17.859Z] #44 5.931 + make tini-static [2022-06-24T10:01:17.859Z] #44 6.404 Scanning dependencies of target tini-static [2022-06-24T10:01:17.859Z] #44 6.538 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-24T10:01:17.859Z] #44 7.746 [100%] Linking C executable tini-static [2022-06-24T10:01:17.859Z] #44 8.319 [100%] Built target tini-static [2022-06-24T10:01:17.859Z] #44 8.403 + mkdir -p /build [2022-06-24T10:01:17.859Z] #44 8.407 + cp tini-static /build/docker-init [2022-06-24T10:01:17.859Z] #44 DONE 9.0s [2022-06-24T10:01:17.859Z] [2022-06-24T10:01:17.859Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:01:17.859Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:01:17.859Z] #14 65.47 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-24T10:01:17.859Z] #14 65.47 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:01:17.859Z] #14 65.49 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-24T10:01:17.859Z] #14 65.64 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-24T10:01:17.859Z] #14 65.64 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:01:17.859Z] #14 65.64 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-24T10:01:18.261Z] #62 57.93 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T10:01:18.261Z] #62 57.96 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T10:01:18.261Z] #62 57.99 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:01:18.859Z] #19 145.1 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-06-24T10:01:18.859Z] #19 145.2 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [2022-06-24T10:01:19.204Z] #62 DONE 58.7s [2022-06-24T10:01:19.204Z] [2022-06-24T10:01:19.204Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:01:19.204Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:01:19.204Z] #76 58.18 Selecting previously unselected package libmagic1:amd64. [2022-06-24T10:01:19.204Z] #76 58.19 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-24T10:01:19.204Z] #76 58.20 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-24T10:01:19.204Z] #76 58.72 Selecting previously unselected package file. [2022-06-24T10:01:19.204Z] #76 58.75 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-24T10:01:19.204Z] #76 58.77 Unpacking file (1:5.39-3) ... [2022-06-24T10:01:19.204Z] #76 ... [2022-06-24T10:01:19.204Z] [2022-06-24T10:01:19.204Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-24T10:01:19.204Z] #63 sha256:d7f253ad2beab86ca2dafd11cc3e99bd9f00c41df7843178cec7b266cd7a3961 [2022-06-24T10:01:19.204Z] #63 DONE 0.2s [2022-06-24T10:01:19.204Z] [2022-06-24T10:01:19.204Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:01:19.204Z] #64 sha256:5294a44902d09116e8fa4b3bfd0153a8b41643f4750df59afe521607f92705c7 [2022-06-24T10:01:19.662Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-24T10:01:19.662Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-24T10:01:19.662Z] GOOS="" GOARCH="" GOARM="" [2022-06-24T10:01:19.662Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-24T10:01:19.662Z] [2022-06-24T10:01:19.662Z] + TEST_INTEGRATION_DEST=1 [2022-06-24T10:01:19.662Z] + CONTAINER_NAME=docker-pr7-1 [2022-06-24T10:01:19.662Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-06-24T10:01:19.662Z] + run_tests test-integration-flaky [2022-06-24T10:01:19.662Z] + '[' -n 0 ']' [2022-06-24T10:01:19.662Z] + rm= [2022-06-24T10:01:19.662Z] + TEST_INTEGRATION_DEST=2 [2022-06-24T10:01:19.662Z] + CONTAINER_NAME=docker-pr7-2 [2022-06-24T10:01:19.662Z] + TEST_SKIP_INTEGRATION=1 [2022-06-24T10:01:19.662Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-06-24T10:01:19.662Z] + run_tests [2022-06-24T10:01:19.662Z] + c=0 [2022-06-24T10:01:19.662Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43622/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43622/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43622/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56a20dbc19786633f605d3871f5242d8e0f1be5a hack/make.sh test-integration-flaky test-integration [2022-06-24T10:01:19.662Z] + TEST_INTEGRATION_DEST=3 [2022-06-24T10:01:19.662Z] + '[' -n 0 ']' [2022-06-24T10:01:19.662Z] + rm= [2022-06-24T10:01:19.662Z] + CONTAINER_NAME=docker-pr7-3 [2022-06-24T10:01:19.662Z] + TEST_SKIP_INTEGRATION=1 [2022-06-24T10:01:19.662Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-06-24T10:01:19.662Z] + run_tests [2022-06-24T10:01:19.662Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43622/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43622/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43622/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56a20dbc19786633f605d3871f5242d8e0f1be5a hack/make.sh '' test-integration [2022-06-24T10:01:19.662Z] + '[' -n 0 ']' [2022-06-24T10:01:19.662Z] + rm= [2022-06-24T10:01:19.662Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43622/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43622/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43622/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56a20dbc19786633f605d3871f5242d8e0f1be5a hack/make.sh '' test-integration [2022-06-24T10:01:19.662Z] ++ jobs -p [2022-06-24T10:01:19.662Z] + for job in $(jobs -p) [2022-06-24T10:01:19.662Z] + wait 740 [2022-06-24T10:01:19.662Z] [2022-06-24T10:01:19.662Z] [2022-06-24T10:01:19.662Z] [2022-06-24T10:01:19.662Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-06-24T10:01:19.662Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-24T10:01:19.662Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-24T10:01:19.662Z] HOSTNAME=90cf49246456 [2022-06-24T10:01:19.662Z] TEST_SKIP_INTEGRATION=1 [2022-06-24T10:01:19.662Z] TESTDEBUG=0 [2022-06-24T10:01:19.662Z] DEST=bundles/test-integration [2022-06-24T10:01:19.662Z] PWD=/go/src/github.com/docker/docker [2022-06-24T10:01:19.662Z] KEEPBUNDLE=1 [2022-06-24T10:01:19.662Z] DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T10:01:19.662Z] container=docker [2022-06-24T10:01:19.662Z] HOME=/root [2022-06-24T10:01:19.662Z] GOLANG_VERSION=1.18.3 [2022-06-24T10:01:19.662Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-24T10:01:19.662Z] VALIDATE_BRANCH=master [2022-06-24T10:01:19.662Z] TERM=xterm [2022-06-24T10:01:19.662Z] DOCKER_PKG=github.com/docker/docker [2022-06-24T10:01:19.662Z] SHLVL=1 [2022-06-24T10:01:19.662Z] TIMEOUT=120m [2022-06-24T10:01:19.662Z] DOCKER_BUILDTAGS= journald [2022-06-24T10:01:19.662Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-24T10:01:19.662Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-06-24T10:01:19.662Z] GO111MODULE=off [2022-06-24T10:01:19.662Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-24T10:01:19.662Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-24T10:01:19.662Z] GOPATH=/go [2022-06-24T10:01:19.662Z] PKG_CONFIG=pkg-config [2022-06-24T10:01:19.662Z] _=/usr/bin/env [2022-06-24T10:01:19.662Z] Building test suite binary ./integration-cli/test.main [2022-06-24T10:01:19.662Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-24T10:01:19.662Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-24T10:01:19.662Z] HOSTNAME=d4790a4de8c3 [2022-06-24T10:01:19.662Z] TEST_SKIP_INTEGRATION=1 [2022-06-24T10:01:19.662Z] TESTDEBUG=0 [2022-06-24T10:01:19.662Z] DEST=bundles/test-integration [2022-06-24T10:01:19.662Z] PWD=/go/src/github.com/docker/docker [2022-06-24T10:01:19.662Z] KEEPBUNDLE=1 [2022-06-24T10:01:19.662Z] DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T10:01:19.662Z] container=docker [2022-06-24T10:01:19.662Z] HOME=/root [2022-06-24T10:01:19.662Z] GOLANG_VERSION=1.18.3 [2022-06-24T10:01:19.662Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-24T10:01:19.662Z] VALIDATE_BRANCH=master [2022-06-24T10:01:19.662Z] TERM=xterm [2022-06-24T10:01:19.662Z] DOCKER_PKG=github.com/docker/docker [2022-06-24T10:01:19.662Z] SHLVL=1 [2022-06-24T10:01:19.662Z] TIMEOUT=120m [2022-06-24T10:01:19.662Z] DOCKER_BUILDTAGS= journald [2022-06-24T10:01:19.662Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-24T10:01:19.662Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-06-24T10:01:19.662Z] GO111MODULE=off [2022-06-24T10:01:19.662Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-24T10:01:19.662Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-24T10:01:19.662Z] GOPATH=/go [2022-06-24T10:01:19.662Z] PKG_CONFIG=pkg-config [2022-06-24T10:01:19.662Z] _=/usr/bin/env [2022-06-24T10:01:19.662Z] Building test suite binary ./integration-cli/test.main [2022-06-24T10:01:19.662Z] [2022-06-24T10:01:19.662Z] Found new integrations tests: [2022-06-24T10:01:19.662Z] +func TestExecConsoleSize(t *testing.T) { [2022-06-24T10:01:19.662Z] +func TestRunConsoleSize(t *testing.T) { [2022-06-24T10:01:19.662Z] Running stress test for them. [2022-06-24T10:01:19.662Z] Using test flags: -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:01:19.662Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-24T10:01:19.662Z] HOSTNAME=6211577f72b0 [2022-06-24T10:01:19.662Z] TESTDEBUG=0 [2022-06-24T10:01:19.662Z] DEST=bundles/test-integration-flaky [2022-06-24T10:01:19.662Z] PWD=/go/src/github.com/docker/docker [2022-06-24T10:01:19.662Z] KEEPBUNDLE=1 [2022-06-24T10:01:19.662Z] DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T10:01:19.662Z] container=docker [2022-06-24T10:01:19.662Z] HOME=/root [2022-06-24T10:01:19.662Z] GOLANG_VERSION=1.18.3 [2022-06-24T10:01:19.662Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-24T10:01:19.662Z] VALIDATE_BRANCH=master [2022-06-24T10:01:19.662Z] TERM=xterm [2022-06-24T10:01:19.662Z] DOCKER_PKG=github.com/docker/docker [2022-06-24T10:01:19.662Z] SHLVL=1 [2022-06-24T10:01:19.662Z] TIMEOUT=120m [2022-06-24T10:01:19.662Z] DOCKER_BUILDTAGS= journald [2022-06-24T10:01:19.662Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-24T10:01:19.662Z] TESTFLAGS=-test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:01:19.662Z] GO111MODULE=off [2022-06-24T10:01:19.662Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-24T10:01:19.662Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-24T10:01:19.662Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-24T10:01:19.662Z] TEST_REPEAT=5 [2022-06-24T10:01:19.662Z] GOPATH=/go [2022-06-24T10:01:19.662Z] PKG_CONFIG=pkg-config [2022-06-24T10:01:19.662Z] _=/usr/bin/env [2022-06-24T10:01:19.662Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-24T10:01:19.704Z] #64 ... [2022-06-24T10:01:19.704Z] [2022-06-24T10:01:19.704Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:19.704Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:01:19.704Z] #77 34.77 libtoolize: putting auxiliary files in '.'. [2022-06-24T10:01:19.704Z] #77 34.77 libtoolize: copying file './ltmain.sh' [2022-06-24T10:01:19.704Z] #77 35.56 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-24T10:01:19.704Z] #77 35.56 libtoolize: and rerunning libtoolize and aclocal. [2022-06-24T10:01:19.704Z] #77 35.56 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-24T10:01:19.704Z] #77 43.01 configure.ac:7: installing './compile' [2022-06-24T10:01:19.704Z] #77 43.02 configure.ac:11: installing './config.guess' [2022-06-24T10:01:19.704Z] #77 43.03 configure.ac:11: installing './config.sub' [2022-06-24T10:01:19.704Z] #77 43.03 configure.ac:8: installing './install-sh' [2022-06-24T10:01:19.704Z] #77 43.04 configure.ac:8: installing './missing' [2022-06-24T10:01:19.704Z] #77 43.13 Makefile.am: installing './depcomp' [2022-06-24T10:01:19.704Z] #77 44.13 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-24T10:01:19.704Z] #77 44.13 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-24T10:01:19.704Z] #77 44.29 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-24T10:01:19.704Z] #77 44.29 libtoolize: copying file 'm4/libtool.m4' [2022-06-24T10:01:19.704Z] #77 44.45 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-24T10:01:19.704Z] #77 44.55 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-24T10:01:19.704Z] #77 44.64 libtoolize: copying file 'm4/ltversion.m4' [2022-06-24T10:01:19.704Z] #77 44.81 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-24T10:01:19.704Z] #77 44.96 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-24T10:01:19.704Z] #77 ... [2022-06-24T10:01:19.704Z] [2022-06-24T10:01:19.704Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:01:19.704Z] #14 sha256:a6b96088b35bd9ef1345c3da39531dbebaf969a901e7fc87bc561d4866a911db [2022-06-24T10:01:19.704Z] #14 77.82 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-24T10:01:19.704Z] #14 77.83 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-06-24T10:01:19.704Z] #14 77.83 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:01:19.704Z] #14 83.43 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-24T10:01:19.704Z] #14 83.43 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-06-24T10:01:19.704Z] #14 83.44 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-24T10:01:19.766Z] #14 74.13 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-24T10:01:19.766Z] #14 74.13 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:01:19.766Z] #14 74.14 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:01:20.266Z] #14 88.75 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-24T10:01:20.523Z] #14 88.75 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-06-24T10:01:20.523Z] #14 88.76 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:01:20.590Z] #64 1.428 + RM_GOPATH=0 [2022-06-24T10:01:20.590Z] #64 1.428 + TMP_GOPATH= [2022-06-24T10:01:20.590Z] #64 1.428 + : /build [2022-06-24T10:01:20.590Z] #64 1.428 + '[' -z '' ']' [2022-06-24T10:01:20.590Z] #64 1.428 ++ mktemp -d [2022-06-24T10:01:20.590Z] #64 1.428 + export GOPATH=/tmp/tmp.E8H6PhH9I0 [2022-06-24T10:01:20.590Z] #64 1.428 + GOPATH=/tmp/tmp.E8H6PhH9I0 [2022-06-24T10:01:20.590Z] #64 1.428 + RM_GOPATH=1 [2022-06-24T10:01:20.590Z] #64 1.428 + case "$(go env GOARCH)" in [2022-06-24T10:01:20.590Z] #64 1.431 ++ go env GOARCH [2022-06-24T10:01:20.590Z] #64 1.482 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:01:20.590Z] #64 1.482 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:01:20.590Z] #64 1.482 ++ dirname /install.sh [2022-06-24T10:01:20.766Z] #19 147.3 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-06-24T10:01:20.766Z] #19 147.3 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB] [2022-06-24T10:01:20.852Z] #64 1.499 Install containerd version v1.6.6 [2022-06-24T10:01:20.852Z] #64 1.499 + dir=/ [2022-06-24T10:01:20.852Z] #64 1.499 + bin=containerd [2022-06-24T10:01:20.852Z] #64 1.499 + shift [2022-06-24T10:01:20.852Z] #64 1.499 + '[' '!' -f //containerd.installer ']' [2022-06-24T10:01:20.852Z] #64 1.499 + . //containerd.installer [2022-06-24T10:01:20.852Z] #64 1.499 ++ set -e [2022-06-24T10:01:20.852Z] #64 1.499 ++ : v1.6.6 [2022-06-24T10:01:20.852Z] #64 1.499 + install_containerd [2022-06-24T10:01:20.852Z] #64 1.499 + echo 'Install containerd version v1.6.6' [2022-06-24T10:01:20.852Z] #64 1.499 + git clone https://github.com/containerd/containerd.git /tmp/tmp.E8H6PhH9I0/src/github.com/containerd/containerd [2022-06-24T10:01:20.852Z] #64 1.514 Cloning into '/tmp/tmp.E8H6PhH9I0/src/github.com/containerd/containerd'... [2022-06-24T10:01:21.113Z] #64 ... [2022-06-24T10:01:21.113Z] [2022-06-24T10:01:21.113Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:01:21.113Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:01:21.113Z] #42 41.23 Reading package lists... [2022-06-24T10:01:21.113Z] #42 51.01 Building dependency tree... [2022-06-24T10:01:21.113Z] #42 57.10 The following additional packages will be installed: [2022-06-24T10:01:21.113Z] #42 57.15 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-24T10:01:21.113Z] #42 57.17 Suggested packages: [2022-06-24T10:01:21.113Z] #42 57.17 cmake-doc ninja-build lrzip [2022-06-24T10:01:21.113Z] #42 57.17 Recommended packages: [2022-06-24T10:01:21.113Z] #42 57.17 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-24T10:01:21.113Z] #42 58.47 The following NEW packages will be installed: [2022-06-24T10:01:21.113Z] #42 58.47 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-24T10:01:21.113Z] #42 58.49 vim-common xxd [2022-06-24T10:01:21.113Z] #42 58.99 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:01:21.113Z] #42 58.99 Need to get 17.7 MB of archives. [2022-06-24T10:01:21.113Z] #42 58.99 After this operation, 70.7 MB of additional disk space will be used. [2022-06-24T10:01:21.113Z] #42 58.99 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-24T10:01:21.113Z] #42 59.00 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-24T10:01:21.113Z] #42 59.01 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-24T10:01:21.113Z] #42 59.18 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-24T10:01:21.113Z] #42 60.09 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-06-24T10:01:21.113Z] #42 60.19 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-24T10:01:21.113Z] #42 60.25 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-24T10:01:21.113Z] #42 60.28 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-24T10:01:21.113Z] #42 60.28 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-24T10:01:21.113Z] #42 60.31 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-24T10:01:21.113Z] #42 ... [2022-06-24T10:01:21.113Z] [2022-06-24T10:01:21.113Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:01:21.113Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:01:21.113Z] #76 59.24 Selecting previously unselected package xz-utils. [2022-06-24T10:01:21.113Z] #76 59.24 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-24T10:01:21.113Z] #76 59.25 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T10:01:21.113Z] #76 59.65 Selecting previously unselected package libsigsegv2:amd64. [2022-06-24T10:01:21.113Z] #76 59.67 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-24T10:01:21.113Z] #76 59.68 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-24T10:01:21.113Z] #76 60.02 Selecting previously unselected package m4. [2022-06-24T10:01:21.113Z] #76 60.02 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-24T10:01:21.113Z] #76 60.08 Unpacking m4 (1.4.18-5) ... [2022-06-24T10:01:21.113Z] #76 60.39 Selecting previously unselected package autoconf. [2022-06-24T10:01:21.113Z] #76 60.39 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-24T10:01:21.113Z] #76 60.40 Unpacking autoconf (2.69-14) ... [2022-06-24T10:01:21.374Z] #76 61.16 Selecting previously unselected package autotools-dev. [2022-06-24T10:01:21.374Z] #76 61.19 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-24T10:01:21.374Z] #76 61.22 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-24T10:01:21.948Z] #76 61.57 Selecting previously unselected package automake. [2022-06-24T10:01:21.948Z] #76 61.58 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-24T10:01:21.948Z] #76 61.60 Unpacking automake (1:1.16.3-2) ... [2022-06-24T10:01:22.211Z] #76 ... [2022-06-24T10:01:22.211Z] [2022-06-24T10:01:22.211Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:01:22.211Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:01:22.211Z] #55 52.05 go: downloading github.com/fatih/color v1.13.0 [2022-06-24T10:01:22.211Z] #55 52.05 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-24T10:01:22.211Z] #55 52.21 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-24T10:01:22.211Z] #55 52.22 go: downloading github.com/spf13/viper v1.10.1 [2022-06-24T10:01:22.211Z] #55 52.87 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-24T10:01:22.211Z] #55 53.68 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-24T10:01:22.211Z] #55 53.70 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-24T10:01:22.211Z] #55 53.71 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-24T10:01:22.211Z] #55 53.86 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-24T10:01:22.211Z] #55 61.10 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-24T10:01:22.211Z] #55 61.10 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-24T10:01:22.211Z] #55 61.39 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-24T10:01:22.472Z] #55 ... [2022-06-24T10:01:22.472Z] [2022-06-24T10:01:22.472Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:01:22.472Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:01:22.472Z] #14 55.75 The following additional packages will be installed: [2022-06-24T10:01:22.472Z] #14 55.75 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-24T10:01:22.472Z] #14 55.75 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-24T10:01:22.472Z] #14 55.75 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-24T10:01:22.472Z] #14 55.75 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-24T10:01:22.472Z] #14 55.75 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-24T10:01:22.472Z] #14 55.75 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-24T10:01:22.472Z] #14 55.75 mingw-w64-common mingw-w64-x86-64-dev [2022-06-24T10:01:22.472Z] #14 55.82 Suggested packages: [2022-06-24T10:01:22.472Z] #14 55.88 gcc-10-locales seccomp wine64 [2022-06-24T10:01:22.472Z] #14 58.49 The following NEW packages will be installed: [2022-06-24T10:01:22.472Z] #14 58.50 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-24T10:01:22.472Z] #14 58.51 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-24T10:01:22.472Z] #14 58.51 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-24T10:01:22.472Z] #14 58.51 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-24T10:01:22.472Z] #14 58.51 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-24T10:01:22.472Z] #14 58.51 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-24T10:01:22.472Z] #14 58.51 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-24T10:01:22.472Z] #14 58.51 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-24T10:01:22.472Z] #14 58.52 mingw-w64-x86-64-dev [2022-06-24T10:01:22.472Z] #14 59.07 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:01:22.472Z] #14 59.07 Need to get 115 MB of archives. [2022-06-24T10:01:22.472Z] #14 59.07 After this operation, 645 MB of additional disk space will be used. [2022-06-24T10:01:22.472Z] #14 59.07 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-06-24T10:01:22.472Z] #14 59.30 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-06-24T10:01:22.472Z] #14 59.56 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-24T10:01:22.472Z] #14 59.60 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-24T10:01:22.472Z] #14 59.62 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-06-24T10:01:22.472Z] #14 59.62 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-24T10:01:22.472Z] #14 60.17 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-24T10:01:22.472Z] #14 60.49 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-06-24T10:01:22.472Z] #14 60.57 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-06-24T10:01:22.472Z] #14 61.57 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-24T10:01:22.472Z] #14 ... [2022-06-24T10:01:22.472Z] [2022-06-24T10:01:22.472Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:01:22.472Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:01:22.472Z] #42 62.38 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:01:23.046Z] #42 62.91 Fetched 17.7 MB in 2s (8006 kB/s) [2022-06-24T10:01:23.303Z] #19 149.4 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-06-24T10:01:23.303Z] #19 149.4 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2022-06-24T10:01:23.303Z] #19 149.4 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2022-06-24T10:01:23.303Z] #19 149.4 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-06-24T10:01:23.303Z] #19 149.4 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-06-24T10:01:23.303Z] #19 149.4 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-06-24T10:01:23.303Z] #19 149.4 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-06-24T10:01:23.303Z] #19 149.4 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-06-24T10:01:23.303Z] #19 149.5 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2022-06-24T10:01:23.303Z] #19 149.5 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-06-24T10:01:23.303Z] #19 149.5 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-06-24T10:01:23.303Z] #19 149.5 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-06-24T10:01:23.303Z] #19 149.5 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-06-24T10:01:23.303Z] #19 149.6 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-06-24T10:01:23.303Z] #19 149.6 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-06-24T10:01:23.303Z] #19 149.7 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-06-24T10:01:23.303Z] #19 149.8 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-06-24T10:01:23.303Z] #19 149.8 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2022-06-24T10:01:23.303Z] #19 149.8 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2022-06-24T10:01:23.307Z] #42 63.16 Selecting previously unselected package xxd. [2022-06-24T10:01:23.568Z] #42 63.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 ... 15718 files and directories currently installed.) [2022-06-24T10:01:23.568Z] #42 63.29 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-24T10:01:23.568Z] #42 63.31 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:01:23.829Z] #42 63.63 Selecting previously unselected package vim-common. [2022-06-24T10:01:23.829Z] #42 63.63 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T10:01:23.829Z] #42 63.68 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:01:24.772Z] #42 64.38 Selecting previously unselected package cmake-data. [2022-06-24T10:01:24.772Z] #42 64.38 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-24T10:01:24.772Z] #42 64.40 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-24T10:01:25.847Z] #19 152.0 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2022-06-24T10:01:25.847Z] #19 152.0 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2022-06-24T10:01:25.847Z] #19 152.0 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-06-24T10:01:25.847Z] #19 152.1 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2022-06-24T10:01:25.847Z] #19 152.2 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2022-06-24T10:01:26.688Z] #42 ... [2022-06-24T10:01:26.688Z] [2022-06-24T10:01:26.688Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:01:26.688Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:01:26.688Z] #51 53.59 Building dependency tree... [2022-06-24T10:01:26.688Z] #51 59.54 The following additional packages will be installed: [2022-06-24T10:01:26.688Z] #51 59.54 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-24T10:01:26.688Z] #51 59.54 python3-protobuf python3-six [2022-06-24T10:01:26.688Z] #51 59.54 Suggested packages: [2022-06-24T10:01:26.688Z] #51 59.54 python3-setuptools [2022-06-24T10:01:26.688Z] #51 59.54 Recommended packages: [2022-06-24T10:01:26.688Z] #51 59.54 iproute2 | iproute [2022-06-24T10:01:26.688Z] #51 60.74 The following NEW packages will be installed: [2022-06-24T10:01:26.688Z] #51 60.76 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-24T10:01:26.688Z] #51 60.77 python3-protobuf python3-six [2022-06-24T10:01:26.688Z] #51 61.40 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:01:26.688Z] #51 61.40 Need to get 2314 kB of archives. [2022-06-24T10:01:26.688Z] #51 61.40 After this operation, 11.1 MB of additional disk space will be used. [2022-06-24T10:01:26.688Z] #51 61.40 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-24T10:01:26.688Z] #51 61.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-24T10:01:26.688Z] #51 61.47 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-24T10:01:26.688Z] #51 61.47 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-24T10:01:26.688Z] #51 61.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-24T10:01:26.688Z] #51 61.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-24T10:01:26.688Z] #51 61.48 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-24T10:01:26.688Z] #51 64.04 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-24T10:01:26.688Z] #51 ... [2022-06-24T10:01:26.688Z] [2022-06-24T10:01:26.688Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:01:26.688Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:01:26.688Z] #55 62.36 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-24T10:01:26.688Z] #55 62.40 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-24T10:01:26.688Z] #55 62.45 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-24T10:01:26.688Z] #55 62.55 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-24T10:01:26.688Z] #55 62.69 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-24T10:01:26.688Z] #55 62.80 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-24T10:01:26.688Z] #55 62.82 go: downloading github.com/spf13/afero v1.6.0 [2022-06-24T10:01:26.688Z] #55 62.96 go: downloading github.com/spf13/cast v1.4.1 [2022-06-24T10:01:26.688Z] #55 63.25 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-24T10:01:26.688Z] #55 63.40 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-24T10:01:26.688Z] #55 63.48 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-24T10:01:26.688Z] #55 63.62 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-24T10:01:26.688Z] #55 63.94 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-24T10:01:26.688Z] #55 64.03 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-24T10:01:26.688Z] #55 64.12 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-24T10:01:26.688Z] #55 64.30 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-24T10:01:26.688Z] #55 64.38 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-24T10:01:26.688Z] #55 65.80 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-24T10:01:26.688Z] #55 65.97 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-24T10:01:26.688Z] #55 66.05 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-24T10:01:26.688Z] #55 66.09 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-24T10:01:26.688Z] #55 66.17 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-24T10:01:26.688Z] #55 66.36 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-24T10:01:26.688Z] #55 66.41 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-24T10:01:26.688Z] #55 66.55 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-24T10:01:26.949Z] #55 66.65 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-24T10:01:26.949Z] #55 66.69 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-24T10:01:27.209Z] #55 67.03 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-24T10:01:27.783Z] #55 ... [2022-06-24T10:01:27.783Z] [2022-06-24T10:01:27.783Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-24T10:01:27.783Z] #57 sha256:077e8dd50f6a168a9f33b579ce33c37531a52a76c9141fd84569979de006a647 [2022-06-24T10:01:27.783Z] #57 67.00 v3.0.2 [2022-06-24T10:01:27.783Z] #57 DONE 67.5s [2022-06-24T10:01:27.783Z] [2022-06-24T10:01:27.783Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:01:27.783Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:01:27.783Z] #55 67.45 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-24T10:01:27.783Z] #55 ... [2022-06-24T10:01:27.783Z] [2022-06-24T10:01:27.783Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-24T10:01:27.783Z] #40 sha256:c38cfa78712ad0c0a23d715321dcc4195c86f5f5a6a9b3941feb4a564921d552 [2022-06-24T10:01:27.783Z] #40 67.43 NAME: [2022-06-24T10:01:27.783Z] #40 67.43 go-winres - A tool for embedding resources in Windows executables [2022-06-24T10:01:27.783Z] #40 67.43 [2022-06-24T10:01:27.783Z] #40 67.43 USAGE: [2022-06-24T10:01:27.783Z] #40 67.43 go-winres [global options] command [command options] [arguments...] [2022-06-24T10:01:27.783Z] #40 67.43 [2022-06-24T10:01:27.783Z] #40 67.43 COMMANDS: [2022-06-24T10:01:27.783Z] #40 67.43 init Create an initial ./winres/winres.json [2022-06-24T10:01:27.783Z] #40 67.43 make Make syso files for the "go build" command [2022-06-24T10:01:27.783Z] #40 67.43 simply Make syso files for the "go build" command (simplified) [2022-06-24T10:01:27.783Z] #40 67.43 extract Extract all resources from an executable [2022-06-24T10:01:27.783Z] #40 67.43 patch Replace resources in an executable file (exe, dll) [2022-06-24T10:01:27.783Z] #40 67.43 help, h Shows a list of commands or help for one command [2022-06-24T10:01:27.783Z] #40 67.43 [2022-06-24T10:01:27.783Z] #40 67.43 GLOBAL OPTIONS: [2022-06-24T10:01:27.783Z] #40 67.43 --help, -h show help (default: false) [2022-06-24T10:01:27.783Z] #40 DONE 67.6s [2022-06-24T10:01:27.783Z] [2022-06-24T10:01:27.783Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:01:27.783Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:01:27.783Z] #55 67.54 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-24T10:01:27.783Z] #55 67.62 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-24T10:01:28.044Z] #55 67.74 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-24T10:01:28.044Z] #55 67.85 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-24T10:01:28.044Z] #55 67.89 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-24T10:01:28.305Z] #55 67.98 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-24T10:01:28.567Z] #55 68.11 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-24T10:01:29.139Z] #55 68.87 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-24T10:01:29.184Z] #19 155.4 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-06-24T10:01:29.184Z] #19 155.5 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-24T10:01:29.184Z] #19 155.5 Get:48 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-24T10:01:29.184Z] #19 155.6 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-06-24T10:01:29.184Z] #19 155.6 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-06-24T10:01:29.184Z] #19 155.6 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-24T10:01:29.400Z] #55 69.12 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-24T10:01:29.444Z] #19 156.2 Get:52 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-06-24T10:01:29.677Z] #55 69.46 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-24T10:01:29.677Z] #55 69.48 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-24T10:01:29.702Z] #19 156.2 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-06-24T10:01:29.703Z] #19 156.2 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2022-06-24T10:01:29.703Z] #19 156.2 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-06-24T10:01:29.703Z] #19 156.2 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-06-24T10:01:29.703Z] #19 156.2 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-06-24T10:01:29.703Z] #19 156.2 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-06-24T10:01:29.703Z] #19 156.3 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-06-24T10:01:29.703Z] #19 156.3 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-06-24T10:01:29.703Z] #19 156.3 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-06-24T10:01:29.703Z] #19 156.3 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-06-24T10:01:29.703Z] #19 156.3 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-06-24T10:01:29.703Z] #19 156.3 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-06-24T10:01:29.703Z] #19 156.3 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-06-24T10:01:29.703Z] #19 156.4 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2022-06-24T10:01:29.703Z] #19 156.4 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-06-24T10:01:29.961Z] #19 156.4 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-06-24T10:01:29.961Z] #19 156.4 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-06-24T10:01:30.220Z] #19 156.6 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-06-24T10:01:30.220Z] #19 156.6 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-06-24T10:01:30.220Z] #19 156.7 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2022-06-24T10:01:30.220Z] #19 156.7 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB] [2022-06-24T10:01:30.493Z] #14 ... [2022-06-24T10:01:30.493Z] [2022-06-24T10:01:30.493Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:30.493Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:01:30.493Z] #77 55.29 configure.ac:7: installing 'build-aux/compile' [2022-06-24T10:01:30.493Z] #77 55.30 configure.ac:9: installing 'build-aux/config.guess' [2022-06-24T10:01:30.493Z] #77 55.30 configure.ac:9: installing 'build-aux/config.sub' [2022-06-24T10:01:30.493Z] #77 55.32 configure.ac:11: installing 'build-aux/install-sh' [2022-06-24T10:01:30.493Z] #77 55.34 configure.ac:11: installing 'build-aux/missing' [2022-06-24T10:01:30.493Z] #77 55.52 Makefile.am: installing 'build-aux/depcomp' [2022-06-24T10:01:30.493Z] #77 55.68 parallel-tests: installing 'build-aux/test-driver' [2022-06-24T10:01:30.619Z] #55 70.21 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-24T10:01:30.619Z] #55 70.24 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-24T10:01:30.619Z] #55 70.28 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-24T10:01:30.619Z] #55 70.33 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-24T10:01:30.619Z] #55 70.41 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-24T10:01:30.619Z] #55 70.41 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-24T10:01:30.881Z] #55 70.49 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-24T10:01:30.881Z] #55 70.54 go: downloading github.com/julz/importas v0.1.0 [2022-06-24T10:01:30.881Z] #55 70.62 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-24T10:01:31.142Z] #55 70.70 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-24T10:01:31.142Z] #55 70.73 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-24T10:01:31.142Z] #55 70.84 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-24T10:01:31.142Z] #55 70.86 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-24T10:01:31.142Z] #55 70.90 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-24T10:01:31.142Z] #55 70.92 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-24T10:01:31.162Z] #19 ... [2022-06-24T10:01:31.162Z] [2022-06-24T10:01:31.162Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:31.162Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:01:31.162Z] #84 109.3 configure.ac:11: installing 'build-aux/compile' [2022-06-24T10:01:31.162Z] #84 109.3 configure.ac:11: installing 'build-aux/config.guess' [2022-06-24T10:01:31.162Z] #84 109.3 configure.ac:11: installing 'build-aux/config.sub' [2022-06-24T10:01:31.162Z] #84 109.3 configure.ac:13: installing 'build-aux/install-sh' [2022-06-24T10:01:31.162Z] #84 109.3 configure.ac:13: installing 'build-aux/missing' [2022-06-24T10:01:31.162Z] #84 109.3 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-24T10:01:31.409Z] #55 70.96 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-24T10:01:31.409Z] #55 71.03 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-24T10:01:31.409Z] #55 71.08 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-24T10:01:31.409Z] #55 71.23 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-24T10:01:31.670Z] #55 71.30 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-24T10:01:31.730Z] #84 109.8 Makefile.am: installing 'build-aux/depcomp' [2022-06-24T10:01:31.981Z] #14 ... [2022-06-24T10:01:31.981Z] [2022-06-24T10:01:31.981Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:31.981Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:01:31.981Z] #77 35.47 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-24T10:01:32.391Z] #77 57.90 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-24T10:01:32.391Z] #77 57.90 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-24T10:01:32.613Z] #55 72.20 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-24T10:01:32.614Z] #55 72.21 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-24T10:01:32.614Z] #55 72.26 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-24T10:01:32.614Z] #55 72.30 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-24T10:01:32.614Z] #55 72.38 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-24T10:01:32.614Z] #55 72.45 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-24T10:01:32.647Z] #77 58.45 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-24T10:01:32.876Z] #55 72.49 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-24T10:01:32.876Z] #55 72.51 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-24T10:01:32.876Z] #55 72.52 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-24T10:01:32.903Z] #77 58.45 libtoolize: copying file 'm4/libtool.m4' [2022-06-24T10:01:32.903Z] #77 58.56 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-24T10:01:32.903Z] #77 58.65 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-24T10:01:33.137Z] #55 ... [2022-06-24T10:01:33.137Z] [2022-06-24T10:01:33.137Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-24T10:01:33.137Z] #76 sha256:b2469a5951c63bda15ec0745fb72a8362e5f613d96d82bbe79e7b16c1de71624 [2022-06-24T10:01:33.137Z] #76 62.84 Selecting previously unselected package patch. [2022-06-24T10:01:33.137Z] #76 62.84 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-24T10:01:33.137Z] #76 62.85 Unpacking patch (2.7.6-7) ... [2022-06-24T10:01:33.137Z] #76 63.15 Selecting previously unselected package dpkg-dev. [2022-06-24T10:01:33.137Z] #76 63.15 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-24T10:01:33.137Z] #76 63.16 Unpacking dpkg-dev (1.20.10) ... [2022-06-24T10:01:33.137Z] #76 65.68 Selecting previously unselected package build-essential. [2022-06-24T10:01:33.137Z] #76 65.68 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-24T10:01:33.137Z] #76 65.69 Unpacking build-essential (12.9) ... [2022-06-24T10:01:33.137Z] #76 65.83 Selecting previously unselected package libcap2:amd64. [2022-06-24T10:01:33.137Z] #76 65.83 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-24T10:01:33.137Z] #76 65.85 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-24T10:01:33.137Z] #76 66.06 Selecting previously unselected package libcap-dev:amd64. [2022-06-24T10:01:33.137Z] #76 66.12 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-24T10:01:33.137Z] #76 66.14 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-24T10:01:33.137Z] #76 66.43 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-24T10:01:33.137Z] #76 66.43 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-24T10:01:33.137Z] #76 66.44 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T10:01:33.137Z] #76 66.67 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-24T10:01:33.137Z] #76 66.67 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-24T10:01:33.137Z] #76 66.69 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-24T10:01:33.137Z] #76 67.00 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-24T10:01:33.137Z] #76 67.01 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-24T10:01:33.137Z] #76 67.03 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T10:01:33.137Z] #76 67.49 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-24T10:01:33.137Z] #76 67.49 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-24T10:01:33.137Z] #76 67.62 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T10:01:33.137Z] #76 69.21 Selecting previously unselected package libtool. [2022-06-24T10:01:33.137Z] #76 69.21 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-24T10:01:33.137Z] #76 69.32 Unpacking libtool (2.4.6-15) ... [2022-06-24T10:01:33.137Z] #76 69.90 Selecting previously unselected package libudev-dev:amd64. [2022-06-24T10:01:33.137Z] #76 69.90 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-24T10:01:33.137Z] #76 69.90 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-24T10:01:33.137Z] #76 70.57 Selecting previously unselected package libyajl2:amd64. [2022-06-24T10:01:33.137Z] #76 70.57 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-24T10:01:33.137Z] #76 70.57 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-24T10:01:33.137Z] #76 70.91 Selecting previously unselected package libyajl-dev:amd64. [2022-06-24T10:01:33.137Z] #76 70.91 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-24T10:01:33.137Z] #76 70.92 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-24T10:01:33.137Z] #76 71.60 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T10:01:33.137Z] #76 71.62 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-24T10:01:33.137Z] #76 71.65 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-24T10:01:33.137Z] #76 71.66 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-24T10:01:33.137Z] #76 71.69 Setting up file (1:5.39-3) ... [2022-06-24T10:01:33.137Z] #76 71.70 Setting up bzip2 (1.0.8-4) ... [2022-06-24T10:01:33.137Z] #76 71.71 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T10:01:33.137Z] #76 71.73 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-24T10:01:33.137Z] #76 71.75 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-24T10:01:33.137Z] #76 71.76 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-24T10:01:33.137Z] #76 71.77 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-24T10:01:33.137Z] #76 71.79 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T10:01:33.137Z] #76 71.84 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-24T10:01:33.137Z] #76 71.93 Setting up patch (2.7.6-7) ... [2022-06-24T10:01:33.137Z] #76 72.07 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-24T10:01:33.137Z] #76 72.14 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-24T10:01:33.137Z] #76 72.16 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-24T10:01:33.137Z] #76 72.19 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T10:01:33.137Z] #76 72.19 Setting up libtool (2.4.6-15) ... [2022-06-24T10:01:33.137Z] #76 72.21 Setting up m4 (1.4.18-5) ... [2022-06-24T10:01:33.137Z] #76 72.23 Setting up dpkg-dev (1.20.10) ... [2022-06-24T10:01:33.137Z] #76 72.28 Setting up autoconf (2.69-14) ... [2022-06-24T10:01:33.137Z] #76 72.32 Setting up build-essential (12.9) ... [2022-06-24T10:01:33.137Z] #76 72.38 Setting up automake (1:1.16.3-2) ... [2022-06-24T10:01:33.137Z] #76 72.40 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-24T10:01:33.137Z] #76 72.47 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:01:33.137Z] #76 DONE 72.9s [2022-06-24T10:01:33.137Z] [2022-06-24T10:01:33.137Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:33.137Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:01:33.159Z] #77 58.75 libtoolize: copying file 'm4/ltversion.m4' [2022-06-24T10:01:33.159Z] #77 58.89 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-24T10:01:34.523Z] #77 1.218 Cloning into '/tmp/crun-build'... [2022-06-24T10:01:34.523Z] #77 ... [2022-06-24T10:01:34.523Z] [2022-06-24T10:01:34.523Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:01:34.523Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:01:34.523Z] #14 64.11 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-24T10:01:34.523Z] #14 65.20 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-06-24T10:01:34.523Z] #14 66.34 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-24T10:01:34.523Z] #14 69.09 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-24T10:01:34.523Z] #14 70.20 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-06-24T10:01:34.523Z] #14 70.20 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-24T10:01:34.523Z] #14 70.21 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-24T10:01:34.524Z] #14 70.21 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-24T10:01:34.524Z] #14 70.21 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-24T10:01:34.524Z] #14 70.26 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-06-24T10:01:34.524Z] #14 70.26 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-24T10:01:34.524Z] #14 70.29 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-24T10:01:34.524Z] #14 70.29 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-24T10:01:34.524Z] #14 70.33 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-24T10:01:34.524Z] #14 70.33 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-24T10:01:34.524Z] #14 70.33 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-24T10:01:34.524Z] #14 70.43 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-24T10:01:34.524Z] #14 70.43 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-24T10:01:34.524Z] #14 70.47 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-24T10:01:34.524Z] #14 70.49 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-24T10:01:34.524Z] #14 72.49 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:01:34.524Z] #14 72.79 Fetched 115 MB in 12s (9696 kB/s) [2022-06-24T10:01:34.524Z] #14 72.99 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-24T10:01:34.524Z] #14 72.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 ... 15718 files and directories currently installed.) [2022-06-24T10:01:34.524Z] #14 73.10 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-24T10:01:34.524Z] #14 73.13 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-24T10:01:34.524Z] #14 ... [2022-06-24T10:01:34.524Z] [2022-06-24T10:01:34.524Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:01:34.524Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:01:34.524Z] #55 73.10 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-24T10:01:34.524Z] #55 73.13 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-24T10:01:34.524Z] #55 73.13 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-24T10:01:34.524Z] #55 73.19 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-24T10:01:34.524Z] #55 73.24 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-24T10:01:34.524Z] #55 73.25 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-24T10:01:34.524Z] #55 73.38 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-24T10:01:34.524Z] #55 73.48 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-24T10:01:34.524Z] #55 73.62 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-24T10:01:34.524Z] #55 73.72 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-24T10:01:34.524Z] #55 73.76 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-24T10:01:34.524Z] #55 73.96 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-24T10:01:34.524Z] #55 74.23 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-24T10:01:34.524Z] #55 74.26 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-24T10:01:34.524Z] #55 74.28 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-24T10:01:34.524Z] #55 74.35 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-24T10:01:34.542Z] #84 112.1 checking build system type... x86_64-pc-linux-gnu [2022-06-24T10:01:34.542Z] #84 112.6 checking host system type... x86_64-pc-linux-gnu [2022-06-24T10:01:34.542Z] #84 112.6 checking how to print strings... printf [2022-06-24T10:01:34.542Z] #84 112.6 checking for gcc... gcc [2022-06-24T10:01:34.785Z] #55 74.50 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-24T10:01:34.802Z] #84 112.8 checking whether the C compiler works... yes [2022-06-24T10:01:34.802Z] #84 113.1 checking for C compiler default output file name... a.out [2022-06-24T10:01:35.278Z] #77 ... [2022-06-24T10:01:35.278Z] [2022-06-24T10:01:35.278Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:01:35.278Z] #64 sha256:0a652afb24b42669616285b6cd081cd44a2aa3ef06fd19c079c56e10064f0e7f [2022-06-24T10:01:35.360Z] #55 75.09 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-24T10:01:35.369Z] #84 113.2 checking for suffix of executables... [2022-06-24T10:01:35.538Z] #64 52.20 Updating files: 47% (2256/4776) Updating files: 48% (2293/4776) Updating files: 49% (2341/4776) Updating files: 50% (2388/4776) Updating files: 51% (2436/4776) Updating files: 52% (2484/4776) Updating files: 53% (2532/4776) Updating files: 54% (2580/4776) Updating files: 55% (2627/4776) Updating files: 56% (2675/4776) Updating files: 57% (2723/4776) Updating files: 58% (2771/4776) Updating files: 59% (2818/4776) Updating files: 60% (2866/4776) Updating files: 61% (2914/4776) Updating files: 62% (2962/4776) Updating files: 63% (3009/4776) Updating files: 64% (3057/4776) Updating files: 65% (3105/4776) Updating files: 66% (3153/4776) Updating files: 67% (3200/4776) Updating files: 68% (3248/4776) Updating files: 69% (3296/4776) Updating files: 70% (3344/4776) Updating files: 71% (3391/4776) Updating files: 72% (3439/4776) Updating files: 73% (3487/4776) Updating files: 74% (3535/4776) Updating files: 75% (3582/4776) Updating files: 76% (3630/4776) Updating files: 77% (3678/4776) Updating files: 78% (3726/4776) Updating files: 79% (3774/4776) Updating files: 80% (3821/4776) Updating files: 81% (3869/4776) Updating files: 82% (3917/4776) Updating files: 83% (3965/4776) Updating files: 84% (4012/4776) Updating files: 85% (4060/4776) Updating files: 86% (4108/4776) Updating files: 87% (4156/4776) Updating files: 88% (4203/4776) Updating files: 89% (4251/4776) Updating files: 90% (4299/4776) Updating files: 90% (4343/4776) Updating files: 91% (4347/4776) Updating files: 92% (4394/4776) Updating files: 93% (4442/4776) Updating files: 94% (4490/4776) Updating files: 95% (4538/4776) Updating files: 96% (4585/4776) Updating files: 97% (4633/4776) Updating files: 98% (4681/4776) Updating files: 99% (4729/4776) Updating files: 100% (4776/4776) Updating files: 100% (4776/4776), done. [2022-06-24T10:01:35.538Z] #64 53.50 + cd /tmp/tmp.v8psFtLAyB/src/github.com/containerd/containerd [2022-06-24T10:01:35.538Z] #64 53.50 + git checkout -q v1.6.6 [2022-06-24T10:01:35.627Z] #84 113.5 checking whether we are cross compiling... no [2022-06-24T10:01:35.886Z] #84 113.9 checking for suffix of object files... o [2022-06-24T10:01:35.933Z] #55 75.63 go: downloading honnef.co/go/tools v0.2.2 [2022-06-24T10:01:36.147Z] #84 114.0 checking whether we are using the GNU C compiler... yes [2022-06-24T10:01:36.147Z] #84 114.3 checking whether gcc accepts -g... yes [2022-06-24T10:01:36.718Z] #84 114.5 checking for gcc option to accept ISO C89... none needed [2022-06-24T10:01:36.718Z] #84 114.8 checking whether gcc understands -c and -o together... yes [2022-06-24T10:01:36.718Z] #84 115.0 checking for a sed that does not truncate output... /bin/sed [2022-06-24T10:01:36.875Z] #55 ... [2022-06-24T10:01:36.875Z] [2022-06-24T10:01:36.875Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:01:36.875Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:01:36.875Z] #51 66.33 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:01:36.875Z] #51 67.00 Fetched 2314 kB in 3s (663 kB/s) [2022-06-24T10:01:36.875Z] #51 67.34 Selecting previously unselected package libprotobuf23:amd64. [2022-06-24T10:01:36.875Z] #51 67.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-24T10:01:36.875Z] #51 67.51 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-24T10:01:36.875Z] #51 67.57 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-24T10:01:36.875Z] #51 69.38 Selecting previously unselected package python3-pkg-resources. [2022-06-24T10:01:36.875Z] #51 69.38 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-24T10:01:36.875Z] #51 69.38 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-24T10:01:36.875Z] #51 69.99 Selecting previously unselected package python3-six. [2022-06-24T10:01:36.875Z] #51 69.99 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-24T10:01:36.875Z] #51 70.01 Unpacking python3-six (1.16.0-2) ... [2022-06-24T10:01:36.875Z] #51 70.24 Selecting previously unselected package python3-protobuf. [2022-06-24T10:01:36.875Z] #51 70.24 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-24T10:01:36.875Z] #51 70.24 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-24T10:01:36.875Z] #51 71.08 Selecting previously unselected package libnet1:amd64. [2022-06-24T10:01:36.875Z] #51 71.08 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-24T10:01:36.875Z] #51 71.09 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T10:01:36.875Z] #51 71.42 Selecting previously unselected package libnl-3-200:amd64. [2022-06-24T10:01:36.875Z] #51 71.43 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-24T10:01:36.875Z] #51 71.43 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T10:01:36.875Z] #51 71.75 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-24T10:01:36.875Z] #51 71.75 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-24T10:01:36.875Z] #51 71.79 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T10:01:36.875Z] #51 72.01 Selecting previously unselected package criu. [2022-06-24T10:01:36.875Z] #51 72.02 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-24T10:01:36.875Z] #51 72.03 Unpacking criu (3.17-1) ... [2022-06-24T10:01:36.875Z] #51 73.30 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-24T10:01:36.923Z] #64 54.99 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-24T10:01:36.923Z] #64 54.99 + BUILDTAGS='netgo osusergo static_build' [2022-06-24T10:01:36.923Z] #64 54.99 + export EXTRA_FLAGS=-buildmode=pie [2022-06-24T10:01:36.923Z] #64 54.99 + EXTRA_FLAGS=-buildmode=pie [2022-06-24T10:01:36.923Z] #64 54.99 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-24T10:01:36.923Z] #64 54.99 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-24T10:01:36.923Z] #64 54.99 + '[' '' = dynamic ']' [2022-06-24T10:01:36.923Z] #64 54.99 + make [2022-06-24T10:01:36.978Z] #84 115.1 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T10:01:36.978Z] #84 115.1 checking for egrep... /bin/grep -E [2022-06-24T10:01:36.978Z] #84 115.2 checking for fgrep... /bin/grep -F [2022-06-24T10:01:36.978Z] #84 115.2 checking for ld used by gcc... /usr/bin/ld [2022-06-24T10:01:37.137Z] #51 ... [2022-06-24T10:01:37.137Z] [2022-06-24T10:01:37.137Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:01:37.137Z] #34 sha256:1db4a1090cc01a0e0e1fc35d6d2347bc515c4526c2959f71b03cec297d1441d5 [2022-06-24T10:01:37.137Z] #34 74.35 Updating files: 80% (1217/1521) Updating files: 81% (1233/1521) Updating files: 82% (1248/1521) Updating files: 83% (1263/1521) Updating files: 84% (1278/1521) Updating files: 85% (1293/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 92% (1402/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-24T10:01:37.137Z] #34 75.65 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-24T10:01:37.137Z] #34 75.82 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:01:37.242Z] #84 115.2 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T10:01:37.242Z] #84 115.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T10:01:37.323Z] #77 ... [2022-06-24T10:01:37.323Z] [2022-06-24T10:01:37.323Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:01:37.323Z] #14 sha256:a6b96088b35bd9ef1345c3da39531dbebaf969a901e7fc87bc561d4866a911db [2022-06-24T10:01:37.323Z] #14 100.0 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-24T10:01:37.323Z] #14 100.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-06-24T10:01:37.323Z] #14 100.0 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:01:37.323Z] #14 105.2 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-24T10:01:37.324Z] #14 105.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-24T10:01:37.324Z] #14 105.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-24T10:01:37.324Z] #14 105.3 Selecting previously unselected package libapparmor1:arm64. [2022-06-24T10:01:37.324Z] #14 105.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-24T10:01:37.324Z] #14 105.3 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-24T10:01:37.324Z] #14 105.4 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-24T10:01:37.324Z] #14 105.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-24T10:01:37.324Z] #14 105.4 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-24T10:01:37.324Z] #14 105.6 Selecting previously unselected package libbtrfs0:arm64. [2022-06-24T10:01:37.324Z] #14 105.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-06-24T10:01:37.324Z] #14 105.6 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-06-24T10:01:37.502Z] #84 115.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T10:01:37.502Z] #84 115.6 checking whether ln -s works... yes [2022-06-24T10:01:37.502Z] #84 115.6 checking the maximum length of command line arguments... 1572864 [2022-06-24T10:01:37.502Z] #84 115.7 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-24T10:01:37.502Z] #84 115.7 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T10:01:37.502Z] #84 115.7 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T10:01:37.502Z] #84 115.7 checking for objdump... objdump [2022-06-24T10:01:37.502Z] #84 115.7 checking how to recognize dependent libraries... pass_all [2022-06-24T10:01:37.502Z] #84 115.7 checking for dlltool... no [2022-06-24T10:01:37.502Z] #84 115.7 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T10:01:37.502Z] #84 115.7 checking for ar... ar [2022-06-24T10:01:37.579Z] #14 105.8 Selecting previously unselected package libbtrfs-dev:arm64. [2022-06-24T10:01:37.579Z] #14 105.8 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-06-24T10:01:37.579Z] #14 105.8 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-24T10:01:37.761Z] #84 115.7 checking for archiver @FILE support... @ [2022-06-24T10:01:37.761Z] #84 116.0 checking for strip... strip [2022-06-24T10:01:37.761Z] #84 116.0 checking for ranlib... ranlib [2022-06-24T10:01:37.761Z] #84 116.0 checking for gawk... no [2022-06-24T10:01:37.761Z] #84 116.0 checking for mawk... mawk [2022-06-24T10:01:37.835Z] #14 106.0 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-06-24T10:01:37.835Z] #14 106.0 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-06-24T10:01:37.835Z] #14 106.0 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-24T10:01:37.835Z] #14 106.1 Selecting previously unselected package libudev-dev:arm64. [2022-06-24T10:01:37.835Z] #14 106.1 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-06-24T10:01:37.835Z] #14 106.1 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-06-24T10:01:37.835Z] #14 106.2 Selecting previously unselected package libsepol1-dev:arm64. [2022-06-24T10:01:37.835Z] #14 106.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-06-24T10:01:37.835Z] #14 106.2 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-06-24T10:01:38.703Z] #84 116.0 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T10:01:38.704Z] #84 116.9 checking for sysroot... no [2022-06-24T10:01:38.704Z] #84 116.9 checking for a working dd... /bin/dd [2022-06-24T10:01:38.704Z] #84 116.9 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T10:01:38.833Z] #64 56.96 + bin/ctr [2022-06-24T10:01:38.892Z] #14 106.9 Selecting previously unselected package libpcre2-16-0:arm64. [2022-06-24T10:01:38.892Z] #14 106.9 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-06-24T10:01:38.892Z] #14 106.9 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-06-24T10:01:38.971Z] #84 117.1 checking for mt... no [2022-06-24T10:01:38.971Z] #84 117.1 checking if : is a manifest tool... no [2022-06-24T10:01:39.236Z] #84 117.2 checking how to run the C preprocessor... gcc -E [2022-06-24T10:01:39.517Z] #14 107.8 Selecting previously unselected package libpcre2-32-0:arm64. [2022-06-24T10:01:39.517Z] #14 107.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-06-24T10:01:39.517Z] #14 107.8 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-06-24T10:01:40.446Z] #14 108.6 Selecting previously unselected package libpcre2-posix2:arm64. [2022-06-24T10:01:40.446Z] #14 108.6 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-06-24T10:01:40.446Z] #14 108.8 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-06-24T10:01:40.454Z] #84 117.6 checking for ANSI C header files... yes [2022-06-24T10:01:40.712Z] #84 118.7 checking for sys/types.h... yes [2022-06-24T10:01:41.234Z] #84 119.1 checking for sys/stat.h... yes [2022-06-24T10:01:41.347Z] #34 ... [2022-06-24T10:01:41.347Z] [2022-06-24T10:01:41.347Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:01:41.347Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:01:41.347Z] #42 70.92 Selecting previously unselected package libicu67:amd64. [2022-06-24T10:01:41.347Z] #42 70.94 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-24T10:01:41.347Z] #42 71.16 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-24T10:01:41.347Z] #42 ... [2022-06-24T10:01:41.347Z] [2022-06-24T10:01:41.348Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:01:41.348Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:01:41.348Z] #55 77.75 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-24T10:01:41.348Z] #55 77.77 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-24T10:01:41.348Z] #55 77.98 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-24T10:01:41.348Z] #55 78.07 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-24T10:01:41.348Z] #55 78.08 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-24T10:01:41.348Z] #55 78.16 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-24T10:01:41.348Z] #55 78.27 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-24T10:01:41.348Z] #55 78.31 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-24T10:01:41.348Z] #55 78.32 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-24T10:01:41.348Z] #55 78.33 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-24T10:01:41.348Z] #55 78.36 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-24T10:01:41.348Z] #55 78.37 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-24T10:01:41.348Z] #55 78.44 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-24T10:01:41.348Z] #55 78.46 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-24T10:01:41.348Z] #55 78.47 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-24T10:01:41.348Z] #55 78.64 go: downloading golang.org/x/text v0.3.7 [2022-06-24T10:01:41.370Z] #64 ... [2022-06-24T10:01:41.370Z] [2022-06-24T10:01:41.370Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:41.370Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:01:41.370Z] #77 46.49 libtoolize: putting auxiliary files in '.'. [2022-06-24T10:01:41.370Z] #77 46.49 libtoolize: copying file './ltmain.sh' [2022-06-24T10:01:41.375Z] #14 109.7 Selecting previously unselected package libpcre2-dev:arm64. [2022-06-24T10:01:41.375Z] #14 109.7 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-06-24T10:01:41.375Z] #14 109.7 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-06-24T10:01:41.494Z] #84 119.5 checking for stdlib.h... yes [2022-06-24T10:01:41.633Z] #77 47.19 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-24T10:01:41.755Z] #84 119.8 checking for string.h... yes [2022-06-24T10:01:41.894Z] #77 47.19 libtoolize: and rerunning libtoolize and aclocal. [2022-06-24T10:01:41.894Z] #77 47.19 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-24T10:01:42.324Z] #84 120.1 checking for memory.h... yes [2022-06-24T10:01:42.583Z] #84 120.5 checking for strings.h... yes [2022-06-24T10:01:42.842Z] #84 120.8 checking for inttypes.h... yes [2022-06-24T10:01:42.935Z] #14 110.9 Selecting previously unselected package libselinux1-dev:arm64. [2022-06-24T10:01:42.935Z] #14 111.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-06-24T10:01:42.935Z] #14 111.0 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-06-24T10:01:42.935Z] #14 ... [2022-06-24T10:01:42.935Z] [2022-06-24T10:01:42.935Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:01:42.935Z] #67 sha256:0b78d72b1651061710104f3603ea8caa08f5c0e80e463d6a7d68e695d6e36c96 [2022-06-24T10:01:42.935Z] #67 100.6 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-24T10:01:42.935Z] #67 100.6 + GOBIN=/build [2022-06-24T10:01:42.935Z] #67 100.6 + GO111MODULE=on [2022-06-24T10:01:42.935Z] #67 100.6 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-24T10:01:42.935Z] #67 105.8 rootlesskit version 1.0.0 [2022-06-24T10:01:42.935Z] #67 105.8 Usage of /build/rootlesskit-docker-proxy: [2022-06-24T10:01:42.935Z] #67 105.8 -container-ip string [2022-06-24T10:01:42.935Z] #67 105.8 container ip [2022-06-24T10:01:42.935Z] #67 105.8 -container-port int [2022-06-24T10:01:42.935Z] #67 105.8 container port (default -1) [2022-06-24T10:01:42.935Z] #67 105.8 -host-ip string [2022-06-24T10:01:42.935Z] #67 105.8 host ip [2022-06-24T10:01:42.935Z] #67 105.8 -host-port int [2022-06-24T10:01:42.935Z] #67 105.8 host port (default -1) [2022-06-24T10:01:42.935Z] #67 105.8 -proto string [2022-06-24T10:01:42.935Z] #67 105.8 proxy protocol (default "tcp") [2022-06-24T10:01:43.103Z] #84 121.1 checking for stdint.h... yes [2022-06-24T10:01:43.103Z] #84 121.3 checking for unistd.h... [2022-06-24T10:01:43.103Z] #84 ... [2022-06-24T10:01:43.103Z] [2022-06-24T10:01:43.103Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:01:43.103Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:01:43.103Z] #19 159.8 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2022-06-24T10:01:43.103Z] #19 159.8 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2022-06-24T10:01:43.103Z] #19 159.8 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-06-24T10:01:43.103Z] #19 159.9 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2022-06-24T10:01:43.103Z] #19 160.0 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2022-06-24T10:01:43.103Z] #19 162.5 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2022-06-24T10:01:43.103Z] #19 162.5 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-06-24T10:01:43.103Z] #19 162.5 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-06-24T10:01:43.103Z] #19 162.6 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2022-06-24T10:01:43.103Z] #19 162.6 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-06-24T10:01:43.103Z] #19 162.6 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-06-24T10:01:43.103Z] #19 162.6 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-06-24T10:01:43.103Z] #19 162.7 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-06-24T10:01:43.103Z] #19 162.8 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-06-24T10:01:43.103Z] #19 162.8 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2022-06-24T10:01:43.103Z] #19 162.8 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2022-06-24T10:01:43.103Z] #19 165.4 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2022-06-24T10:01:43.103Z] #19 165.4 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2022-06-24T10:01:43.103Z] #19 165.5 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-06-24T10:01:43.103Z] #19 165.6 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2022-06-24T10:01:43.103Z] #19 165.8 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2022-06-24T10:01:43.103Z] #19 168.4 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2022-06-24T10:01:43.103Z] #19 168.4 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-06-24T10:01:43.103Z] #19 168.4 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-06-24T10:01:43.103Z] #19 168.5 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2022-06-24T10:01:43.103Z] #19 168.5 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-06-24T10:01:43.103Z] #19 168.5 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-06-24T10:01:43.103Z] #19 168.5 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-06-24T10:01:43.103Z] #19 168.5 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-06-24T10:01:43.103Z] #19 168.6 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-06-24T10:01:43.103Z] #19 168.6 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-06-24T10:01:43.103Z] #19 168.7 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-06-24T10:01:43.103Z] #19 168.8 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-06-24T10:01:43.103Z] #19 168.9 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-06-24T10:01:43.103Z] #19 168.9 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2022-06-24T10:01:43.103Z] #19 169.0 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2022-06-24T10:01:43.364Z] #19 ... [2022-06-24T10:01:43.364Z] [2022-06-24T10:01:43.364Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:43.364Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:01:43.364Z] #84 121.3 checking for unistd.h... yes [2022-06-24T10:01:43.623Z] #84 121.6 checking for dlfcn.h... yes [2022-06-24T10:01:43.623Z] #84 121.9 checking for objdir... .libs [2022-06-24T10:01:43.867Z] #67 ... [2022-06-24T10:01:43.867Z] [2022-06-24T10:01:43.867Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:01:43.867Z] #14 sha256:a6b96088b35bd9ef1345c3da39531dbebaf969a901e7fc87bc561d4866a911db [2022-06-24T10:01:43.867Z] #14 112.0 Selecting previously unselected package libdevmapper-dev:arm64. [2022-06-24T10:01:43.867Z] #14 112.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-06-24T10:01:43.867Z] #14 112.0 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-06-24T10:01:44.124Z] #14 112.2 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-24T10:01:44.124Z] #14 112.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-24T10:01:44.124Z] #14 112.2 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-24T10:01:44.124Z] #14 ... [2022-06-24T10:01:44.124Z] [2022-06-24T10:01:44.124Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:01:44.124Z] #67 sha256:0b78d72b1651061710104f3603ea8caa08f5c0e80e463d6a7d68e695d6e36c96 [2022-06-24T10:01:44.124Z] #67 DONE 112.1s [2022-06-24T10:01:44.124Z] [2022-06-24T10:01:44.124Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:01:44.124Z] #14 sha256:a6b96088b35bd9ef1345c3da39531dbebaf969a901e7fc87bc561d4866a911db [2022-06-24T10:01:44.124Z] #14 112.4 Selecting previously unselected package libsystemd-dev:arm64. [2022-06-24T10:01:44.124Z] #14 112.4 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ... [2022-06-24T10:01:44.124Z] #14 112.5 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-06-24T10:01:44.149Z] #84 122.3 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T10:01:44.149Z] #84 122.4 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T10:01:44.381Z] #14 ... [2022-06-24T10:01:44.381Z] [2022-06-24T10:01:44.381Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-24T10:01:44.381Z] #68 sha256:de083cb75681be25c42fccfb814dea5d2f279555c8153bfa5f34e6d00a710029 [2022-06-24T10:01:44.381Z] #68 DONE 0.1s [2022-06-24T10:01:44.381Z] [2022-06-24T10:01:44.381Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-24T10:01:44.381Z] #69 sha256:63b3ec9a41bd8ec81267d16d99a4f1628023360c197c3cb51ba7b2f6ad24ef97 [2022-06-24T10:01:44.381Z] #69 DONE 0.1s [2022-06-24T10:01:44.381Z] [2022-06-24T10:01:44.381Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:01:44.381Z] #34 sha256:1c01da5173cadde9c3797f745fb3821cd9655f7821845dda696b5a4cb9e7dea1 [2022-06-24T10:01:44.412Z] #84 122.4 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T10:01:44.442Z] #77 ... [2022-06-24T10:01:44.442Z] [2022-06-24T10:01:44.442Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:01:44.442Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:01:44.442Z] #14 88.62 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-24T10:01:44.442Z] #14 88.62 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:01:44.442Z] #14 88.62 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:01:44.442Z] #14 94.58 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-24T10:01:44.442Z] #14 94.59 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:01:44.442Z] #14 94.59 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-24T10:01:44.656Z] #55 ... [2022-06-24T10:01:44.656Z] [2022-06-24T10:01:44.656Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:01:44.656Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:01:44.656Z] #42 82.67 Selecting previously unselected package libxml2:amd64. [2022-06-24T10:01:44.656Z] #42 82.68 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-24T10:01:44.656Z] #42 82.69 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-24T10:01:44.656Z] #42 83.99 Selecting previously unselected package libarchive13:amd64. [2022-06-24T10:01:44.656Z] #42 83.99 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-24T10:01:44.656Z] #42 84.00 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-24T10:01:44.917Z] #42 84.83 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-24T10:01:44.947Z] #34 ... [2022-06-24T10:01:44.947Z] [2022-06-24T10:01:44.947Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:01:44.947Z] #14 sha256:a6b96088b35bd9ef1345c3da39531dbebaf969a901e7fc87bc561d4866a911db [2022-06-24T10:01:44.947Z] #14 113.4 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-24T10:01:44.947Z] #14 113.4 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-24T10:01:44.947Z] #14 113.4 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-24T10:01:44.982Z] #84 122.6 checking if gcc static flag -static works... yes [2022-06-24T10:01:44.982Z] #84 123.0 checking if gcc supports -c -o file.o... yes [2022-06-24T10:01:44.982Z] #84 123.2 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T10:01:44.982Z] #84 123.2 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-24T10:01:45.178Z] #42 84.83 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-24T10:01:45.178Z] #42 84.85 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-24T10:01:45.204Z] #14 113.4 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-06-24T10:01:45.204Z] #14 113.4 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-24T10:01:45.204Z] #14 113.4 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-06-24T10:01:45.204Z] #14 113.5 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-06-24T10:01:45.204Z] #14 113.5 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-06-24T10:01:45.204Z] #14 113.5 Setting up libudev-dev:arm64 (247.3-7) ... [2022-06-24T10:01:45.204Z] #14 113.5 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-06-24T10:01:45.204Z] #14 113.5 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-24T10:01:45.204Z] #14 113.5 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-24T10:01:45.204Z] #14 113.5 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-24T10:01:45.204Z] #14 113.6 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-24T10:01:45.438Z] #42 85.17 Selecting previously unselected package librhash0:amd64. [2022-06-24T10:01:45.438Z] #42 85.17 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-24T10:01:45.438Z] #42 85.20 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-24T10:01:45.465Z] #14 113.6 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-24T10:01:45.465Z] #14 113.6 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-06-24T10:01:45.465Z] #14 113.6 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-24T10:01:45.465Z] #14 113.7 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-06-24T10:01:45.465Z] #14 113.7 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-06-24T10:01:45.465Z] #14 113.7 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-24T10:01:45.465Z] #14 113.7 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:01:45.465Z] #14 113.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-24T10:01:45.465Z] #14 113.7 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:01:45.465Z] #14 113.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-24T10:01:45.465Z] #14 113.7 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-24T10:01:45.465Z] #14 113.8 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:01:45.465Z] #14 113.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-24T10:01:45.465Z] #14 113.8 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:01:45.465Z] #14 113.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-24T10:01:45.499Z] #84 123.3 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T10:01:45.499Z] #84 123.7 checking how to hardcode library paths into programs... immediate [2022-06-24T10:01:45.499Z] #84 123.7 checking whether stripping libraries is possible... yes [2022-06-24T10:01:45.499Z] #84 123.7 checking if libtool supports shared libraries... yes [2022-06-24T10:01:45.499Z] #84 123.7 checking whether to build shared libraries... no [2022-06-24T10:01:45.499Z] #84 123.7 checking whether to build static libraries... yes [2022-06-24T10:01:45.499Z] #84 123.7 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T10:01:45.699Z] #42 85.47 Selecting previously unselected package libuv1:amd64. [2022-06-24T10:01:45.699Z] #42 85.50 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-24T10:01:45.723Z] #14 113.8 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-24T10:01:45.723Z] #14 113.8 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-24T10:01:45.723Z] #14 113.9 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-24T10:01:45.723Z] #14 113.9 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-06-24T10:01:45.723Z] #14 113.9 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:01:45.757Z] #84 123.8 checking whether build environment is sane... yes [2022-06-24T10:01:45.757Z] #84 123.9 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T10:01:45.757Z] #84 123.9 checking whether make sets $(MAKE)... yes [2022-06-24T10:01:45.757Z] #84 124.0 checking whether make supports the include directive... yes (GNU style) [2022-06-24T10:01:45.960Z] #42 85.54 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-24T10:01:45.960Z] #42 85.70 Selecting previously unselected package cmake. [2022-06-24T10:01:45.960Z] #42 85.70 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-24T10:01:45.960Z] #42 85.71 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-24T10:01:45.980Z] #14 DONE 114.3s [2022-06-24T10:01:45.980Z] [2022-06-24T10:01:45.980Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-24T10:01:45.980Z] #59 sha256:174cfd3b0c32a7919e00e5210e7bdd577b90393c503f35ec51beced675e65cf9 [2022-06-24T10:01:46.016Z] #84 124.1 checking whether make supports nested variables... yes [2022-06-24T10:01:46.016Z] #84 124.1 checking whether UID '0' is supported by ustar format... yes [2022-06-24T10:01:46.016Z] #84 124.1 checking whether GID '0' is supported by ustar format... yes [2022-06-24T10:01:46.016Z] #84 124.1 checking how to create a ustar tar archive... gnutar [2022-06-24T10:01:46.236Z] #59 DONE 0.3s [2022-06-24T10:01:46.236Z] [2022-06-24T10:01:46.236Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:01:46.236Z] #60 sha256:f60b75d421d90cffd8a7e53c2aa9c1c6685b543c3ad58fabc8cccaebc84387d8 [2022-06-24T10:01:46.275Z] #84 124.2 checking dependency style of gcc... gcc3 [2022-06-24T10:01:46.275Z] #84 124.5 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T10:01:46.275Z] #84 124.6 checking whether make supports nested variables... (cached) yes [2022-06-24T10:01:46.275Z] #84 124.6 checking for gawk... (cached) mawk [2022-06-24T10:01:46.275Z] #84 124.6 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-24T10:01:46.275Z] #84 124.6 checking for gcc... (cached) gcc [2022-06-24T10:01:46.534Z] #84 124.7 checking whether we are using the GNU C compiler... (cached) yes [2022-06-24T10:01:46.534Z] #84 124.7 checking whether gcc accepts -g... (cached) yes [2022-06-24T10:01:46.534Z] #84 124.7 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-24T10:01:46.534Z] #84 124.7 checking whether gcc understands -c and -o together... (cached) yes [2022-06-24T10:01:46.534Z] #84 124.7 checking for a Python interpreter with version >= 3... python3 [2022-06-24T10:01:46.534Z] #84 124.8 checking for python3... /usr/bin/python3 [2022-06-24T10:01:46.534Z] #84 124.8 checking for python3 version... 3.9 [2022-06-24T10:01:46.534Z] #84 124.9 checking for python3 platform... linux [2022-06-24T10:01:46.794Z] #84 124.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-24T10:01:46.982Z] #14 101.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-24T10:01:46.982Z] #14 101.4 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:01:46.982Z] #14 101.4 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:01:47.054Z] #84 125.0 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-24T10:01:47.054Z] #84 125.2 checking for go-md2man... no [2022-06-24T10:01:47.054Z] #84 125.2 checking error.h usability... yes [2022-06-24T10:01:47.166Z] #60 0.810 + RM_GOPATH=0 [2022-06-24T10:01:47.166Z] #60 0.818 + TMP_GOPATH= [2022-06-24T10:01:47.166Z] #60 0.818 + : /build [2022-06-24T10:01:47.166Z] #60 0.818 + '[' -z '' ']' [2022-06-24T10:01:47.166Z] #60 0.819 ++ mktemp -d [2022-06-24T10:01:47.166Z] #60 0.825 + export GOPATH=/tmp/tmp.12qD3chF46 [2022-06-24T10:01:47.166Z] #60 0.825 + GOPATH=/tmp/tmp.12qD3chF46 [2022-06-24T10:01:47.166Z] #60 0.825 + RM_GOPATH=1 [2022-06-24T10:01:47.166Z] #60 0.825 + case "$(go env GOARCH)" in [2022-06-24T10:01:47.166Z] #60 0.826 ++ go env GOARCH [2022-06-24T10:01:47.166Z] #60 0.845 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:01:47.166Z] #60 0.845 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:01:47.166Z] #60 0.846 ++ dirname /install.sh [2022-06-24T10:01:47.166Z] #60 0.851 + dir=/ [2022-06-24T10:01:47.166Z] #60 0.852 + bin=runc [2022-06-24T10:01:47.166Z] #60 0.852 + shift [2022-06-24T10:01:47.166Z] #60 0.852 + '[' '!' -f //runc.installer ']' [2022-06-24T10:01:47.166Z] #60 0.852 + . //runc.installer [2022-06-24T10:01:47.166Z] #60 0.852 ++ set -e [2022-06-24T10:01:47.166Z] #60 0.853 ++ : v1.1.2 [2022-06-24T10:01:47.166Z] #60 0.853 + install_runc [2022-06-24T10:01:47.166Z] #60 0.853 + RUNC_BUILDTAGS=seccomp [2022-06-24T10:01:47.166Z] #60 0.853 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-24T10:01:47.166Z] #60 0.853 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.12qD3chF46/src/github.com/opencontainers/runc [2022-06-24T10:01:47.166Z] #60 0.854 Install runc version v1.1.2 (build tags: seccomp) [2022-06-24T10:01:47.166Z] #60 0.857 Cloning into '/tmp/tmp.12qD3chF46/src/github.com/opencontainers/runc'... [2022-06-24T10:01:47.313Z] #84 125.4 checking error.h presence... yes [2022-06-24T10:01:47.313Z] #84 125.5 checking for error.h... yes [2022-06-24T10:01:47.344Z] #42 ... [2022-06-24T10:01:47.344Z] [2022-06-24T10:01:47.344Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:01:47.344Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:01:47.344Z] #51 76.65 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-24T10:01:47.344Z] #51 76.67 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T10:01:47.344Z] #51 76.69 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T10:01:47.344Z] #51 76.71 Setting up python3-six (1.16.0-2) ... [2022-06-24T10:01:47.344Z] #51 78.74 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T10:01:47.344Z] #51 78.78 Setting up python3-protobuf (3.12.4-1) ... [2022-06-24T10:01:47.344Z] #51 86.16 Setting up criu (3.17-1) ... [2022-06-24T10:01:47.423Z] #60 ... [2022-06-24T10:01:47.423Z] [2022-06-24T10:01:47.423Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-24T10:01:47.423Z] #15 sha256:887f0db9f44b8211a37698b192d77afdd239ca3f99353d32ba8534a9751db993 [2022-06-24T10:01:47.423Z] #15 DONE 1.4s [2022-06-24T10:01:47.571Z] #84 125.6 checking linux/openat2.h usability... yes [2022-06-24T10:01:47.571Z] #84 125.7 checking linux/openat2.h presence... yes [2022-06-24T10:01:47.571Z] #84 125.8 checking for linux/openat2.h... yes [2022-06-24T10:01:47.571Z] #84 125.8 checking for copy_file_range... yes [2022-06-24T10:01:47.605Z] #51 ... [2022-06-24T10:01:47.605Z] [2022-06-24T10:01:47.605Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:01:47.605Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:01:47.605Z] #14 77.61 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-24T10:01:47.605Z] #14 77.62 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-24T10:01:47.605Z] #14 77.64 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-24T10:01:47.605Z] #14 82.07 Selecting previously unselected package binutils-mingw-w64. [2022-06-24T10:01:47.605Z] #14 82.08 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-24T10:01:47.605Z] #14 82.10 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-24T10:01:47.605Z] #14 82.32 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-24T10:01:47.605Z] #14 82.32 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T10:01:47.605Z] #14 82.34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:01:47.605Z] #14 82.67 Selecting previously unselected package dmsetup. [2022-06-24T10:01:47.605Z] #14 82.68 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T10:01:47.605Z] #14 82.69 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-24T10:01:47.605Z] #14 82.92 Selecting previously unselected package mingw-w64-common. [2022-06-24T10:01:47.605Z] #14 82.92 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-24T10:01:47.605Z] #14 82.94 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-24T10:01:47.680Z] [2022-06-24T10:01:47.680Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:47.680Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:01:47.680Z] #77 72.32 configure.ac:11: installing 'build-aux/compile' [2022-06-24T10:01:47.680Z] #77 72.34 configure.ac:11: installing 'build-aux/config.guess' [2022-06-24T10:01:47.680Z] #77 72.38 configure.ac:11: installing 'build-aux/config.sub' [2022-06-24T10:01:47.680Z] #77 72.38 configure.ac:13: installing 'build-aux/install-sh' [2022-06-24T10:01:47.680Z] #77 72.40 configure.ac:13: installing 'build-aux/missing' [2022-06-24T10:01:47.680Z] #77 72.45 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-24T10:01:47.680Z] #77 72.67 Makefile.am: installing 'build-aux/depcomp' [2022-06-24T10:01:47.831Z] #84 126.0 checking for fgetxattr... yes [2022-06-24T10:01:48.353Z] #84 126.3 checking for statx... yes [2022-06-24T10:01:48.616Z] #84 126.6 checking for fgetpwent_r... yes [2022-06-24T10:01:48.807Z] #77 74.02 checking build system type... aarch64-unknown-linux-gnu [2022-06-24T10:01:48.807Z] #77 74.41 checking host system type... aarch64-unknown-linux-gnu [2022-06-24T10:01:48.807Z] #77 74.41 checking how to print strings... printf [2022-06-24T10:01:48.807Z] #77 74.42 checking for gcc... gcc [2022-06-24T10:01:48.874Z] #84 126.8 checking for issetugid... no [2022-06-24T10:01:48.875Z] #84 127.1 checking for pkg-config... /usr/bin/pkg-config [2022-06-24T10:01:48.875Z] #84 127.1 checking pkg-config is at least version 0.9.0... yes [2022-06-24T10:01:48.988Z] #14 ... [2022-06-24T10:01:48.988Z] [2022-06-24T10:01:48.988Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:01:48.988Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:01:48.988Z] #55 88.75 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-24T10:01:49.064Z] #77 74.51 checking whether the C compiler works... [2022-06-24T10:01:49.064Z] #77 ... [2022-06-24T10:01:49.064Z] [2022-06-24T10:01:49.064Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-24T10:01:49.064Z] #16 sha256:7c84f8c2f54b545bed7b2716025593a1fbcd84343c09e0c12124ec095e4a3edb [2022-06-24T10:01:49.064Z] #16 DONE 1.6s [2022-06-24T10:01:49.064Z] [2022-06-24T10:01:49.064Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T10:01:49.064Z] #36 sha256:ab22f2d1763959d9388117917241ad616e5190b3c4dad3de4e79bc37a8392816 [2022-06-24T10:01:49.064Z] #36 117.2 Delve is a source level debugger for Go programs. [2022-06-24T10:01:49.064Z] #36 117.2 [2022-06-24T10:01:49.064Z] #36 117.2 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-24T10:01:49.064Z] #36 117.2 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-24T10:01:49.064Z] #36 117.2 [2022-06-24T10:01:49.064Z] #36 117.2 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-24T10:01:49.064Z] #36 117.2 [2022-06-24T10:01:49.064Z] #36 117.2 Pass flags to the program you are debugging using `--`, for example: [2022-06-24T10:01:49.064Z] #36 117.2 [2022-06-24T10:01:49.064Z] #36 117.2 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-24T10:01:49.064Z] #36 117.2 [2022-06-24T10:01:49.064Z] #36 117.2 Usage: [2022-06-24T10:01:49.064Z] #36 117.2 dlv [command] [2022-06-24T10:01:49.064Z] #36 117.2 [2022-06-24T10:01:49.064Z] #36 117.2 Available Commands: [2022-06-24T10:01:49.064Z] #36 117.2 attach Attach to running process and begin debugging. [2022-06-24T10:01:49.064Z] #36 117.2 connect Connect to a headless debug server with a terminal client. [2022-06-24T10:01:49.064Z] #36 117.2 core Examine a core dump. [2022-06-24T10:01:49.064Z] #36 117.2 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-24T10:01:49.064Z] #36 117.2 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-24T10:01:49.064Z] #36 117.2 exec Execute a precompiled binary, and begin a debug session. [2022-06-24T10:01:49.064Z] #36 117.2 help Help about any command [2022-06-24T10:01:49.064Z] #36 117.2 run Deprecated command. Use 'debug' instead. [2022-06-24T10:01:49.064Z] #36 117.2 test Compile test binary and begin debugging program. [2022-06-24T10:01:49.064Z] #36 117.2 trace Compile and begin tracing program. [2022-06-24T10:01:49.064Z] #36 117.2 version Prints version. [2022-06-24T10:01:49.064Z] #36 117.2 [2022-06-24T10:01:49.064Z] #36 117.2 Flags: [2022-06-24T10:01:49.064Z] #36 117.2 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-24T10:01:49.064Z] #36 117.2 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-24T10:01:49.064Z] #36 117.2 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-24T10:01:49.064Z] #36 117.2 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-24T10:01:49.064Z] #36 117.2 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-24T10:01:49.064Z] #36 117.2 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-24T10:01:49.064Z] #36 117.2 --disable-aslr Disables address space randomization [2022-06-24T10:01:49.064Z] #36 117.2 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-24T10:01:49.064Z] #36 117.2 -h, --help help for dlv [2022-06-24T10:01:49.064Z] #36 117.2 --init string Init file, executed by the terminal client. [2022-06-24T10:01:49.064Z] #36 117.2 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-24T10:01:49.064Z] #36 117.2 --log Enable debugging server logging. [2022-06-24T10:01:49.064Z] #36 117.2 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-24T10:01:49.064Z] #36 117.2 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-24T10:01:49.064Z] #36 117.2 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-24T10:01:49.064Z] #36 117.2 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-24T10:01:49.064Z] #36 117.2 --wd string Working directory for running the program. [2022-06-24T10:01:49.064Z] #36 117.2 [2022-06-24T10:01:49.064Z] #36 117.2 Additional help topics: [2022-06-24T10:01:49.064Z] #36 117.2 dlv backend Help about the --backend flag. [2022-06-24T10:01:49.064Z] #36 117.2 dlv log Help about logging flags. [2022-06-24T10:01:49.064Z] #36 117.2 dlv redirect Help about file redirection. [2022-06-24T10:01:49.064Z] #36 117.2 [2022-06-24T10:01:49.064Z] #36 117.2 Use "dlv [command] --help" for more information about a command. [2022-06-24T10:01:49.064Z] #36 DONE 117.4s [2022-06-24T10:01:49.064Z] [2022-06-24T10:01:49.064Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:49.064Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:01:49.064Z] #77 74.51 checking whether the C compiler works... yes [2022-06-24T10:01:49.064Z] #77 74.73 checking for C compiler default output file name... a.out [2022-06-24T10:01:49.249Z] #55 89.10 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-24T10:01:49.321Z] #77 74.73 checking for suffix of executables... [2022-06-24T10:01:49.510Z] #55 89.12 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-24T10:01:49.510Z] #55 89.38 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-24T10:01:49.537Z] #84 127.1 checking for library containing yajl_tree_get... -lyajl [2022-06-24T10:01:49.537Z] #84 127.6 checking for yajl >= 2.0.0... yes [2022-06-24T10:01:49.770Z] #55 89.41 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-24T10:01:49.770Z] #55 89.60 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-24T10:01:49.770Z] #55 89.60 go: downloading golang.org/x/mod v0.5.1 [2022-06-24T10:01:49.797Z] #84 127.6 checking sys/capability.h usability... yes [2022-06-24T10:01:49.797Z] #84 128.0 checking sys/capability.h presence... yes [2022-06-24T10:01:49.797Z] #84 128.0 checking for sys/capability.h... yes [2022-06-24T10:01:49.833Z] #77 75.07 checking whether we are cross compiling... no [2022-06-24T10:01:50.031Z] #55 89.73 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-24T10:01:50.056Z] #84 128.0 checking for library containing cap_from_name... -lcap [2022-06-24T10:01:50.089Z] #77 75.46 checking for suffix of object files... o [2022-06-24T10:01:50.089Z] #77 75.67 checking whether we are using the GNU C compiler... yes [2022-06-24T10:01:50.292Z] #55 89.84 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-24T10:01:50.292Z] #55 89.92 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-24T10:01:50.292Z] #55 90.12 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-24T10:01:50.553Z] #55 90.17 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-24T10:01:50.553Z] #55 90.23 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-24T10:01:50.652Z] #77 75.91 checking whether gcc accepts -g... yes [2022-06-24T10:01:50.652Z] #77 76.28 checking for gcc option to accept ISO C89... [2022-06-24T10:01:50.652Z] #77 ... [2022-06-24T10:01:50.652Z] [2022-06-24T10:01:50.652Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-24T10:01:50.652Z] #17 sha256:3a0199fad0ffd4dcb660311a2cbd092b811c4910de22a67e8f25e7f6489ebfde [2022-06-24T10:01:50.652Z] #17 1.230 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-24T10:01:50.652Z] #17 DONE 1.7s [2022-06-24T10:01:50.713Z] #84 128.4 checking for library containing dlopen... -ldl [2022-06-24T10:01:50.910Z] [2022-06-24T10:01:50.910Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T10:01:50.910Z] #26 sha256:b924567b1fc0f6746c5a6480182d4f47685a35e99e1c7885133cd5042bd856a1 [2022-06-24T10:01:50.973Z] #84 129.0 checking seccomp.h usability... yes [2022-06-24T10:01:50.973Z] #84 129.2 checking seccomp.h presence... yes [2022-06-24T10:01:51.125Z] #55 90.89 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-24T10:01:51.232Z] #84 129.3 checking for seccomp.h... yes [2022-06-24T10:01:51.274Z] #14 ... [2022-06-24T10:01:51.274Z] [2022-06-24T10:01:51.274Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:51.274Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:01:51.274Z] #77 56.66 configure.ac:7: installing './compile' [2022-06-24T10:01:51.274Z] #77 56.67 configure.ac:11: installing './config.guess' [2022-06-24T10:01:51.274Z] #77 56.68 configure.ac:11: installing './config.sub' [2022-06-24T10:01:51.274Z] #77 56.69 configure.ac:8: installing './install-sh' [2022-06-24T10:01:51.274Z] #77 56.70 configure.ac:8: installing './missing' [2022-06-24T10:01:51.387Z] #55 91.15 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-24T10:01:51.387Z] #55 91.25 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-24T10:01:51.544Z] #77 56.81 Makefile.am: installing './depcomp' [2022-06-24T10:01:51.648Z] #55 91.50 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-24T10:01:51.682Z] #26 116.5 Updating files: 22% (2530/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 37% (4323/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 55% (6313/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 74% (8503/11414) [2022-06-24T10:01:51.682Z] #26 ... [2022-06-24T10:01:51.682Z] [2022-06-24T10:01:51.682Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-24T10:01:51.682Z] #18 sha256:a0daa545190a4d1f2bc0e611c9c483c1bcd875ac09f1aba7f39e377528888ebb [2022-06-24T10:01:51.682Z] #18 DONE 0.9s [2022-06-24T10:01:51.682Z] [2022-06-24T10:01:51.682Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T10:01:51.682Z] #26 sha256:b924567b1fc0f6746c5a6480182d4f47685a35e99e1c7885133cd5042bd856a1 [2022-06-24T10:01:51.803Z] #84 129.3 checking for library containing seccomp_rule_add... -lseccomp [2022-06-24T10:01:51.909Z] #55 91.66 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-24T10:01:51.909Z] #55 91.75 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-24T10:01:52.063Z] #84 130.0 checking for library containing seccomp_arch_resolve_name... none required [2022-06-24T10:01:52.170Z] #55 91.89 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-24T10:01:52.170Z] #55 91.93 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-24T10:01:52.170Z] #55 91.93 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-24T10:01:52.170Z] #55 92.05 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-24T10:01:52.321Z] #84 130.2 checking systemd/sd-bus.h usability... yes [2022-06-24T10:01:52.321Z] #84 130.4 checking systemd/sd-bus.h presence... [2022-06-24T10:01:52.321Z] #84 ... [2022-06-24T10:01:52.321Z] [2022-06-24T10:01:52.322Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:01:52.322Z] #41 sha256:1db4a1090cc01a0e0e1fc35d6d2347bc515c4526c2959f71b03cec297d1441d5 [2022-06-24T10:01:52.322Z] #41 DONE 191.4s [2022-06-24T10:01:52.322Z] [2022-06-24T10:01:52.322Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:52.322Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:01:52.322Z] #84 130.4 checking systemd/sd-bus.h presence... yes [2022-06-24T10:01:52.322Z] #84 130.5 checking for systemd/sd-bus.h... yes [2022-06-24T10:01:52.322Z] #84 130.5 checking for library containing sd_bus_match_signal_async... [2022-06-24T10:01:52.322Z] #84 ... [2022-06-24T10:01:52.322Z] [2022-06-24T10:01:52.322Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:01:52.322Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:01:52.322Z] #19 171.0 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2022-06-24T10:01:52.322Z] #19 171.0 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2022-06-24T10:01:52.322Z] #19 171.0 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-06-24T10:01:52.322Z] #19 171.1 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2022-06-24T10:01:52.322Z] #19 171.2 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2022-06-24T10:01:52.322Z] #19 173.5 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2022-06-24T10:01:52.322Z] #19 173.5 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-06-24T10:01:52.322Z] #19 173.5 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-06-24T10:01:52.322Z] #19 173.5 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2022-06-24T10:01:52.322Z] #19 173.5 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-06-24T10:01:52.322Z] #19 173.5 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-06-24T10:01:52.322Z] #19 173.5 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-06-24T10:01:52.322Z] #19 173.5 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-06-24T10:01:52.322Z] #19 173.6 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-06-24T10:01:52.322Z] #19 173.7 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-06-24T10:01:52.322Z] #19 173.7 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2022-06-24T10:01:52.322Z] #19 173.7 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB] [2022-06-24T10:01:52.322Z] #19 176.5 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2022-06-24T10:01:52.322Z] #19 176.5 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2022-06-24T10:01:52.322Z] #19 176.5 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-06-24T10:01:52.322Z] #19 176.6 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2022-06-24T10:01:52.322Z] #19 176.7 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB] [2022-06-24T10:01:52.322Z] #19 178.8 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-06-24T10:01:52.322Z] #19 178.8 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-06-24T10:01:52.431Z] #55 ... [2022-06-24T10:01:52.432Z] [2022-06-24T10:01:52.432Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-24T10:01:52.432Z] #51 sha256:3f37b66774447e0da6b42f0f7f7d8fa00163c54fc3d6e2c6e983befadc1d8b00 [2022-06-24T10:01:52.432Z] #51 89.09 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:01:52.432Z] #51 DONE 91.8s [2022-06-24T10:01:52.432Z] [2022-06-24T10:01:52.432Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:52.432Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:01:52.432Z] #77 11.76 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-24T10:01:52.432Z] #77 11.79 Cloning into '/tmp/crun-build/libocispec'... [2022-06-24T10:01:52.432Z] #77 13.65 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-24T10:01:52.432Z] #77 13.67 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-24T10:01:52.432Z] #77 13.67 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-24T10:01:52.432Z] #77 13.67 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-24T10:01:52.432Z] #77 13.68 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-24T10:01:52.432Z] #77 17.34 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-24T10:01:52.452Z] #26 116.5 Updating files: 22% (2530/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 37% (4323/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 55% (6313/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 74% (8503/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) [2022-06-24T10:01:52.452Z] #26 ... [2022-06-24T10:01:52.452Z] [2022-06-24T10:01:52.452Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-24T10:01:52.452Z] #19 sha256:436de6b2cb17a6246658f6366e7a824368a3a52c8b46222654148cbd44d932ca [2022-06-24T10:01:52.452Z] #19 DONE 0.9s [2022-06-24T10:01:52.452Z] [2022-06-24T10:01:52.452Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T10:01:52.452Z] #26 sha256:b924567b1fc0f6746c5a6480182d4f47685a35e99e1c7885133cd5042bd856a1 [2022-06-24T10:01:52.481Z] #77 57.93 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-24T10:01:52.481Z] #77 57.93 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-24T10:01:52.693Z] #77 ... [2022-06-24T10:01:52.693Z] [2022-06-24T10:01:52.693Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:01:52.693Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:01:52.693Z] #55 92.45 go: downloading github.com/prometheus/common v0.10.0 [2022-06-24T10:01:52.739Z] #77 58.07 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-24T10:01:52.739Z] #77 58.07 libtoolize: copying file 'm4/libtool.m4' [2022-06-24T10:01:52.739Z] #77 58.17 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-24T10:01:52.739Z] #77 58.27 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-24T10:01:52.888Z] #19 ... [2022-06-24T10:01:52.888Z] [2022-06-24T10:01:52.888Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:52.888Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:01:52.888Z] #84 130.5 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-24T10:01:52.965Z] #26 116.5 Updating files: 22% (2530/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 37% (4323/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 55% (6313/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 74% (8503/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 96% (11032/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-06-24T10:01:52.965Z] #26 121.0 + cd /tmp/tmp.32FOwP3CUx/tmp/docker-ce [2022-06-24T10:01:52.998Z] #77 58.36 libtoolize: copying file 'm4/ltversion.m4' [2022-06-24T10:01:52.998Z] #77 58.45 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-24T10:01:52.998Z] #77 58.53 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-24T10:01:53.149Z] #84 131.0 checking for sd_notify_barrier... yes [2022-06-24T10:01:53.149Z] #84 131.3 checking linux/bpf.h usability... yes [2022-06-24T10:01:53.221Z] #26 121.0 + git checkout -q v17.06.2-ce [2022-06-24T10:01:53.222Z] #26 ... [2022-06-24T10:01:53.222Z] [2022-06-24T10:01:53.222Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-24T10:01:53.222Z] #20 sha256:2f7035888b8e65fb7bc71e1a184fc543b834423849c995247ee620d073b67b12 [2022-06-24T10:01:53.222Z] #20 DONE 0.7s [2022-06-24T10:01:53.264Z] #55 92.86 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-24T10:01:53.408Z] #84 131.5 checking linux/bpf.h presence... [2022-06-24T10:01:53.408Z] #84 ... [2022-06-24T10:01:53.408Z] [2022-06-24T10:01:53.408Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T10:01:53.408Z] #43 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T10:01:53.408Z] #43 192.4 Delve is a source level debugger for Go programs. [2022-06-24T10:01:53.408Z] #43 192.4 [2022-06-24T10:01:53.408Z] #43 192.4 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-24T10:01:53.408Z] #43 192.4 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-24T10:01:53.408Z] #43 192.4 [2022-06-24T10:01:53.408Z] #43 192.4 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-24T10:01:53.408Z] #43 192.4 [2022-06-24T10:01:53.408Z] #43 192.4 Pass flags to the program you are debugging using `--`, for example: [2022-06-24T10:01:53.408Z] #43 192.4 [2022-06-24T10:01:53.408Z] #43 192.4 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-24T10:01:53.408Z] #43 192.4 [2022-06-24T10:01:53.408Z] #43 192.4 Usage: [2022-06-24T10:01:53.408Z] #43 192.4 dlv [command] [2022-06-24T10:01:53.408Z] #43 192.4 [2022-06-24T10:01:53.408Z] #43 192.4 Available Commands: [2022-06-24T10:01:53.408Z] #43 192.4 attach Attach to running process and begin debugging. [2022-06-24T10:01:53.408Z] #43 192.4 connect Connect to a headless debug server with a terminal client. [2022-06-24T10:01:53.408Z] #43 192.4 core Examine a core dump. [2022-06-24T10:01:53.408Z] #43 192.4 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-24T10:01:53.408Z] #43 192.4 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-24T10:01:53.408Z] #43 192.4 exec Execute a precompiled binary, and begin a debug session. [2022-06-24T10:01:53.408Z] #43 192.4 help Help about any command [2022-06-24T10:01:53.408Z] #43 192.4 run Deprecated command. Use 'debug' instead. [2022-06-24T10:01:53.408Z] #43 192.4 test Compile test binary and begin debugging program. [2022-06-24T10:01:53.408Z] #43 192.4 trace Compile and begin tracing program. [2022-06-24T10:01:53.408Z] #43 192.4 version Prints version. [2022-06-24T10:01:53.408Z] #43 192.4 [2022-06-24T10:01:53.408Z] #43 192.4 Flags: [2022-06-24T10:01:53.408Z] #43 192.4 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-24T10:01:53.408Z] #43 192.4 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-24T10:01:53.408Z] #43 192.4 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-24T10:01:53.408Z] #43 192.4 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-24T10:01:53.408Z] #43 192.4 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-24T10:01:53.408Z] #43 192.4 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-24T10:01:53.408Z] #43 192.4 --disable-aslr Disables address space randomization [2022-06-24T10:01:53.408Z] #43 192.4 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-24T10:01:53.408Z] #43 192.4 -h, --help help for dlv [2022-06-24T10:01:53.408Z] #43 192.4 --init string Init file, executed by the terminal client. [2022-06-24T10:01:53.408Z] #43 192.4 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-24T10:01:53.408Z] #43 192.4 --log Enable debugging server logging. [2022-06-24T10:01:53.408Z] #43 192.4 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-24T10:01:53.408Z] #43 192.4 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-24T10:01:53.408Z] #43 192.4 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-24T10:01:53.408Z] #43 192.4 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-24T10:01:53.408Z] #43 192.4 --wd string Working directory for running the program. [2022-06-24T10:01:53.408Z] #43 192.4 [2022-06-24T10:01:53.408Z] #43 192.4 Additional help topics: [2022-06-24T10:01:53.408Z] #43 192.4 dlv backend Help about the --backend flag. [2022-06-24T10:01:53.408Z] #43 192.4 dlv log Help about logging flags. [2022-06-24T10:01:53.408Z] #43 192.4 dlv redirect Help about file redirection. [2022-06-24T10:01:53.408Z] #43 192.4 [2022-06-24T10:01:53.408Z] #43 192.4 Use "dlv [command] --help" for more information about a command. [2022-06-24T10:01:53.408Z] #43 DONE 192.6s [2022-06-24T10:01:53.408Z] [2022-06-24T10:01:53.408Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:53.408Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:01:53.408Z] #84 131.5 checking linux/bpf.h presence... yes [2022-06-24T10:01:53.408Z] #84 131.6 checking for linux/bpf.h... yes [2022-06-24T10:01:53.408Z] #84 131.6 checking compilation for eBPF... yes [2022-06-24T10:01:53.408Z] #84 131.8 checking for criu >= 3.15... no [2022-06-24T10:01:53.408Z] #84 131.8 configure: CRIU headers not found, building without CRIU support [2022-06-24T10:01:53.478Z] [2022-06-24T10:01:53.478Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:01:53.478Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:01:53.478Z] #77 76.28 checking for gcc option to accept ISO C89... none needed [2022-06-24T10:01:53.478Z] #77 76.55 checking whether gcc understands -c and -o together... yes [2022-06-24T10:01:53.478Z] #77 76.84 checking for a sed that does not truncate output... /bin/sed [2022-06-24T10:01:53.478Z] #77 76.86 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T10:01:53.478Z] #77 76.87 checking for egrep... /bin/grep -E [2022-06-24T10:01:53.478Z] #77 76.88 checking for fgrep... /bin/grep -F [2022-06-24T10:01:53.478Z] #77 76.88 checking for ld used by gcc... /usr/bin/ld [2022-06-24T10:01:53.478Z] #77 76.93 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T10:01:53.478Z] #77 76.95 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T10:01:53.478Z] #77 76.97 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T10:01:53.478Z] #77 77.11 checking whether ln -s works... yes [2022-06-24T10:01:53.478Z] #77 77.12 checking the maximum length of command line arguments... 1572864 [2022-06-24T10:01:53.478Z] #77 77.14 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-06-24T10:01:53.478Z] #77 77.14 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T10:01:53.478Z] #77 77.14 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T10:01:53.478Z] #77 77.14 checking for objdump... objdump [2022-06-24T10:01:53.478Z] #77 77.14 checking how to recognize dependent libraries... pass_all [2022-06-24T10:01:53.478Z] #77 77.14 checking for dlltool... no [2022-06-24T10:01:53.478Z] #77 77.14 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T10:01:53.478Z] #77 77.14 checking for ar... ar [2022-06-24T10:01:53.478Z] #77 77.14 checking for archiver @FILE support... @ [2022-06-24T10:01:53.478Z] #77 77.27 checking for strip... strip [2022-06-24T10:01:53.478Z] #77 77.27 checking for ranlib... ranlib [2022-06-24T10:01:53.478Z] #77 77.27 checking for gawk... no [2022-06-24T10:01:53.478Z] #77 77.27 checking for mawk... mawk [2022-06-24T10:01:53.478Z] #77 77.27 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T10:01:53.478Z] #77 77.80 checking for sysroot... no [2022-06-24T10:01:53.478Z] #77 77.81 checking for a working dd... /bin/dd [2022-06-24T10:01:53.478Z] #77 77.82 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T10:01:53.478Z] #77 77.84 checking for mt... no [2022-06-24T10:01:53.478Z] #77 77.84 checking if : is a manifest tool... no [2022-06-24T10:01:53.478Z] #77 77.86 checking how to run the C preprocessor... gcc -E [2022-06-24T10:01:53.479Z] #77 78.10 checking for ANSI C header files... yes [2022-06-24T10:01:53.479Z] #77 78.90 checking for sys/types.h... yes [2022-06-24T10:01:53.525Z] #55 93.23 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-24T10:01:53.666Z] #84 131.8 checking for criu > 3.16... no [2022-06-24T10:01:53.667Z] #84 131.8 configure: CRIU version doesn't support join-ns API [2022-06-24T10:01:53.667Z] #84 131.8 checking for criu > 3.16.1... no [2022-06-24T10:01:53.667Z] #84 131.9 configure: CRIU version doesn't support for pre-dumping [2022-06-24T10:01:53.667Z] #84 131.9 checking for new mount API (fsconfig)... yes [2022-06-24T10:01:53.735Z] #77 79.14 checking for sys/stat.h... yes [2022-06-24T10:01:53.735Z] #77 79.33 checking for stdlib.h... yes [2022-06-24T10:01:53.786Z] #55 93.43 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-24T10:01:53.926Z] #84 131.9 checking for seccomp notify API... yes [2022-06-24T10:01:53.926Z] #84 132.0 checking for gperf... no [2022-06-24T10:01:53.926Z] #84 132.0 configure: gperf not found - cannot rebuild signal parser code [2022-06-24T10:01:53.991Z] #77 79.57 checking for string.h... yes [2022-06-24T10:01:54.185Z] #84 132.0 checking for library containing argp_parse... none required [2022-06-24T10:01:54.185Z] #84 132.5 checking that generated files are newer than configure... done [2022-06-24T10:01:54.185Z] #84 132.5 configure: creating ./config.status [2022-06-24T10:01:54.248Z] #77 79.70 checking for memory.h... yes [2022-06-24T10:01:54.504Z] #77 79.89 checking for strings.h... yes [2022-06-24T10:01:54.730Z] #55 ... [2022-06-24T10:01:54.730Z] [2022-06-24T10:01:54.730Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:01:54.730Z] #42 sha256:9bcc3d1860f8c99e96ae500f9682042a7ad131a15d2ca2104a03310100d83553 [2022-06-24T10:01:54.730Z] #42 92.64 Setting up libicu67:amd64 (67.1-7) ... [2022-06-24T10:01:54.730Z] #42 92.70 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:01:54.730Z] #42 92.73 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-24T10:01:54.730Z] #42 92.80 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:01:54.730Z] #42 92.95 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-24T10:01:54.730Z] #42 93.03 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-24T10:01:54.730Z] #42 93.03 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-24T10:01:54.730Z] #42 93.07 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-24T10:01:54.730Z] #42 93.08 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-24T10:01:54.730Z] #42 93.10 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-24T10:01:54.730Z] #42 93.13 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:01:54.730Z] #42 DONE 94.5s [2022-06-24T10:01:54.760Z] #77 80.14 checking for inttypes.h... yes [2022-06-24T10:01:54.991Z] [2022-06-24T10:01:54.991Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-24T10:01:54.991Z] #43 sha256:2d6154f3eb9c6b7b2f786dc5087fca08573d24edb76fba7cbcfbc8555a532d04 [2022-06-24T10:01:54.991Z] #43 DONE 0.2s [2022-06-24T10:01:54.991Z] [2022-06-24T10:01:54.991Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-24T10:01:54.991Z] #44 sha256:691b36e4692a21a57a982b4c1156bdf3ba80c4e082fd3b9098af0ae15b033220 [2022-06-24T10:01:55.016Z] #77 80.36 checking for stdint.h... yes [2022-06-24T10:01:55.016Z] #77 80.56 checking for unistd.h... yes [2022-06-24T10:01:55.273Z] #77 80.72 checking for dlfcn.h... yes [2022-06-24T10:01:55.273Z] #77 80.88 checking for objdir... .libs [2022-06-24T10:01:55.786Z] #77 81.25 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T10:01:55.786Z] #77 81.37 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T10:01:55.786Z] #77 81.37 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T10:01:56.043Z] #77 81.49 checking if gcc static flag -static works... yes [2022-06-24T10:01:56.299Z] #77 81.71 checking if gcc supports -c -o file.o... yes [2022-06-24T10:01:56.299Z] #77 81.84 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T10:01:56.299Z] #77 81.84 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-06-24T10:01:56.556Z] #77 81.92 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T10:01:56.556Z] #77 82.30 checking how to hardcode library paths into programs... immediate [2022-06-24T10:01:56.556Z] #77 82.30 checking whether stripping libraries is possible... yes [2022-06-24T10:01:56.556Z] #77 ... [2022-06-24T10:01:56.556Z] [2022-06-24T10:01:56.556Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:01:56.556Z] #60 sha256:f60b75d421d90cffd8a7e53c2aa9c1c6685b543c3ad58fabc8cccaebc84387d8 [2022-06-24T10:01:56.556Z] #60 10.30 + cd /tmp/tmp.12qD3chF46/src/github.com/opencontainers/runc [2022-06-24T10:01:56.556Z] #60 10.30 + git checkout -q v1.1.2 [2022-06-24T10:01:56.905Z] #44 1.565 + RM_GOPATH=0 [2022-06-24T10:01:56.905Z] #44 1.565 + TMP_GOPATH= [2022-06-24T10:01:56.905Z] #44 1.565 + : /build [2022-06-24T10:01:56.905Z] #44 1.565 + '[' -z '' ']' [2022-06-24T10:01:56.905Z] #44 1.565 ++ mktemp -d [2022-06-24T10:01:56.905Z] #44 1.565 + export GOPATH=/tmp/tmp.3shXzluVXc [2022-06-24T10:01:56.905Z] #44 1.565 + GOPATH=/tmp/tmp.3shXzluVXc [2022-06-24T10:01:56.905Z] #44 1.565 + RM_GOPATH=1 [2022-06-24T10:01:56.905Z] #44 1.565 + case "$(go env GOARCH)" in [2022-06-24T10:01:56.905Z] #44 1.565 ++ go env GOARCH [2022-06-24T10:01:56.905Z] #44 1.604 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:01:56.905Z] #44 1.604 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:01:56.905Z] #44 1.604 ++ dirname /install.sh [2022-06-24T10:01:56.905Z] #44 1.617 Install tini version v0.19.0 [2022-06-24T10:01:56.905Z] #44 1.619 + dir=/ [2022-06-24T10:01:56.905Z] #44 1.619 + bin=tini [2022-06-24T10:01:56.905Z] #44 1.619 + shift [2022-06-24T10:01:56.905Z] #44 1.619 + '[' '!' -f //tini.installer ']' [2022-06-24T10:01:56.905Z] #44 1.619 + . //tini.installer [2022-06-24T10:01:56.905Z] #44 1.619 ++ : v0.19.0 [2022-06-24T10:01:56.905Z] #44 1.619 + install_tini [2022-06-24T10:01:56.905Z] #44 1.619 + echo 'Install tini version v0.19.0' [2022-06-24T10:01:56.905Z] #44 1.619 + git clone https://github.com/krallin/tini.git /tmp/tmp.3shXzluVXc/tini [2022-06-24T10:01:56.905Z] #44 1.619 Cloning into '/tmp/tmp.3shXzluVXc/tini'... [2022-06-24T10:01:57.119Z] #60 10.82 + '[' -z '' ']' [2022-06-24T10:01:57.119Z] #60 10.82 + target=static [2022-06-24T10:01:57.119Z] #60 10.82 + make BUILDTAGS=seccomp static [2022-06-24T10:01:57.488Z] #84 135.4 config.status: creating Makefile [2022-06-24T10:01:57.488Z] #84 135.5 config.status: creating rpm/crun.spec [2022-06-24T10:01:57.488Z] #84 135.6 config.status: creating config.h [2022-06-24T10:01:57.488Z] #84 135.7 config.status: executing libtool commands [2022-06-24T10:01:57.488Z] #84 135.7 config.status: executing depfiles commands [2022-06-24T10:01:57.683Z] #60 11.21 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-06-24T10:01:57.850Z] #44 2.973 + cd /tmp/tmp.3shXzluVXc/tini [2022-06-24T10:01:57.850Z] #44 2.974 + git checkout -q v0.19.0 [2022-06-24T10:01:57.850Z] #44 3.017 + cmake . [2022-06-24T10:01:58.862Z] #44 4.009 -- The C compiler identification is GNU 10.2.1 [2022-06-24T10:01:58.890Z] #84 136.9 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-24T10:01:58.890Z] #84 136.9 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-24T10:01:59.149Z] #84 137.5 checking for gcc... gcc [2022-06-24T10:01:59.154Z] #44 4.092 -- Detecting C compiler ABI info [2022-06-24T10:01:59.684Z] #84 137.6 checking whether the C compiler works... yes [2022-06-24T10:01:59.684Z] #84 138.0 checking for C compiler default output file name... a.out [2022-06-24T10:01:59.753Z] #44 4.956 -- Detecting C compiler ABI info - done [2022-06-24T10:01:59.943Z] #84 138.0 checking for suffix of executables... [2022-06-24T10:02:00.013Z] #44 5.091 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-24T10:02:00.013Z] #44 5.093 -- Detecting C compile features [2022-06-24T10:02:00.013Z] #44 5.100 -- Detecting C compile features - done [2022-06-24T10:02:00.013Z] #44 5.148 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-24T10:02:00.202Z] #84 138.2 checking whether we are cross compiling... no [2022-06-24T10:02:00.202Z] #84 138.3 checking for suffix of object files... o [2022-06-24T10:02:00.461Z] #84 138.4 checking whether we are using the GNU C compiler... yes [2022-06-24T10:02:00.584Z] #44 5.644 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-24T10:02:00.720Z] #84 138.6 checking whether gcc accepts -g... yes [2022-06-24T10:02:00.720Z] #84 138.8 checking for gcc option to accept ISO C89... none needed [2022-06-24T10:02:00.845Z] #44 5.804 -- Configuring done [2022-06-24T10:02:00.845Z] #44 5.850 -- Generating done [2022-06-24T10:02:00.845Z] #44 5.857 -- Build files have been written to: /tmp/tmp.3shXzluVXc/tini [2022-06-24T10:02:00.845Z] #44 5.889 + make tini-static [2022-06-24T10:02:00.954Z] #60 ... [2022-06-24T10:02:00.954Z] [2022-06-24T10:02:00.954Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:02:00.954Z] #34 sha256:1c01da5173cadde9c3797f745fb3821cd9655f7821845dda696b5a4cb9e7dea1 [2022-06-24T10:02:00.954Z] #34 DONE 128.7s [2022-06-24T10:02:00.954Z] [2022-06-24T10:02:00.954Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:00.954Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:02:00.954Z] #77 82.33 checking if libtool supports shared libraries... yes [2022-06-24T10:02:00.954Z] #77 82.33 checking whether to build shared libraries... no [2022-06-24T10:02:00.954Z] #77 82.33 checking whether to build static libraries... yes [2022-06-24T10:02:00.954Z] #77 82.33 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T10:02:00.954Z] #77 82.36 checking whether build environment is sane... yes [2022-06-24T10:02:00.954Z] #77 82.43 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T10:02:00.954Z] #77 82.44 checking whether make sets $(MAKE)... yes [2022-06-24T10:02:00.954Z] #77 82.51 checking whether make supports the include directive... yes (GNU style) [2022-06-24T10:02:00.954Z] #77 82.57 checking whether make supports nested variables... yes [2022-06-24T10:02:00.954Z] #77 82.64 checking whether UID '0' is supported by ustar format... yes [2022-06-24T10:02:00.954Z] #77 82.65 checking whether GID '0' is supported by ustar format... yes [2022-06-24T10:02:00.954Z] #77 82.65 checking how to create a ustar tar archive... gnutar [2022-06-24T10:02:00.954Z] #77 82.72 checking dependency style of gcc... gcc3 [2022-06-24T10:02:00.954Z] #77 82.95 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T10:02:00.954Z] #77 82.96 checking whether make supports nested variables... (cached) yes [2022-06-24T10:02:00.954Z] #77 82.96 checking for gawk... (cached) mawk [2022-06-24T10:02:00.954Z] #77 82.96 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-24T10:02:00.954Z] #77 82.96 checking for gcc... (cached) gcc [2022-06-24T10:02:00.954Z] #77 83.08 checking whether we are using the GNU C compiler... (cached) yes [2022-06-24T10:02:00.954Z] #77 83.09 checking whether gcc accepts -g... (cached) yes [2022-06-24T10:02:00.954Z] #77 83.10 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-24T10:02:00.954Z] #77 83.10 checking whether gcc understands -c and -o together... (cached) yes [2022-06-24T10:02:00.954Z] #77 83.11 checking for a Python interpreter with version >= 3... python3 [2022-06-24T10:02:00.954Z] #77 83.20 checking for python3... /usr/bin/python3 [2022-06-24T10:02:00.954Z] #77 83.20 checking for python3 version... 3.9 [2022-06-24T10:02:00.954Z] #77 83.25 checking for python3 platform... linux [2022-06-24T10:02:00.954Z] #77 83.32 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-24T10:02:00.954Z] #77 83.49 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-24T10:02:00.954Z] #77 83.61 checking for go-md2man... no [2022-06-24T10:02:00.954Z] #77 83.63 checking error.h usability... yes [2022-06-24T10:02:00.954Z] #77 83.78 checking error.h presence... yes [2022-06-24T10:02:00.954Z] #77 83.83 checking for error.h... yes [2022-06-24T10:02:00.954Z] #77 83.88 checking linux/openat2.h usability... yes [2022-06-24T10:02:00.954Z] #77 84.07 checking linux/openat2.h presence... yes [2022-06-24T10:02:00.954Z] #77 84.15 checking for linux/openat2.h... yes [2022-06-24T10:02:00.954Z] #77 84.17 checking for copy_file_range... yes [2022-06-24T10:02:00.954Z] #77 84.46 checking for fgetxattr... yes [2022-06-24T10:02:00.954Z] #77 84.71 checking for statx... yes [2022-06-24T10:02:00.954Z] #77 84.99 checking for fgetpwent_r... yes [2022-06-24T10:02:00.954Z] #77 85.28 checking for issetugid... no [2022-06-24T10:02:00.954Z] #77 85.42 checking for pkg-config... /usr/bin/pkg-config [2022-06-24T10:02:00.954Z] #77 85.42 checking pkg-config is at least version 0.9.0... yes [2022-06-24T10:02:00.954Z] #77 85.44 checking for library containing yajl_tree_get... -lyajl [2022-06-24T10:02:00.954Z] #77 85.85 checking for yajl >= 2.0.0... yes [2022-06-24T10:02:00.954Z] #77 85.89 checking sys/capability.h usability... yes [2022-06-24T10:02:00.954Z] #77 85.99 checking sys/capability.h presence... yes [2022-06-24T10:02:00.954Z] #77 86.04 checking for sys/capability.h... yes [2022-06-24T10:02:00.955Z] #77 86.05 checking for library containing cap_from_name... -lcap [2022-06-24T10:02:00.978Z] #84 139.0 checking whether gcc understands -c and -o together... yes [2022-06-24T10:02:00.978Z] #84 139.2 checking how to run the C preprocessor... gcc -E [2022-06-24T10:02:01.237Z] #84 139.5 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T10:02:01.237Z] #84 139.5 checking for egrep... /bin/grep -E [2022-06-24T10:02:01.416Z] #44 6.531 Scanning dependencies of target tini-static [2022-06-24T10:02:01.518Z] #77 86.58 checking for library containing dlopen... -ldl [2022-06-24T10:02:01.677Z] #44 6.553 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-24T10:02:01.775Z] #77 87.19 checking seccomp.h usability... yes [2022-06-24T10:02:01.775Z] #77 87.34 checking seccomp.h presence... yes [2022-06-24T10:02:01.775Z] #77 87.45 checking for seccomp.h... yes [2022-06-24T10:02:01.805Z] #84 139.5 checking for ANSI C header files... yes [2022-06-24T10:02:01.805Z] #84 140.1 checking for sys/types.h... yes [2022-06-24T10:02:02.063Z] #84 140.2 checking for sys/stat.h... yes [2022-06-24T10:02:02.322Z] #84 140.5 checking for stdlib.h... yes [2022-06-24T10:02:02.338Z] #77 87.46 checking for library containing seccomp_rule_add... -lseccomp [2022-06-24T10:02:02.338Z] #77 87.80 checking for library containing seccomp_arch_resolve_name... none required [2022-06-24T10:02:02.581Z] #84 140.6 checking for string.h... yes [2022-06-24T10:02:02.595Z] #77 88.02 checking systemd/sd-bus.h usability... yes [2022-06-24T10:02:02.840Z] #84 140.8 checking for memory.h... yes [2022-06-24T10:02:02.853Z] #77 88.23 checking systemd/sd-bus.h presence... yes [2022-06-24T10:02:02.853Z] #77 88.35 checking for systemd/sd-bus.h... yes [2022-06-24T10:02:02.973Z] #77 ... [2022-06-24T10:02:02.973Z] [2022-06-24T10:02:02.973Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:02:02.973Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:02:02.973Z] #14 116.3 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-24T10:02:02.973Z] #14 116.3 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:02:02.973Z] #14 116.3 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:02:03.063Z] #44 ... [2022-06-24T10:02:03.063Z] [2022-06-24T10:02:03.063Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:03.063Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:02:03.063Z] #77 19.93 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-24T10:02:03.063Z] #77 22.56 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-24T10:02:03.063Z] #77 22.95 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-24T10:02:03.063Z] #77 23.44 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-24T10:02:03.099Z] #84 141.1 checking for strings.h... yes [2022-06-24T10:02:03.113Z] #77 88.37 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-24T10:02:03.358Z] #84 141.3 checking for inttypes.h... yes [2022-06-24T10:02:03.358Z] #84 141.6 checking for stdint.h... yes [2022-06-24T10:02:03.368Z] #77 88.84 checking for sd_notify_barrier... [2022-06-24T10:02:03.368Z] #77 ... [2022-06-24T10:02:03.368Z] [2022-06-24T10:02:03.368Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:02:03.368Z] #21 sha256:2e61e3c0e66bd46f0bb9e7a7e3a01336d60f0528d2068240fd7696aff2cc1945 [2022-06-24T10:02:03.368Z] #21 1.156 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:02:03.368Z] #21 1.183 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:02:03.368Z] #21 1.340 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:02:03.368Z] #21 1.714 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-24T10:02:03.368Z] #21 2.734 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-24T10:02:03.368Z] #21 3.942 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-24T10:02:03.368Z] #21 6.383 Fetched 8432 kB in 6s (1494 kB/s) [2022-06-24T10:02:03.368Z] #21 6.383 Reading package lists... [2022-06-24T10:02:03.368Z] #21 9.094 Reading package lists... [2022-06-24T10:02:03.368Z] #21 ... [2022-06-24T10:02:03.368Z] [2022-06-24T10:02:03.368Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:03.368Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:02:03.368Z] #77 88.84 checking for sd_notify_barrier... yes [2022-06-24T10:02:03.624Z] #77 89.13 checking linux/bpf.h usability... yes [2022-06-24T10:02:03.624Z] #77 89.29 checking linux/bpf.h presence... yes [2022-06-24T10:02:03.634Z] #77 ... [2022-06-24T10:02:03.634Z] [2022-06-24T10:02:03.634Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:02:03.634Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:02:03.634Z] #14 93.17 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-24T10:02:03.634Z] #14 93.21 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-24T10:02:03.634Z] #14 93.21 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-24T10:02:03.634Z] #14 103.2 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-24T10:02:03.634Z] #14 103.2 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:02:03.634Z] #14 103.3 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-24T10:02:03.634Z] #14 ... [2022-06-24T10:02:03.634Z] [2022-06-24T10:02:03.634Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-24T10:02:03.634Z] #44 sha256:691b36e4692a21a57a982b4c1156bdf3ba80c4e082fd3b9098af0ae15b033220 [2022-06-24T10:02:03.634Z] #44 8.609 [100%] Linking C executable tini-static [2022-06-24T10:02:03.881Z] #77 89.34 checking for linux/bpf.h... yes [2022-06-24T10:02:03.881Z] #77 89.35 checking compilation for eBPF... yes [2022-06-24T10:02:03.881Z] #77 89.53 checking for criu >= 3.15... no [2022-06-24T10:02:03.881Z] #77 89.58 configure: CRIU headers not found, building without CRIU support [2022-06-24T10:02:03.881Z] #77 89.58 checking for criu > 3.16... no [2022-06-24T10:02:03.881Z] #77 89.60 configure: CRIU version doesn't support join-ns API [2022-06-24T10:02:03.881Z] #77 89.60 checking for criu > 3.16.1... no [2022-06-24T10:02:03.881Z] #77 89.63 configure: CRIU version doesn't support for pre-dumping [2022-06-24T10:02:03.881Z] #77 89.63 checking for new mount API (fsconfig)... yes [2022-06-24T10:02:03.924Z] #84 141.8 checking for unistd.h... yes [2022-06-24T10:02:04.138Z] #77 89.72 checking for seccomp notify API... yes [2022-06-24T10:02:04.138Z] #77 89.84 checking for gperf... no [2022-06-24T10:02:04.138Z] #77 89.85 configure: gperf not found - cannot rebuild signal parser code [2022-06-24T10:02:04.182Z] #84 142.0 checking minix/config.h usability... no [2022-06-24T10:02:04.183Z] #84 142.3 checking minix/config.h presence... no [2022-06-24T10:02:04.183Z] #84 142.4 checking for minix/config.h... no [2022-06-24T10:02:04.183Z] #84 142.4 checking whether it is safe to define __EXTENSIONS__... [2022-06-24T10:02:04.183Z] #84 ... [2022-06-24T10:02:04.183Z] [2022-06-24T10:02:04.183Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:02:04.183Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:02:04.183Z] #19 180.7 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:02:04.183Z] #19 181.4 Fetched 788 MB in 41s (19.2 MB/s) [2022-06-24T10:02:04.183Z] #19 181.5 Selecting previously unselected package liblocale-gettext-perl. [2022-06-24T10:02:04.183Z] #19 181.5 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-24T10:02:04.183Z] #19 181.6 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-06-24T10:02:04.183Z] #19 181.6 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-06-24T10:02:04.183Z] #19 181.7 Selecting previously unselected package bzip2. [2022-06-24T10:02:04.183Z] #19 181.7 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-06-24T10:02:04.183Z] #19 181.7 Unpacking bzip2 (1.0.8-4) ... [2022-06-24T10:02:04.183Z] #19 181.9 Selecting previously unselected package libmagic-mgc. [2022-06-24T10:02:04.183Z] #19 181.9 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-24T10:02:04.183Z] #19 181.9 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-24T10:02:04.183Z] #19 182.2 Selecting previously unselected package libmagic1:amd64. [2022-06-24T10:02:04.183Z] #19 182.2 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-24T10:02:04.183Z] #19 182.2 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-24T10:02:04.183Z] #19 182.4 Selecting previously unselected package file. [2022-06-24T10:02:04.183Z] #19 182.4 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-06-24T10:02:04.183Z] #19 182.4 Unpacking file (1:5.39-3) ... [2022-06-24T10:02:04.183Z] #19 182.6 Selecting previously unselected package xz-utils. [2022-06-24T10:02:04.183Z] #19 182.6 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-24T10:02:04.183Z] #19 182.6 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T10:02:04.183Z] #19 182.9 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-06-24T10:02:04.183Z] #19 182.9 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-24T10:02:04.183Z] #19 182.9 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-24T10:02:04.183Z] #19 185.1 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-06-24T10:02:04.183Z] #19 185.1 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-06-24T10:02:04.183Z] #19 185.1 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-24T10:02:04.183Z] #19 186.4 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-06-24T10:02:04.183Z] #19 186.4 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-06-24T10:02:04.183Z] #19 186.4 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-24T10:02:04.183Z] #19 187.6 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-06-24T10:02:04.183Z] #19 187.6 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-24T10:02:04.183Z] #19 187.6 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-24T10:02:04.183Z] #19 189.5 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-06-24T10:02:04.183Z] #19 189.5 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-24T10:02:04.183Z] #19 189.5 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-24T10:02:04.183Z] #19 190.7 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-06-24T10:02:04.183Z] #19 190.7 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:02:04.183Z] #19 190.7 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-24T10:02:04.205Z] #44 9.331 [100%] Built target tini-static [2022-06-24T10:02:04.394Z] #77 89.85 checking for library containing argp_parse... none required [2022-06-24T10:02:04.465Z] #44 9.375 + mkdir -p /build [2022-06-24T10:02:04.466Z] #44 9.377 + cp tini-static /build/docker-init [2022-06-24T10:02:04.537Z] #19 190.9 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-06-24T10:02:04.537Z] #19 190.9 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:02:04.537Z] #19 190.9 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:02:04.537Z] #19 ... [2022-06-24T10:02:04.537Z] [2022-06-24T10:02:04.537Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:04.537Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:02:04.537Z] #84 142.4 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-24T10:02:04.650Z] #77 90.20 checking that generated files are newer than configure... done [2022-06-24T10:02:04.650Z] #77 90.20 configure: creating ./config.status [2022-06-24T10:02:05.107Z] #84 142.7 checking build system type... x86_64-pc-linux-gnu [2022-06-24T10:02:05.107Z] #84 143.2 checking host system type... x86_64-pc-linux-gnu [2022-06-24T10:02:05.107Z] #84 143.2 checking how to print strings... printf [2022-06-24T10:02:05.107Z] #84 143.2 checking for a sed that does not truncate output... /bin/sed [2022-06-24T10:02:05.107Z] #84 143.3 checking for fgrep... /bin/grep -F [2022-06-24T10:02:05.107Z] #84 143.3 checking for ld used by gcc... /usr/bin/ld [2022-06-24T10:02:05.107Z] #84 143.3 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T10:02:05.108Z] #84 143.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T10:02:05.373Z] #84 143.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T10:02:05.373Z] #84 143.5 checking whether ln -s works... yes [2022-06-24T10:02:05.373Z] #84 143.5 checking the maximum length of command line arguments... 1572864 [2022-06-24T10:02:05.373Z] #84 143.6 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-24T10:02:05.373Z] #84 143.6 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T10:02:05.373Z] #84 143.6 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T10:02:05.373Z] #84 143.6 checking for objdump... objdump [2022-06-24T10:02:05.373Z] #84 143.6 checking how to recognize dependent libraries... pass_all [2022-06-24T10:02:05.373Z] #84 143.6 checking for dlltool... no [2022-06-24T10:02:05.373Z] #84 143.6 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T10:02:05.373Z] #84 143.6 checking for ar... ar [2022-06-24T10:02:05.422Z] #44 DONE 10.3s [2022-06-24T10:02:05.422Z] [2022-06-24T10:02:05.422Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:02:05.422Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:02:05.422Z] #14 103.5 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-24T10:02:05.422Z] #14 103.6 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:02:05.422Z] #14 103.6 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-24T10:02:05.634Z] #84 143.6 checking for archiver @FILE support... @ [2022-06-24T10:02:05.634Z] #84 143.7 checking for strip... strip [2022-06-24T10:02:05.634Z] #84 143.7 checking for ranlib... ranlib [2022-06-24T10:02:05.634Z] #84 143.7 checking for gawk... no [2022-06-24T10:02:05.634Z] #84 143.7 checking for mawk... mawk [2022-06-24T10:02:05.634Z] #84 143.7 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T10:02:05.897Z] #84 144.0 checking for sysroot... no [2022-06-24T10:02:05.897Z] #84 144.0 checking for a working dd... /bin/dd [2022-06-24T10:02:05.897Z] #84 144.0 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T10:02:05.897Z] #84 144.1 checking for mt... no [2022-06-24T10:02:05.897Z] #84 144.1 checking if : is a manifest tool... no [2022-06-24T10:02:05.897Z] #84 144.1 checking for dlfcn.h... yes [2022-06-24T10:02:06.001Z] #14 ... [2022-06-24T10:02:06.001Z] [2022-06-24T10:02:06.001Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-24T10:02:06.001Z] #53 sha256:ba20ef080b9bd9f53093c85c8240b9d35e9986f8bf348c18e1d51d72c67e7362 [2022-06-24T10:02:06.001Z] #53 105.4 gotestsum version dev [2022-06-24T10:02:06.001Z] #53 DONE 105.5s [2022-06-24T10:02:06.001Z] [2022-06-24T10:02:06.001Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:02:06.001Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:02:06.001Z] #55 95.94 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-24T10:02:06.155Z] #84 144.2 checking for objdir... .libs [2022-06-24T10:02:06.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-24T10:02:06.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-24T10:02:06.671Z] #84 144.6 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T10:02:06.671Z] #84 144.7 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T10:02:06.671Z] #84 144.7 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T10:02:06.929Z] #84 144.8 checking if gcc static flag -static works... yes [2022-06-24T10:02:07.168Z] #77 92.70 config.status: creating Makefile [2022-06-24T10:02:07.168Z] #77 92.75 config.status: creating rpm/crun.spec [2022-06-24T10:02:07.168Z] #77 ... [2022-06-24T10:02:07.168Z] [2022-06-24T10:02:07.168Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T10:02:07.168Z] #26 sha256:b924567b1fc0f6746c5a6480182d4f47685a35e99e1c7885133cd5042bd856a1 [2022-06-24T10:02:07.168Z] #26 125.1 + mkdir -p /tmp/tmp.32FOwP3CUx/src/github.com/docker [2022-06-24T10:02:07.168Z] #26 125.1 + mv components/cli /tmp/tmp.32FOwP3CUx/src/github.com/docker/cli [2022-06-24T10:02:07.168Z] #26 125.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-06-24T10:02:07.168Z] #26 ... [2022-06-24T10:02:07.168Z] [2022-06-24T10:02:07.168Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:07.168Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:02:07.168Z] #77 92.83 config.status: creating config.h [2022-06-24T10:02:07.168Z] #77 92.85 config.status: executing libtool commands [2022-06-24T10:02:07.168Z] #77 92.88 config.status: executing depfiles commands [2022-06-24T10:02:07.187Z] #84 145.3 checking if gcc supports -c -o file.o... yes [2022-06-24T10:02:07.187Z] #84 145.6 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T10:02:07.445Z] #84 145.6 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-24T10:02:07.704Z] #84 145.7 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T10:02:07.962Z] #84 146.1 checking how to hardcode library paths into programs... immediate [2022-06-24T10:02:07.962Z] #84 146.1 checking whether stripping libraries is possible... yes [2022-06-24T10:02:07.962Z] #84 146.1 checking if libtool supports shared libraries... yes [2022-06-24T10:02:07.962Z] #84 146.1 checking whether to build shared libraries... no [2022-06-24T10:02:07.962Z] #84 146.1 checking whether to build static libraries... yes [2022-06-24T10:02:07.962Z] #84 146.1 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T10:02:07.962Z] #84 146.1 checking whether build environment is sane... yes [2022-06-24T10:02:07.962Z] #84 146.2 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T10:02:07.962Z] #84 146.2 checking whether make sets $(MAKE)... yes [2022-06-24T10:02:08.220Z] #84 146.3 checking whether make supports the include directive... yes (GNU style) [2022-06-24T10:02:08.220Z] #84 146.4 checking whether make supports nested variables... yes [2022-06-24T10:02:08.220Z] #84 146.4 checking whether UID '0' is supported by ustar format... yes [2022-06-24T10:02:08.220Z] #84 146.4 checking whether GID '0' is supported by ustar format... yes [2022-06-24T10:02:08.220Z] #84 146.4 checking how to create a ustar tar archive... gnutar [2022-06-24T10:02:08.248Z] #14 ... [2022-06-24T10:02:08.248Z] [2022-06-24T10:02:08.248Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:02:08.248Z] #67 sha256:6dacfb668fc8386b73db7bc8d69b569a98dcdce1ca7002bad0467a2eb6025e05 [2022-06-24T10:02:08.248Z] #67 121.9 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-24T10:02:08.248Z] #67 121.9 + GOBIN=/build [2022-06-24T10:02:08.248Z] #67 121.9 + GO111MODULE=on [2022-06-24T10:02:08.248Z] #67 121.9 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-24T10:02:08.478Z] #84 146.5 checking dependency style of gcc... gcc3 [2022-06-24T10:02:08.478Z] #84 146.6 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T10:02:08.478Z] #84 146.6 checking whether make supports nested variables... (cached) yes [2022-06-24T10:02:08.478Z] #84 146.6 checking for pkg-config... /usr/bin/pkg-config [2022-06-24T10:02:08.478Z] #84 146.6 checking pkg-config is at least version 0.9.0... yes [2022-06-24T10:02:08.478Z] #84 146.6 checking for yajl >= 2.1.0... yes [2022-06-24T10:02:08.478Z] #84 146.7 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-24T10:02:08.478Z] #84 146.7 checking for gcc... (cached) gcc [2022-06-24T10:02:08.534Z] #77 93.97 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-24T10:02:08.534Z] #77 94.01 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-24T10:02:08.736Z] #84 146.8 checking whether we are using the GNU C compiler... (cached) yes [2022-06-24T10:02:08.736Z] #84 146.8 checking whether gcc accepts -g... (cached) yes [2022-06-24T10:02:08.736Z] #84 146.8 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-24T10:02:08.736Z] #84 146.8 checking whether gcc understands -c and -o together... (cached) yes [2022-06-24T10:02:08.736Z] #84 146.8 checking for a Python interpreter with version >= 3... python3 [2022-06-24T10:02:08.736Z] #84 146.9 checking for python3... /usr/bin/python3 [2022-06-24T10:02:08.736Z] #84 146.9 checking for python3 version... 3.9 [2022-06-24T10:02:08.736Z] #84 147.0 checking for python3 platform... linux [2022-06-24T10:02:08.790Z] #77 94.41 checking for gcc... gcc [2022-06-24T10:02:08.993Z] #84 147.1 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-24T10:02:09.047Z] #77 94.53 checking whether the C compiler works... yes [2022-06-24T10:02:09.047Z] #77 94.72 checking for C compiler default output file name... a.out [2022-06-24T10:02:09.251Z] #84 147.3 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-24T10:02:09.303Z] #77 94.72 checking for suffix of executables... [2022-06-24T10:02:09.510Z] #84 147.7 checking that generated files are newer than configure... done [2022-06-24T10:02:09.510Z] #84 147.7 configure: creating ./config.status [2022-06-24T10:02:09.559Z] #77 94.91 checking whether we are cross compiling... no [2022-06-24T10:02:09.559Z] #77 95.11 checking for suffix of object files... o [2022-06-24T10:02:09.815Z] #77 95.27 checking whether we are using the GNU C compiler... yes [2022-06-24T10:02:09.815Z] #77 95.36 checking whether gcc accepts -g... yes [2022-06-24T10:02:09.815Z] #77 95.44 checking for gcc option to accept ISO C89... none needed [2022-06-24T10:02:10.071Z] #77 95.55 checking whether gcc understands -c and -o together... yes [2022-06-24T10:02:10.328Z] #77 95.71 checking how to run the C preprocessor... gcc -E [2022-06-24T10:02:10.328Z] #77 96.03 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T10:02:10.328Z] #77 96.03 checking for egrep... /bin/grep -E [2022-06-24T10:02:10.891Z] #77 96.04 checking for ANSI C header files... yes [2022-06-24T10:02:11.148Z] #77 96.60 checking for sys/types.h... yes [2022-06-24T10:02:11.148Z] #77 96.77 checking for sys/stat.h... yes [2022-06-24T10:02:11.404Z] #77 96.92 checking for stdlib.h... yes [2022-06-24T10:02:11.404Z] #77 97.11 checking for string.h... yes [2022-06-24T10:02:11.948Z] #77 97.28 checking for memory.h... yes [2022-06-24T10:02:11.948Z] #77 97.45 checking for strings.h... yes [2022-06-24T10:02:12.206Z] #77 97.64 checking for inttypes.h... yes [2022-06-24T10:02:12.206Z] #77 97.83 checking for stdint.h... yes [2022-06-24T10:02:12.463Z] #77 97.99 checking for unistd.h... yes [2022-06-24T10:02:12.463Z] #77 98.14 checking minix/config.h usability... no [2022-06-24T10:02:12.729Z] #77 98.25 checking minix/config.h presence... no [2022-06-24T10:02:12.729Z] #77 98.37 checking for minix/config.h... no [2022-06-24T10:02:12.729Z] #77 98.37 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-24T10:02:12.793Z] #84 150.8 config.status: creating Makefile [2022-06-24T10:02:12.794Z] #84 150.8 config.status: creating config.h [2022-06-24T10:02:12.794Z] #84 150.9 config.status: executing libtool commands [2022-06-24T10:02:12.794Z] #84 151.0 config.status: executing depfiles commands [2022-06-24T10:02:13.247Z] #77 98.55 checking build system type... aarch64-unknown-linux-gnu [2022-06-24T10:02:13.247Z] #77 98.84 checking host system type... aarch64-unknown-linux-gnu [2022-06-24T10:02:13.247Z] #77 98.86 checking how to print strings... printf [2022-06-24T10:02:13.247Z] #77 98.86 checking for a sed that does not truncate output... /bin/sed [2022-06-24T10:02:13.247Z] #77 98.88 checking for fgrep... /bin/grep -F [2022-06-24T10:02:13.247Z] #77 98.89 checking for ld used by gcc... /usr/bin/ld [2022-06-24T10:02:13.247Z] #77 98.92 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T10:02:13.247Z] #77 98.93 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T10:02:13.504Z] #77 98.95 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T10:02:13.504Z] #77 99.10 checking whether ln -s works... yes [2022-06-24T10:02:13.504Z] #77 99.10 checking the maximum length of command line arguments... 1572864 [2022-06-24T10:02:13.504Z] #77 99.14 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-06-24T10:02:13.504Z] #77 99.14 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T10:02:13.504Z] #77 99.14 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T10:02:13.504Z] #77 99.14 checking for objdump... objdump [2022-06-24T10:02:13.504Z] #77 99.14 checking how to recognize dependent libraries... pass_all [2022-06-24T10:02:13.504Z] #77 99.14 checking for dlltool... no [2022-06-24T10:02:13.504Z] #77 99.15 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T10:02:13.504Z] #77 99.15 checking for ar... ar [2022-06-24T10:02:13.504Z] #77 99.15 checking for archiver @FILE support... @ [2022-06-24T10:02:13.504Z] #77 99.31 checking for strip... strip [2022-06-24T10:02:13.530Z] #67 ... [2022-06-24T10:02:13.530Z] [2022-06-24T10:02:13.530Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:02:13.530Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:02:13.530Z] #14 122.9 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-24T10:02:13.530Z] #14 122.9 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-24T10:02:13.530Z] #14 122.9 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-24T10:02:13.530Z] #14 123.1 Selecting previously unselected package libapparmor1:amd64. [2022-06-24T10:02:13.530Z] #14 123.1 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 123.1 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-24T10:02:13.530Z] #14 123.3 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-24T10:02:13.530Z] #14 123.3 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 123.3 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-24T10:02:13.530Z] #14 123.5 Selecting previously unselected package libbtrfs0:amd64. [2022-06-24T10:02:13.530Z] #14 123.5 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 123.5 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T10:02:13.530Z] #14 123.6 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-24T10:02:13.530Z] #14 123.7 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 123.7 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T10:02:13.530Z] #14 123.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-24T10:02:13.530Z] #14 123.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 123.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:02:13.530Z] #14 124.0 Selecting previously unselected package libudev-dev:amd64. [2022-06-24T10:02:13.530Z] #14 124.0 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 124.0 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-24T10:02:13.530Z] #14 124.2 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-24T10:02:13.530Z] #14 124.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 124.2 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-24T10:02:13.530Z] #14 124.4 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-24T10:02:13.530Z] #14 124.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 124.4 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-24T10:02:13.530Z] #14 124.6 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-24T10:02:13.530Z] #14 124.6 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 124.6 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-24T10:02:13.530Z] #14 124.8 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-24T10:02:13.530Z] #14 124.8 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 124.8 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-24T10:02:13.530Z] #14 124.9 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-24T10:02:13.530Z] #14 124.9 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 124.9 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-24T10:02:13.530Z] #14 125.5 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-24T10:02:13.530Z] #14 125.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 125.5 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-24T10:02:13.530Z] #14 125.8 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-24T10:02:13.530Z] #14 125.8 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 125.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:02:13.530Z] #14 125.9 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-24T10:02:13.530Z] #14 125.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 125.9 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T10:02:13.530Z] #14 126.1 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-24T10:02:13.530Z] #14 126.1 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-24T10:02:13.530Z] #14 126.1 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T10:02:13.530Z] #14 126.8 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T10:02:13.530Z] #14 126.8 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-24T10:02:13.530Z] #14 126.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-24T10:02:13.530Z] #14 126.8 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-24T10:02:13.530Z] #14 126.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-24T10:02:13.530Z] #14 126.8 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-24T10:02:13.530Z] #14 126.9 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T10:02:13.530Z] #14 126.9 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-24T10:02:13.530Z] #14 126.9 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-24T10:02:13.530Z] #14 126.9 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-24T10:02:13.530Z] #14 126.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-24T10:02:13.530Z] #14 126.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T10:02:13.530Z] #14 126.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-24T10:02:13.530Z] #14 126.9 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-24T10:02:13.530Z] #14 127.0 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-24T10:02:13.530Z] #14 127.0 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T10:02:13.530Z] #14 127.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-24T10:02:13.530Z] #14 127.0 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-24T10:02:13.530Z] #14 127.0 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-24T10:02:13.530Z] #14 127.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-24T10:02:13.530Z] #14 127.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:02:13.530Z] #14 127.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-24T10:02:13.530Z] #14 127.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:02:13.530Z] #14 127.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-24T10:02:13.530Z] #14 127.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-24T10:02:13.530Z] #14 127.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:02:13.530Z] #14 127.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-24T10:02:13.530Z] #14 127.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:02:13.530Z] #14 127.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-24T10:02:13.530Z] #14 127.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:02:13.530Z] #14 127.2 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-24T10:02:13.530Z] #14 127.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:02:13.530Z] #14 127.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:02:13.530Z] #14 127.2 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:02:13.728Z] #84 151.8 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-24T10:02:13.728Z] #84 151.8 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-24T10:02:13.760Z] #77 99.33 checking for ranlib... ranlib [2022-06-24T10:02:13.760Z] #77 99.33 checking for gawk... no [2022-06-24T10:02:13.760Z] #77 99.33 checking for mawk... mawk [2022-06-24T10:02:13.791Z] #14 DONE 128.4s [2022-06-24T10:02:13.791Z] [2022-06-24T10:02:13.791Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-24T10:02:13.791Z] #59 sha256:f458ef1619201b6f99f663ffa9b7bdba8af94003de01d3ecefa6bf9d6b8963b7 [2022-06-24T10:02:13.987Z] #84 152.1 checking for gcc... gcc [2022-06-24T10:02:13.987Z] #84 152.1 checking whether the C compiler works... yes [2022-06-24T10:02:14.016Z] #77 99.33 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T10:02:14.016Z] #77 99.75 checking for sysroot... no [2022-06-24T10:02:14.016Z] #77 99.75 checking for a working dd... /bin/dd [2022-06-24T10:02:14.016Z] #77 99.76 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T10:02:14.016Z] #77 99.79 checking for mt... no [2022-06-24T10:02:14.016Z] #77 99.79 checking if : is a manifest tool... no [2022-06-24T10:02:14.052Z] #59 DONE 0.2s [2022-06-24T10:02:14.052Z] [2022-06-24T10:02:14.052Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:02:14.052Z] #67 sha256:6dacfb668fc8386b73db7bc8d69b569a98dcdce1ca7002bad0467a2eb6025e05 [2022-06-24T10:02:14.052Z] #67 128.1 rootlesskit version 1.0.0 [2022-06-24T10:02:14.052Z] #67 128.2 Usage of /build/rootlesskit-docker-proxy: [2022-06-24T10:02:14.052Z] #67 128.2 -container-ip string [2022-06-24T10:02:14.052Z] #67 128.2 container ip [2022-06-24T10:02:14.052Z] #67 128.2 -container-port int [2022-06-24T10:02:14.052Z] #67 128.2 container port (default -1) [2022-06-24T10:02:14.052Z] #67 128.2 -host-ip string [2022-06-24T10:02:14.052Z] #67 128.2 host ip [2022-06-24T10:02:14.052Z] #67 128.2 -host-port int [2022-06-24T10:02:14.052Z] #67 128.2 host port (default -1) [2022-06-24T10:02:14.052Z] #67 128.2 -proto string [2022-06-24T10:02:14.052Z] #67 128.2 proxy protocol (default "tcp") [2022-06-24T10:02:14.245Z] #84 152.3 checking for C compiler default output file name... a.out [2022-06-24T10:02:14.245Z] #84 152.3 checking for suffix of executables... [2022-06-24T10:02:14.272Z] #77 99.82 checking for dlfcn.h... yes [2022-06-24T10:02:14.272Z] #77 100.0 checking for objdir... .libs [2022-06-24T10:02:14.272Z] #77 ... [2022-06-24T10:02:14.272Z] [2022-06-24T10:02:14.272Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:02:14.272Z] #21 sha256:2e61e3c0e66bd46f0bb9e7a7e3a01336d60f0528d2068240fd7696aff2cc1945 [2022-06-24T10:02:14.272Z] #21 9.094 Reading package lists... [2022-06-24T10:02:14.272Z] #21 11.20 Building dependency tree... [2022-06-24T10:02:14.272Z] #21 12.92 The following additional packages will be installed: [2022-06-24T10:02:14.272Z] #21 12.93 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-24T10:02:14.272Z] #21 12.93 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-24T10:02:14.272Z] #21 12.94 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-24T10:02:14.272Z] #21 12.94 python3-pkg-resources vim-runtime xxd [2022-06-24T10:02:14.272Z] #21 12.94 Suggested packages: [2022-06-24T10:02:14.272Z] #21 12.94 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-24T10:02:14.272Z] #21 12.94 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-24T10:02:14.272Z] #21 12.94 acl attr quota [2022-06-24T10:02:14.272Z] #21 12.94 Recommended packages: [2022-06-24T10:02:14.272Z] #21 12.94 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-24T10:02:14.272Z] #21 14.19 The following NEW packages will be installed: [2022-06-24T10:02:14.272Z] #21 14.20 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-24T10:02:14.272Z] #21 14.20 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-24T10:02:14.272Z] #21 14.20 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-24T10:02:14.272Z] #21 14.20 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-24T10:02:14.272Z] #21 14.20 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-24T10:02:14.272Z] #21 14.20 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-24T10:02:14.272Z] #21 14.20 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-24T10:02:14.272Z] #21 14.20 xz-utils zip zstd [2022-06-24T10:02:14.272Z] #21 14.53 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:02:14.272Z] #21 14.53 Need to get 27.0 MB of archives. [2022-06-24T10:02:14.272Z] #21 14.53 After this operation, 105 MB of additional disk space will be used. [2022-06-24T10:02:14.272Z] #21 14.53 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-06-24T10:02:14.272Z] #21 14.54 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-06-24T10:02:14.272Z] #21 14.54 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-06-24T10:02:14.272Z] #21 14.54 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-06-24T10:02:14.272Z] #21 14.54 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-06-24T10:02:14.272Z] #21 14.55 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-06-24T10:02:14.272Z] #21 14.55 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-06-24T10:02:14.272Z] #21 14.55 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-06-24T10:02:14.272Z] #21 14.56 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-24T10:02:14.272Z] #21 14.57 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-24T10:02:14.272Z] #21 14.57 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-06-24T10:02:14.272Z] #21 14.59 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-06-24T10:02:14.272Z] #21 14.59 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2022-06-24T10:02:14.272Z] #21 14.60 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-06-24T10:02:14.272Z] #21 14.62 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-06-24T10:02:14.272Z] #21 14.62 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-06-24T10:02:14.272Z] #21 14.63 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-06-24T10:02:14.272Z] #21 14.64 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-06-24T10:02:14.272Z] #21 14.64 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-06-24T10:02:14.272Z] #21 14.64 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-06-24T10:02:14.272Z] #21 14.64 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-06-24T10:02:14.272Z] #21 14.64 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-06-24T10:02:14.272Z] #21 14.64 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-06-24T10:02:14.272Z] #21 14.64 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-06-24T10:02:14.272Z] #21 14.65 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-06-24T10:02:14.272Z] #21 14.65 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-06-24T10:02:14.272Z] #21 14.66 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-06-24T10:02:14.272Z] #21 14.97 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-06-24T10:02:14.272Z] #21 14.97 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-06-24T10:02:14.272Z] #21 14.97 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-06-24T10:02:14.272Z] #21 14.98 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-06-24T10:02:14.272Z] #21 14.98 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB] [2022-06-24T10:02:14.272Z] #21 14.99 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-06-24T10:02:14.272Z] #21 14.99 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-06-24T10:02:14.272Z] #21 14.99 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-24T10:02:14.272Z] #21 15.03 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-24T10:02:14.272Z] #21 15.03 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-24T10:02:14.272Z] #21 15.04 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-24T10:02:14.272Z] #21 15.04 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-24T10:02:14.272Z] #21 15.05 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-24T10:02:14.272Z] #21 15.06 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-24T10:02:14.272Z] #21 15.08 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-06-24T10:02:14.272Z] #21 15.12 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-06-24T10:02:14.272Z] #21 15.12 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-06-24T10:02:14.272Z] #21 15.12 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-24T10:02:14.272Z] #21 15.38 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-06-24T10:02:14.272Z] #21 15.39 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-06-24T10:02:14.272Z] #21 15.43 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-06-24T10:02:14.272Z] #21 15.43 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-06-24T10:02:14.272Z] #21 16.04 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:02:14.272Z] #21 16.17 Fetched 27.0 MB in 1s (22.0 MB/s) [2022-06-24T10:02:14.272Z] #21 16.25 Selecting previously unselected package pigz. [2022-06-24T10:02:14.272Z] #21 16.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-06-24T10:02:14.272Z] #21 16.31 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-06-24T10:02:14.272Z] #21 16.32 Unpacking pigz (2.6-1) ... [2022-06-24T10:02:14.272Z] #21 16.40 Selecting previously unselected package libelf1:arm64. [2022-06-24T10:02:14.272Z] #21 16.40 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-06-24T10:02:14.272Z] #21 16.41 Unpacking libelf1:arm64 (0.183-1) ... [2022-06-24T10:02:14.272Z] #21 16.54 Selecting previously unselected package libbpf0:arm64. [2022-06-24T10:02:14.272Z] #21 16.54 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-06-24T10:02:14.272Z] #21 16.55 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-06-24T10:02:14.272Z] #21 16.64 Selecting previously unselected package libcap2:arm64. [2022-06-24T10:02:14.272Z] #21 16.65 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-06-24T10:02:14.272Z] #21 16.66 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-06-24T10:02:14.272Z] #21 16.74 Selecting previously unselected package libmnl0:arm64. [2022-06-24T10:02:14.272Z] #21 16.74 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-06-24T10:02:14.272Z] #21 16.75 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-06-24T10:02:14.272Z] #21 16.81 Selecting previously unselected package libxtables12:arm64. [2022-06-24T10:02:14.272Z] #21 16.81 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-06-24T10:02:14.272Z] #21 16.82 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-06-24T10:02:14.272Z] #21 16.88 Selecting previously unselected package libcap2-bin. [2022-06-24T10:02:14.272Z] #21 16.88 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-06-24T10:02:14.272Z] #21 16.89 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-24T10:02:14.272Z] #21 16.97 Selecting previously unselected package iproute2. [2022-06-24T10:02:14.272Z] #21 16.97 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-06-24T10:02:14.272Z] #21 16.97 Unpacking iproute2 (5.10.0-4) ... [2022-06-24T10:02:14.272Z] #21 17.38 Selecting previously unselected package xxd. [2022-06-24T10:02:14.272Z] #21 17.39 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-24T10:02:14.272Z] #21 17.40 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:02:14.272Z] #21 17.49 Selecting previously unselected package vim-common. [2022-06-24T10:02:14.272Z] #21 17.49 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T10:02:14.272Z] #21 17.51 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:02:14.272Z] #21 17.64 Selecting previously unselected package bash-completion. [2022-06-24T10:02:14.272Z] #21 17.64 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-24T10:02:14.272Z] #21 20.21 Unpacking bash-completion (1:2.11-2) ... [2022-06-24T10:02:14.272Z] #21 20.67 Selecting previously unselected package bzip2. [2022-06-24T10:02:14.272Z] #21 20.69 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-06-24T10:02:14.272Z] #21 20.70 Unpacking bzip2 (1.0.8-4) ... [2022-06-24T10:02:14.272Z] #21 20.78 Selecting previously unselected package xz-utils. [2022-06-24T10:02:14.272Z] #21 20.78 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-06-24T10:02:14.272Z] #21 20.79 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T10:02:14.272Z] #21 20.97 Selecting previously unselected package apparmor. [2022-06-24T10:02:14.272Z] #21 20.97 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-06-24T10:02:14.272Z] #21 21.04 Unpacking apparmor (2.13.6-10) ... [2022-06-24T10:02:14.312Z] #67 DONE 128.5s [2022-06-24T10:02:14.312Z] [2022-06-24T10:02:14.312Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-24T10:02:14.312Z] #68 sha256:eabd26ca05f46572d35040fa39520745eb43ddb04f7469ec690f8a8469dc2837 [2022-06-24T10:02:14.504Z] #84 152.5 checking whether we are cross compiling... no [2022-06-24T10:02:14.528Z] #21 21.38 Selecting previously unselected package inetutils-ping. [2022-06-24T10:02:14.528Z] #21 21.41 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-06-24T10:02:14.528Z] #21 21.41 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-24T10:02:14.528Z] #21 ... [2022-06-24T10:02:14.528Z] [2022-06-24T10:02:14.528Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:14.528Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:02:14.571Z] #68 DONE 0.2s [2022-06-24T10:02:14.571Z] [2022-06-24T10:02:14.571Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-24T10:02:14.571Z] #69 sha256:c92164b50a74dc6b85e8ebb3595cfe4c5ae56b3a6a523d5254697b377e39707c [2022-06-24T10:02:14.763Z] #84 152.7 checking for suffix of object files... o [2022-06-24T10:02:14.763Z] #84 152.9 checking whether we are using the GNU C compiler... yes [2022-06-24T10:02:14.763Z] #84 153.0 checking whether gcc accepts -g... yes [2022-06-24T10:02:14.784Z] #77 100.4 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T10:02:14.784Z] #77 100.5 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T10:02:14.830Z] #69 DONE 0.2s [2022-06-24T10:02:14.830Z] [2022-06-24T10:02:14.830Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:14.830Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:02:14.830Z] #77 71.46 configure.ac:7: installing 'build-aux/compile' [2022-06-24T10:02:14.830Z] #77 71.47 configure.ac:9: installing 'build-aux/config.guess' [2022-06-24T10:02:14.830Z] #77 71.48 configure.ac:9: installing 'build-aux/config.sub' [2022-06-24T10:02:14.830Z] #77 71.49 configure.ac:11: installing 'build-aux/install-sh' [2022-06-24T10:02:14.830Z] #77 71.50 configure.ac:11: installing 'build-aux/missing' [2022-06-24T10:02:14.830Z] #77 71.75 Makefile.am: installing 'build-aux/depcomp' [2022-06-24T10:02:14.830Z] #77 71.87 parallel-tests: installing 'build-aux/test-driver' [2022-06-24T10:02:14.830Z] #77 73.92 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-24T10:02:14.830Z] #77 73.93 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-24T10:02:14.830Z] #77 74.64 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-24T10:02:14.830Z] #77 74.64 libtoolize: copying file 'm4/libtool.m4' [2022-06-24T10:02:14.830Z] #77 74.73 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-24T10:02:14.830Z] #77 74.86 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-24T10:02:14.830Z] #77 74.97 libtoolize: copying file 'm4/ltversion.m4' [2022-06-24T10:02:14.830Z] #77 75.07 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-24T10:02:15.021Z] #84 153.2 checking for gcc option to accept ISO C89... none needed [2022-06-24T10:02:15.021Z] #84 153.3 checking whether gcc understands -c and -o together... yes [2022-06-24T10:02:15.021Z] #84 153.3 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T10:02:15.021Z] #84 153.4 checking whether build environment is sane... yes [2022-06-24T10:02:15.039Z] #77 100.5 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T10:02:15.280Z] #84 153.4 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T10:02:15.281Z] #84 153.4 checking for gawk... no [2022-06-24T10:02:15.281Z] #84 153.4 checking for mawk... mawk [2022-06-24T10:02:15.281Z] #84 153.4 checking whether make sets $(MAKE)... yes [2022-06-24T10:02:15.281Z] #84 153.5 checking whether make supports the include directive... yes (GNU style) [2022-06-24T10:02:15.281Z] #84 153.5 checking whether make supports nested variables... yes [2022-06-24T10:02:15.281Z] #84 153.5 checking whether UID '0' is supported by ustar format... yes [2022-06-24T10:02:15.281Z] #84 153.5 checking whether GID '0' is supported by ustar format... yes [2022-06-24T10:02:15.296Z] #77 100.6 checking if gcc static flag -static works... yes [2022-06-24T10:02:15.296Z] #77 101.0 checking if gcc supports -c -o file.o... yes [2022-06-24T10:02:15.296Z] #77 101.1 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T10:02:15.539Z] #84 153.5 checking how to create a ustar tar archive... gnutar [2022-06-24T10:02:15.539Z] #84 153.6 checking dependency style of gcc... gcc3 [2022-06-24T10:02:15.539Z] #84 153.8 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T10:02:15.539Z] #84 153.8 checking whether make supports nested variables... (cached) yes [2022-06-24T10:02:15.552Z] #77 101.1 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-06-24T10:02:15.808Z] #77 101.2 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T10:02:15.808Z] #77 101.5 checking how to hardcode library paths into programs... immediate [2022-06-24T10:02:15.808Z] #77 101.5 checking whether stripping libraries is possible... yes [2022-06-24T10:02:15.808Z] #77 101.5 checking if libtool supports shared libraries... yes [2022-06-24T10:02:15.808Z] #77 101.5 checking whether to build shared libraries... no [2022-06-24T10:02:15.808Z] #77 101.5 checking whether to build static libraries... yes [2022-06-24T10:02:15.808Z] #77 101.5 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T10:02:15.808Z] #77 101.5 checking whether build environment is sane... yes [2022-06-24T10:02:15.808Z] #77 101.6 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T10:02:16.064Z] #77 101.6 checking whether make sets $(MAKE)... yes [2022-06-24T10:02:16.064Z] #77 101.7 checking whether make supports the include directive... yes (GNU style) [2022-06-24T10:02:16.064Z] #77 101.7 checking whether make supports nested variables... yes [2022-06-24T10:02:16.064Z] #77 101.8 checking whether UID '0' is supported by ustar format... yes [2022-06-24T10:02:16.064Z] #77 101.8 checking whether GID '0' is supported by ustar format... yes [2022-06-24T10:02:16.105Z] #84 153.9 checking build system type... x86_64-pc-linux-gnu [2022-06-24T10:02:16.105Z] #84 154.3 checking host system type... x86_64-pc-linux-gnu [2022-06-24T10:02:16.105Z] #84 154.3 checking how to print strings... printf [2022-06-24T10:02:16.105Z] #84 154.4 checking for a sed that does not truncate output... /bin/sed [2022-06-24T10:02:16.105Z] #84 154.4 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T10:02:16.105Z] #84 154.4 checking for egrep... /bin/grep -E [2022-06-24T10:02:16.105Z] #84 154.4 checking for fgrep... /bin/grep -F [2022-06-24T10:02:16.325Z] #77 101.8 checking how to create a ustar tar archive... gnutar [2022-06-24T10:02:16.325Z] #77 101.9 checking dependency style of gcc... gcc3 [2022-06-24T10:02:16.325Z] #77 102.0 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T10:02:16.325Z] #77 102.0 checking whether make supports nested variables... (cached) yes [2022-06-24T10:02:16.325Z] #77 102.0 checking for pkg-config... /usr/bin/pkg-config [2022-06-24T10:02:16.325Z] #77 102.0 checking pkg-config is at least version 0.9.0... yes [2022-06-24T10:02:16.325Z] #77 102.0 checking for yajl >= 2.1.0... yes [2022-06-24T10:02:16.325Z] #77 102.1 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-24T10:02:16.325Z] #77 102.1 checking for gcc... (cached) gcc [2022-06-24T10:02:16.463Z] #84 154.4 checking for ld used by gcc... /usr/bin/ld [2022-06-24T10:02:16.463Z] #84 154.5 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T10:02:16.463Z] #84 154.5 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T10:02:16.463Z] #84 154.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T10:02:16.463Z] #84 154.7 checking whether ln -s works... yes [2022-06-24T10:02:16.463Z] #84 154.7 checking the maximum length of command line arguments... 1572864 [2022-06-24T10:02:16.463Z] #84 154.7 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-24T10:02:16.463Z] #84 154.7 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T10:02:16.463Z] #84 154.7 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T10:02:16.463Z] #84 154.7 checking for objdump... objdump [2022-06-24T10:02:16.463Z] #84 154.7 checking how to recognize dependent libraries... pass_all [2022-06-24T10:02:16.463Z] #84 154.7 checking for dlltool... no [2022-06-24T10:02:16.463Z] #84 154.7 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T10:02:16.463Z] #84 154.7 checking for ar... ar [2022-06-24T10:02:16.581Z] #77 102.2 checking whether we are using the GNU C compiler... (cached) yes [2022-06-24T10:02:16.581Z] #77 102.2 checking whether gcc accepts -g... (cached) yes [2022-06-24T10:02:16.581Z] #77 102.2 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-24T10:02:16.581Z] #77 102.2 checking whether gcc understands -c and -o together... (cached) yes [2022-06-24T10:02:16.581Z] #77 102.2 checking for a Python interpreter with version >= 3... python3 [2022-06-24T10:02:16.581Z] #77 102.2 checking for python3... /usr/bin/python3 [2022-06-24T10:02:16.581Z] #77 102.2 checking for python3 version... 3.9 [2022-06-24T10:02:16.581Z] #77 102.3 checking for python3 platform... linux [2022-06-24T10:02:16.722Z] #84 154.7 checking for archiver @FILE support... @ [2022-06-24T10:02:16.722Z] #84 154.9 checking for strip... strip [2022-06-24T10:02:16.722Z] #84 154.9 checking for ranlib... ranlib [2022-06-24T10:02:16.837Z] #77 102.3 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-24T10:02:16.980Z] #84 154.9 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T10:02:16.980Z] #84 155.3 checking for sysroot... no [2022-06-24T10:02:16.980Z] #84 155.3 checking for a working dd... /bin/dd [2022-06-24T10:02:16.980Z] #84 155.4 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T10:02:16.980Z] #84 155.4 checking for mt... no [2022-06-24T10:02:17.096Z] #77 102.5 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-24T10:02:17.241Z] #84 155.4 checking if : is a manifest tool... no [2022-06-24T10:02:17.241Z] #84 155.4 checking how to run the C preprocessor... gcc -E [2022-06-24T10:02:17.352Z] #77 102.8 checking that generated files are newer than configure... done [2022-06-24T10:02:17.352Z] #77 102.8 configure: creating ./config.status [2022-06-24T10:02:17.808Z] #84 155.6 checking for ANSI C header files... yes [2022-06-24T10:02:18.067Z] #84 156.2 checking for sys/types.h... yes [2022-06-24T10:02:18.231Z] #55 ... [2022-06-24T10:02:18.231Z] [2022-06-24T10:02:18.231Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:02:18.231Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:02:18.231Z] #14 117.7 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-24T10:02:18.231Z] #14 117.7 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:02:18.231Z] #14 117.7 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:02:18.325Z] #84 156.3 checking for sys/stat.h... yes [2022-06-24T10:02:18.584Z] #84 156.6 checking for stdlib.h... yes [2022-06-24T10:02:18.584Z] #84 156.8 checking for string.h... yes [2022-06-24T10:02:18.842Z] #84 156.9 checking for memory.h... yes [2022-06-24T10:02:19.027Z] #77 ... [2022-06-24T10:02:19.027Z] [2022-06-24T10:02:19.027Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-24T10:02:19.027Z] #15 sha256:c4b6d82ae8e42b4e448f8aa2f0170dfbd6a8c90a1e8996c1d042ce8d3c68566d [2022-06-24T10:02:19.027Z] #15 DONE 4.8s [2022-06-24T10:02:19.027Z] [2022-06-24T10:02:19.027Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:02:19.027Z] #60 sha256:398283423dbd8d5655df06bbc435570d7b46388a740325e1b6d5b8c1018b2272 [2022-06-24T10:02:19.027Z] #60 4.699 + RM_GOPATH=0 [2022-06-24T10:02:19.027Z] #60 4.699 + TMP_GOPATH= [2022-06-24T10:02:19.027Z] #60 4.699 + : /build [2022-06-24T10:02:19.027Z] #60 4.699 + '[' -z '' ']' [2022-06-24T10:02:19.027Z] #60 4.699 ++ mktemp -d [2022-06-24T10:02:19.027Z] #60 4.699 + export GOPATH=/tmp/tmp.m2U8A9VD3q [2022-06-24T10:02:19.027Z] #60 4.699 + GOPATH=/tmp/tmp.m2U8A9VD3q [2022-06-24T10:02:19.027Z] #60 4.699 + RM_GOPATH=1 [2022-06-24T10:02:19.027Z] #60 4.699 + case "$(go env GOARCH)" in [2022-06-24T10:02:19.027Z] #60 4.699 ++ go env GOARCH [2022-06-24T10:02:19.027Z] #60 4.744 Install runc version v1.1.2 (build tags: seccomp) [2022-06-24T10:02:19.027Z] #60 4.744 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:02:19.027Z] #60 4.744 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:02:19.027Z] #60 4.744 ++ dirname /install.sh [2022-06-24T10:02:19.027Z] #60 4.744 + dir=/ [2022-06-24T10:02:19.027Z] #60 4.744 + bin=runc [2022-06-24T10:02:19.027Z] #60 4.744 + shift [2022-06-24T10:02:19.027Z] #60 4.744 + '[' '!' -f //runc.installer ']' [2022-06-24T10:02:19.027Z] #60 4.744 + . //runc.installer [2022-06-24T10:02:19.027Z] #60 4.744 ++ set -e [2022-06-24T10:02:19.027Z] #60 4.744 ++ : v1.1.2 [2022-06-24T10:02:19.027Z] #60 4.744 + install_runc [2022-06-24T10:02:19.027Z] #60 4.744 + RUNC_BUILDTAGS=seccomp [2022-06-24T10:02:19.027Z] #60 4.744 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-24T10:02:19.027Z] #60 4.744 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.m2U8A9VD3q/src/github.com/opencontainers/runc [2022-06-24T10:02:19.027Z] #60 4.744 Cloning into '/tmp/tmp.m2U8A9VD3q/src/github.com/opencontainers/runc'... [2022-06-24T10:02:19.100Z] #84 157.1 checking for strings.h... yes [2022-06-24T10:02:19.359Z] #84 157.3 checking for inttypes.h... yes [2022-06-24T10:02:19.629Z] #84 157.6 checking for stdint.h... yes [2022-06-24T10:02:19.870Z] #77 105.6 config.status: creating Makefile [2022-06-24T10:02:19.871Z] #77 105.6 config.status: creating config.h [2022-06-24T10:02:19.871Z] #77 105.7 config.status: executing libtool commands [2022-06-24T10:02:19.887Z] #84 157.8 checking for unistd.h... yes [2022-06-24T10:02:19.887Z] #84 158.0 checking for dlfcn.h... yes [2022-06-24T10:02:19.887Z] #84 158.1 checking for objdir... .libs [2022-06-24T10:02:20.127Z] #77 105.7 config.status: executing depfiles commands [2022-06-24T10:02:20.454Z] #84 158.5 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T10:02:20.454Z] #84 158.6 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T10:02:20.454Z] #84 158.6 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T10:02:20.713Z] #84 158.7 checking if gcc static flag -static works... yes [2022-06-24T10:02:20.971Z] #84 158.9 checking if gcc supports -c -o file.o... yes [2022-06-24T10:02:20.971Z] #84 159.0 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T10:02:20.971Z] #84 159.0 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-24T10:02:21.056Z] #77 106.5 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-24T10:02:21.056Z] #77 106.5 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-24T10:02:21.231Z] #84 159.1 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T10:02:21.231Z] #84 159.4 checking how to hardcode library paths into programs... immediate [2022-06-24T10:02:21.231Z] #84 159.4 checking whether stripping libraries is possible... yes [2022-06-24T10:02:21.231Z] #84 159.4 checking if libtool supports shared libraries... yes [2022-06-24T10:02:21.231Z] #84 159.4 checking whether to build shared libraries... no [2022-06-24T10:02:21.231Z] #84 159.4 checking whether to build static libraries... yes [2022-06-24T10:02:21.231Z] #84 159.4 checking float.h usability... yes [2022-06-24T10:02:21.312Z] #77 106.9 checking for gcc... gcc [2022-06-24T10:02:21.312Z] #77 107.0 checking whether the C compiler works... yes [2022-06-24T10:02:21.312Z] #77 107.1 checking for C compiler default output file name... a.out [2022-06-24T10:02:21.491Z] #84 159.5 checking float.h presence... yes [2022-06-24T10:02:21.491Z] #84 159.6 checking for float.h... yes [2022-06-24T10:02:21.491Z] #84 159.6 checking limits.h usability... yes [2022-06-24T10:02:21.491Z] #84 159.8 checking limits.h presence... yes [2022-06-24T10:02:21.568Z] #77 107.1 checking for suffix of executables... [2022-06-24T10:02:21.750Z] #84 159.8 checking for limits.h... yes [2022-06-24T10:02:21.750Z] #84 159.8 checking stddef.h usability... yes [2022-06-24T10:02:21.750Z] #84 160.0 checking stddef.h presence... yes [2022-06-24T10:02:21.750Z] #84 160.0 checking for stddef.h... yes [2022-06-24T10:02:21.750Z] #84 160.0 checking for stdlib.h... (cached) yes [2022-06-24T10:02:21.750Z] #84 160.1 checking for string.h... (cached) yes [2022-06-24T10:02:21.824Z] #77 107.3 checking whether we are cross compiling... no [2022-06-24T10:02:21.824Z] #77 107.5 checking for suffix of object files... o [2022-06-24T10:02:21.824Z] #77 107.6 checking whether we are using the GNU C compiler... yes [2022-06-24T10:02:22.009Z] #84 160.1 checking sys/time.h usability... yes [2022-06-24T10:02:22.009Z] #84 160.2 checking sys/time.h presence... yes [2022-06-24T10:02:22.009Z] #84 160.3 checking for sys/time.h... yes [2022-06-24T10:02:22.009Z] #84 160.3 checking for inline... inline [2022-06-24T10:02:22.081Z] #77 107.7 checking whether gcc accepts -g... yes [2022-06-24T10:02:22.081Z] #77 107.8 checking for gcc option to accept ISO C89... none needed [2022-06-24T10:02:22.268Z] #84 160.4 checking for size_t... yes [2022-06-24T10:02:22.313Z] #60 ... [2022-06-24T10:02:22.313Z] [2022-06-24T10:02:22.313Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-24T10:02:22.313Z] #16 sha256:b23763b395d935a5e9b40c2ec7bf4795b01a28df7fd8ae55f14f81a57bb4371f [2022-06-24T10:02:22.313Z] #16 DONE 3.7s [2022-06-24T10:02:22.337Z] #77 107.9 checking whether gcc understands -c and -o together... yes [2022-06-24T10:02:22.337Z] #77 108.1 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T10:02:22.337Z] #77 108.1 checking whether build environment is sane... yes [2022-06-24T10:02:22.528Z] #84 160.6 checking for stdlib.h... (cached) yes [2022-06-24T10:02:22.571Z] [2022-06-24T10:02:22.572Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-24T10:02:22.572Z] #17 sha256:f8e48660c448abf3271bb790fd36a11172be2a3e3328ac24047e7fc2d9b65c65 [2022-06-24T10:02:22.593Z] #77 108.2 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T10:02:22.593Z] #77 108.2 checking for gawk... no [2022-06-24T10:02:22.593Z] #77 108.2 checking for mawk... mawk [2022-06-24T10:02:22.593Z] #77 108.2 checking whether make sets $(MAKE)... yes [2022-06-24T10:02:22.593Z] #77 108.2 checking whether make supports the include directive... yes (GNU style) [2022-06-24T10:02:22.593Z] #77 108.3 checking whether make supports nested variables... yes [2022-06-24T10:02:22.593Z] #77 108.3 checking whether UID '0' is supported by ustar format... yes [2022-06-24T10:02:22.593Z] #77 108.3 checking whether GID '0' is supported by ustar format... yes [2022-06-24T10:02:22.593Z] #77 108.3 checking how to create a ustar tar archive... gnutar [2022-06-24T10:02:22.788Z] #84 160.7 checking for GNU libc compatible malloc... yes [2022-06-24T10:02:22.788Z] #84 160.9 checking for stdlib.h... (cached) yes [2022-06-24T10:02:22.849Z] #77 108.4 checking dependency style of gcc... gcc3 [2022-06-24T10:02:22.849Z] #77 108.6 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T10:02:22.849Z] #77 108.6 checking whether make supports nested variables... (cached) yes [2022-06-24T10:02:23.047Z] #84 160.9 checking for GNU libc compatible realloc... yes [2022-06-24T10:02:23.309Z] #84 161.2 checking for working strtod... yes [2022-06-24T10:02:23.361Z] #77 108.7 checking build system type... aarch64-unknown-linux-gnu [2022-06-24T10:02:23.361Z] #77 109.0 checking host system type... aarch64-unknown-linux-gnu [2022-06-24T10:02:23.361Z] #77 109.0 checking how to print strings... printf [2022-06-24T10:02:23.361Z] #77 109.0 checking for a sed that does not truncate output... /bin/sed [2022-06-24T10:02:23.361Z] #77 109.0 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T10:02:23.361Z] #77 109.1 checking for egrep... /bin/grep -E [2022-06-24T10:02:23.361Z] #77 109.1 checking for fgrep... /bin/grep -F [2022-06-24T10:02:23.568Z] #84 161.5 checking for gettimeofday... yes [2022-06-24T10:02:23.617Z] #77 109.1 checking for ld used by gcc... /usr/bin/ld [2022-06-24T10:02:23.617Z] #77 109.1 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T10:02:23.617Z] #77 109.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T10:02:23.617Z] #77 109.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T10:02:23.617Z] #77 109.3 checking whether ln -s works... yes [2022-06-24T10:02:23.617Z] #77 109.3 checking the maximum length of command line arguments... 1572864 [2022-06-24T10:02:23.617Z] #77 109.3 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-06-24T10:02:23.617Z] #77 109.3 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T10:02:23.617Z] #77 109.3 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T10:02:23.617Z] #77 109.3 checking for objdump... objdump [2022-06-24T10:02:23.617Z] #77 109.3 checking how to recognize dependent libraries... pass_all [2022-06-24T10:02:23.617Z] #77 109.3 checking for dlltool... no [2022-06-24T10:02:23.617Z] #77 109.3 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T10:02:23.617Z] #77 109.3 checking for ar... ar [2022-06-24T10:02:23.617Z] #77 109.3 checking for archiver @FILE support... @ [2022-06-24T10:02:23.827Z] #84 161.8 checking for memset... yes [2022-06-24T10:02:23.874Z] #77 109.4 checking for strip... strip [2022-06-24T10:02:23.874Z] #77 109.4 checking for ranlib... ranlib [2022-06-24T10:02:24.088Z] #84 162.1 checking for strspn... yes [2022-06-24T10:02:24.088Z] #84 162.4 checking that generated files are newer than configure... done [2022-06-24T10:02:24.088Z] #84 162.4 configure: creating ./config.status [2022-06-24T10:02:24.130Z] #77 109.5 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T10:02:24.130Z] #77 109.8 checking for sysroot... no [2022-06-24T10:02:24.130Z] #77 109.8 checking for a working dd... /bin/dd [2022-06-24T10:02:24.130Z] #77 109.8 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T10:02:24.386Z] #77 109.9 checking for mt... no [2022-06-24T10:02:24.386Z] #77 109.9 checking if : is a manifest tool... no [2022-06-24T10:02:24.386Z] #77 109.9 checking how to run the C preprocessor... gcc -E [2022-06-24T10:02:24.949Z] #77 110.1 checking for ANSI C header files... yes [2022-06-24T10:02:24.949Z] #77 110.5 checking for sys/types.h... [2022-06-24T10:02:24.949Z] #77 ... [2022-06-24T10:02:24.949Z] [2022-06-24T10:02:24.949Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:02:24.949Z] #21 sha256:2e61e3c0e66bd46f0bb9e7a7e3a01336d60f0528d2068240fd7696aff2cc1945 [2022-06-24T10:02:24.949Z] #21 21.54 Selecting previously unselected package libip4tc2:arm64. [2022-06-24T10:02:24.949Z] #21 21.54 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 21.55 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-06-24T10:02:24.949Z] #21 21.65 Selecting previously unselected package libip6tc2:arm64. [2022-06-24T10:02:24.949Z] #21 21.65 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 21.67 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-06-24T10:02:24.949Z] #21 21.76 Selecting previously unselected package libnfnetlink0:arm64. [2022-06-24T10:02:24.949Z] #21 21.77 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 21.77 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-06-24T10:02:24.949Z] #21 21.83 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-06-24T10:02:24.949Z] #21 21.84 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 21.85 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-06-24T10:02:24.949Z] #21 21.92 Selecting previously unselected package libnftnl11:arm64. [2022-06-24T10:02:24.949Z] #21 21.92 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 21.92 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-06-24T10:02:24.949Z] #21 22.02 Selecting previously unselected package iptables. [2022-06-24T10:02:24.949Z] #21 22.02 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 22.03 Unpacking iptables (1.8.7-1) ... [2022-06-24T10:02:24.949Z] #21 22.35 Selecting previously unselected package libonig5:arm64. [2022-06-24T10:02:24.949Z] #21 22.35 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 22.35 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-06-24T10:02:24.949Z] #21 22.53 Selecting previously unselected package libjq1:arm64. [2022-06-24T10:02:24.949Z] #21 22.54 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 22.54 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-06-24T10:02:24.949Z] #21 22.63 Selecting previously unselected package jq. [2022-06-24T10:02:24.949Z] #21 22.63 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 22.64 Unpacking jq (1.6-2.1) ... [2022-06-24T10:02:24.949Z] #21 22.72 Selecting previously unselected package libaio1:arm64. [2022-06-24T10:02:24.949Z] #21 22.73 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 22.73 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-06-24T10:02:24.949Z] #21 22.81 Selecting previously unselected package libgpm2:arm64. [2022-06-24T10:02:24.949Z] #21 22.82 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 22.83 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-06-24T10:02:24.949Z] #21 22.92 Selecting previously unselected package libicu67:arm64. [2022-06-24T10:02:24.949Z] #21 22.92 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 22.93 Unpacking libicu67:arm64 (67.1-7) ... [2022-06-24T10:02:24.949Z] #21 26.02 Selecting previously unselected package libinih1:arm64. [2022-06-24T10:02:24.949Z] #21 26.04 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 26.06 Unpacking libinih1:arm64 (53-1+b2) ... [2022-06-24T10:02:24.949Z] #21 26.14 Selecting previously unselected package libnet1:arm64. [2022-06-24T10:02:24.949Z] #21 26.14 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 26.15 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-24T10:02:24.949Z] #21 26.24 Selecting previously unselected package libnl-3-200:arm64. [2022-06-24T10:02:24.949Z] #21 26.24 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 26.24 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-24T10:02:24.949Z] #21 26.33 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-24T10:02:24.949Z] #21 26.33 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 26.34 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-24T10:02:24.949Z] #21 26.43 Selecting previously unselected package libyajl2:arm64. [2022-06-24T10:02:24.949Z] #21 26.43 Preparing to unpack .../31-libyajl2_2.1.0-3_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 26.44 Unpacking libyajl2:arm64 (2.1.0-3) ... [2022-06-24T10:02:24.949Z] #21 26.51 Selecting previously unselected package net-tools. [2022-06-24T10:02:24.949Z] #21 26.52 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 26.52 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-24T10:02:24.949Z] #21 26.73 Selecting previously unselected package patch. [2022-06-24T10:02:24.949Z] #21 26.74 Preparing to unpack .../33-patch_2.7.6-7_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 26.74 Unpacking patch (2.7.6-7) ... [2022-06-24T10:02:24.949Z] #21 26.85 Selecting previously unselected package python-pip-whl. [2022-06-24T10:02:24.949Z] #21 26.85 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-24T10:02:24.949Z] #21 26.85 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-24T10:02:24.949Z] #21 27.41 Selecting previously unselected package python3-lib2to3. [2022-06-24T10:02:24.949Z] #21 27.42 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-24T10:02:24.949Z] #21 27.42 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-24T10:02:24.949Z] #21 27.58 Selecting previously unselected package python3-distutils. [2022-06-24T10:02:24.949Z] #21 27.58 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-24T10:02:24.949Z] #21 27.58 Unpacking python3-distutils (3.9.2-1) ... [2022-06-24T10:02:24.949Z] #21 27.71 Selecting previously unselected package python3-pkg-resources. [2022-06-24T10:02:24.949Z] #21 27.71 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-24T10:02:24.949Z] #21 27.72 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-24T10:02:24.949Z] #21 27.85 Selecting previously unselected package python3-setuptools. [2022-06-24T10:02:24.949Z] #21 27.86 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-24T10:02:24.949Z] #21 27.86 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-24T10:02:24.949Z] #21 28.12 Selecting previously unselected package python3-wheel. [2022-06-24T10:02:24.949Z] #21 28.12 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-24T10:02:24.949Z] #21 28.13 Unpacking python3-wheel (0.34.2-1) ... [2022-06-24T10:02:24.949Z] #21 28.22 Selecting previously unselected package python3-pip. [2022-06-24T10:02:24.949Z] #21 28.23 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-24T10:02:24.949Z] #21 28.23 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-24T10:02:24.949Z] #21 28.52 Selecting previously unselected package sudo. [2022-06-24T10:02:24.949Z] #21 28.53 Preparing to unpack .../41-sudo_1.9.5p2-3_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 28.54 Unpacking sudo (1.9.5p2-3) ... [2022-06-24T10:02:24.949Z] #21 29.01 Selecting previously unselected package thin-provisioning-tools. [2022-06-24T10:02:24.949Z] #21 29.02 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 29.04 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-24T10:02:24.949Z] #21 29.23 Selecting previously unselected package uidmap. [2022-06-24T10:02:24.949Z] #21 29.24 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-06-24T10:02:24.949Z] #21 29.25 Unpacking uidmap (1:4.8.1-1) ... [2022-06-24T10:02:24.949Z] #21 29.37 Selecting previously unselected package vim-runtime. [2022-06-24T10:02:24.949Z] #21 29.38 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T10:02:24.949Z] #21 29.41 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-24T10:02:24.949Z] #21 29.43 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-24T10:02:24.949Z] #21 29.45 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:02:24.949Z] #21 ... [2022-06-24T10:02:24.949Z] [2022-06-24T10:02:24.949Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:24.949Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:02:24.949Z] #77 110.5 checking for sys/types.h... yes [2022-06-24T10:02:25.205Z] #77 110.7 checking for sys/stat.h... yes [2022-06-24T10:02:25.205Z] #77 110.9 checking for stdlib.h... yes [2022-06-24T10:02:25.462Z] #77 111.0 checking for string.h... yes [2022-06-24T10:02:25.718Z] #77 111.2 checking for memory.h... yes [2022-06-24T10:02:25.718Z] #77 111.4 checking for strings.h... yes [2022-06-24T10:02:25.859Z] #17 3.196 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-24T10:02:25.859Z] #17 DONE 3.3s [2022-06-24T10:02:25.859Z] [2022-06-24T10:02:25.859Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-24T10:02:25.859Z] #18 sha256:b9761c47b5899359c80e1dd4c2299f69d3fc45118f7ac92205ea4350888e780b [2022-06-24T10:02:25.974Z] #77 111.5 checking for inttypes.h... yes [2022-06-24T10:02:26.006Z] #84 ... [2022-06-24T10:02:26.006Z] [2022-06-24T10:02:26.006Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:02:26.006Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:02:26.006Z] #19 212.6 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-06-24T10:02:26.006Z] #19 212.6 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:02:26.006Z] #19 212.6 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-24T10:02:26.231Z] #77 111.7 checking for stdint.h... yes [2022-06-24T10:02:26.265Z] #19 212.7 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-06-24T10:02:26.265Z] #19 212.7 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:02:26.265Z] #19 212.8 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-24T10:02:26.487Z] #77 111.9 checking for unistd.h... yes [2022-06-24T10:02:26.487Z] #77 112.1 checking for dlfcn.h... yes [2022-06-24T10:02:26.487Z] #77 112.2 checking for objdir... .libs [2022-06-24T10:02:27.000Z] #77 112.6 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T10:02:27.000Z] #77 112.7 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T10:02:27.256Z] #77 112.7 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T10:02:27.512Z] #77 112.8 checking if gcc static flag -static works... yes [2022-06-24T10:02:27.512Z] #77 113.1 checking if gcc supports -c -o file.o... yes [2022-06-24T10:02:27.512Z] #77 113.2 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T10:02:27.512Z] #77 113.2 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-06-24T10:02:28.025Z] #77 113.3 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T10:02:28.025Z] #77 113.6 checking how to hardcode library paths into programs... immediate [2022-06-24T10:02:28.025Z] #77 113.6 checking whether stripping libraries is possible... yes [2022-06-24T10:02:28.025Z] #77 113.6 checking if libtool supports shared libraries... yes [2022-06-24T10:02:28.025Z] #77 113.6 checking whether to build shared libraries... no [2022-06-24T10:02:28.025Z] #77 113.6 checking whether to build static libraries... yes [2022-06-24T10:02:28.025Z] #77 113.7 checking float.h usability... yes [2022-06-24T10:02:28.025Z] #77 113.8 checking float.h presence... yes [2022-06-24T10:02:28.281Z] #77 113.9 checking for float.h... yes [2022-06-24T10:02:28.281Z] #77 113.9 checking limits.h usability... yes [2022-06-24T10:02:28.281Z] #77 114.0 checking limits.h presence... yes [2022-06-24T10:02:28.396Z] #18 DONE 2.2s [2022-06-24T10:02:28.396Z] [2022-06-24T10:02:28.396Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-24T10:02:28.396Z] #19 sha256:305fb784b9abfc643feb5a53d23e9bc00c1a610b86599d82c8ec58a0fc9cf426 [2022-06-24T10:02:28.538Z] #77 114.1 checking for limits.h... yes [2022-06-24T10:02:28.538Z] #77 114.2 checking stddef.h usability... yes [2022-06-24T10:02:28.794Z] #77 114.4 checking stddef.h presence... yes [2022-06-24T10:02:28.794Z] #77 114.4 checking for stddef.h... yes [2022-06-24T10:02:28.794Z] #77 114.4 checking for stdlib.h... (cached) yes [2022-06-24T10:02:28.795Z] #77 114.5 checking for string.h... (cached) yes [2022-06-24T10:02:29.052Z] #77 114.5 checking sys/time.h usability... yes [2022-06-24T10:02:29.052Z] #77 114.7 checking sys/time.h presence... yes [2022-06-24T10:02:29.052Z] #77 114.7 checking for sys/time.h... yes [2022-06-24T10:02:29.315Z] #77 114.7 checking for inline... inline [2022-06-24T10:02:29.315Z] #77 114.8 checking for size_t... yes [2022-06-24T10:02:29.315Z] #77 115.0 checking for stdlib.h... (cached) yes [2022-06-24T10:02:29.572Z] #77 115.0 checking for GNU libc compatible malloc... yes [2022-06-24T10:02:29.572Z] #77 115.3 checking for stdlib.h... (cached) yes [2022-06-24T10:02:29.829Z] #77 115.3 checking for GNU libc compatible realloc... yes [2022-06-24T10:02:30.087Z] #77 115.5 checking for working strtod... yes [2022-06-24T10:02:30.087Z] #77 115.7 checking for gettimeofday... yes [2022-06-24T10:02:30.306Z] #19 DONE 2.1s [2022-06-24T10:02:30.306Z] [2022-06-24T10:02:30.306Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:30.306Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:02:30.306Z] #77 90.07 configure.ac:11: installing 'build-aux/compile' [2022-06-24T10:02:30.306Z] #77 90.08 configure.ac:11: installing 'build-aux/config.guess' [2022-06-24T10:02:30.306Z] #77 90.10 configure.ac:11: installing 'build-aux/config.sub' [2022-06-24T10:02:30.306Z] #77 90.10 configure.ac:13: installing 'build-aux/install-sh' [2022-06-24T10:02:30.306Z] #77 90.11 configure.ac:13: installing 'build-aux/missing' [2022-06-24T10:02:30.306Z] #77 90.11 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-24T10:02:30.306Z] #77 90.38 Makefile.am: installing 'build-aux/depcomp' [2022-06-24T10:02:30.306Z] #77 91.88 checking build system type... x86_64-pc-linux-gnu [2022-06-24T10:02:30.306Z] #77 92.19 checking host system type... x86_64-pc-linux-gnu [2022-06-24T10:02:30.306Z] #77 92.19 checking how to print strings... printf [2022-06-24T10:02:30.306Z] #77 92.19 checking for gcc... gcc [2022-06-24T10:02:30.306Z] #77 92.26 checking whether the C compiler works... yes [2022-06-24T10:02:30.306Z] #77 92.54 checking for C compiler default output file name... a.out [2022-06-24T10:02:30.306Z] #77 92.56 checking for suffix of executables... [2022-06-24T10:02:30.306Z] #77 92.72 checking whether we are cross compiling... no [2022-06-24T10:02:30.306Z] #77 92.92 checking for suffix of object files... o [2022-06-24T10:02:30.306Z] #77 93.04 checking whether we are using the GNU C compiler... yes [2022-06-24T10:02:30.306Z] #77 93.18 checking whether gcc accepts -g... yes [2022-06-24T10:02:30.306Z] #77 93.30 checking for gcc option to accept ISO C89... none needed [2022-06-24T10:02:30.306Z] #77 93.52 checking whether gcc understands -c and -o together... yes [2022-06-24T10:02:30.306Z] #77 93.83 checking for a sed that does not truncate output... /bin/sed [2022-06-24T10:02:30.306Z] #77 93.84 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T10:02:30.306Z] #77 93.86 checking for egrep... /bin/grep -E [2022-06-24T10:02:30.306Z] #77 93.87 checking for fgrep... /bin/grep -F [2022-06-24T10:02:30.306Z] #77 93.88 checking for ld used by gcc... /usr/bin/ld [2022-06-24T10:02:30.306Z] #77 93.92 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T10:02:30.306Z] #77 93.92 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T10:02:30.306Z] #77 93.94 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T10:02:30.306Z] #77 94.08 checking whether ln -s works... yes [2022-06-24T10:02:30.306Z] #77 94.08 checking the maximum length of command line arguments... 1572864 [2022-06-24T10:02:30.306Z] #77 94.12 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-24T10:02:30.306Z] #77 94.12 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T10:02:30.306Z] #77 94.12 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T10:02:30.306Z] #77 94.12 checking for objdump... objdump [2022-06-24T10:02:30.306Z] #77 94.12 checking how to recognize dependent libraries... pass_all [2022-06-24T10:02:30.306Z] #77 94.12 checking for dlltool... no [2022-06-24T10:02:30.306Z] #77 94.12 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T10:02:30.306Z] #77 94.12 checking for ar... ar [2022-06-24T10:02:30.306Z] #77 94.12 checking for archiver @FILE support... @ [2022-06-24T10:02:30.306Z] #77 94.31 checking for strip... strip [2022-06-24T10:02:30.306Z] #77 94.31 checking for ranlib... ranlib [2022-06-24T10:02:30.306Z] #77 94.31 checking for gawk... no [2022-06-24T10:02:30.306Z] #77 94.31 checking for mawk... mawk [2022-06-24T10:02:30.306Z] #77 94.33 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T10:02:30.306Z] #77 94.87 checking for sysroot... no [2022-06-24T10:02:30.306Z] #77 94.87 checking for a working dd... /bin/dd [2022-06-24T10:02:30.306Z] #77 94.91 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T10:02:30.306Z] #77 95.02 checking for mt... no [2022-06-24T10:02:30.306Z] #77 95.02 checking if : is a manifest tool... no [2022-06-24T10:02:30.306Z] #77 95.05 checking how to run the C preprocessor... gcc -E [2022-06-24T10:02:30.306Z] #77 95.32 checking for ANSI C header files... yes [2022-06-24T10:02:30.566Z] #77 95.88 checking for sys/types.h... yes [2022-06-24T10:02:30.600Z] #77 116.0 checking for memset... yes [2022-06-24T10:02:30.600Z] #77 116.2 checking for strspn... yes [2022-06-24T10:02:30.826Z] #77 96.07 checking for sys/stat.h... yes [2022-06-24T10:02:30.856Z] #77 116.4 checking that generated files are newer than configure... done [2022-06-24T10:02:30.856Z] #77 116.4 configure: creating ./config.status [2022-06-24T10:02:31.085Z] #77 96.26 checking for stdlib.h... yes [2022-06-24T10:02:31.085Z] #77 96.42 checking for string.h... yes [2022-06-24T10:02:31.345Z] #77 96.66 checking for memory.h... yes [2022-06-24T10:02:31.604Z] #77 96.89 checking for strings.h... yes [2022-06-24T10:02:31.863Z] #77 97.06 checking for inttypes.h... yes [2022-06-24T10:02:32.123Z] #77 97.28 checking for stdint.h... yes [2022-06-24T10:02:32.123Z] #77 97.52 checking for unistd.h... [2022-06-24T10:02:32.123Z] #77 ... [2022-06-24T10:02:32.123Z] [2022-06-24T10:02:32.123Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-24T10:02:32.123Z] #20 sha256:45ce3b76a0bacc643928d57702ef6202169daa9ed0d931eee1820a13c7edad1a [2022-06-24T10:02:32.123Z] #20 DONE 2.2s [2022-06-24T10:02:32.123Z] [2022-06-24T10:02:32.123Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:32.123Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:02:32.123Z] #77 97.52 checking for unistd.h... yes [2022-06-24T10:02:32.123Z] #77 97.68 checking for dlfcn.h... [2022-06-24T10:02:32.123Z] #77 ... [2022-06-24T10:02:32.123Z] [2022-06-24T10:02:32.123Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:02:32.123Z] #60 sha256:398283423dbd8d5655df06bbc435570d7b46388a740325e1b6d5b8c1018b2272 [2022-06-24T10:02:32.123Z] #60 15.28 + cd /tmp/tmp.m2U8A9VD3q/src/github.com/opencontainers/runc [2022-06-24T10:02:32.123Z] #60 15.28 + git checkout -q v1.1.2 [2022-06-24T10:02:32.123Z] #60 15.83 + '[' -z '' ']' [2022-06-24T10:02:32.123Z] #60 15.83 + target=static [2022-06-24T10:02:32.123Z] #60 15.83 + make BUILDTAGS=seccomp static [2022-06-24T10:02:32.123Z] #60 16.36 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-06-24T10:02:32.829Z] #19 ... [2022-06-24T10:02:32.829Z] [2022-06-24T10:02:32.829Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:32.829Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:02:32.829Z] #84 164.7 config.status: creating Makefile [2022-06-24T10:02:32.829Z] #84 164.7 config.status: creating config.h [2022-06-24T10:02:32.829Z] #84 164.8 config.status: executing depfiles commands [2022-06-24T10:02:32.829Z] #84 165.0 config.status: executing libtool commands [2022-06-24T10:02:32.829Z] #84 166.5 GEN .version [2022-06-24T10:02:32.829Z] #84 166.6 make install-recursive [2022-06-24T10:02:32.829Z] #84 166.6 make[1]: Entering directory '/tmp/crun-build' [2022-06-24T10:02:32.829Z] #84 166.8 Making install in libocispec [2022-06-24T10:02:32.829Z] #84 166.8 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:02:32.829Z] #84 166.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-24T10:02:32.829Z] #84 166.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-24T10:02:32.829Z] #84 167.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-24T10:02:32.829Z] #84 167.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-24T10:02:32.829Z] #84 168.0 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-24T10:02:32.829Z] #84 168.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-24T10:02:32.829Z] #84 168.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-24T10:02:32.829Z] #84 168.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-24T10:02:32.829Z] #84 168.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-24T10:02:32.829Z] #84 168.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-24T10:02:32.829Z] #84 168.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-24T10:02:32.829Z] #84 168.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-24T10:02:32.829Z] #84 168.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-24T10:02:32.829Z] #84 168.4 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-24T10:02:32.829Z] #84 168.4 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-24T10:02:32.829Z] #84 168.4 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-24T10:02:32.829Z] #84 168.4 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-24T10:02:32.829Z] #84 168.4 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-24T10:02:32.829Z] #84 168.4 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-24T10:02:32.829Z] #84 168.4 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-24T10:02:32.829Z] #84 169.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-24T10:02:32.829Z] #84 169.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-24T10:02:32.829Z] #84 169.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-24T10:02:32.829Z] #84 169.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-24T10:02:32.829Z] #84 169.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-24T10:02:32.829Z] #84 169.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-24T10:02:32.829Z] #84 169.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-24T10:02:32.829Z] #84 169.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-24T10:02:32.829Z] #84 169.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-24T10:02:32.829Z] #84 169.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-24T10:02:32.829Z] #84 169.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-24T10:02:32.829Z] #84 169.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-24T10:02:32.829Z] #84 169.7 make install-recursive [2022-06-24T10:02:32.829Z] #84 169.7 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:02:32.829Z] #84 169.7 Making install in yajl [2022-06-24T10:02:32.829Z] #84 169.7 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:02:32.829Z] #84 169.7 CC verify/json_verify-json_verify.o [2022-06-24T10:02:32.829Z] #84 169.7 CC src/libyajl_la-yajl_alloc.lo [2022-06-24T10:02:32.829Z] #84 169.7 CC src/libyajl_la-yajl.lo [2022-06-24T10:02:32.829Z] #84 169.8 CC src/libyajl_la-yajl_parser.lo [2022-06-24T10:02:32.829Z] #84 169.8 CC src/libyajl_la-yajl_gen.lo [2022-06-24T10:02:32.829Z] #84 169.8 CC src/libyajl_la-yajl_buf.lo [2022-06-24T10:02:32.829Z] #84 169.8 CC src/libyajl_la-yajl_encode.lo [2022-06-24T10:02:32.829Z] #84 169.8 CC src/libyajl_la-yajl_lex.lo [2022-06-24T10:02:32.829Z] #84 169.8 CC src/libyajl_la-yajl_tree.lo [2022-06-24T10:02:33.134Z] #14 ... [2022-06-24T10:02:33.134Z] [2022-06-24T10:02:33.134Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:33.134Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:02:33.134Z] #77 47.55 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-24T10:02:33.134Z] #77 ... [2022-06-24T10:02:33.134Z] [2022-06-24T10:02:33.134Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:02:33.134Z] #64 sha256:5294a44902d09116e8fa4b3bfd0153a8b41643f4750df59afe521607f92705c7 [2022-06-24T10:02:33.374Z] #77 119.2 config.status: creating Makefile [2022-06-24T10:02:33.630Z] #77 119.2 config.status: creating config.h [2022-06-24T10:02:33.630Z] #77 119.3 config.status: executing depfiles commands [2022-06-24T10:02:33.887Z] #77 119.5 config.status: executing libtool commands [2022-06-24T10:02:34.661Z] #60 ... [2022-06-24T10:02:34.661Z] [2022-06-24T10:02:34.661Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:34.661Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:02:34.661Z] #77 97.68 checking for dlfcn.h... yes [2022-06-24T10:02:34.661Z] #77 98.02 checking for objdir... .libs [2022-06-24T10:02:34.661Z] #77 98.55 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T10:02:34.661Z] #77 98.67 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T10:02:34.661Z] #77 98.67 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T10:02:34.661Z] #77 98.82 checking if gcc static flag -static works... yes [2022-06-24T10:02:34.661Z] #77 99.26 checking if gcc supports -c -o file.o... yes [2022-06-24T10:02:34.661Z] #77 99.40 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T10:02:34.661Z] #77 99.40 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-24T10:02:34.661Z] #77 99.47 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T10:02:34.661Z] #77 99.78 checking how to hardcode library paths into programs... immediate [2022-06-24T10:02:34.661Z] #77 99.78 checking whether stripping libraries is possible... yes [2022-06-24T10:02:34.661Z] #77 99.80 checking if libtool supports shared libraries... yes [2022-06-24T10:02:34.661Z] #77 99.80 checking whether to build shared libraries... no [2022-06-24T10:02:34.661Z] #77 99.80 checking whether to build static libraries... yes [2022-06-24T10:02:34.661Z] #77 99.80 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T10:02:34.661Z] #77 99.87 checking whether build environment is sane... yes [2022-06-24T10:02:34.661Z] #77 99.91 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T10:02:34.661Z] #77 99.93 checking whether make sets $(MAKE)... yes [2022-06-24T10:02:34.661Z] #77 99.98 checking whether make supports the include directive... yes (GNU style) [2022-06-24T10:02:34.661Z] #77 100.0 checking whether make supports nested variables... yes [2022-06-24T10:02:34.661Z] #77 100.1 checking whether UID '0' is supported by ustar format... yes [2022-06-24T10:02:34.661Z] #77 100.1 checking whether GID '0' is supported by ustar format... yes [2022-06-24T10:02:34.661Z] #77 100.1 checking how to create a ustar tar archive... gnutar [2022-06-24T10:02:34.816Z] #77 120.4 GEN .version [2022-06-24T10:02:34.816Z] #77 120.4 make install-recursive [2022-06-24T10:02:34.816Z] #77 120.5 make[1]: Entering directory '/tmp/crun-build' [2022-06-24T10:02:34.816Z] #77 120.5 Making install in libocispec [2022-06-24T10:02:34.816Z] #77 120.6 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:02:34.816Z] #77 120.6 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-24T10:02:34.816Z] #77 120.6 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-24T10:02:34.816Z] #77 120.6 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-24T10:02:34.816Z] #77 120.6 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-24T10:02:34.921Z] #77 100.2 checking dependency style of gcc... gcc3 [2022-06-24T10:02:34.921Z] #77 100.4 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T10:02:34.921Z] #77 100.4 checking whether make supports nested variables... (cached) yes [2022-06-24T10:02:34.921Z] #77 100.4 checking for gawk... (cached) mawk [2022-06-24T10:02:34.921Z] #77 100.4 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-24T10:02:34.921Z] #77 100.4 checking for gcc... (cached) gcc [2022-06-24T10:02:35.181Z] #77 100.5 checking whether we are using the GNU C compiler... (cached) yes [2022-06-24T10:02:35.181Z] #77 100.5 checking whether gcc accepts -g... (cached) yes [2022-06-24T10:02:35.181Z] #77 100.5 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-24T10:02:35.181Z] #77 100.5 checking whether gcc understands -c and -o together... (cached) yes [2022-06-24T10:02:35.181Z] #77 100.5 checking for a Python interpreter with version >= 3... python3 [2022-06-24T10:02:35.181Z] #77 100.6 checking for python3... /usr/bin/python3 [2022-06-24T10:02:35.181Z] #77 100.6 checking for python3 version... 3.9 [2022-06-24T10:02:35.181Z] #77 100.7 checking for python3 platform... linux [2022-06-24T10:02:35.440Z] #77 100.7 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-24T10:02:35.699Z] #77 100.9 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-24T10:02:35.699Z] #77 101.1 checking for go-md2man... no [2022-06-24T10:02:35.699Z] #77 101.1 checking error.h usability... yes [2022-06-24T10:02:35.745Z] #77 121.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-24T10:02:35.745Z] #77 121.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-24T10:02:35.745Z] #77 121.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-24T10:02:35.745Z] #77 121.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-24T10:02:35.745Z] #77 121.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-24T10:02:35.745Z] #77 121.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-24T10:02:35.745Z] #77 121.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-24T10:02:35.745Z] #77 121.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-24T10:02:35.745Z] #77 121.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-24T10:02:35.959Z] #77 101.3 checking error.h presence... yes [2022-06-24T10:02:35.959Z] #77 101.3 checking for error.h... yes [2022-06-24T10:02:35.959Z] #77 101.4 checking linux/openat2.h usability... yes [2022-06-24T10:02:36.002Z] #77 121.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-24T10:02:36.002Z] #77 121.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-24T10:02:36.002Z] #77 121.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-24T10:02:36.002Z] #77 121.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-24T10:02:36.002Z] #77 121.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-24T10:02:36.002Z] #77 121.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-24T10:02:36.002Z] #77 121.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-24T10:02:36.113Z] #84 174.0 CCLD libyajl.la [2022-06-24T10:02:36.218Z] #77 101.6 checking linux/openat2.h presence... yes [2022-06-24T10:02:36.219Z] #77 101.7 checking for linux/openat2.h... yes [2022-06-24T10:02:36.259Z] #77 ... [2022-06-24T10:02:36.259Z] [2022-06-24T10:02:36.259Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:02:36.259Z] #21 sha256:2e61e3c0e66bd46f0bb9e7a7e3a01336d60f0528d2068240fd7696aff2cc1945 [2022-06-24T10:02:36.259Z] #21 32.85 Selecting previously unselected package vim. [2022-06-24T10:02:36.259Z] #21 32.85 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-24T10:02:36.259Z] #21 32.87 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:02:36.259Z] #21 33.37 Selecting previously unselected package xfsprogs. [2022-06-24T10:02:36.259Z] #21 33.38 Preparing to unpack .../46-xfsprogs_5.10.0-4_arm64.deb ... [2022-06-24T10:02:36.259Z] #21 33.39 Unpacking xfsprogs (5.10.0-4) ... [2022-06-24T10:02:36.259Z] #21 33.86 Selecting previously unselected package zip. [2022-06-24T10:02:36.259Z] #21 33.87 Preparing to unpack .../47-zip_3.0-12_arm64.deb ... [2022-06-24T10:02:36.259Z] #21 33.88 Unpacking zip (3.0-12) ... [2022-06-24T10:02:36.259Z] #21 34.02 Selecting previously unselected package zstd. [2022-06-24T10:02:36.259Z] #21 34.02 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-06-24T10:02:36.259Z] #21 34.03 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-24T10:02:36.259Z] #21 34.35 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-24T10:02:36.259Z] #21 35.24 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-06-24T10:02:36.259Z] #21 35.26 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-24T10:02:36.259Z] #21 35.27 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-06-24T10:02:36.259Z] #21 35.28 Setting up libicu67:arm64 (67.1-7) ... [2022-06-24T10:02:36.259Z] #21 35.29 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-06-24T10:02:36.259Z] #21 35.30 Setting up libinih1:arm64 (53-1+b2) ... [2022-06-24T10:02:36.259Z] #21 35.31 Setting up uidmap (1:4.8.1-1) ... [2022-06-24T10:02:36.259Z] #21 35.33 Setting up libyajl2:arm64 (2.1.0-3) ... [2022-06-24T10:02:36.259Z] #21 35.35 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-24T10:02:36.259Z] #21 35.37 Setting up bzip2 (1.0.8-4) ... [2022-06-24T10:02:36.259Z] #21 35.38 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-24T10:02:36.259Z] #21 35.39 Setting up python3-wheel (0.34.2-1) ... [2022-06-24T10:02:36.259Z] #21 36.12 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:02:36.259Z] #21 36.13 Setting up libcap2:arm64 (1:2.44-1) ... [2022-06-24T10:02:36.259Z] #21 36.15 Setting up libcap2-bin (1:2.44-1) ... [2022-06-24T10:02:36.259Z] #21 36.16 Setting up apparmor (2.13.6-10) ... [2022-06-24T10:02:36.259Z] #21 38.03 Setting up zip (3.0-12) ... [2022-06-24T10:02:36.259Z] #21 38.05 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:02:36.259Z] #21 38.09 Setting up bash-completion (1:2.11-2) ... [2022-06-24T10:02:36.259Z] #21 40.88 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T10:02:36.259Z] #21 40.90 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-24T10:02:36.259Z] #21 40.91 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-06-24T10:02:36.259Z] #21 40.92 Setting up patch (2.7.6-7) ... [2022-06-24T10:02:36.259Z] #21 40.93 Setting up sudo (1.9.5p2-3) ... [2022-06-24T10:02:36.259Z] #21 41.01 invoke-rc.d: could not determine current runlevel [2022-06-24T10:02:36.259Z] #21 41.02 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-24T10:02:36.259Z] #21 41.02 Setting up xfsprogs (5.10.0-4) ... [2022-06-24T10:02:36.259Z] #21 41.04 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-06-24T10:02:36.259Z] #21 41.05 Setting up inetutils-ping (2:2.0-1) ... [2022-06-24T10:02:36.259Z] #21 41.07 Setting up pigz (2.6-1) ... [2022-06-24T10:02:36.259Z] #21 41.09 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-06-24T10:02:36.259Z] #21 41.10 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-24T10:02:36.259Z] #21 41.12 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-24T10:02:36.259Z] #21 41.24 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:02:36.259Z] #21 41.73 Setting up libaio1:arm64 (0.3.112-9) ... [2022-06-24T10:02:36.259Z] #21 41.74 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-24T10:02:36.259Z] #21 42.23 Setting up libelf1:arm64 (0.183-1) ... [2022-06-24T10:02:36.259Z] #21 42.24 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-24T10:02:36.259Z] #21 42.28 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-06-24T10:02:36.259Z] #21 42.29 Setting up python3-distutils (3.9.2-1) ... [2022-06-24T10:02:36.259Z] #21 42.76 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:02:36.259Z] #21 42.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-24T10:02:36.259Z] #21 42.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-24T10:02:36.259Z] #21 42.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-24T10:02:36.259Z] #21 42.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-24T10:02:36.259Z] #21 42.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-24T10:02:36.259Z] #21 42.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-24T10:02:36.259Z] #21 42.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-24T10:02:36.259Z] #21 42.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-24T10:02:36.259Z] #21 42.83 Setting up python3-setuptools (52.0.0-4) ... [2022-06-24T10:02:36.262Z] #64 74.01 Updating files: 29% (1393/4776) Updating files: 30% (1433/4776) Updating files: 31% (1481/4776) Updating files: 32% (1529/4776) Updating files: 33% (1577/4776) Updating files: 34% (1624/4776) Updating files: 35% (1672/4776) Updating files: 36% (1720/4776) Updating files: 37% (1768/4776) Updating files: 38% (1815/4776) Updating files: 39% (1863/4776) Updating files: 40% (1911/4776) Updating files: 41% (1959/4776) Updating files: 42% (2006/4776) Updating files: 43% (2054/4776) Updating files: 44% (2102/4776) Updating files: 45% (2150/4776) Updating files: 46% (2197/4776) Updating files: 47% (2245/4776) Updating files: 48% (2293/4776) Updating files: 49% (2341/4776) Updating files: 50% (2388/4776) Updating files: 51% (2436/4776) Updating files: 52% (2484/4776) Updating files: 53% (2532/4776) Updating files: 54% (2580/4776) Updating files: 55% (2627/4776) Updating files: 56% (2675/4776) Updating files: 57% (2723/4776) Updating files: 58% (2771/4776) Updating files: 59% (2818/4776) Updating files: 60% (2866/4776) Updating files: 60% (2891/4776) Updating files: 61% (2914/4776) Updating files: 62% (2962/4776) Updating files: 63% (3009/4776) Updating files: 64% (3057/4776) Updating files: 65% (3105/4776) Updating files: 66% (3153/4776) Updating files: 67% (3200/4776) Updating files: 68% (3248/4776) Updating files: 69% (3296/4776) Updating files: 70% (3344/4776) Updating files: 71% (3391/4776) Updating files: 72% (3439/4776) Updating files: 73% (3487/4776) Updating files: 74% (3535/4776) Updating files: 75% (3582/4776) Updating files: 76% (3630/4776) Updating files: 77% (3678/4776) Updating files: 78% (3726/4776) Updating files: 79% (3774/4776) Updating files: 80% (3821/4776) Updating files: 81% (3869/4776) Updating files: 82% (3917/4776) Updating files: 82% (3949/4776) Updating files: 83% (3965/4776) Updating files: 84% (4012/4776) Updating files: 85% (4060/4776) Updating files: 86% (4108/4776) Updating files: 87% (4156/4776) Updating files: 88% (4203/4776) Updating files: 89% (4251/4776) Updating files: 90% (4299/4776) Updating files: 91% (4347/4776) Updating files: 92% (4394/4776) Updating files: 93% (4442/4776) Updating files: 94% (4490/4776) Updating files: 95% (4538/4776) Updating files: 96% (4585/4776) Updating files: 97% (4633/4776) Updating files: 98% (4681/4776) Updating files: 99% (4729/4776) Updating files: 100% (4776/4776) Updating files: 100% (4776/4776), done. [2022-06-24T10:02:36.262Z] #64 77.05 + cd /tmp/tmp.E8H6PhH9I0/src/github.com/containerd/containerd [2022-06-24T10:02:36.262Z] #64 77.05 + git checkout -q v1.6.6 [2022-06-24T10:02:36.372Z] #84 174.6 CCLD verify/json_verify [2022-06-24T10:02:36.478Z] #77 101.7 checking for copy_file_range... yes [2022-06-24T10:02:36.515Z] #21 ... [2022-06-24T10:02:36.515Z] [2022-06-24T10:02:36.515Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:36.515Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:02:36.515Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-24T10:02:36.515Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-24T10:02:36.515Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-24T10:02:36.515Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-24T10:02:36.515Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-24T10:02:36.515Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-24T10:02:36.515Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-24T10:02:36.515Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-24T10:02:36.515Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-24T10:02:36.515Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-24T10:02:36.515Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-24T10:02:36.515Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-24T10:02:36.737Z] #77 101.9 checking for fgetxattr... yes [2022-06-24T10:02:36.772Z] #77 122.4 make install-recursive [2022-06-24T10:02:36.772Z] #77 122.4 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:02:36.772Z] #77 122.5 Making install in yajl [2022-06-24T10:02:36.772Z] #77 122.5 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:02:36.772Z] #77 122.5 CC verify/json_verify-json_verify.o [2022-06-24T10:02:36.772Z] #77 122.5 CC src/libyajl_la-yajl_alloc.lo [2022-06-24T10:02:36.772Z] #77 122.6 CC src/libyajl_la-yajl.lo [2022-06-24T10:02:36.772Z] #77 122.6 CC src/libyajl_la-yajl_gen.lo [2022-06-24T10:02:36.939Z] #84 175.2 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:02:36.940Z] #84 175.2 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-24T10:02:36.940Z] #84 175.2 make[5]: Nothing to be done for 'install-data-am'. [2022-06-24T10:02:36.940Z] #84 175.2 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:02:36.940Z] #84 175.2 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:02:36.940Z] #84 175.2 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:02:36.997Z] #77 102.2 checking for statx... yes [2022-06-24T10:02:37.029Z] #77 122.6 CC src/libyajl_la-yajl_parser.lo [2022-06-24T10:02:37.029Z] #77 122.7 CC src/libyajl_la-yajl_buf.lo [2022-06-24T10:02:37.029Z] #77 122.7 CC src/libyajl_la-yajl_encode.lo [2022-06-24T10:02:37.029Z] #77 122.7 CC src/libyajl_la-yajl_lex.lo [2022-06-24T10:02:37.029Z] #77 122.7 CC src/libyajl_la-yajl_tree.lo [2022-06-24T10:02:37.199Z] #84 175.4 CC src/validate.o [2022-06-24T10:02:37.199Z] #84 175.4 CC src/image_spec_schema_config_schema.lo [2022-06-24T10:02:37.199Z] #84 175.4 CC src/image_spec_schema_content_descriptor.lo [2022-06-24T10:02:37.199Z] #84 175.4 CC src/image_spec_schema_defs.lo [2022-06-24T10:02:37.199Z] #84 175.4 CC src/image_spec_schema_defs_descriptor.lo [2022-06-24T10:02:37.199Z] #84 175.4 CC src/image_spec_schema_image_index_schema.lo [2022-06-24T10:02:37.199Z] #84 175.4 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-24T10:02:37.199Z] #84 175.4 CC src/runtime_spec_schema_config_linux.lo [2022-06-24T10:02:37.199Z] #84 175.5 CC src/image_spec_schema_image_layout_schema.lo [2022-06-24T10:02:37.199Z] #84 175.5 CC src/runtime_spec_schema_config_zos.lo [2022-06-24T10:02:37.199Z] #84 175.5 CC src/runtime_spec_schema_config_schema.lo [2022-06-24T10:02:37.199Z] #84 175.5 CC src/runtime_spec_schema_config_solaris.lo [2022-06-24T10:02:37.199Z] #84 175.5 CC src/runtime_spec_schema_config_vm.lo [2022-06-24T10:02:37.199Z] #84 175.5 CC src/runtime_spec_schema_config_windows.lo [2022-06-24T10:02:37.199Z] #84 175.6 CC src/runtime_spec_schema_defs.lo [2022-06-24T10:02:37.457Z] #84 175.6 CC src/runtime_spec_schema_defs_linux.lo [2022-06-24T10:02:37.457Z] #84 175.6 CC src/runtime_spec_schema_defs_zos.lo [2022-06-24T10:02:37.458Z] #84 175.6 CC src/runtime_spec_schema_defs_vm.lo [2022-06-24T10:02:37.458Z] #84 175.7 CC src/runtime_spec_schema_defs_windows.lo [2022-06-24T10:02:37.458Z] #84 175.7 CC src/runtime_spec_schema_state_schema.lo [2022-06-24T10:02:37.458Z] #84 175.8 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-24T10:02:37.566Z] #77 102.5 checking for fgetpwent_r... yes [2022-06-24T10:02:37.716Z] #84 175.9 CC src/basic_test_double_array_item.lo [2022-06-24T10:02:37.717Z] #84 176.0 CC src/basic_test_double_array.lo [2022-06-24T10:02:37.825Z] #77 102.8 checking for issetugid... no [2022-06-24T10:02:37.825Z] #77 103.1 checking for pkg-config... /usr/bin/pkg-config [2022-06-24T10:02:37.825Z] #77 103.1 checking pkg-config is at least version 0.9.0... yes [2022-06-24T10:02:37.975Z] #84 176.1 CC src/basic_test_top_array_string.lo [2022-06-24T10:02:37.975Z] #84 176.1 CC src/basic_test_top_array_int.lo [2022-06-24T10:02:38.085Z] #77 103.1 checking for library containing yajl_tree_get... -lyajl [2022-06-24T10:02:38.085Z] #77 103.6 checking for yajl >= 2.0.0... yes [2022-06-24T10:02:38.196Z] #64 78.87 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-24T10:02:38.196Z] #64 78.87 + BUILDTAGS='netgo osusergo static_build' [2022-06-24T10:02:38.196Z] #64 78.87 + export EXTRA_FLAGS=-buildmode=pie [2022-06-24T10:02:38.196Z] #64 78.87 + EXTRA_FLAGS=-buildmode=pie [2022-06-24T10:02:38.196Z] #64 78.87 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-24T10:02:38.196Z] #64 78.87 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-24T10:02:38.196Z] #64 78.87 + '[' '' = dynamic ']' [2022-06-24T10:02:38.196Z] #64 78.87 + make [2022-06-24T10:02:38.233Z] #84 176.3 CC src/basic_test_top_double_array_int.lo [2022-06-24T10:02:38.234Z] #84 176.4 CC src/basic_test_top_double_array_obj.lo [2022-06-24T10:02:38.234Z] #84 176.5 CC src/basic_test_top_double_array_refobj.lo [2022-06-24T10:02:38.234Z] #84 176.5 CC src/basic_test_top_double_array_string.lo [2022-06-24T10:02:38.344Z] #77 103.6 checking sys/capability.h usability... yes [2022-06-24T10:02:38.344Z] #77 103.8 checking sys/capability.h presence... yes [2022-06-24T10:02:38.431Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-24T10:02:38.492Z] #84 176.6 CC src/read-file.lo [2022-06-24T10:02:38.492Z] #84 176.6 CC src/json_common.lo [2022-06-24T10:02:38.492Z] #84 176.7 CC tests/test-1.o [2022-06-24T10:02:38.492Z] #84 176.8 CC tests/test-2.o [2022-06-24T10:02:38.603Z] #77 103.9 checking for sys/capability.h... yes [2022-06-24T10:02:38.750Z] #84 177.0 CC tests/test-3.o [2022-06-24T10:02:38.861Z] #77 103.9 checking for library containing cap_from_name... -lcap [2022-06-24T10:02:39.318Z] #84 177.3 CC tests/test-5.o [2022-06-24T10:02:39.318Z] #84 177.4 CC tests/test-6.o [2022-06-24T10:02:39.318Z] #84 177.5 CC tests/test-4.o [2022-06-24T10:02:39.429Z] #77 104.3 checking for library containing dlopen... -ldl [2022-06-24T10:02:39.429Z] #77 104.8 checking seccomp.h usability... yes [2022-06-24T10:02:39.576Z] #84 177.8 CC tests/test-7.o [2022-06-24T10:02:39.576Z] #84 177.8 CC tests/test-9.o [2022-06-24T10:02:39.576Z] #84 177.8 CC tests/test-10.o [2022-06-24T10:02:39.689Z] #77 105.0 checking seccomp.h presence... yes [2022-06-24T10:02:39.689Z] #77 105.1 checking for seccomp.h... yes [2022-06-24T10:02:39.835Z] #84 177.9 CC tests/test-8.o [2022-06-24T10:02:39.835Z] #84 177.9 CC tests/test-11.o [2022-06-24T10:02:40.256Z] #77 105.1 checking for library containing seccomp_rule_add... -lseccomp [2022-06-24T10:02:40.515Z] #77 105.7 checking for library containing seccomp_arch_resolve_name... none required [2022-06-24T10:02:40.773Z] #77 106.0 checking systemd/sd-bus.h usability... yes [2022-06-24T10:02:41.032Z] #77 106.3 checking systemd/sd-bus.h presence... yes [2022-06-24T10:02:41.032Z] #77 106.4 checking for systemd/sd-bus.h... yes [2022-06-24T10:02:41.291Z] #77 106.4 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-24T10:02:41.495Z] #64 82.01 + bin/ctr [2022-06-24T10:02:41.550Z] #77 106.8 checking for sd_notify_barrier... yes [2022-06-24T10:02:41.808Z] #77 107.1 checking linux/bpf.h usability... yes [2022-06-24T10:02:41.808Z] #77 107.3 checking linux/bpf.h presence... yes [2022-06-24T10:02:42.066Z] #64 ... [2022-06-24T10:02:42.066Z] [2022-06-24T10:02:42.066Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:02:42.066Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:02:42.066Z] #14 141.9 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-24T10:02:42.067Z] #77 107.4 checking for linux/bpf.h... yes [2022-06-24T10:02:42.067Z] #77 107.4 checking compilation for eBPF... yes [2022-06-24T10:02:42.067Z] #77 107.6 checking for criu >= 3.15... no [2022-06-24T10:02:42.067Z] #77 107.6 configure: CRIU headers not found, building without CRIU support [2022-06-24T10:02:42.067Z] #77 107.6 checking for criu > 3.16... no [2022-06-24T10:02:42.067Z] #77 107.6 configure: CRIU version doesn't support join-ns API [2022-06-24T10:02:42.067Z] #77 107.6 checking for criu > 3.16.1... no [2022-06-24T10:02:42.067Z] #77 107.6 configure: CRIU version doesn't support for pre-dumping [2022-06-24T10:02:42.281Z] #77 ... [2022-06-24T10:02:42.281Z] [2022-06-24T10:02:42.281Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:02:42.281Z] #21 sha256:2e61e3c0e66bd46f0bb9e7a7e3a01336d60f0528d2068240fd7696aff2cc1945 [2022-06-24T10:02:42.281Z] #21 44.22 Setting up libjq1:arm64 (1.6-2.1) ... [2022-06-24T10:02:42.281Z] #21 44.23 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-06-24T10:02:42.281Z] #21 44.25 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-24T10:02:42.281Z] #21 44.27 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-24T10:02:42.281Z] #21 45.38 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-06-24T10:02:42.281Z] #21 45.40 Setting up jq (1.6-2.1) ... [2022-06-24T10:02:42.281Z] #21 45.41 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-06-24T10:02:42.281Z] #21 45.48 Setting up iptables (1.8.7-1) ... [2022-06-24T10:02:42.281Z] #21 45.50 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-24T10:02:42.281Z] #21 45.50 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-24T10:02:42.281Z] #21 45.51 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-24T10:02:42.281Z] #21 45.51 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-24T10:02:42.281Z] #21 45.52 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-24T10:02:42.281Z] #21 45.52 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-24T10:02:42.281Z] #21 45.55 Setting up iproute2 (5.10.0-4) ... [2022-06-24T10:02:42.281Z] #21 45.96 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:02:42.281Z] #21 DONE 48.6s [2022-06-24T10:02:42.281Z] [2022-06-24T10:02:42.281Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-24T10:02:42.281Z] #22 sha256:57cb5aa3967f6c73d61f1233d4b3ba00e0b57c52f8650a089cdfe32fe0c039b7 [2022-06-24T10:02:42.325Z] #77 107.7 checking for new mount API (fsconfig)... yes [2022-06-24T10:02:42.325Z] #77 107.7 checking for seccomp notify API... [2022-06-24T10:02:42.325Z] #77 ... [2022-06-24T10:02:42.325Z] [2022-06-24T10:02:42.326Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:02:42.326Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T10:02:42.326Z] #21 2.291 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:02:42.326Z] #21 2.408 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:02:42.326Z] #21 2.412 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:02:42.326Z] #21 2.929 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:02:42.326Z] #21 4.180 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:02:42.326Z] #21 5.624 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:02:42.327Z] #14 141.9 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:02:42.327Z] #14 142.0 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:02:42.546Z] #22 0.675 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-24T10:02:42.547Z] #22 0.679 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-24T10:02:42.547Z] #22 0.682 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-24T10:02:42.547Z] #22 DONE 0.7s [2022-06-24T10:02:42.547Z] [2022-06-24T10:02:42.547Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:42.547Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:02:42.547Z] #77 128.2 CCLD libyajl.la [2022-06-24T10:02:42.584Z] #21 10.18 Fetched 8545 kB in 8s (1043 kB/s) [2022-06-24T10:02:42.584Z] #21 10.18 Reading package lists... [2022-06-24T10:02:42.584Z] #21 ... [2022-06-24T10:02:42.584Z] [2022-06-24T10:02:42.584Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:42.584Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:02:42.584Z] #77 107.7 checking for seccomp notify API... yes [2022-06-24T10:02:42.584Z] #77 107.9 checking for gperf... no [2022-06-24T10:02:42.584Z] #77 107.9 configure: gperf not found - cannot rebuild signal parser code [2022-06-24T10:02:42.843Z] #77 107.9 checking for library containing argp_parse... none required [2022-06-24T10:02:42.843Z] #77 108.3 checking that generated files are newer than configure... done [2022-06-24T10:02:42.843Z] #77 108.3 configure: creating ./config.status [2022-06-24T10:02:43.116Z] #77 128.6 CCLD verify/json_verify [2022-06-24T10:02:43.372Z] #77 129.1 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:02:43.372Z] #77 129.1 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-24T10:02:43.372Z] #77 129.1 make[5]: Nothing to be done for 'install-data-am'. [2022-06-24T10:02:43.372Z] #77 129.1 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:02:43.372Z] #77 129.1 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:02:43.372Z] #77 129.1 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:02:43.628Z] #77 129.2 CC src/validate.o [2022-06-24T10:02:43.628Z] #77 129.2 CC src/image_spec_schema_config_schema.lo [2022-06-24T10:02:43.628Z] #77 129.2 CC src/image_spec_schema_content_descriptor.lo [2022-06-24T10:02:43.628Z] #77 129.2 CC src/image_spec_schema_defs.lo [2022-06-24T10:02:43.628Z] #77 129.3 CC src/image_spec_schema_defs_descriptor.lo [2022-06-24T10:02:43.628Z] #77 129.3 CC src/image_spec_schema_image_index_schema.lo [2022-06-24T10:02:43.628Z] #77 129.3 CC src/image_spec_schema_image_layout_schema.lo [2022-06-24T10:02:43.628Z] #77 129.3 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-24T10:02:43.628Z] #77 129.4 CC src/runtime_spec_schema_config_linux.lo [2022-06-24T10:02:43.628Z] #77 129.4 CC src/runtime_spec_schema_config_zos.lo [2022-06-24T10:02:43.628Z] #77 129.4 CC src/runtime_spec_schema_config_schema.lo [2022-06-24T10:02:43.884Z] #77 129.5 CC src/runtime_spec_schema_config_solaris.lo [2022-06-24T10:02:43.884Z] #77 129.5 CC src/runtime_spec_schema_config_vm.lo [2022-06-24T10:02:43.884Z] #77 129.5 CC src/runtime_spec_schema_config_windows.lo [2022-06-24T10:02:43.884Z] #77 129.5 CC src/runtime_spec_schema_defs.lo [2022-06-24T10:02:43.884Z] #77 129.7 CC src/runtime_spec_schema_defs_linux.lo [2022-06-24T10:02:44.150Z] #77 129.7 CC src/runtime_spec_schema_defs_zos.lo [2022-06-24T10:02:44.150Z] #77 129.8 CC src/runtime_spec_schema_defs_vm.lo [2022-06-24T10:02:44.150Z] #77 129.8 CC src/runtime_spec_schema_defs_windows.lo [2022-06-24T10:02:44.410Z] #77 129.9 CC src/runtime_spec_schema_state_schema.lo [2022-06-24T10:02:44.410Z] #77 130.1 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-24T10:02:44.666Z] #77 130.3 CC src/basic_test_double_array_item.lo [2022-06-24T10:02:44.666Z] #77 130.4 CC src/basic_test_double_array.lo [2022-06-24T10:02:44.666Z] #77 130.5 CC src/basic_test_top_array_int.lo [2022-06-24T10:02:44.922Z] #77 130.6 CC src/basic_test_top_array_string.lo [2022-06-24T10:02:45.001Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-24T10:02:45.180Z] #77 130.8 CC src/basic_test_top_double_array_int.lo [2022-06-24T10:02:45.377Z] #77 111.0 config.status: creating Makefile [2022-06-24T10:02:45.436Z] #77 131.0 CC src/basic_test_top_double_array_obj.lo [2022-06-24T10:02:45.635Z] #77 111.0 config.status: creating rpm/crun.spec [2022-06-24T10:02:45.635Z] #77 111.1 config.status: creating config.h [2022-06-24T10:02:45.635Z] #77 111.1 config.status: executing libtool commands [2022-06-24T10:02:45.635Z] #77 111.2 config.status: executing depfiles commands [2022-06-24T10:02:45.723Z] #77 131.2 CC src/basic_test_top_double_array_refobj.lo [2022-06-24T10:02:45.723Z] #77 131.5 CC src/basic_test_top_double_array_string.lo [2022-06-24T10:02:46.019Z] #77 131.7 CC src/read-file.lo [2022-06-24T10:02:46.202Z] #77 ... [2022-06-24T10:02:46.203Z] [2022-06-24T10:02:46.203Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:02:46.203Z] #34 sha256:1db4a1090cc01a0e0e1fc35d6d2347bc515c4526c2959f71b03cec297d1441d5 [2022-06-24T10:02:46.203Z] #34 DONE 160.5s [2022-06-24T10:02:46.276Z] #77 131.8 CC src/json_common.lo [2022-06-24T10:02:46.276Z] #77 132.0 CC tests/test-1.o [2022-06-24T10:02:46.397Z] #84 ... [2022-06-24T10:02:46.397Z] [2022-06-24T10:02:46.397Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:02:46.397Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:02:46.397Z] #19 232.4 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-06-24T10:02:46.397Z] #19 232.4 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:02:46.397Z] #19 232.5 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-24T10:02:46.397Z] #19 232.8 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-06-24T10:02:46.397Z] #19 232.9 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:02:46.397Z] #19 232.9 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-24T10:02:46.462Z] [2022-06-24T10:02:46.462Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:02:46.462Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T10:02:46.462Z] #21 10.18 Reading package lists... [2022-06-24T10:02:46.537Z] #77 132.1 CC tests/test-2.o [2022-06-24T10:02:46.797Z] #77 132.3 CC tests/test-3.o [2022-06-24T10:02:47.053Z] #77 132.6 CC tests/test-4.o [2022-06-24T10:02:47.053Z] #77 132.8 CC tests/test-5.o [2022-06-24T10:02:47.053Z] #77 132.8 CC tests/test-6.o [2022-06-24T10:02:47.309Z] #77 133.1 CC tests/test-7.o [2022-06-24T10:02:47.565Z] #77 133.4 CC tests/test-8.o [2022-06-24T10:02:47.822Z] #77 133.5 CC tests/test-9.o [2022-06-24T10:02:48.078Z] #77 133.7 CC tests/test-10.o [2022-06-24T10:02:48.078Z] #77 133.8 CC tests/test-11.o [2022-06-24T10:02:49.000Z] #21 13.42 Reading package lists... [2022-06-24T10:02:49.259Z] [2022-06-24T10:02:49.259Z] #21 ... [2022-06-24T10:02:49.259Z] [2022-06-24T10:02:49.259Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T10:02:49.259Z] #36 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T10:02:49.259Z] #36 163.4 Delve is a source level debugger for Go programs. [2022-06-24T10:02:49.259Z] #36 163.4 [2022-06-24T10:02:49.259Z] #36 163.4 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-24T10:02:49.259Z] #36 163.4 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-24T10:02:49.259Z] #36 163.4 [2022-06-24T10:02:49.259Z] #36 163.4 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-24T10:02:49.259Z] #36 163.4 [2022-06-24T10:02:49.259Z] #36 163.4 Pass flags to the program you are debugging using `--`, for example: [2022-06-24T10:02:49.259Z] #36 163.4 [2022-06-24T10:02:49.259Z] #36 163.4 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-24T10:02:49.259Z] #36 163.4 [2022-06-24T10:02:49.259Z] #36 163.4 Usage: [2022-06-24T10:02:49.259Z] #36 163.4 dlv [command] [2022-06-24T10:02:49.259Z] #36 163.4 [2022-06-24T10:02:49.259Z] #36 163.4 Available Commands: [2022-06-24T10:02:49.259Z] #36 163.4 attach Attach to running process and begin debugging. [2022-06-24T10:02:49.259Z] #36 163.4 connect Connect to a headless debug server with a terminal client. [2022-06-24T10:02:49.259Z] #36 163.4 core Examine a core dump. [2022-06-24T10:02:49.259Z] #36 163.4 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-24T10:02:49.259Z] #36 163.4 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-24T10:02:49.259Z] #36 163.4 exec Execute a precompiled binary, and begin a debug session. [2022-06-24T10:02:49.259Z] #36 163.4 help Help about any command [2022-06-24T10:02:49.259Z] #36 163.4 run Deprecated command. Use 'debug' instead. [2022-06-24T10:02:49.259Z] #36 163.4 test Compile test binary and begin debugging program. [2022-06-24T10:02:49.259Z] #36 163.4 trace Compile and begin tracing program. [2022-06-24T10:02:49.259Z] #36 163.4 version Prints version. [2022-06-24T10:02:49.259Z] #36 163.4 [2022-06-24T10:02:49.259Z] #36 163.4 Flags: [2022-06-24T10:02:49.259Z] #36 163.4 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-24T10:02:49.259Z] #36 163.4 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-24T10:02:49.259Z] #36 163.4 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-24T10:02:49.259Z] #36 163.4 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-24T10:02:49.259Z] #36 163.4 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-24T10:02:49.259Z] #36 163.4 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-24T10:02:49.259Z] #36 163.4 --disable-aslr Disables address space randomization [2022-06-24T10:02:49.259Z] #36 163.4 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-24T10:02:49.259Z] #36 163.4 -h, --help help for dlv [2022-06-24T10:02:49.259Z] #36 163.4 --init string Init file, executed by the terminal client. [2022-06-24T10:02:49.259Z] #36 163.4 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-24T10:02:49.259Z] #36 163.4 --log Enable debugging server logging. [2022-06-24T10:02:49.259Z] #36 163.4 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-24T10:02:49.259Z] #36 163.4 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-24T10:02:49.259Z] #36 163.4 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-24T10:02:49.259Z] #36 163.4 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-24T10:02:49.259Z] #36 163.4 --wd string Working directory for running the program. [2022-06-24T10:02:49.259Z] #36 163.4 [2022-06-24T10:02:49.259Z] #36 163.4 Additional help topics: [2022-06-24T10:02:49.259Z] #36 163.4 dlv backend Help about the --backend flag. [2022-06-24T10:02:49.259Z] #36 163.4 dlv log Help about logging flags. [2022-06-24T10:02:49.259Z] #36 163.4 dlv redirect Help about file redirection. [2022-06-24T10:02:49.259Z] #36 163.4 [2022-06-24T10:02:49.259Z] #36 163.4 Use "dlv [command] --help" for more information about a command. [2022-06-24T10:02:49.259Z] #36 DONE 163.7s [2022-06-24T10:02:49.259Z] [2022-06-24T10:02:49.259Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:02:49.259Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T10:02:50.197Z] #21 16.91 Building dependency tree... [2022-06-24T10:02:50.474Z] #14 ... [2022-06-24T10:02:50.474Z] [2022-06-24T10:02:50.474Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:50.474Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:02:50.474Z] #77 66.88 libtoolize: putting auxiliary files in '.'. [2022-06-24T10:02:50.474Z] #77 66.88 libtoolize: copying file './ltmain.sh' [2022-06-24T10:02:50.474Z] #77 68.80 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-24T10:02:50.474Z] #77 68.80 libtoolize: and rerunning libtoolize and aclocal. [2022-06-24T10:02:50.474Z] #77 68.80 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-24T10:02:51.135Z] #21 18.70 The following additional packages will be installed: [2022-06-24T10:02:51.135Z] #21 18.72 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-24T10:02:51.135Z] #21 18.72 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-24T10:02:51.135Z] #21 18.72 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-24T10:02:51.135Z] #21 18.72 python3-pkg-resources vim-runtime xxd [2022-06-24T10:02:51.135Z] #21 18.74 Suggested packages: [2022-06-24T10:02:51.135Z] #21 18.74 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-24T10:02:51.135Z] #21 18.74 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-24T10:02:51.135Z] #21 18.74 acl attr quota [2022-06-24T10:02:51.135Z] #21 18.74 Recommended packages: [2022-06-24T10:02:51.135Z] #21 18.74 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-24T10:02:52.559Z] #21 20.26 The following NEW packages will be installed: [2022-06-24T10:02:52.559Z] #21 20.26 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-24T10:02:52.559Z] #21 20.26 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-24T10:02:52.559Z] #21 20.26 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-24T10:02:52.559Z] #21 20.26 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-24T10:02:52.559Z] #21 20.26 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-24T10:02:52.559Z] #21 20.26 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-24T10:02:52.559Z] #21 20.26 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-24T10:02:52.559Z] #21 20.26 xz-utils zip zstd [2022-06-24T10:02:52.837Z] #21 20.60 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:02:52.837Z] #21 20.60 Need to get 27.7 MB of archives. [2022-06-24T10:02:52.837Z] #21 20.60 After this operation, 106 MB of additional disk space will be used. [2022-06-24T10:02:52.837Z] #21 20.60 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-24T10:02:52.837Z] #21 20.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-24T10:02:52.837Z] #21 20.64 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-24T10:02:52.837Z] #21 20.64 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-24T10:02:52.837Z] #21 20.64 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-24T10:02:52.837Z] #21 20.64 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-24T10:02:52.837Z] #21 20.64 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-24T10:02:52.837Z] #21 20.64 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-24T10:02:52.837Z] #21 20.66 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-24T10:02:52.837Z] #21 20.67 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-24T10:02:52.837Z] #21 20.67 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-24T10:02:52.837Z] #21 20.72 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-24T10:02:52.837Z] #21 20.72 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-24T10:02:52.837Z] #21 20.72 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-24T10:02:52.837Z] #21 20.72 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-24T10:02:53.105Z] #21 20.74 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-24T10:02:53.105Z] #21 20.74 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-24T10:02:53.105Z] #21 20.74 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-24T10:02:53.105Z] #21 20.74 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-24T10:02:53.105Z] #21 20.74 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-24T10:02:53.105Z] #21 20.74 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-24T10:02:53.105Z] #21 20.78 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-24T10:02:53.105Z] #21 20.86 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-24T10:02:53.105Z] #21 20.86 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-24T10:02:53.105Z] #21 20.86 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-24T10:02:53.105Z] #21 20.86 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-24T10:02:53.105Z] #21 20.86 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-24T10:02:53.325Z] #77 ... [2022-06-24T10:02:53.325Z] [2022-06-24T10:02:53.325Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-24T10:02:53.325Z] #23 sha256:adf5fa138999af2ba1d1b50dc13c9db9565a4dab8f90ccb554bc0b5882ea1da1 [2022-06-24T10:02:53.325Z] #23 9.435 Collecting yamllint==1.26.1 [2022-06-24T10:02:53.325Z] #23 10.49 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-24T10:02:53.372Z] #21 21.14 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-24T10:02:53.372Z] #21 21.14 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-24T10:02:53.372Z] #21 21.19 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-24T10:02:53.372Z] #21 21.19 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-24T10:02:53.372Z] #21 21.19 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-24T10:02:53.372Z] #21 21.19 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-24T10:02:53.372Z] #21 21.19 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-24T10:02:53.372Z] #21 21.19 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-24T10:02:53.372Z] #21 21.25 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-24T10:02:53.372Z] #21 21.25 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-24T10:02:53.372Z] #21 21.25 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-24T10:02:53.372Z] #21 21.26 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-24T10:02:53.660Z] #21 21.26 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-24T10:02:53.660Z] #21 21.26 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-24T10:02:53.660Z] #21 21.28 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-24T10:02:53.660Z] #21 21.36 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-24T10:02:53.660Z] #21 21.37 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-24T10:02:53.660Z] #21 21.37 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-24T10:02:53.780Z] #77 ... [2022-06-24T10:02:53.781Z] [2022-06-24T10:02:53.781Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:02:53.781Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:02:53.781Z] #14 153.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-24T10:02:53.781Z] #14 153.6 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:02:53.781Z] #14 153.6 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-24T10:02:53.922Z] #21 21.57 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-24T10:02:53.922Z] #21 21.63 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-24T10:02:53.922Z] #21 21.68 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-24T10:02:53.922Z] #21 21.71 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-24T10:02:54.253Z] #23 11.56 Collecting pathspec>=0.5.3 [2022-06-24T10:02:54.253Z] #23 11.58 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-24T10:02:54.509Z] #23 11.86 Collecting pyyaml [2022-06-24T10:02:54.509Z] #23 11.87 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-06-24T10:02:54.509Z] #23 11.93 Building wheels for collected packages: yamllint [2022-06-24T10:02:54.509Z] #23 11.93 Building wheel for yamllint (setup.py): started [2022-06-24T10:02:54.858Z] #21 22.49 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:02:54.858Z] #21 22.62 Fetched 27.7 MB in 1s (19.7 MB/s) [2022-06-24T10:02:54.858Z] #21 22.69 Selecting previously unselected package pigz. [2022-06-24T10:02:55.117Z] #21 22.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-24T10:02:55.117Z] #21 22.75 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-24T10:02:55.117Z] #21 22.76 Unpacking pigz (2.6-1) ... [2022-06-24T10:02:55.117Z] #21 22.86 Selecting previously unselected package libelf1:amd64. [2022-06-24T10:02:55.117Z] #21 22.86 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-24T10:02:55.117Z] #21 22.87 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-24T10:02:55.376Z] #21 23.02 Selecting previously unselected package libbpf0:amd64. [2022-06-24T10:02:55.376Z] #21 23.03 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-24T10:02:55.376Z] #21 23.04 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-24T10:02:55.376Z] #21 23.13 Selecting previously unselected package libcap2:amd64. [2022-06-24T10:02:55.376Z] #21 23.14 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-24T10:02:55.376Z] #21 23.14 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-24T10:02:55.376Z] #21 23.19 Selecting previously unselected package libmnl0:amd64. [2022-06-24T10:02:55.451Z] #23 12.89 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-24T10:02:55.636Z] #21 23.19 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-24T10:02:55.636Z] #21 23.20 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-24T10:02:55.636Z] #21 23.26 Selecting previously unselected package libxtables12:amd64. [2022-06-24T10:02:55.636Z] #21 23.27 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-24T10:02:55.636Z] #21 23.27 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-24T10:02:55.636Z] #21 23.34 Selecting previously unselected package libcap2-bin. [2022-06-24T10:02:55.636Z] #21 23.34 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-24T10:02:55.636Z] #21 23.34 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-24T10:02:55.636Z] #21 23.44 Selecting previously unselected package iproute2. [2022-06-24T10:02:55.636Z] #21 23.44 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-24T10:02:55.707Z] #23 12.90 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=df526ec030f4a630d5e148fad891075fb23bc731df169bba961528161d08e734 [2022-06-24T10:02:55.707Z] #23 12.90 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-24T10:02:55.707Z] #23 12.90 Successfully built yamllint [2022-06-24T10:02:55.707Z] #23 12.92 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-24T10:02:55.895Z] #21 23.44 Unpacking iproute2 (5.10.0-4) ... [2022-06-24T10:02:55.964Z] #23 13.35 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-24T10:02:56.155Z] #21 23.94 Selecting previously unselected package xxd. [2022-06-24T10:02:56.155Z] #21 23.94 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-24T10:02:56.155Z] #21 23.95 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:02:56.414Z] #21 24.06 Selecting previously unselected package vim-common. [2022-06-24T10:02:56.414Z] #21 24.06 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T10:02:56.414Z] #21 24.09 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:02:56.414Z] #21 24.23 Selecting previously unselected package bash-completion. [2022-06-24T10:02:56.414Z] #21 24.23 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-24T10:02:56.526Z] #23 DONE 14.1s [2022-06-24T10:02:56.526Z] [2022-06-24T10:02:56.526Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:02:56.526Z] #64 sha256:45c8a83959e5b03b4036c2a920ac2319559482b7af17b0be87a8e7dc78ebc1a9 [2022-06-24T10:02:57.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-24T10:02:57.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-24T10:02:57.351Z] #21 ... [2022-06-24T10:02:57.351Z] [2022-06-24T10:02:57.351Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:02:57.351Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:02:57.351Z] #77 112.5 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-24T10:02:57.351Z] #77 112.6 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-24T10:02:57.351Z] #77 113.0 checking for gcc... gcc [2022-06-24T10:02:57.351Z] #77 113.1 checking whether the C compiler works... yes [2022-06-24T10:02:57.351Z] #77 113.4 checking for C compiler default output file name... a.out [2022-06-24T10:02:57.351Z] #77 113.4 checking for suffix of executables... [2022-06-24T10:02:57.351Z] #77 113.6 checking whether we are cross compiling... no [2022-06-24T10:02:57.351Z] #77 113.9 checking for suffix of object files... o [2022-06-24T10:02:57.351Z] #77 114.1 checking whether we are using the GNU C compiler... yes [2022-06-24T10:02:57.351Z] #77 114.1 checking whether gcc accepts -g... yes [2022-06-24T10:02:57.351Z] #77 114.2 checking for gcc option to accept ISO C89... none needed [2022-06-24T10:02:57.351Z] #77 114.3 checking whether gcc understands -c and -o together... yes [2022-06-24T10:02:57.351Z] #77 114.5 checking how to run the C preprocessor... gcc -E [2022-06-24T10:02:57.351Z] #77 114.7 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T10:02:57.351Z] #77 114.7 checking for egrep... /bin/grep -E [2022-06-24T10:02:57.351Z] #77 114.7 checking for ANSI C header files... yes [2022-06-24T10:02:57.351Z] #77 115.2 checking for sys/types.h... yes [2022-06-24T10:02:57.351Z] #77 115.5 checking for sys/stat.h... yes [2022-06-24T10:02:57.351Z] #77 115.6 checking for stdlib.h... yes [2022-06-24T10:02:57.351Z] #77 115.8 checking for string.h... yes [2022-06-24T10:02:57.351Z] #77 116.0 checking for memory.h... yes [2022-06-24T10:02:57.351Z] #77 116.2 checking for strings.h... yes [2022-06-24T10:02:57.351Z] #77 116.4 checking for inttypes.h... yes [2022-06-24T10:02:57.351Z] #77 116.6 checking for stdint.h... yes [2022-06-24T10:02:57.351Z] #77 116.8 checking for unistd.h... yes [2022-06-24T10:02:57.351Z] #77 117.0 checking minix/config.h usability... no [2022-06-24T10:02:57.351Z] #77 117.1 checking minix/config.h presence... no [2022-06-24T10:02:57.351Z] #77 117.2 checking for minix/config.h... no [2022-06-24T10:02:57.351Z] #77 117.2 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-24T10:02:57.351Z] #77 117.4 checking build system type... x86_64-pc-linux-gnu [2022-06-24T10:02:57.351Z] #77 117.6 checking host system type... x86_64-pc-linux-gnu [2022-06-24T10:02:57.351Z] #77 117.6 checking how to print strings... printf [2022-06-24T10:02:57.351Z] #77 117.6 checking for a sed that does not truncate output... /bin/sed [2022-06-24T10:02:57.351Z] #77 117.7 checking for fgrep... /bin/grep -F [2022-06-24T10:02:57.351Z] #77 117.7 checking for ld used by gcc... /usr/bin/ld [2022-06-24T10:02:57.351Z] #77 117.7 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T10:02:57.351Z] #77 117.7 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T10:02:57.351Z] #77 117.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T10:02:57.352Z] #77 117.9 checking whether ln -s works... yes [2022-06-24T10:02:57.352Z] #77 117.9 checking the maximum length of command line arguments... 1572864 [2022-06-24T10:02:57.352Z] #77 117.9 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-24T10:02:57.352Z] #77 117.9 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T10:02:57.352Z] #77 117.9 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T10:02:57.352Z] #77 117.9 checking for objdump... objdump [2022-06-24T10:02:57.352Z] #77 117.9 checking how to recognize dependent libraries... pass_all [2022-06-24T10:02:57.352Z] #77 117.9 checking for dlltool... no [2022-06-24T10:02:57.352Z] #77 117.9 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T10:02:57.352Z] #77 117.9 checking for ar... ar [2022-06-24T10:02:57.352Z] #77 117.9 checking for archiver @FILE support... @ [2022-06-24T10:02:57.352Z] #77 118.1 checking for strip... strip [2022-06-24T10:02:57.352Z] #77 118.1 checking for ranlib... ranlib [2022-06-24T10:02:57.352Z] #77 118.1 checking for gawk... no [2022-06-24T10:02:57.352Z] #77 118.1 checking for mawk... mawk [2022-06-24T10:02:57.352Z] #77 118.1 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T10:02:57.352Z] #77 118.6 checking for sysroot... no [2022-06-24T10:02:57.352Z] #77 118.6 checking for a working dd... /bin/dd [2022-06-24T10:02:57.352Z] #77 118.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T10:02:57.352Z] #77 118.7 checking for mt... no [2022-06-24T10:02:57.352Z] #77 118.7 checking if : is a manifest tool... no [2022-06-24T10:02:57.352Z] #77 118.8 checking for dlfcn.h... yes [2022-06-24T10:02:57.352Z] #77 119.0 checking for objdir... .libs [2022-06-24T10:02:57.352Z] #77 119.3 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T10:02:57.352Z] #77 119.4 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T10:02:57.352Z] #77 119.4 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T10:02:57.352Z] #77 119.5 checking if gcc static flag -static works... yes [2022-06-24T10:02:57.352Z] #77 120.0 checking if gcc supports -c -o file.o... yes [2022-06-24T10:02:57.352Z] #77 120.2 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T10:02:57.352Z] #77 120.2 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-24T10:02:57.352Z] #77 120.2 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T10:02:57.352Z] #77 120.4 checking how to hardcode library paths into programs... immediate [2022-06-24T10:02:57.352Z] #77 120.4 checking whether stripping libraries is possible... yes [2022-06-24T10:02:57.352Z] #77 120.4 checking if libtool supports shared libraries... yes [2022-06-24T10:02:57.352Z] #77 120.4 checking whether to build shared libraries... no [2022-06-24T10:02:57.352Z] #77 120.4 checking whether to build static libraries... yes [2022-06-24T10:02:57.352Z] #77 120.4 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T10:02:57.352Z] #77 120.4 checking whether build environment is sane... yes [2022-06-24T10:02:57.352Z] #77 120.5 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T10:02:57.352Z] #77 120.5 checking whether make sets $(MAKE)... yes [2022-06-24T10:02:57.352Z] #77 120.5 checking whether make supports the include directive... yes (GNU style) [2022-06-24T10:02:57.352Z] #77 120.6 checking whether make supports nested variables... yes [2022-06-24T10:02:57.352Z] #77 120.6 checking whether UID '0' is supported by ustar format... yes [2022-06-24T10:02:57.352Z] #77 120.6 checking whether GID '0' is supported by ustar format... yes [2022-06-24T10:02:57.352Z] #77 120.6 checking how to create a ustar tar archive... gnutar [2022-06-24T10:02:57.352Z] #77 120.7 checking dependency style of gcc... gcc3 [2022-06-24T10:02:57.352Z] #77 120.8 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T10:02:57.352Z] #77 120.8 checking whether make supports nested variables... (cached) yes [2022-06-24T10:02:57.352Z] #77 120.8 checking for pkg-config... /usr/bin/pkg-config [2022-06-24T10:02:57.352Z] #77 120.8 checking pkg-config is at least version 0.9.0... yes [2022-06-24T10:02:57.352Z] #77 120.8 checking for yajl >= 2.1.0... yes [2022-06-24T10:02:57.352Z] #77 120.8 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-24T10:02:57.352Z] #77 120.8 checking for gcc... (cached) gcc [2022-06-24T10:02:57.352Z] #77 120.9 checking whether we are using the GNU C compiler... (cached) yes [2022-06-24T10:02:57.352Z] #77 120.9 checking whether gcc accepts -g... (cached) yes [2022-06-24T10:02:57.352Z] #77 120.9 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-24T10:02:57.352Z] #77 120.9 checking whether gcc understands -c and -o together... (cached) yes [2022-06-24T10:02:57.352Z] #77 120.9 checking for a Python interpreter with version >= 3... python3 [2022-06-24T10:02:57.352Z] #77 121.0 checking for python3... /usr/bin/python3 [2022-06-24T10:02:57.352Z] #77 121.0 checking for python3 version... 3.9 [2022-06-24T10:02:57.352Z] #77 121.1 checking for python3 platform... linux [2022-06-24T10:02:57.352Z] #77 121.1 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-24T10:02:57.352Z] #77 121.3 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-24T10:02:57.352Z] #77 121.6 checking that generated files are newer than configure... done [2022-06-24T10:02:57.352Z] #77 121.6 configure: creating ./config.status [2022-06-24T10:02:58.288Z] #77 123.6 config.status: creating Makefile [2022-06-24T10:02:58.288Z] #77 123.6 config.status: creating config.h [2022-06-24T10:02:58.288Z] #77 123.7 config.status: executing libtool commands [2022-06-24T10:02:58.288Z] #77 123.7 config.status: executing depfiles commands [2022-06-24T10:02:58.345Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-24T10:02:58.547Z] #77 ... [2022-06-24T10:02:58.547Z] [2022-06-24T10:02:58.547Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:02:58.547Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T10:02:58.547Z] #21 26.23 Unpacking bash-completion (1:2.11-2) ... [2022-06-24T10:02:59.116Z] #21 26.74 Selecting previously unselected package bzip2. [2022-06-24T10:02:59.116Z] #21 26.75 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-24T10:02:59.116Z] #21 26.76 Unpacking bzip2 (1.0.8-4) ... [2022-06-24T10:02:59.116Z] #21 26.84 Selecting previously unselected package xz-utils. [2022-06-24T10:02:59.116Z] #21 26.84 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-24T10:02:59.116Z] #21 26.85 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T10:02:59.375Z] #21 27.05 Selecting previously unselected package apparmor. [2022-06-24T10:02:59.375Z] #21 27.05 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-24T10:02:59.375Z] #21 27.10 Unpacking apparmor (2.13.6-10) ... [2022-06-24T10:02:59.943Z] #21 27.56 Selecting previously unselected package inetutils-ping. [2022-06-24T10:02:59.943Z] #21 27.57 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-24T10:02:59.943Z] #21 27.58 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-24T10:02:59.943Z] #21 27.66 Selecting previously unselected package libip4tc2:amd64. [2022-06-24T10:02:59.943Z] #21 27.67 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-24T10:02:59.943Z] #21 27.68 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-24T10:02:59.943Z] #21 27.77 Selecting previously unselected package libip6tc2:amd64. [2022-06-24T10:03:00.203Z] #21 27.77 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-24T10:03:00.203Z] #21 27.77 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-24T10:03:00.203Z] #21 27.83 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-24T10:03:00.203Z] #21 27.84 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-24T10:03:00.203Z] #21 27.85 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-24T10:03:00.203Z] #21 27.93 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-24T10:03:00.203Z] #21 27.95 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-24T10:03:00.203Z] #21 27.95 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-24T10:03:00.203Z] #21 28.04 Selecting previously unselected package libnftnl11:amd64. [2022-06-24T10:03:00.251Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-24T10:03:00.370Z] #14 ... [2022-06-24T10:03:00.370Z] [2022-06-24T10:03:00.370Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:03:00.370Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:03:00.370Z] #77 84.66 configure.ac:7: installing './compile' [2022-06-24T10:03:00.370Z] #77 84.66 configure.ac:11: installing './config.guess' [2022-06-24T10:03:00.370Z] #77 84.69 configure.ac:11: installing './config.sub' [2022-06-24T10:03:00.370Z] #77 84.71 configure.ac:8: installing './install-sh' [2022-06-24T10:03:00.370Z] #77 84.73 configure.ac:8: installing './missing' [2022-06-24T10:03:00.370Z] #77 84.91 Makefile.am: installing './depcomp' [2022-06-24T10:03:00.462Z] #21 28.04 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-24T10:03:00.462Z] #21 28.04 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-24T10:03:00.462Z] #21 28.16 Selecting previously unselected package iptables. [2022-06-24T10:03:00.462Z] #21 28.16 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-24T10:03:00.462Z] #21 28.17 Unpacking iptables (1.8.7-1) ... [2022-06-24T10:03:00.631Z] #77 87.46 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-24T10:03:00.631Z] #77 87.46 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-24T10:03:00.721Z] #21 28.51 Selecting previously unselected package libonig5:amd64. [2022-06-24T10:03:00.721Z] #21 28.51 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-24T10:03:00.721Z] #21 28.52 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T10:03:00.980Z] #21 28.69 Selecting previously unselected package libjq1:amd64. [2022-06-24T10:03:00.980Z] #21 28.71 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-24T10:03:00.980Z] #21 28.71 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-24T10:03:00.980Z] #21 28.82 Selecting previously unselected package jq. [2022-06-24T10:03:00.980Z] #21 28.83 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-24T10:03:00.980Z] #21 28.83 Unpacking jq (1.6-2.1) ... [2022-06-24T10:03:01.202Z] #77 88.01 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-24T10:03:01.202Z] #77 88.01 libtoolize: copying file 'm4/libtool.m4' [2022-06-24T10:03:01.202Z] #77 88.08 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-24T10:03:01.239Z] #21 28.94 Selecting previously unselected package libaio1:amd64. [2022-06-24T10:03:01.239Z] #21 28.94 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-24T10:03:01.239Z] #21 28.95 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-24T10:03:01.239Z] #21 29.01 Selecting previously unselected package libgpm2:amd64. [2022-06-24T10:03:01.239Z] #21 29.02 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-24T10:03:01.239Z] #21 29.02 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-24T10:03:01.239Z] #21 29.09 Selecting previously unselected package libicu67:amd64. [2022-06-24T10:03:01.239Z] #21 29.10 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-24T10:03:01.239Z] #21 29.10 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-24T10:03:01.464Z] #77 88.27 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-24T10:03:01.632Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-24T10:03:01.724Z] #77 88.55 libtoolize: copying file 'm4/ltversion.m4' [2022-06-24T10:03:01.892Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-24T10:03:01.984Z] #77 88.94 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-24T10:03:02.244Z] #77 89.15 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-24T10:03:03.796Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-24T10:03:05.430Z] #21 32.56 Selecting previously unselected package libinih1:amd64. [2022-06-24T10:03:05.430Z] #21 32.56 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-24T10:03:05.430Z] #21 32.57 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-24T10:03:05.430Z] #21 32.65 Selecting previously unselected package libnet1:amd64. [2022-06-24T10:03:05.430Z] #21 32.65 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-24T10:03:05.430Z] #21 32.66 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T10:03:05.430Z] #21 32.77 Selecting previously unselected package libnl-3-200:amd64. [2022-06-24T10:03:05.430Z] #21 32.77 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-24T10:03:05.430Z] #21 32.78 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T10:03:05.430Z] #21 32.87 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-24T10:03:05.430Z] #21 32.87 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-24T10:03:05.430Z] #21 32.89 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T10:03:05.430Z] #21 32.94 Selecting previously unselected package libyajl2:amd64. [2022-06-24T10:03:05.430Z] #21 32.95 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-06-24T10:03:05.430Z] #21 32.95 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-24T10:03:05.430Z] #21 33.01 Selecting previously unselected package net-tools. [2022-06-24T10:03:05.430Z] #21 33.03 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-24T10:03:05.430Z] #21 33.04 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-24T10:03:05.430Z] #21 33.20 Selecting previously unselected package patch. [2022-06-24T10:03:05.430Z] #21 33.21 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-06-24T10:03:05.430Z] #21 33.26 Unpacking patch (2.7.6-7) ... [2022-06-24T10:03:05.689Z] #21 33.36 Selecting previously unselected package python-pip-whl. [2022-06-24T10:03:05.689Z] #21 33.37 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-24T10:03:05.689Z] #21 33.38 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-24T10:03:06.256Z] #21 33.97 Selecting previously unselected package python3-lib2to3. [2022-06-24T10:03:06.256Z] #21 33.98 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-24T10:03:06.256Z] #21 33.99 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-24T10:03:06.256Z] #21 34.10 Selecting previously unselected package python3-distutils. [2022-06-24T10:03:06.516Z] #21 34.11 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-24T10:03:06.516Z] #21 34.12 Unpacking python3-distutils (3.9.2-1) ... [2022-06-24T10:03:06.516Z] #21 ... [2022-06-24T10:03:06.516Z] [2022-06-24T10:03:06.516Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:03:06.516Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:03:06.516Z] #77 124.3 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-24T10:03:06.516Z] #77 124.3 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-24T10:03:06.516Z] #77 124.6 checking for gcc... gcc [2022-06-24T10:03:06.516Z] #77 124.7 checking whether the C compiler works... yes [2022-06-24T10:03:06.516Z] #77 124.9 checking for C compiler default output file name... a.out [2022-06-24T10:03:06.516Z] #77 124.9 checking for suffix of executables... [2022-06-24T10:03:06.516Z] #77 125.1 checking whether we are cross compiling... no [2022-06-24T10:03:06.516Z] #77 125.2 checking for suffix of object files... o [2022-06-24T10:03:06.516Z] #77 125.3 checking whether we are using the GNU C compiler... yes [2022-06-24T10:03:06.516Z] #77 125.4 checking whether gcc accepts -g... yes [2022-06-24T10:03:06.516Z] #77 125.5 checking for gcc option to accept ISO C89... none needed [2022-06-24T10:03:06.516Z] #77 125.7 checking whether gcc understands -c and -o together... yes [2022-06-24T10:03:06.516Z] #77 125.8 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T10:03:06.516Z] #77 125.8 checking whether build environment is sane... yes [2022-06-24T10:03:06.516Z] #77 125.9 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T10:03:06.516Z] #77 125.9 checking for gawk... no [2022-06-24T10:03:06.516Z] #77 125.9 checking for mawk... mawk [2022-06-24T10:03:06.516Z] #77 125.9 checking whether make sets $(MAKE)... yes [2022-06-24T10:03:06.516Z] #77 125.9 checking whether make supports the include directive... yes (GNU style) [2022-06-24T10:03:06.516Z] #77 126.0 checking whether make supports nested variables... yes [2022-06-24T10:03:06.516Z] #77 126.0 checking whether UID '0' is supported by ustar format... yes [2022-06-24T10:03:06.516Z] #77 126.0 checking whether GID '0' is supported by ustar format... yes [2022-06-24T10:03:06.516Z] #77 126.0 checking how to create a ustar tar archive... gnutar [2022-06-24T10:03:06.516Z] #77 126.1 checking dependency style of gcc... gcc3 [2022-06-24T10:03:06.516Z] #77 126.3 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T10:03:06.516Z] #77 126.3 checking whether make supports nested variables... (cached) yes [2022-06-24T10:03:06.516Z] #77 126.3 checking build system type... x86_64-pc-linux-gnu [2022-06-24T10:03:06.516Z] #77 126.6 checking host system type... x86_64-pc-linux-gnu [2022-06-24T10:03:06.516Z] #77 126.6 checking how to print strings... printf [2022-06-24T10:03:06.516Z] #77 126.6 checking for a sed that does not truncate output... /bin/sed [2022-06-24T10:03:06.516Z] #77 126.6 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T10:03:06.516Z] #77 126.6 checking for egrep... /bin/grep -E [2022-06-24T10:03:06.516Z] #77 126.6 checking for fgrep... /bin/grep -F [2022-06-24T10:03:06.516Z] #77 126.6 checking for ld used by gcc... /usr/bin/ld [2022-06-24T10:03:06.516Z] #77 126.7 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T10:03:06.516Z] #77 126.7 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T10:03:06.516Z] #77 126.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T10:03:06.516Z] #77 126.8 checking whether ln -s works... yes [2022-06-24T10:03:06.516Z] #77 126.8 checking the maximum length of command line arguments... 1572864 [2022-06-24T10:03:06.516Z] #77 126.8 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-24T10:03:06.516Z] #77 126.8 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T10:03:06.516Z] #77 126.8 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T10:03:06.516Z] #77 126.8 checking for objdump... objdump [2022-06-24T10:03:06.516Z] #77 126.8 checking how to recognize dependent libraries... pass_all [2022-06-24T10:03:06.516Z] #77 126.9 checking for dlltool... no [2022-06-24T10:03:06.516Z] #77 126.9 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T10:03:06.516Z] #77 126.9 checking for ar... ar [2022-06-24T10:03:06.516Z] #77 126.9 checking for archiver @FILE support... @ [2022-06-24T10:03:06.516Z] #77 127.0 checking for strip... strip [2022-06-24T10:03:06.516Z] #77 127.0 checking for ranlib... ranlib [2022-06-24T10:03:06.516Z] #77 127.0 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T10:03:06.516Z] #77 127.4 checking for sysroot... no [2022-06-24T10:03:06.516Z] #77 127.4 checking for a working dd... /bin/dd [2022-06-24T10:03:06.516Z] #77 127.4 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T10:03:06.516Z] #77 127.5 checking for mt... no [2022-06-24T10:03:06.516Z] #77 127.5 checking if : is a manifest tool... no [2022-06-24T10:03:06.516Z] #77 127.5 checking how to run the C preprocessor... gcc -E [2022-06-24T10:03:06.516Z] #77 127.7 checking for ANSI C header files... yes [2022-06-24T10:03:06.516Z] #77 128.2 checking for sys/types.h... yes [2022-06-24T10:03:06.516Z] #77 128.3 checking for sys/stat.h... yes [2022-06-24T10:03:06.516Z] #77 128.5 checking for stdlib.h... yes [2022-06-24T10:03:06.516Z] #77 128.7 checking for string.h... yes [2022-06-24T10:03:06.516Z] #77 128.8 checking for memory.h... yes [2022-06-24T10:03:06.516Z] #77 129.0 checking for strings.h... yes [2022-06-24T10:03:06.516Z] #77 129.2 checking for inttypes.h... yes [2022-06-24T10:03:06.516Z] #77 129.3 checking for stdint.h... yes [2022-06-24T10:03:06.516Z] #77 129.4 checking for unistd.h... yes [2022-06-24T10:03:06.516Z] #77 129.6 checking for dlfcn.h... yes [2022-06-24T10:03:06.516Z] #77 129.7 checking for objdir... .libs [2022-06-24T10:03:06.516Z] #77 130.0 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T10:03:06.516Z] #77 130.1 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T10:03:06.516Z] #77 130.1 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T10:03:06.516Z] #77 130.2 checking if gcc static flag -static works... yes [2022-06-24T10:03:06.516Z] #77 130.5 checking if gcc supports -c -o file.o... yes [2022-06-24T10:03:06.517Z] #77 130.7 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T10:03:06.517Z] #77 130.7 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-24T10:03:06.517Z] #77 130.7 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T10:03:06.517Z] #77 131.0 checking how to hardcode library paths into programs... immediate [2022-06-24T10:03:06.517Z] #77 131.0 checking whether stripping libraries is possible... yes [2022-06-24T10:03:06.517Z] #77 131.0 checking if libtool supports shared libraries... yes [2022-06-24T10:03:06.517Z] #77 131.0 checking whether to build shared libraries... no [2022-06-24T10:03:06.517Z] #77 131.0 checking whether to build static libraries... yes [2022-06-24T10:03:06.517Z] #77 131.1 checking float.h usability... yes [2022-06-24T10:03:06.517Z] #77 131.3 checking float.h presence... yes [2022-06-24T10:03:06.517Z] #77 131.3 checking for float.h... yes [2022-06-24T10:03:06.517Z] #77 131.3 checking limits.h usability... yes [2022-06-24T10:03:06.517Z] #77 131.6 checking limits.h presence... yes [2022-06-24T10:03:06.517Z] #77 131.6 checking for limits.h... yes [2022-06-24T10:03:06.517Z] #77 131.7 checking stddef.h usability... yes [2022-06-24T10:03:06.517Z] #77 131.8 checking stddef.h presence... yes [2022-06-24T10:03:06.517Z] #77 131.9 checking for stddef.h... yes [2022-06-24T10:03:06.517Z] #77 131.9 checking for stdlib.h... (cached) yes [2022-06-24T10:03:06.517Z] #77 131.9 checking for string.h... (cached) yes [2022-06-24T10:03:06.775Z] #77 131.9 checking sys/time.h usability... yes [2022-06-24T10:03:06.775Z] #77 132.1 checking sys/time.h presence... yes [2022-06-24T10:03:06.775Z] #77 132.2 checking for sys/time.h... yes [2022-06-24T10:03:06.775Z] #77 132.2 checking for inline... inline [2022-06-24T10:03:07.034Z] #77 132.2 checking for size_t... [2022-06-24T10:03:07.034Z] #77 ... [2022-06-24T10:03:07.034Z] [2022-06-24T10:03:07.034Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:03:07.034Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T10:03:07.034Z] #21 34.25 Selecting previously unselected package python3-pkg-resources. [2022-06-24T10:03:07.034Z] #21 34.25 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-24T10:03:07.034Z] #21 34.25 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-24T10:03:07.034Z] #21 34.37 Selecting previously unselected package python3-setuptools. [2022-06-24T10:03:07.034Z] #21 34.38 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-24T10:03:07.034Z] #21 34.39 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-24T10:03:07.034Z] #21 34.63 Selecting previously unselected package python3-wheel. [2022-06-24T10:03:07.034Z] #21 34.63 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-24T10:03:07.034Z] #21 34.64 Unpacking python3-wheel (0.34.2-1) ... [2022-06-24T10:03:07.034Z] #21 34.70 Selecting previously unselected package python3-pip. [2022-06-24T10:03:07.034Z] #21 34.71 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-24T10:03:07.034Z] #21 34.71 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-24T10:03:07.086Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-24T10:03:07.293Z] #21 34.98 Selecting previously unselected package sudo. [2022-06-24T10:03:07.293Z] #21 34.98 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-06-24T10:03:07.293Z] #21 34.99 Unpacking sudo (1.9.5p2-3) ... [2022-06-24T10:03:07.538Z] #77 ... [2022-06-24T10:03:07.538Z] [2022-06-24T10:03:07.538Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:03:07.538Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:03:07.538Z] #14 166.5 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-24T10:03:07.538Z] #14 166.5 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:03:07.538Z] #14 166.6 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:03:07.861Z] #21 35.55 Selecting previously unselected package thin-provisioning-tools. [2022-06-24T10:03:07.861Z] #21 35.55 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-24T10:03:07.861Z] #21 35.56 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-24T10:03:08.119Z] #21 35.80 Selecting previously unselected package uidmap. [2022-06-24T10:03:08.120Z] #21 35.81 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-24T10:03:08.120Z] #21 35.81 Unpacking uidmap (1:4.8.1-1) ... [2022-06-24T10:03:08.120Z] #21 35.96 Selecting previously unselected package vim-runtime. [2022-06-24T10:03:08.120Z] #21 35.97 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T10:03:08.120Z] #21 36.04 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-24T10:03:08.379Z] #21 36.06 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-24T10:03:08.379Z] #21 36.07 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:03:08.414Z] #19 254.9 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-06-24T10:03:08.414Z] #19 254.9 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:03:08.414Z] #19 254.9 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-24T10:03:08.414Z] #19 255.0 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-06-24T10:03:08.414Z] #19 255.0 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:03:08.414Z] #19 255.0 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:03:08.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-24T10:03:10.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-24T10:03:11.370Z] #64 ... [2022-06-24T10:03:11.370Z] [2022-06-24T10:03:11.370Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:03:11.370Z] #47 sha256:37512511be538e81e67f2bccc67249cdabc079f078f64906cc3b2fab3d44f4d8 [2022-06-24T10:03:11.370Z] #47 196.9 + dpkg --print-architecture [2022-06-24T10:03:11.370Z] #47 DONE 197.7s [2022-06-24T10:03:11.370Z] [2022-06-24T10:03:11.370Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:03:11.370Z] #60 sha256:f60b75d421d90cffd8a7e53c2aa9c1c6685b543c3ad58fabc8cccaebc84387d8 [2022-06-24T10:03:11.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-24T10:03:12.574Z] #21 39.52 Selecting previously unselected package vim. [2022-06-24T10:03:12.575Z] #21 39.52 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-24T10:03:12.575Z] #21 39.54 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:03:12.575Z] #21 40.11 Selecting previously unselected package xfsprogs. [2022-06-24T10:03:12.575Z] #21 40.12 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-24T10:03:12.575Z] #21 40.12 Unpacking xfsprogs (5.10.0-4) ... [2022-06-24T10:03:12.837Z] #21 40.59 Selecting previously unselected package zip. [2022-06-24T10:03:12.837Z] #21 40.60 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-06-24T10:03:12.837Z] #21 40.60 Unpacking zip (3.0-12) ... [2022-06-24T10:03:13.097Z] #21 40.75 Selecting previously unselected package zstd. [2022-06-24T10:03:13.097Z] #21 40.75 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-24T10:03:13.097Z] #21 40.78 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-24T10:03:13.356Z] #21 41.18 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-24T10:03:13.747Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-24T10:03:14.291Z] #21 42.09 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-24T10:03:14.550Z] #21 42.11 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-24T10:03:14.550Z] #21 42.13 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-24T10:03:14.550Z] #21 42.14 Setting up libicu67:amd64 (67.1-7) ... [2022-06-24T10:03:14.550Z] #21 42.16 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-24T10:03:14.550Z] #21 42.17 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-24T10:03:14.550Z] #21 42.18 Setting up uidmap (1:4.8.1-1) ... [2022-06-24T10:03:14.550Z] #21 42.19 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-24T10:03:14.550Z] #21 42.20 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T10:03:14.550Z] #21 42.21 Setting up bzip2 (1.0.8-4) ... [2022-06-24T10:03:14.550Z] #21 42.22 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T10:03:14.550Z] #21 42.24 Setting up python3-wheel (0.34.2-1) ... [2022-06-24T10:03:15.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-24T10:03:15.487Z] #21 42.95 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:03:15.487Z] #21 42.96 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-24T10:03:15.487Z] #21 42.97 Setting up libcap2-bin (1:2.44-1) ... [2022-06-24T10:03:15.487Z] #21 42.99 Setting up apparmor (2.13.6-10) ... [2022-06-24T10:03:17.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-24T10:03:17.390Z] #21 44.82 Setting up zip (3.0-12) ... [2022-06-24T10:03:17.390Z] #21 44.84 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:03:17.390Z] #21 44.86 Setting up bash-completion (1:2.11-2) ... [2022-06-24T10:03:17.390Z] #21 ... [2022-06-24T10:03:17.390Z] [2022-06-24T10:03:17.390Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:03:17.390Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:03:17.390Z] #77 132.2 checking for size_t... yes [2022-06-24T10:03:17.390Z] #77 132.5 checking for stdlib.h... (cached) yes [2022-06-24T10:03:17.390Z] #77 132.5 checking for GNU libc compatible malloc... yes [2022-06-24T10:03:17.390Z] #77 132.8 checking for stdlib.h... (cached) yes [2022-06-24T10:03:17.390Z] #77 132.8 checking for GNU libc compatible realloc... yes [2022-06-24T10:03:17.390Z] #77 133.1 checking for working strtod... yes [2022-06-24T10:03:17.390Z] #77 133.3 checking for gettimeofday... yes [2022-06-24T10:03:17.390Z] #77 133.6 checking for memset... yes [2022-06-24T10:03:17.390Z] #77 133.8 checking for strspn... yes [2022-06-24T10:03:17.390Z] #77 134.1 checking that generated files are newer than configure... done [2022-06-24T10:03:17.390Z] #77 134.1 configure: creating ./config.status [2022-06-24T10:03:17.390Z] #77 136.3 config.status: creating Makefile [2022-06-24T10:03:17.390Z] #77 136.4 config.status: creating config.h [2022-06-24T10:03:17.390Z] #77 136.4 config.status: executing depfiles commands [2022-06-24T10:03:17.390Z] #77 136.6 config.status: executing libtool commands [2022-06-24T10:03:17.390Z] #77 137.5 GEN .version [2022-06-24T10:03:17.390Z] #77 137.6 make install-recursive [2022-06-24T10:03:17.390Z] #77 137.6 make[1]: Entering directory '/tmp/crun-build' [2022-06-24T10:03:17.390Z] #77 137.7 Making install in libocispec [2022-06-24T10:03:17.390Z] #77 137.7 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:03:17.390Z] #77 137.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-24T10:03:17.390Z] #77 137.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-24T10:03:17.390Z] #77 137.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-24T10:03:17.390Z] #77 137.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-24T10:03:17.390Z] #77 138.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-24T10:03:17.390Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-24T10:03:17.390Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-24T10:03:17.390Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-24T10:03:17.390Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-24T10:03:17.390Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-24T10:03:17.390Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-24T10:03:17.390Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-24T10:03:17.390Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-24T10:03:17.390Z] #77 138.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-24T10:03:17.390Z] #77 138.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-24T10:03:17.390Z] #77 138.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-24T10:03:17.390Z] #77 138.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-24T10:03:17.390Z] #77 138.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-24T10:03:17.390Z] #77 138.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-24T10:03:17.390Z] #77 138.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-24T10:03:17.390Z] #77 139.9 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-24T10:03:17.390Z] #77 139.9 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-24T10:03:17.390Z] #77 139.9 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-24T10:03:17.390Z] #77 139.9 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-24T10:03:17.391Z] #77 139.9 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-24T10:03:17.391Z] #77 139.9 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-24T10:03:17.391Z] #77 139.9 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-24T10:03:17.391Z] #77 139.9 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-24T10:03:17.391Z] #77 139.9 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-24T10:03:17.391Z] #77 139.9 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-24T10:03:17.391Z] #77 139.9 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-24T10:03:17.391Z] #77 139.9 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-24T10:03:17.391Z] #77 139.9 make install-recursive [2022-06-24T10:03:17.391Z] #77 139.9 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:03:17.391Z] #77 140.0 Making install in yajl [2022-06-24T10:03:17.391Z] #77 140.0 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:03:17.391Z] #77 140.1 CC verify/json_verify-json_verify.o [2022-06-24T10:03:17.391Z] #77 140.1 CC src/libyajl_la-yajl_alloc.lo [2022-06-24T10:03:17.391Z] #77 140.1 CC src/libyajl_la-yajl.lo [2022-06-24T10:03:17.391Z] #77 140.1 CC src/libyajl_la-yajl_gen.lo [2022-06-24T10:03:17.391Z] #77 140.1 CC src/libyajl_la-yajl_parser.lo [2022-06-24T10:03:17.391Z] #77 140.1 CC src/libyajl_la-yajl_buf.lo [2022-06-24T10:03:17.391Z] #77 140.1 CC src/libyajl_la-yajl_encode.lo [2022-06-24T10:03:17.391Z] #77 140.2 CC src/libyajl_la-yajl_lex.lo [2022-06-24T10:03:17.391Z] #77 140.2 CC src/libyajl_la-yajl_tree.lo [2022-06-24T10:03:18.934Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-24T10:03:19.293Z] #77 ... [2022-06-24T10:03:19.293Z] [2022-06-24T10:03:19.293Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:03:19.293Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T10:03:19.293Z] #21 47.06 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T10:03:19.293Z] #21 47.08 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-24T10:03:19.293Z] #21 47.09 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-24T10:03:19.293Z] #21 47.10 Setting up patch (2.7.6-7) ... [2022-06-24T10:03:19.293Z] #21 47.11 Setting up sudo (1.9.5p2-3) ... [2022-06-24T10:03:19.293Z] #21 47.17 invoke-rc.d: could not determine current runlevel [2022-06-24T10:03:19.551Z] #21 47.18 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-24T10:03:19.551Z] #21 47.19 Setting up xfsprogs (5.10.0-4) ... [2022-06-24T10:03:19.551Z] #21 47.20 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-24T10:03:19.551Z] #21 47.21 Setting up inetutils-ping (2:2.0-1) ... [2022-06-24T10:03:19.551Z] #21 47.22 Setting up pigz (2.6-1) ... [2022-06-24T10:03:19.551Z] #21 47.23 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-24T10:03:19.551Z] #21 47.24 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T10:03:19.551Z] #21 47.26 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-24T10:03:19.551Z] #21 47.27 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:03:20.490Z] #21 47.96 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-24T10:03:20.490Z] #21 47.97 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-24T10:03:20.618Z] #19 ... [2022-06-24T10:03:20.618Z] [2022-06-24T10:03:20.618Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:03:20.618Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:03:20.618Z] #84 217.2 CCLD libocispec.la [2022-06-24T10:03:20.618Z] #84 217.8 CCLD tests/test-1 [2022-06-24T10:03:20.618Z] #84 217.8 CCLD src/validate [2022-06-24T10:03:20.618Z] #84 217.8 CCLD tests/test-2 [2022-06-24T10:03:20.618Z] #84 217.9 CCLD tests/test-3 [2022-06-24T10:03:20.618Z] #84 218.0 CCLD tests/test-5 [2022-06-24T10:03:20.618Z] #84 218.0 CCLD tests/test-6 [2022-06-24T10:03:20.618Z] #84 218.1 CCLD tests/test-7 [2022-06-24T10:03:20.618Z] #84 218.2 CCLD tests/test-4 [2022-06-24T10:03:20.618Z] #84 218.3 CCLD tests/test-8 [2022-06-24T10:03:20.618Z] #84 218.4 CCLD tests/test-9 [2022-06-24T10:03:20.618Z] #84 218.6 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-24T10:03:20.618Z] #84 218.6 CCLD tests/test-11 [2022-06-24T10:03:20.618Z] #84 218.6 CCLD tests/test-10 [2022-06-24T10:03:20.750Z] #21 48.48 Setting up libelf1:amd64 (0.183-1) ... [2022-06-24T10:03:20.750Z] #21 48.49 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-24T10:03:20.750Z] #21 48.50 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T10:03:20.750Z] #21 48.51 Setting up python3-distutils (3.9.2-1) ... [2022-06-24T10:03:20.837Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-24T10:03:21.315Z] #60 ... [2022-06-24T10:03:21.315Z] [2022-06-24T10:03:21.315Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:03:21.315Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:03:21.315Z] #77 166.7 CCLD libocispec.la [2022-06-24T10:03:21.315Z] #77 167.1 CCLD src/validate [2022-06-24T10:03:21.315Z] #77 167.1 CCLD tests/test-1 [2022-06-24T10:03:21.315Z] #77 167.1 CCLD tests/test-2 [2022-06-24T10:03:21.319Z] #21 48.99 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:03:21.319Z] #21 49.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-24T10:03:21.319Z] #21 49.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-24T10:03:21.319Z] #21 49.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-24T10:03:21.319Z] #21 49.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-24T10:03:21.319Z] #21 49.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-24T10:03:21.319Z] #21 49.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-24T10:03:21.319Z] #21 49.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-24T10:03:21.319Z] #21 49.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-24T10:03:21.319Z] #21 49.08 Setting up python3-setuptools (52.0.0-4) ... [2022-06-24T10:03:21.571Z] #77 167.1 CCLD tests/test-3 [2022-06-24T10:03:21.571Z] #77 167.1 CCLD tests/test-4 [2022-06-24T10:03:21.571Z] #77 167.2 CCLD tests/test-5 [2022-06-24T10:03:21.571Z] #77 167.3 CCLD tests/test-6 [2022-06-24T10:03:21.827Z] #77 167.4 CCLD tests/test-7 [2022-06-24T10:03:21.827Z] #77 167.5 CCLD tests/test-8 [2022-06-24T10:03:21.827Z] #77 167.6 CCLD tests/test-9 [2022-06-24T10:03:21.827Z] #77 167.6 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-24T10:03:22.084Z] #77 167.7 CCLD tests/test-10 [2022-06-24T10:03:22.084Z] #77 167.8 CCLD tests/test-11 [2022-06-24T10:03:22.213Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration-flaky) [2022-06-24T10:03:22.213Z] Using test binary docker [2022-06-24T10:03:22.213Z] ++++ /etc/init.d/apparmor start [2022-06-24T10:03:22.213Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-24T10:03:22.213Z] INFO: Waiting for daemon to start... [2022-06-24T10:03:22.213Z] Starting dockerd [2022-06-24T10:03:22.213Z] ++++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration-flaky/docker.pid --userland-proxy=true [2022-06-24T10:03:22.520Z] #84 220.4 libtool: link: ar cr libocispec.a [2022-06-24T10:03:22.520Z] #84 220.5 libtool: link: ranlib libocispec.a [2022-06-24T10:03:23.232Z] #21 50.78 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-24T10:03:23.232Z] #21 50.80 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-24T10:03:23.232Z] #21 50.81 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-24T10:03:23.232Z] #21 50.81 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-24T10:03:23.452Z] #77 169.1 libtool: link: ar cr libocispec.a [2022-06-24T10:03:23.452Z] #77 169.2 libtool: link: ranlib libocispec.a [2022-06-24T10:03:23.455Z] #84 221.8 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:03:23.455Z] #84 221.8 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-24T10:03:23.455Z] #84 221.8 make[5]: Nothing to be done for 'install-data-am'. [2022-06-24T10:03:23.455Z] #84 221.8 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:03:23.713Z] #84 221.8 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:03:23.713Z] #84 221.8 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:03:23.713Z] #84 221.8 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:03:23.713Z] #84 221.8 make[2]: Entering directory '/tmp/crun-build' [2022-06-24T10:03:23.713Z] #84 221.9 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-24T10:03:23.713Z] #84 221.9 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-24T10:03:23.713Z] #84 221.9 CC src/libcrun/libcrun_testing_a-container.o [2022-06-24T10:03:23.713Z] #84 222.0 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-24T10:03:23.713Z] #84 222.0 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-24T10:03:23.713Z] #84 222.0 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-24T10:03:23.713Z] #84 222.0 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-24T10:03:23.713Z] #84 222.0 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-24T10:03:23.713Z] #84 222.0 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-24T10:03:23.971Z] #84 222.0 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-24T10:03:23.971Z] #84 222.1 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-24T10:03:23.971Z] #84 222.1 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-24T10:03:23.971Z] #84 222.1 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-24T10:03:23.972Z] #84 222.1 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-24T10:03:23.972Z] #84 222.1 CC src/libcrun/libcrun_testing_a-error.o [2022-06-24T10:03:23.972Z] #84 222.1 CC src/libcrun/libcrun_testing_a-status.o [2022-06-24T10:03:23.972Z] #84 222.1 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-24T10:03:23.972Z] #84 222.2 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-24T10:03:23.972Z] #84 222.2 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-24T10:03:23.972Z] #84 222.2 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-24T10:03:23.972Z] #84 222.2 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-24T10:03:23.972Z] #84 222.3 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-24T10:03:24.141Z] . [2022-06-24T10:03:24.141Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration-flaky) [2022-06-24T10:03:24.141Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration-flaky) [2022-06-24T10:03:24.141Z] Error: No such image: emptyfs [2022-06-24T10:03:24.141Z] +++++ tar -cC bundles/test-integration-flaky/emptyfs . [2022-06-24T10:03:24.141Z] +++++ docker load [2022-06-24T10:03:24.230Z] #84 222.3 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-24T10:03:24.230Z] #84 222.3 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-24T10:03:24.230Z] #84 222.4 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-24T10:03:24.230Z] #84 222.4 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-24T10:03:24.230Z] #84 222.5 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-24T10:03:24.230Z] #84 222.6 CC src/crun-crun.o [2022-06-24T10:03:24.399Z] Running integration-test (iteration 1) [2022-06-24T10:03:24.399Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:24.399Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:24.399Z] +++ set -e [2022-06-24T10:03:24.399Z] +++ '[' -n 0 ']' [2022-06-24T10:03:24.399Z] +++ set -x [2022-06-24T10:03:24.399Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:24.488Z] #84 222.7 CC src/crun-run.o [2022-06-24T10:03:24.489Z] #84 222.7 CC src/crun-delete.o [2022-06-24T10:03:24.612Z] #21 52.07 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-24T10:03:24.612Z] #21 52.09 Setting up jq (1.6-2.1) ... [2022-06-24T10:03:24.612Z] #21 52.13 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-24T10:03:24.612Z] #21 52.14 Setting up iptables (1.8.7-1) ... [2022-06-24T10:03:24.612Z] #21 52.15 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-24T10:03:24.612Z] #21 52.15 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-24T10:03:24.612Z] #21 52.16 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-24T10:03:24.612Z] #21 52.17 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-24T10:03:24.612Z] #21 52.17 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-24T10:03:24.612Z] #21 52.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-24T10:03:24.612Z] #21 52.19 Setting up iproute2 (5.10.0-4) ... [2022-06-24T10:03:24.747Z] #84 222.8 CC src/crun-kill.o [2022-06-24T10:03:24.747Z] #84 222.9 CC src/crun-pause.o [2022-06-24T10:03:24.747Z] #84 223.0 CC src/crun-unpause.o [2022-06-24T10:03:24.747Z] #84 223.0 CC src/crun-exec.o [2022-06-24T10:03:24.747Z] #84 223.0 CC src/crun-spec.o [2022-06-24T10:03:24.872Z] #21 52.56 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:03:24.965Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-24T10:03:24.965Z] Using test binary docker [2022-06-24T10:03:24.965Z] +++ /etc/init.d/apparmor start [2022-06-24T10:03:24.965Z] Loaded image: busybox:latest [2022-06-24T10:03:24.965Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-24T10:03:24.965Z] INFO: Waiting for daemon to start... [2022-06-24T10:03:24.965Z] Starting dockerd [2022-06-24T10:03:24.965Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-06-24T10:03:25.006Z] #84 223.1 CC src/crun-list.o [2022-06-24T10:03:25.006Z] #84 223.1 CC src/crun-create.o [2022-06-24T10:03:25.006Z] #84 223.2 CC src/crun-start.o [2022-06-24T10:03:25.006Z] #84 223.2 CC src/crun-state.o [2022-06-24T10:03:25.006Z] #84 223.2 CC src/crun-update.o [2022-06-24T10:03:25.223Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-24T10:03:25.223Z] Using test binary docker [2022-06-24T10:03:25.223Z] +++ /etc/init.d/apparmor start [2022-06-24T10:03:25.223Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-24T10:03:25.223Z] INFO: Waiting for daemon to start... [2022-06-24T10:03:25.223Z] Starting dockerd [2022-06-24T10:03:25.223Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-06-24T10:03:25.264Z] #84 223.4 CC src/crun-ps.o [2022-06-24T10:03:25.264Z] #84 223.5 CC src/crun-checkpoint.o [2022-06-24T10:03:25.264Z] #84 223.5 CC src/crun-restore.o [2022-06-24T10:03:25.264Z] #84 223.6 CC src/libcrun/libcrun_la-utils.lo [2022-06-24T10:03:25.264Z] #84 223.6 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-24T10:03:25.345Z] #77 170.5 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:03:25.345Z] #77 170.6 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-24T10:03:25.345Z] #77 170.6 make[5]: Nothing to be done for 'install-data-am'. [2022-06-24T10:03:25.345Z] #77 170.6 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:03:25.345Z] #77 170.6 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:03:25.345Z] #77 170.6 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:03:25.345Z] #77 170.6 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:03:25.345Z] #77 170.6 make[2]: Entering directory '/tmp/crun-build' [2022-06-24T10:03:25.345Z] #77 170.7 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-24T10:03:25.345Z] #77 170.7 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-24T10:03:25.345Z] #77 170.7 CC src/libcrun/libcrun_testing_a-container.o [2022-06-24T10:03:25.345Z] #77 170.7 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-24T10:03:25.345Z] #77 170.7 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-24T10:03:25.345Z] #77 170.8 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-24T10:03:25.345Z] #77 170.8 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-24T10:03:25.345Z] #77 170.8 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-24T10:03:25.345Z] #77 170.9 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-24T10:03:25.345Z] #77 170.9 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-24T10:03:25.345Z] #77 171.0 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-24T10:03:25.345Z] #77 171.0 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-24T10:03:25.345Z] #77 171.0 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-24T10:03:25.345Z] #77 171.0 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-24T10:03:25.444Z] #21 DONE 53.1s [2022-06-24T10:03:25.444Z] [2022-06-24T10:03:25.444Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:03:25.444Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:03:25.444Z] #77 145.7 CCLD libyajl.la [2022-06-24T10:03:25.444Z] #77 146.1 CCLD verify/json_verify [2022-06-24T10:03:25.444Z] #77 146.6 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:03:25.444Z] #77 146.6 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-24T10:03:25.444Z] #77 146.6 make[5]: Nothing to be done for 'install-data-am'. [2022-06-24T10:03:25.444Z] #77 146.6 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:03:25.444Z] #77 146.6 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:03:25.444Z] #77 146.6 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:03:25.444Z] #77 146.7 CC src/validate.o [2022-06-24T10:03:25.444Z] #77 146.7 CC src/image_spec_schema_config_schema.lo [2022-06-24T10:03:25.444Z] #77 146.8 CC src/image_spec_schema_content_descriptor.lo [2022-06-24T10:03:25.444Z] #77 146.8 CC src/image_spec_schema_defs.lo [2022-06-24T10:03:25.444Z] #77 146.8 CC src/image_spec_schema_defs_descriptor.lo [2022-06-24T10:03:25.444Z] #77 146.8 CC src/image_spec_schema_image_index_schema.lo [2022-06-24T10:03:25.444Z] #77 146.8 CC src/image_spec_schema_image_layout_schema.lo [2022-06-24T10:03:25.444Z] #77 146.9 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-24T10:03:25.444Z] #77 146.9 CC src/runtime_spec_schema_config_linux.lo [2022-06-24T10:03:25.444Z] #77 146.9 CC src/runtime_spec_schema_config_zos.lo [2022-06-24T10:03:25.444Z] #77 146.9 CC src/runtime_spec_schema_config_schema.lo [2022-06-24T10:03:25.444Z] #77 147.0 CC src/runtime_spec_schema_config_solaris.lo [2022-06-24T10:03:25.444Z] #77 147.1 CC src/runtime_spec_schema_config_vm.lo [2022-06-24T10:03:25.444Z] #77 147.1 CC src/runtime_spec_schema_config_windows.lo [2022-06-24T10:03:25.444Z] #77 147.1 CC src/runtime_spec_schema_defs.lo [2022-06-24T10:03:25.444Z] #77 147.2 CC src/runtime_spec_schema_defs_linux.lo [2022-06-24T10:03:25.444Z] #77 147.3 CC src/runtime_spec_schema_defs_zos.lo [2022-06-24T10:03:25.444Z] #77 147.4 CC src/runtime_spec_schema_defs_vm.lo [2022-06-24T10:03:25.444Z] #77 147.6 CC src/runtime_spec_schema_defs_windows.lo [2022-06-24T10:03:25.444Z] #77 147.6 CC src/runtime_spec_schema_state_schema.lo [2022-06-24T10:03:25.444Z] #77 147.7 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-24T10:03:25.444Z] #77 147.8 CC src/basic_test_double_array_item.lo [2022-06-24T10:03:25.444Z] #77 147.9 CC src/basic_test_double_array.lo [2022-06-24T10:03:25.444Z] #77 148.0 CC src/basic_test_top_array_int.lo [2022-06-24T10:03:25.444Z] #77 148.2 CC src/basic_test_top_array_string.lo [2022-06-24T10:03:25.444Z] #77 148.3 CC src/basic_test_top_double_array_int.lo [2022-06-24T10:03:25.444Z] #77 148.5 CC src/basic_test_top_double_array_obj.lo [2022-06-24T10:03:25.444Z] #77 148.6 CC src/basic_test_top_double_array_refobj.lo [2022-06-24T10:03:25.444Z] #77 148.7 CC src/basic_test_top_double_array_string.lo [2022-06-24T10:03:25.444Z] #77 148.9 CC src/read-file.lo [2022-06-24T10:03:25.444Z] #77 149.0 CC src/json_common.lo [2022-06-24T10:03:25.444Z] #77 149.2 CC tests/test-1.o [2022-06-24T10:03:25.444Z] #77 149.4 CC tests/test-3.o [2022-06-24T10:03:25.444Z] #77 149.4 CC tests/test-2.o [2022-06-24T10:03:25.444Z] #77 149.4 CC tests/test-4.o [2022-06-24T10:03:25.444Z] #77 149.6 CC tests/test-5.o [2022-06-24T10:03:25.444Z] #77 149.8 CC tests/test-6.o [2022-06-24T10:03:25.444Z] #77 149.9 CC tests/test-7.o [2022-06-24T10:03:25.444Z] #77 150.0 CC tests/test-8.o [2022-06-24T10:03:25.444Z] #77 150.1 CC tests/test-9.o [2022-06-24T10:03:25.444Z] #77 150.3 CC tests/test-10.o [2022-06-24T10:03:25.444Z] #77 150.4 CC tests/test-11.o [2022-06-24T10:03:25.522Z] #84 223.6 CC src/libcrun/libcrun_la-container.lo [2022-06-24T10:03:25.522Z] #84 223.8 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-24T10:03:25.522Z] #84 ... [2022-06-24T10:03:25.522Z] [2022-06-24T10:03:25.522Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:03:25.522Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:03:25.522Z] #19 272.2 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-06-24T10:03:25.602Z] #77 171.2 CC src/libcrun/libcrun_testing_a-error.o [2022-06-24T10:03:25.602Z] #77 171.3 CC src/libcrun/libcrun_testing_a-status.o [2022-06-24T10:03:25.780Z] #19 272.2 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:03:25.780Z] #19 272.2 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-24T10:03:25.780Z] #19 272.3 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-06-24T10:03:25.780Z] #19 272.3 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:03:25.780Z] #19 272.3 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:03:25.859Z] #77 171.4 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-24T10:03:25.859Z] #77 171.4 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-24T10:03:25.859Z] #77 171.5 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-24T10:03:25.859Z] #77 171.5 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-24T10:03:25.859Z] #77 171.6 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-24T10:03:26.115Z] #77 171.6 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-24T10:03:26.115Z] #77 171.7 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-24T10:03:26.115Z] #77 171.9 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-24T10:03:26.155Z] .Loaded image: busybox:glibc [2022-06-24T10:03:26.226Z] #14 ... [2022-06-24T10:03:26.226Z] [2022-06-24T10:03:26.226Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:03:26.226Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:03:26.226Z] #77 109.6 configure.ac:7: installing 'build-aux/compile' [2022-06-24T10:03:26.226Z] #77 109.6 configure.ac:9: installing 'build-aux/config.guess' [2022-06-24T10:03:26.226Z] #77 109.7 configure.ac:9: installing 'build-aux/config.sub' [2022-06-24T10:03:26.226Z] #77 109.7 configure.ac:11: installing 'build-aux/install-sh' [2022-06-24T10:03:26.226Z] #77 109.7 configure.ac:11: installing 'build-aux/missing' [2022-06-24T10:03:26.226Z] #77 110.1 Makefile.am: installing 'build-aux/depcomp' [2022-06-24T10:03:26.226Z] #77 110.3 parallel-tests: installing 'build-aux/test-driver' [2022-06-24T10:03:26.374Z] #77 172.0 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-24T10:03:26.630Z] #77 172.1 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-24T10:03:26.630Z] #77 172.2 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-24T10:03:26.826Z] #77 ... [2022-06-24T10:03:26.826Z] [2022-06-24T10:03:26.826Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-24T10:03:26.826Z] #22 sha256:c8aa737bf33dc8d661e5b18785588ae2dc529483987bdb5fd6b5af3bd035853a [2022-06-24T10:03:26.826Z] #22 1.348 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-24T10:03:26.826Z] #22 1.361 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-24T10:03:26.826Z] #22 1.364 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-24T10:03:26.826Z] #22 DONE 1.5s [2022-06-24T10:03:26.826Z] [2022-06-24T10:03:26.826Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-24T10:03:26.826Z] #23 sha256:f3eb4414ed295cc4b608136fb6f37ded1f22bf01450bd4809fea72750aa7e1dc [2022-06-24T10:03:27.020Z] #77 113.2 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-24T10:03:27.123Z] [2022-06-24T10:03:27.123Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-24T10:03:27.123Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-24T10:03:27.123Z] Error: No such image: emptyfs [2022-06-24T10:03:27.123Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-24T10:03:27.123Z] ++++ docker load [2022-06-24T10:03:27.123Z] [2022-06-24T10:03:27.123Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-24T10:03:27.123Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-24T10:03:27.123Z] Error: No such image: emptyfs [2022-06-24T10:03:27.123Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-24T10:03:27.123Z] ++++ docker load [2022-06-24T10:03:27.193Z] #77 172.7 CC src/crun-crun.o [2022-06-24T10:03:27.193Z] #77 172.7 CC src/crun-run.o [2022-06-24T10:03:27.193Z] #77 172.9 CC src/crun-delete.o [2022-06-24T10:03:27.193Z] #77 172.9 CC src/crun-kill.o [2022-06-24T10:03:27.381Z] Running integration-test (iteration 1) [2022-06-24T10:03:27.381Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-06-24T10:03:27.381Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-06-24T10:03:27.381Z] ++ set -e [2022-06-24T10:03:27.381Z] ++ '[' -n 0 ']' [2022-06-24T10:03:27.381Z] ++ set -x [2022-06-24T10:03:27.381Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-06-24T10:03:27.381Z] Loaded image: debian:bullseye-slim [2022-06-24T10:03:27.381Z] Loaded image: hello-world:latest [2022-06-24T10:03:27.381Z] Running integration-test (iteration 1) [2022-06-24T10:03:27.381Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-06-24T10:03:27.381Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-06-24T10:03:27.381Z] ++ set -e [2022-06-24T10:03:27.381Z] ++ '[' -n 0 ']' [2022-06-24T10:03:27.381Z] ++ set -x [2022-06-24T10:03:27.382Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-06-24T10:03:27.382Z] Loaded image: arm32v7/hello-world:latest [2022-06-24T10:03:27.382Z] INFO: Testing against a local daemon [2022-06-24T10:03:27.382Z] testing: warning: no tests to run [2022-06-24T10:03:27.382Z] PASS [2022-06-24T10:03:27.382Z] [2022-06-24T10:03:27.382Z] DONE 0 tests in 3.067s [2022-06-24T10:03:27.382Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:27.382Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:27.382Z] +++ set -e [2022-06-24T10:03:27.382Z] +++ '[' -n 0 ']' [2022-06-24T10:03:27.382Z] +++ set -x [2022-06-24T10:03:27.382Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:27.382Z] INFO: Testing against a local daemon [2022-06-24T10:03:27.382Z] testing: warning: no tests to run [2022-06-24T10:03:27.382Z] PASS [2022-06-24T10:03:27.382Z] [2022-06-24T10:03:27.382Z] DONE 0 tests in 0.029s [2022-06-24T10:03:27.382Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:27.382Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:27.382Z] +++ set -e [2022-06-24T10:03:27.382Z] +++ '[' -n 0 ']' [2022-06-24T10:03:27.382Z] +++ set -x [2022-06-24T10:03:27.382Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:27.450Z] #77 173.1 CC src/crun-pause.o [2022-06-24T10:03:27.450Z] #77 173.2 CC src/crun-unpause.o [2022-06-24T10:03:27.450Z] #77 173.3 CC src/crun-spec.o [2022-06-24T10:03:27.640Z] INFO: Testing against a local daemon [2022-06-24T10:03:27.640Z] === RUN TestExecConsoleSize [2022-06-24T10:03:27.857Z] #77 113.2 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-24T10:03:27.857Z] #77 113.8 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-24T10:03:28.013Z] #77 173.5 CC src/crun-exec.o [2022-06-24T10:03:28.013Z] #77 173.6 CC src/crun-list.o [2022-06-24T10:03:28.013Z] #77 173.7 CC src/crun-create.o [2022-06-24T10:03:28.120Z] #77 113.8 libtoolize: copying file 'm4/libtool.m4' [2022-06-24T10:03:28.120Z] #77 113.8 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-24T10:03:28.120Z] #77 113.8 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-24T10:03:28.120Z] #77 113.9 libtoolize: copying file 'm4/ltversion.m4' [2022-06-24T10:03:28.120Z] #77 113.9 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-24T10:03:28.207Z] Loaded image: busybox:latest [2022-06-24T10:03:28.207Z] Loaded image: busybox:latest [2022-06-24T10:03:28.269Z] #77 174.0 CC src/crun-start.o [2022-06-24T10:03:28.465Z] Loaded image: busybox:glibc [2022-06-24T10:03:28.465Z] Loaded image: busybox:glibc [2022-06-24T10:03:28.526Z] #77 174.1 CC src/crun-state.o [2022-06-24T10:03:28.526Z] #77 174.3 CC src/crun-update.o [2022-06-24T10:03:28.782Z] #77 174.4 CC src/crun-ps.o [2022-06-24T10:03:28.782Z] #77 174.4 CC src/crun-checkpoint.o [2022-06-24T10:03:29.039Z] #77 174.6 CC src/crun-restore.o [2022-06-24T10:03:29.039Z] #77 174.8 CC src/libcrun/libcrun_la-utils.lo [2022-06-24T10:03:29.295Z] #77 175.0 CC src/libcrun/libcrun_la-container.lo [2022-06-24T10:03:29.295Z] #77 175.0 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-24T10:03:29.551Z] #77 175.4 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-24T10:03:29.808Z] #77 175.5 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-24T10:03:29.808Z] #77 175.5 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-24T10:03:29.840Z] Loaded image: debian:bullseye-slim [2022-06-24T10:03:29.840Z] Loaded image: debian:bullseye-slim [2022-06-24T10:03:30.064Z] #77 175.7 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-24T10:03:30.097Z] Loaded image: hello-world:latest [2022-06-24T10:03:30.097Z] Loaded image: hello-world:latest [2022-06-24T10:03:30.097Z] Loaded image: arm32v7/hello-world:latest [2022-06-24T10:03:30.097Z] Loaded image: arm32v7/hello-world:latest [2022-06-24T10:03:30.098Z] INFO: Testing against a local daemon [2022-06-24T10:03:30.098Z] === RUN TestDockerDaemonSuite [2022-06-24T10:03:30.098Z] --- PASS: TestExecConsoleSize (2.56s) [2022-06-24T10:03:30.098Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-06-24T10:03:30.098Z] === RUN TestRunConsoleSize [2022-06-24T10:03:30.098Z] INFO: Testing against a local daemon [2022-06-24T10:03:30.098Z] === RUN TestDockerSuite [2022-06-24T10:03:30.098Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-06-24T10:03:30.098Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-06-24T10:03:30.098Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-06-24T10:03:30.098Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-06-24T10:03:30.098Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-06-24T10:03:30.098Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-06-24T10:03:30.098Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-06-24T10:03:30.098Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-06-24T10:03:30.321Z] #77 175.9 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-24T10:03:30.321Z] #77 176.1 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-24T10:03:30.355Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-06-24T10:03:30.355Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-06-24T10:03:30.577Z] #77 176.2 CC src/libcrun/libcrun_la-criu.lo [2022-06-24T10:03:30.613Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-06-24T10:03:30.613Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-06-24T10:03:30.613Z] --- PASS: TestRunConsoleSize (0.64s) [2022-06-24T10:03:30.613Z] === RUN TestExecConsoleSize [2022-06-24T10:03:30.834Z] #77 176.5 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-24T10:03:31.091Z] #77 176.7 CC src/libcrun/libcrun_la-linux.lo [2022-06-24T10:03:31.091Z] #77 176.8 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-24T10:03:31.179Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-06-24T10:03:31.179Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-06-24T10:03:31.179Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-06-24T10:03:31.347Z] #77 177.0 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-24T10:03:31.438Z] --- PASS: TestExecConsoleSize (0.66s) [2022-06-24T10:03:31.438Z] === RUN TestRunConsoleSize [2022-06-24T10:03:32.003Z] --- PASS: TestRunConsoleSize (0.65s) [2022-06-24T10:03:32.003Z] === RUN TestExecConsoleSize [2022-06-24T10:03:32.342Z] #19 ... [2022-06-24T10:03:32.342Z] [2022-06-24T10:03:32.342Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:03:32.342Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:03:32.342Z] #84 223.9 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-24T10:03:32.342Z] #84 224.0 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-24T10:03:32.342Z] #84 224.1 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-24T10:03:32.342Z] #84 224.1 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-24T10:03:32.342Z] #84 224.2 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-24T10:03:32.342Z] #84 224.3 CC src/libcrun/libcrun_la-criu.lo [2022-06-24T10:03:32.342Z] #84 224.4 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-24T10:03:32.342Z] #84 224.4 CC src/libcrun/libcrun_la-linux.lo [2022-06-24T10:03:32.342Z] #84 224.4 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-24T10:03:32.342Z] #84 224.7 CC src/libcrun/libcrun_la-error.lo [2022-06-24T10:03:32.342Z] #84 224.7 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-24T10:03:32.342Z] #84 224.8 CC src/libcrun/libcrun_la-status.lo [2022-06-24T10:03:32.342Z] #84 225.0 CC src/libcrun/libcrun_la-terminal.lo [2022-06-24T10:03:32.342Z] #84 225.0 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-24T10:03:32.342Z] #84 225.1 CC src/libcrun/libcrun_la-signals.lo [2022-06-24T10:03:32.342Z] #84 225.3 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-24T10:03:32.342Z] #84 225.3 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-24T10:03:32.342Z] #84 225.4 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-24T10:03:32.342Z] #84 225.6 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-24T10:03:32.342Z] #84 225.7 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-24T10:03:32.342Z] #84 225.9 CC tests/init.o [2022-06-24T10:03:32.342Z] #84 225.9 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-24T10:03:32.342Z] #84 226.0 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-24T10:03:32.458Z] #77 ... [2022-06-24T10:03:32.458Z] [2022-06-24T10:03:32.458Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:03:32.458Z] #67 sha256:f0214d7f0c4884046afee985327062ad95ac3d87a63c3b852588e77cbbfc81d1 [2022-06-24T10:03:32.458Z] #67 191.3 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-24T10:03:32.458Z] #67 191.3 + GOBIN=/build [2022-06-24T10:03:32.458Z] #67 191.3 + GO111MODULE=on [2022-06-24T10:03:32.458Z] #67 191.3 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-24T10:03:32.569Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-06-24T10:03:32.714Z] #77 178.0 CC src/libcrun/libcrun_la-error.lo [2022-06-24T10:03:32.714Z] #77 178.3 CC src/libcrun/libcrun_la-status.lo [2022-06-24T10:03:32.827Z] --- PASS: TestExecConsoleSize (0.86s) [2022-06-24T10:03:32.827Z] === RUN TestRunConsoleSize [2022-06-24T10:03:32.827Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-06-24T10:03:32.827Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-06-24T10:03:32.827Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-06-24T10:03:32.970Z] #77 178.6 CC src/libcrun/libcrun_la-terminal.lo [2022-06-24T10:03:33.227Z] #77 179.0 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-24T10:03:33.484Z] #77 179.3 CC src/libcrun/libcrun_la-signals.lo [2022-06-24T10:03:33.740Z] #77 179.3 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-24T10:03:33.760Z] --- PASS: TestRunConsoleSize (0.77s) [2022-06-24T10:03:33.760Z] === RUN TestExecConsoleSize [2022-06-24T10:03:33.996Z] #77 179.5 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-24T10:03:33.996Z] #77 179.7 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-24T10:03:34.253Z] #77 179.9 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-24T10:03:34.326Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-06-24T10:03:34.326Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-06-24T10:03:34.509Z] #77 180.2 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-24T10:03:34.509Z] #77 180.3 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-24T10:03:34.584Z] --- PASS: TestExecConsoleSize (0.81s) [2022-06-24T10:03:34.584Z] === RUN TestRunConsoleSize [2022-06-24T10:03:35.072Z] #77 180.5 CC tests/init.o [2022-06-24T10:03:35.149Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-06-24T10:03:35.149Z] --- PASS: TestRunConsoleSize (0.71s) [2022-06-24T10:03:35.149Z] === RUN TestExecConsoleSize [2022-06-24T10:03:35.149Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-06-24T10:03:35.149Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-06-24T10:03:35.149Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-06-24T10:03:35.149Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-06-24T10:03:35.635Z] #77 181.3 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-24T10:03:35.714Z] --- PASS: TestExecConsoleSize (0.62s) [2022-06-24T10:03:35.714Z] === RUN TestRunConsoleSize [2022-06-24T10:03:36.279Z] --- PASS: TestRunConsoleSize (0.43s) [2022-06-24T10:03:36.279Z] PASS [2022-06-24T10:03:36.279Z] [2022-06-24T10:03:36.279Z] DONE 10 tests in 8.755s [2022-06-24T10:03:36.279Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.279Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.279Z] +++ set -e [2022-06-24T10:03:36.279Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.279Z] +++ set -x [2022-06-24T10:03:36.279Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.279Z] testing: warning: no tests to run [2022-06-24T10:03:36.279Z] PASS [2022-06-24T10:03:36.279Z] [2022-06-24T10:03:36.279Z] DONE 0 tests in 0.024s [2022-06-24T10:03:36.279Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.279Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.279Z] +++ set -e [2022-06-24T10:03:36.279Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.279Z] +++ set -x [2022-06-24T10:03:36.279Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.279Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.279Z] testing: warning: no tests to run [2022-06-24T10:03:36.279Z] PASS [2022-06-24T10:03:36.279Z] [2022-06-24T10:03:36.279Z] DONE 0 tests in 0.032s [2022-06-24T10:03:36.279Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.279Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.279Z] +++ set -e [2022-06-24T10:03:36.279Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.279Z] +++ set -x [2022-06-24T10:03:36.280Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.280Z] testing: warning: no tests to run [2022-06-24T10:03:36.280Z] PASS [2022-06-24T10:03:36.280Z] [2022-06-24T10:03:36.280Z] DONE 0 tests in 0.008s [2022-06-24T10:03:36.280Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.280Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.280Z] +++ set -e [2022-06-24T10:03:36.280Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.280Z] +++ set -x [2022-06-24T10:03:36.280Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.280Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.280Z] testing: warning: no tests to run [2022-06-24T10:03:36.280Z] PASS [2022-06-24T10:03:36.280Z] [2022-06-24T10:03:36.280Z] DONE 0 tests in 0.018s [2022-06-24T10:03:36.280Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.280Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.280Z] +++ set -e [2022-06-24T10:03:36.280Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.280Z] +++ set -x [2022-06-24T10:03:36.280Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.280Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.280Z] testing: warning: no tests to run [2022-06-24T10:03:36.280Z] PASS [2022-06-24T10:03:36.538Z] [2022-06-24T10:03:36.538Z] DONE 0 tests in 0.017s [2022-06-24T10:03:36.538Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.538Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.538Z] +++ set -e [2022-06-24T10:03:36.538Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.538Z] +++ set -x [2022-06-24T10:03:36.538Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.538Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.538Z] testing: warning: no tests to run [2022-06-24T10:03:36.538Z] PASS [2022-06-24T10:03:36.538Z] [2022-06-24T10:03:36.538Z] DONE 0 tests in 0.018s [2022-06-24T10:03:36.538Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.538Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.538Z] +++ set -e [2022-06-24T10:03:36.538Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.538Z] +++ set -x [2022-06-24T10:03:36.539Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] testing: warning: no tests to run [2022-06-24T10:03:36.539Z] PASS [2022-06-24T10:03:36.539Z] [2022-06-24T10:03:36.539Z] DONE 0 tests in 0.006s [2022-06-24T10:03:36.539Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.539Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] +++ set -e [2022-06-24T10:03:36.539Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.539Z] +++ set -x [2022-06-24T10:03:36.539Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.539Z] testing: warning: no tests to run [2022-06-24T10:03:36.539Z] PASS [2022-06-24T10:03:36.539Z] [2022-06-24T10:03:36.539Z] DONE 0 tests in 0.018s [2022-06-24T10:03:36.539Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.539Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] +++ set -e [2022-06-24T10:03:36.539Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.539Z] +++ set -x [2022-06-24T10:03:36.539Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.539Z] testing: warning: no tests to run [2022-06-24T10:03:36.539Z] PASS [2022-06-24T10:03:36.539Z] [2022-06-24T10:03:36.539Z] DONE 0 tests in 0.018s [2022-06-24T10:03:36.539Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.539Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] +++ set -e [2022-06-24T10:03:36.539Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.539Z] +++ set -x [2022-06-24T10:03:36.539Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.539Z] testing: warning: no tests to run [2022-06-24T10:03:36.539Z] PASS [2022-06-24T10:03:36.539Z] [2022-06-24T10:03:36.539Z] DONE 0 tests in 0.021s [2022-06-24T10:03:36.539Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.539Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] +++ set -e [2022-06-24T10:03:36.539Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.539Z] +++ set -x [2022-06-24T10:03:36.539Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.539Z] testing: warning: no tests to run [2022-06-24T10:03:36.539Z] PASS [2022-06-24T10:03:36.539Z] [2022-06-24T10:03:36.539Z] DONE 0 tests in 0.020s [2022-06-24T10:03:36.539Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.539Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] +++ set -e [2022-06-24T10:03:36.539Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.539Z] +++ set -x [2022-06-24T10:03:36.539Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] testing: warning: no tests to run [2022-06-24T10:03:36.539Z] PASS [2022-06-24T10:03:36.539Z] [2022-06-24T10:03:36.539Z] DONE 0 tests in 0.007s [2022-06-24T10:03:36.539Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.539Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] +++ set -e [2022-06-24T10:03:36.539Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.539Z] +++ set -x [2022-06-24T10:03:36.539Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.539Z] testing: warning: no tests to run [2022-06-24T10:03:36.539Z] PASS [2022-06-24T10:03:36.539Z] [2022-06-24T10:03:36.539Z] DONE 0 tests in 0.020s [2022-06-24T10:03:36.539Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.539Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] +++ set -e [2022-06-24T10:03:36.539Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.539Z] +++ set -x [2022-06-24T10:03:36.539Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.539Z] testing: warning: no tests to run [2022-06-24T10:03:36.539Z] PASS [2022-06-24T10:03:36.539Z] [2022-06-24T10:03:36.539Z] DONE 0 tests in 0.017s [2022-06-24T10:03:36.539Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.539Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.539Z] +++ set -e [2022-06-24T10:03:36.539Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.539Z] +++ set -x [2022-06-24T10:03:36.539Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.798Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.798Z] testing: warning: no tests to run [2022-06-24T10:03:36.798Z] PASS [2022-06-24T10:03:36.798Z] [2022-06-24T10:03:36.798Z] DONE 0 tests in 0.021s [2022-06-24T10:03:36.798Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.798Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.798Z] +++ set -e [2022-06-24T10:03:36.798Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.798Z] +++ set -x [2022-06-24T10:03:36.798Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.798Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.798Z] testing: warning: no tests to run [2022-06-24T10:03:36.798Z] PASS [2022-06-24T10:03:36.798Z] [2022-06-24T10:03:36.798Z] DONE 0 tests in 0.017s [2022-06-24T10:03:36.798Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.798Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.798Z] +++ set -e [2022-06-24T10:03:36.798Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.798Z] +++ set -x [2022-06-24T10:03:36.798Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.798Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.798Z] testing: warning: no tests to run [2022-06-24T10:03:36.798Z] PASS [2022-06-24T10:03:36.798Z] [2022-06-24T10:03:36.798Z] DONE 0 tests in 0.019s [2022-06-24T10:03:36.798Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.798Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.798Z] +++ set -e [2022-06-24T10:03:36.798Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.798Z] +++ set -x [2022-06-24T10:03:36.798Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.798Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.798Z] testing: warning: no tests to run [2022-06-24T10:03:36.798Z] PASS [2022-06-24T10:03:36.798Z] [2022-06-24T10:03:36.798Z] DONE 0 tests in 0.018s [2022-06-24T10:03:36.798Z] Running integration-test (iteration 2) [2022-06-24T10:03:36.798Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.798Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.798Z] +++ set -e [2022-06-24T10:03:36.798Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.798Z] +++ set -x [2022-06-24T10:03:36.798Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.798Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.798Z] testing: warning: no tests to run [2022-06-24T10:03:36.798Z] PASS [2022-06-24T10:03:36.798Z] [2022-06-24T10:03:36.798Z] DONE 0 tests in 0.022s [2022-06-24T10:03:36.798Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.798Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.798Z] +++ set -e [2022-06-24T10:03:36.798Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.798Z] +++ set -x [2022-06-24T10:03:36.798Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.798Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.798Z] testing: warning: no tests to run [2022-06-24T10:03:36.798Z] PASS [2022-06-24T10:03:36.798Z] [2022-06-24T10:03:36.798Z] DONE 0 tests in 0.018s [2022-06-24T10:03:36.798Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:36.798Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.798Z] +++ set -e [2022-06-24T10:03:36.798Z] +++ '[' -n 0 ']' [2022-06-24T10:03:36.798Z] +++ set -x [2022-06-24T10:03:36.798Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:36.798Z] INFO: Testing against a local daemon [2022-06-24T10:03:36.798Z] === RUN TestExecConsoleSize [2022-06-24T10:03:37.363Z] --- PASS: TestExecConsoleSize (0.59s) [2022-06-24T10:03:37.363Z] === RUN TestRunConsoleSize [2022-06-24T10:03:37.626Z] #84 ... [2022-06-24T10:03:37.626Z] [2022-06-24T10:03:37.626Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:03:37.626Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:03:37.626Z] #19 283.9 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-06-24T10:03:37.626Z] #19 283.9 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:03:37.626Z] #19 283.9 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:03:37.626Z] #19 283.9 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-06-24T10:03:37.626Z] #19 283.9 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:03:37.626Z] #19 283.9 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-24T10:03:37.626Z] #19 284.0 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-06-24T10:03:37.626Z] #19 284.0 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:03:37.626Z] #19 284.0 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-24T10:03:37.626Z] #19 284.0 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-06-24T10:03:37.626Z] #19 284.0 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:03:37.626Z] #19 284.0 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:03:37.626Z] #19 284.1 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-06-24T10:03:37.626Z] #19 284.1 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:03:37.626Z] #19 284.1 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:03:37.626Z] #19 284.1 Selecting previously unselected package cross-config. [2022-06-24T10:03:37.626Z] #19 284.1 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-06-24T10:03:37.626Z] #19 284.1 Unpacking cross-config (2.6.18+nmu1) ... [2022-06-24T10:03:37.626Z] #19 284.2 Selecting previously unselected package gcc-10-cross-base. [2022-06-24T10:03:37.626Z] #19 284.2 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-06-24T10:03:37.626Z] #19 284.2 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-24T10:03:37.626Z] #19 284.2 Selecting previously unselected package libc6-arm64-cross. [2022-06-24T10:03:37.626Z] #19 284.2 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-06-24T10:03:37.626Z] #19 284.2 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-06-24T10:03:37.626Z] #19 ... [2022-06-24T10:03:37.626Z] [2022-06-24T10:03:37.626Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:03:37.626Z] #54 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T10:03:37.626Z] #54 286.7 + dpkg --print-architecture [2022-06-24T10:03:37.626Z] #54 286.7 + git checkout -q v2.1.0 [2022-06-24T10:03:37.626Z] #54 286.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-24T10:03:37.626Z] #54 286.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-24T10:03:37.928Z] --- PASS: TestRunConsoleSize (0.49s) [2022-06-24T10:03:37.928Z] === RUN TestExecConsoleSize [2022-06-24T10:03:38.196Z] #54 ... [2022-06-24T10:03:38.197Z] [2022-06-24T10:03:38.197Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:03:38.197Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:03:38.197Z] #19 284.7 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-06-24T10:03:38.197Z] #19 284.7 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:03:38.197Z] #19 284.7 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:03:38.197Z] #19 284.8 Selecting previously unselected package libgomp1-arm64-cross. [2022-06-24T10:03:38.197Z] #19 284.8 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:03:38.197Z] #19 284.8 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:03:38.197Z] #19 284.9 Selecting previously unselected package libitm1-arm64-cross. [2022-06-24T10:03:38.457Z] #19 284.9 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:03:38.457Z] #19 284.9 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:03:38.457Z] #19 284.9 Selecting previously unselected package libatomic1-arm64-cross. [2022-06-24T10:03:38.457Z] #19 284.9 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:03:38.457Z] #19 284.9 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:03:38.457Z] #19 285.0 Selecting previously unselected package libasan6-arm64-cross. [2022-06-24T10:03:38.457Z] #19 285.0 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:03:38.457Z] #19 285.0 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:03:38.494Z] --- PASS: TestExecConsoleSize (0.60s) [2022-06-24T10:03:38.494Z] === RUN TestRunConsoleSize [2022-06-24T10:03:38.752Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-06-24T10:03:39.025Z] #19 285.7 Selecting previously unselected package liblsan0-arm64-cross. [2022-06-24T10:03:39.040Z] #23 11.03 Collecting yamllint==1.26.1 [2022-06-24T10:03:39.040Z] #23 12.10 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-24T10:03:39.072Z] #67 ... [2022-06-24T10:03:39.072Z] [2022-06-24T10:03:39.072Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:03:39.072Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:03:39.072Z] #14 194.9 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-24T10:03:39.072Z] #14 194.9 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:03:39.072Z] #14 195.0 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:03:39.317Z] --- PASS: TestRunConsoleSize (0.60s) [2022-06-24T10:03:39.317Z] === RUN TestExecConsoleSize [2022-06-24T10:03:39.324Z] #19 285.7 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:03:39.324Z] #19 285.7 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:03:39.583Z] #19 286.1 Selecting previously unselected package libtsan0-arm64-cross. [2022-06-24T10:03:39.583Z] #19 286.1 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:03:39.583Z] #19 286.1 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:03:39.881Z] --- PASS: TestExecConsoleSize (0.65s) [2022-06-24T10:03:39.881Z] === RUN TestRunConsoleSize [2022-06-24T10:03:39.977Z] #23 13.34 Collecting pathspec>=0.5.3 [2022-06-24T10:03:40.149Z] #19 286.7 Selecting previously unselected package libstdc++6-arm64-cross. [2022-06-24T10:03:40.149Z] #19 286.7 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:03:40.149Z] #19 286.7 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:03:40.235Z] #23 13.35 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-24T10:03:40.445Z] --- PASS: TestRunConsoleSize (0.50s) [2022-06-24T10:03:40.446Z] === RUN TestExecConsoleSize [2022-06-24T10:03:40.486Z] #19 286.9 Selecting previously unselected package libubsan1-arm64-cross. [2022-06-24T10:03:40.486Z] #19 286.9 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:03:40.486Z] #19 286.9 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:03:40.493Z] #23 13.78 Collecting pyyaml [2022-06-24T10:03:40.751Z] #23 13.80 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-06-24T10:03:40.751Z] #23 13.91 Building wheels for collected packages: yamllint [2022-06-24T10:03:40.751Z] #23 13.91 Building wheel for yamllint (setup.py): started [2022-06-24T10:03:41.011Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-06-24T10:03:41.011Z] --- PASS: TestExecConsoleSize (0.63s) [2022-06-24T10:03:41.011Z] === RUN TestRunConsoleSize [2022-06-24T10:03:41.576Z] --- PASS: TestRunConsoleSize (0.60s) [2022-06-24T10:03:41.576Z] === RUN TestExecConsoleSize [2022-06-24T10:03:41.861Z] #19 288.2 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-06-24T10:03:41.861Z] #19 288.2 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:03:41.861Z] #19 288.3 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:03:42.127Z] #23 15.06 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-24T10:03:42.127Z] #23 15.06 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=f9cb1a94f184ad2c4aa2acd99dd873c7ed4f0b37ce0919d7eed9be3064dda380 [2022-06-24T10:03:42.127Z] #23 15.06 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-24T10:03:42.127Z] #23 15.07 Successfully built yamllint [2022-06-24T10:03:42.127Z] #23 15.10 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-24T10:03:42.140Z] --- PASS: TestExecConsoleSize (0.61s) [2022-06-24T10:03:42.140Z] === RUN TestRunConsoleSize [2022-06-24T10:03:42.379Z] #14 ... [2022-06-24T10:03:42.379Z] [2022-06-24T10:03:42.379Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:03:42.379Z] #67 sha256:f0214d7f0c4884046afee985327062ad95ac3d87a63c3b852588e77cbbfc81d1 [2022-06-24T10:03:42.379Z] #67 201.7 rootlesskit version 1.0.0 [2022-06-24T10:03:42.379Z] #67 201.8 Usage of /build/rootlesskit-docker-proxy: [2022-06-24T10:03:42.379Z] #67 201.8 -container-ip string [2022-06-24T10:03:42.379Z] #67 201.8 container ip [2022-06-24T10:03:42.379Z] #67 201.8 -container-port int [2022-06-24T10:03:42.379Z] #67 201.8 container port (default -1) [2022-06-24T10:03:42.379Z] #67 201.8 -host-ip string [2022-06-24T10:03:42.379Z] #67 201.8 host ip [2022-06-24T10:03:42.379Z] #67 201.8 -host-port int [2022-06-24T10:03:42.379Z] #67 201.8 host port (default -1) [2022-06-24T10:03:42.379Z] #67 201.8 -proto string [2022-06-24T10:03:42.379Z] #67 201.8 proxy protocol (default "tcp") [2022-06-24T10:03:42.386Z] #23 15.56 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-24T10:03:42.644Z] #23 DONE 15.9s [2022-06-24T10:03:42.644Z] [2022-06-24T10:03:42.644Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:03:42.644Z] #60 sha256:398283423dbd8d5655df06bbc435570d7b46388a740325e1b6d5b8c1018b2272 [2022-06-24T10:03:42.705Z] --- PASS: TestRunConsoleSize (0.51s) [2022-06-24T10:03:42.705Z] PASS [2022-06-24T10:03:42.705Z] [2022-06-24T10:03:42.705Z] DONE 10 tests in 5.806s [2022-06-24T10:03:42.705Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:42.705Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.705Z] +++ set -e [2022-06-24T10:03:42.705Z] +++ '[' -n 0 ']' [2022-06-24T10:03:42.705Z] +++ set -x [2022-06-24T10:03:42.705Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.705Z] testing: warning: no tests to run [2022-06-24T10:03:42.705Z] PASS [2022-06-24T10:03:42.705Z] [2022-06-24T10:03:42.705Z] DONE 0 tests in 0.026s [2022-06-24T10:03:42.705Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:42.705Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.705Z] +++ set -e [2022-06-24T10:03:42.705Z] +++ '[' -n 0 ']' [2022-06-24T10:03:42.705Z] +++ set -x [2022-06-24T10:03:42.705Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.705Z] INFO: Testing against a local daemon [2022-06-24T10:03:42.705Z] testing: warning: no tests to run [2022-06-24T10:03:42.705Z] PASS [2022-06-24T10:03:42.705Z] [2022-06-24T10:03:42.705Z] DONE 0 tests in 0.034s [2022-06-24T10:03:42.705Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:42.705Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.705Z] +++ set -e [2022-06-24T10:03:42.705Z] +++ '[' -n 0 ']' [2022-06-24T10:03:42.705Z] +++ set -x [2022-06-24T10:03:42.705Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.705Z] testing: warning: no tests to run [2022-06-24T10:03:42.705Z] PASS [2022-06-24T10:03:42.705Z] [2022-06-24T10:03:42.705Z] DONE 0 tests in 0.012s [2022-06-24T10:03:42.705Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:42.705Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.705Z] +++ set -e [2022-06-24T10:03:42.705Z] +++ '[' -n 0 ']' [2022-06-24T10:03:42.705Z] +++ set -x [2022-06-24T10:03:42.705Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.705Z] INFO: Testing against a local daemon [2022-06-24T10:03:42.705Z] testing: warning: no tests to run [2022-06-24T10:03:42.705Z] PASS [2022-06-24T10:03:42.705Z] [2022-06-24T10:03:42.705Z] DONE 0 tests in 0.020s [2022-06-24T10:03:42.705Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:42.705Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.705Z] +++ set -e [2022-06-24T10:03:42.705Z] +++ '[' -n 0 ']' [2022-06-24T10:03:42.705Z] +++ set -x [2022-06-24T10:03:42.706Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.796Z] #19 289.2 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-06-24T10:03:42.796Z] #19 289.2 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:03:42.796Z] #19 289.2 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:03:42.902Z] #60 ... [2022-06-24T10:03:42.902Z] [2022-06-24T10:03:42.902Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-24T10:03:42.902Z] #27 sha256:83cef11391234e3ffccc2fc6de839e566bc7de82d2142e9edda24937aa077e8a [2022-06-24T10:03:42.963Z] INFO: Testing against a local daemon [2022-06-24T10:03:42.963Z] testing: warning: no tests to run [2022-06-24T10:03:42.963Z] PASS [2022-06-24T10:03:42.963Z] [2022-06-24T10:03:42.963Z] DONE 0 tests in 0.033s [2022-06-24T10:03:42.963Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:42.963Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.963Z] +++ set -e [2022-06-24T10:03:42.963Z] +++ '[' -n 0 ']' [2022-06-24T10:03:42.963Z] +++ set -x [2022-06-24T10:03:42.964Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] INFO: Testing against a local daemon [2022-06-24T10:03:42.964Z] testing: warning: no tests to run [2022-06-24T10:03:42.964Z] PASS [2022-06-24T10:03:42.964Z] [2022-06-24T10:03:42.964Z] DONE 0 tests in 0.020s [2022-06-24T10:03:42.964Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:42.964Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] +++ set -e [2022-06-24T10:03:42.964Z] +++ '[' -n 0 ']' [2022-06-24T10:03:42.964Z] +++ set -x [2022-06-24T10:03:42.964Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] testing: warning: no tests to run [2022-06-24T10:03:42.964Z] PASS [2022-06-24T10:03:42.964Z] [2022-06-24T10:03:42.964Z] DONE 0 tests in 0.007s [2022-06-24T10:03:42.964Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:42.964Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] +++ set -e [2022-06-24T10:03:42.964Z] +++ '[' -n 0 ']' [2022-06-24T10:03:42.964Z] +++ set -x [2022-06-24T10:03:42.964Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] INFO: Testing against a local daemon [2022-06-24T10:03:42.964Z] testing: warning: no tests to run [2022-06-24T10:03:42.964Z] PASS [2022-06-24T10:03:42.964Z] [2022-06-24T10:03:42.964Z] DONE 0 tests in 0.019s [2022-06-24T10:03:42.964Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:42.964Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] +++ set -e [2022-06-24T10:03:42.964Z] +++ '[' -n 0 ']' [2022-06-24T10:03:42.964Z] +++ set -x [2022-06-24T10:03:42.964Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] INFO: Testing against a local daemon [2022-06-24T10:03:42.964Z] testing: warning: no tests to run [2022-06-24T10:03:42.964Z] PASS [2022-06-24T10:03:42.964Z] [2022-06-24T10:03:42.964Z] DONE 0 tests in 0.018s [2022-06-24T10:03:42.964Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:42.964Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] +++ set -e [2022-06-24T10:03:42.964Z] +++ '[' -n 0 ']' [2022-06-24T10:03:42.964Z] +++ set -x [2022-06-24T10:03:42.964Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] INFO: Testing against a local daemon [2022-06-24T10:03:42.964Z] testing: warning: no tests to run [2022-06-24T10:03:42.964Z] PASS [2022-06-24T10:03:42.964Z] [2022-06-24T10:03:42.964Z] DONE 0 tests in 0.019s [2022-06-24T10:03:42.964Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:42.964Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] +++ set -e [2022-06-24T10:03:42.964Z] +++ '[' -n 0 ']' [2022-06-24T10:03:42.964Z] +++ set -x [2022-06-24T10:03:42.964Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] INFO: Testing against a local daemon [2022-06-24T10:03:42.964Z] testing: warning: no tests to run [2022-06-24T10:03:42.964Z] PASS [2022-06-24T10:03:42.964Z] [2022-06-24T10:03:42.964Z] DONE 0 tests in 0.020s [2022-06-24T10:03:42.964Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:42.964Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] +++ set -e [2022-06-24T10:03:42.964Z] +++ '[' -n 0 ']' [2022-06-24T10:03:42.964Z] +++ set -x [2022-06-24T10:03:42.964Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] testing: warning: no tests to run [2022-06-24T10:03:42.964Z] PASS [2022-06-24T10:03:42.964Z] [2022-06-24T10:03:42.964Z] DONE 0 tests in 0.007s [2022-06-24T10:03:42.964Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:42.964Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] +++ set -e [2022-06-24T10:03:42.964Z] +++ '[' -n 0 ']' [2022-06-24T10:03:42.964Z] +++ set -x [2022-06-24T10:03:42.964Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] INFO: Testing against a local daemon [2022-06-24T10:03:42.964Z] testing: warning: no tests to run [2022-06-24T10:03:42.964Z] PASS [2022-06-24T10:03:42.964Z] [2022-06-24T10:03:42.964Z] DONE 0 tests in 0.021s [2022-06-24T10:03:42.964Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-06-24T10:03:42.964Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:42.964Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] +++ set -e [2022-06-24T10:03:42.964Z] +++ '[' -n 0 ']' [2022-06-24T10:03:42.964Z] +++ set -x [2022-06-24T10:03:42.964Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:42.964Z] INFO: Testing against a local daemon [2022-06-24T10:03:42.964Z] testing: warning: no tests to run [2022-06-24T10:03:42.964Z] PASS [2022-06-24T10:03:42.964Z] [2022-06-24T10:03:42.964Z] DONE 0 tests in 0.019s [2022-06-24T10:03:43.161Z] #27 DONE 0.5s [2022-06-24T10:03:43.161Z] [2022-06-24T10:03:43.161Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-24T10:03:43.161Z] #32 sha256:43280a2b330aa90a3f4bcab70379b9ae054050bf50ba5c0d3d07ef0d98f3a2b0 [2022-06-24T10:03:43.222Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:43.222Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:43.222Z] +++ set -e [2022-06-24T10:03:43.222Z] +++ '[' -n 0 ']' [2022-06-24T10:03:43.222Z] +++ set -x [2022-06-24T10:03:43.222Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:43.222Z] INFO: Testing against a local daemon [2022-06-24T10:03:43.222Z] testing: warning: no tests to run [2022-06-24T10:03:43.222Z] PASS [2022-06-24T10:03:43.222Z] [2022-06-24T10:03:43.222Z] DONE 0 tests in 0.023s [2022-06-24T10:03:43.222Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:43.222Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:43.222Z] +++ set -e [2022-06-24T10:03:43.223Z] +++ '[' -n 0 ']' [2022-06-24T10:03:43.223Z] +++ set -x [2022-06-24T10:03:43.223Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:43.223Z] INFO: Testing against a local daemon [2022-06-24T10:03:43.223Z] testing: warning: no tests to run [2022-06-24T10:03:43.223Z] PASS [2022-06-24T10:03:43.223Z] [2022-06-24T10:03:43.223Z] DONE 0 tests in 0.056s [2022-06-24T10:03:43.223Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:43.223Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:43.223Z] +++ set -e [2022-06-24T10:03:43.223Z] +++ '[' -n 0 ']' [2022-06-24T10:03:43.223Z] +++ set -x [2022-06-24T10:03:43.223Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:43.223Z] INFO: Testing against a local daemon [2022-06-24T10:03:43.223Z] testing: warning: no tests to run [2022-06-24T10:03:43.223Z] PASS [2022-06-24T10:03:43.223Z] [2022-06-24T10:03:43.223Z] DONE 0 tests in 0.022s [2022-06-24T10:03:43.223Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:43.223Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:43.223Z] +++ set -e [2022-06-24T10:03:43.223Z] +++ '[' -n 0 ']' [2022-06-24T10:03:43.223Z] +++ set -x [2022-06-24T10:03:43.223Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:43.223Z] INFO: Testing against a local daemon [2022-06-24T10:03:43.223Z] testing: warning: no tests to run [2022-06-24T10:03:43.223Z] PASS [2022-06-24T10:03:43.223Z] [2022-06-24T10:03:43.223Z] DONE 0 tests in 0.019s [2022-06-24T10:03:43.223Z] Running integration-test (iteration 3) [2022-06-24T10:03:43.223Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:43.223Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:43.223Z] +++ set -e [2022-06-24T10:03:43.223Z] +++ '[' -n 0 ']' [2022-06-24T10:03:43.223Z] +++ set -x [2022-06-24T10:03:43.223Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:43.223Z] INFO: Testing against a local daemon [2022-06-24T10:03:43.223Z] testing: warning: no tests to run [2022-06-24T10:03:43.223Z] PASS [2022-06-24T10:03:43.223Z] [2022-06-24T10:03:43.223Z] DONE 0 tests in 0.023s [2022-06-24T10:03:43.223Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:43.223Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:43.223Z] +++ set -e [2022-06-24T10:03:43.223Z] +++ '[' -n 0 ']' [2022-06-24T10:03:43.223Z] +++ set -x [2022-06-24T10:03:43.223Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:43.223Z] INFO: Testing against a local daemon [2022-06-24T10:03:43.223Z] testing: warning: no tests to run [2022-06-24T10:03:43.223Z] PASS [2022-06-24T10:03:43.223Z] [2022-06-24T10:03:43.223Z] DONE 0 tests in 0.018s [2022-06-24T10:03:43.223Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:43.223Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:43.223Z] +++ set -e [2022-06-24T10:03:43.223Z] +++ '[' -n 0 ']' [2022-06-24T10:03:43.223Z] +++ set -x [2022-06-24T10:03:43.223Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:43.481Z] INFO: Testing against a local daemon [2022-06-24T10:03:43.481Z] === RUN TestExecConsoleSize [2022-06-24T10:03:43.728Z] #32 DONE 0.7s [2022-06-24T10:03:43.728Z] [2022-06-24T10:03:43.729Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:03:43.729Z] #47 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T10:03:43.987Z] #47 ... [2022-06-24T10:03:43.987Z] [2022-06-24T10:03:43.987Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-24T10:03:43.987Z] #35 sha256:18c0551d267d4de5ef0557a0ac70689486d1e452d5108d1179eb7c428c11ebb5 [2022-06-24T10:03:44.046Z] --- PASS: TestExecConsoleSize (0.66s) [2022-06-24T10:03:44.046Z] === RUN TestRunConsoleSize [2022-06-24T10:03:44.246Z] #35 DONE 0.4s [2022-06-24T10:03:44.246Z] [2022-06-24T10:03:44.246Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:03:44.246Z] #60 sha256:398283423dbd8d5655df06bbc435570d7b46388a740325e1b6d5b8c1018b2272 [2022-06-24T10:03:44.290Z] #67 DONE 203.7s [2022-06-24T10:03:44.290Z] [2022-06-24T10:03:44.290Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-24T10:03:44.290Z] #68 sha256:838a785cbfddfbaff15e637004759bc8afa2900b2f08d2b4f90a1750736c5fa9 [2022-06-24T10:03:44.505Z] #60 ... [2022-06-24T10:03:44.505Z] [2022-06-24T10:03:44.505Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-24T10:03:44.505Z] #37 sha256:80dee187dfed7b6b928459206947db9affe859fdde7537008ce6b189568e871d [2022-06-24T10:03:44.552Z] #68 DONE 0.2s [2022-06-24T10:03:44.552Z] [2022-06-24T10:03:44.552Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-24T10:03:44.552Z] #69 sha256:2ed05a36425917714ce877ed17b673a7a9c73a1e28179a3140a83e6932c316a1 [2022-06-24T10:03:44.610Z] --- PASS: TestRunConsoleSize (0.49s) [2022-06-24T10:03:44.610Z] === RUN TestExecConsoleSize [2022-06-24T10:03:44.764Z] #37 DONE 0.4s [2022-06-24T10:03:44.764Z] [2022-06-24T10:03:44.764Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:03:44.764Z] #64 sha256:0a652afb24b42669616285b6cd081cd44a2aa3ef06fd19c079c56e10064f0e7f [2022-06-24T10:03:44.764Z] #64 ... [2022-06-24T10:03:44.764Z] [2022-06-24T10:03:44.764Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-24T10:03:44.764Z] #39 sha256:df4c11618eb7f1073d492a2521bc1f761bbd7a6998a76972e0b2395021aa19f8 [2022-06-24T10:03:44.764Z] #39 DONE 0.1s [2022-06-24T10:03:44.764Z] [2022-06-24T10:03:44.764Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-24T10:03:44.764Z] #41 sha256:48e8c6cdf25151eaab5ac29fa98c5b8040485aad4c0787d83999f2d197c43a3f [2022-06-24T10:03:44.814Z] #69 DONE 0.2s [2022-06-24T10:03:44.814Z] [2022-06-24T10:03:44.814Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T10:03:44.814Z] #36 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T10:03:44.867Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-06-24T10:03:45.023Z] #41 DONE 0.1s [2022-06-24T10:03:45.023Z] [2022-06-24T10:03:45.023Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-24T10:03:45.023Z] #45 sha256:0019bb093e9b6f0de6f8d4c5a570784a5c79d25a4ecfd3d292f5ef3f25bff453 [2022-06-24T10:03:45.023Z] #45 DONE 0.1s [2022-06-24T10:03:45.023Z] [2022-06-24T10:03:45.023Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:03:45.023Z] #60 sha256:398283423dbd8d5655df06bbc435570d7b46388a740325e1b6d5b8c1018b2272 [2022-06-24T10:03:45.385Z] #36 ... [2022-06-24T10:03:45.385Z] [2022-06-24T10:03:45.386Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:03:45.386Z] #14 sha256:e0822ddcc0bdbf9073f23d5c66b74746e00ec0c58e248f36f0b10148c84a5f58 [2022-06-24T10:03:45.386Z] #14 205.2 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-24T10:03:45.386Z] #14 205.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-24T10:03:45.386Z] #14 205.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-24T10:03:45.433Z] --- PASS: TestExecConsoleSize (0.84s) [2022-06-24T10:03:45.433Z] === RUN TestRunConsoleSize [2022-06-24T10:03:45.646Z] #14 205.4 Selecting previously unselected package libapparmor1:amd64. [2022-06-24T10:03:45.646Z] #14 205.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-24T10:03:45.690Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-06-24T10:03:45.906Z] #14 205.4 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-24T10:03:45.948Z] --- PASS: TestRunConsoleSize (0.61s) [2022-06-24T10:03:45.948Z] === RUN TestExecConsoleSize [2022-06-24T10:03:46.166Z] #14 205.7 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-24T10:03:46.166Z] #14 205.8 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-24T10:03:46.166Z] #14 205.8 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-24T10:03:46.427Z] #14 206.1 Selecting previously unselected package libbtrfs0:amd64. [2022-06-24T10:03:46.427Z] #14 206.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-24T10:03:46.427Z] #14 206.1 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T10:03:46.513Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-06-24T10:03:46.688Z] #14 206.5 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-24T10:03:46.688Z] #14 206.5 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-24T10:03:46.688Z] #14 206.6 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T10:03:46.770Z] --- PASS: TestExecConsoleSize (0.73s) [2022-06-24T10:03:46.770Z] === RUN TestRunConsoleSize [2022-06-24T10:03:47.261Z] #14 207.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-24T10:03:47.261Z] #14 207.0 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T10:03:47.261Z] #14 207.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:03:47.335Z] --- PASS: TestRunConsoleSize (0.65s) [2022-06-24T10:03:47.335Z] === RUN TestExecConsoleSize [2022-06-24T10:03:47.521Z] #14 207.4 Selecting previously unselected package libudev-dev:amd64. [2022-06-24T10:03:47.521Z] #14 207.4 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-24T10:03:47.521Z] #14 207.4 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-24T10:03:47.593Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-06-24T10:03:48.064Z] #19 ... [2022-06-24T10:03:48.064Z] [2022-06-24T10:03:48.064Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:03:48.064Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:03:48.064Z] #84 245.6 CCLD tests/init [2022-06-24T10:03:48.095Z] #14 207.8 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-24T10:03:48.095Z] #14 207.8 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-24T10:03:48.095Z] #14 207.8 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-24T10:03:48.158Z] --- PASS: TestExecConsoleSize (0.67s) [2022-06-24T10:03:48.158Z] === RUN TestRunConsoleSize [2022-06-24T10:03:48.357Z] #14 208.1 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-24T10:03:48.357Z] #14 208.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-24T10:03:48.415Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-06-24T10:03:48.619Z] #14 208.2 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-24T10:03:48.619Z] #14 208.4 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-24T10:03:48.673Z] --- PASS: TestRunConsoleSize (0.59s) [2022-06-24T10:03:48.673Z] === RUN TestExecConsoleSize [2022-06-24T10:03:48.885Z] #14 208.4 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-24T10:03:48.886Z] #14 208.4 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-24T10:03:49.149Z] #14 208.8 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-24T10:03:49.149Z] #14 208.8 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-24T10:03:49.149Z] #14 208.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-24T10:03:49.238Z] --- PASS: TestExecConsoleSize (0.67s) [2022-06-24T10:03:49.238Z] === RUN TestRunConsoleSize [2022-06-24T10:03:49.238Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-06-24T10:03:49.238Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-06-24T10:03:49.410Z] #14 209.0 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-24T10:03:49.410Z] #14 209.0 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-24T10:03:49.410Z] #14 209.0 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-24T10:03:49.804Z] --- PASS: TestRunConsoleSize (0.63s) [2022-06-24T10:03:49.804Z] PASS [2022-06-24T10:03:49.804Z] [2022-06-24T10:03:49.804Z] DONE 10 tests in 6.575s [2022-06-24T10:03:49.804Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:49.804Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:49.804Z] +++ set -e [2022-06-24T10:03:49.804Z] +++ '[' -n 0 ']' [2022-06-24T10:03:49.804Z] +++ set -x [2022-06-24T10:03:49.804Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:49.983Z] #14 209.6 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-24T10:03:49.983Z] #14 209.7 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-24T10:03:49.983Z] #14 209.7 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-24T10:03:50.063Z] testing: warning: no tests to run [2022-06-24T10:03:50.063Z] PASS [2022-06-24T10:03:50.063Z] [2022-06-24T10:03:50.063Z] DONE 0 tests in 0.025s [2022-06-24T10:03:50.063Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.063Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.063Z] +++ set -e [2022-06-24T10:03:50.063Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.063Z] +++ set -x [2022-06-24T10:03:50.063Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.063Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.063Z] testing: warning: no tests to run [2022-06-24T10:03:50.063Z] PASS [2022-06-24T10:03:50.063Z] [2022-06-24T10:03:50.063Z] DONE 0 tests in 0.047s [2022-06-24T10:03:50.063Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.063Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.063Z] +++ set -e [2022-06-24T10:03:50.063Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.063Z] +++ set -x [2022-06-24T10:03:50.063Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.063Z] testing: warning: no tests to run [2022-06-24T10:03:50.063Z] PASS [2022-06-24T10:03:50.063Z] [2022-06-24T10:03:50.063Z] DONE 0 tests in 0.011s [2022-06-24T10:03:50.063Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.063Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.063Z] +++ set -e [2022-06-24T10:03:50.063Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.063Z] +++ set -x [2022-06-24T10:03:50.063Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.063Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.063Z] testing: warning: no tests to run [2022-06-24T10:03:50.063Z] PASS [2022-06-24T10:03:50.063Z] [2022-06-24T10:03:50.063Z] DONE 0 tests in 0.018s [2022-06-24T10:03:50.063Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.063Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.063Z] +++ set -e [2022-06-24T10:03:50.063Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.063Z] +++ set -x [2022-06-24T10:03:50.063Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.063Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.063Z] testing: warning: no tests to run [2022-06-24T10:03:50.063Z] PASS [2022-06-24T10:03:50.063Z] [2022-06-24T10:03:50.063Z] DONE 0 tests in 0.019s [2022-06-24T10:03:50.063Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.063Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.063Z] +++ set -e [2022-06-24T10:03:50.063Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.063Z] +++ set -x [2022-06-24T10:03:50.063Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.063Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.063Z] testing: warning: no tests to run [2022-06-24T10:03:50.063Z] PASS [2022-06-24T10:03:50.063Z] [2022-06-24T10:03:50.063Z] DONE 0 tests in 0.017s [2022-06-24T10:03:50.063Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.063Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.063Z] +++ set -e [2022-06-24T10:03:50.063Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.063Z] +++ set -x [2022-06-24T10:03:50.063Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.063Z] testing: warning: no tests to run [2022-06-24T10:03:50.063Z] PASS [2022-06-24T10:03:50.063Z] [2022-06-24T10:03:50.063Z] DONE 0 tests in 0.006s [2022-06-24T10:03:50.063Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.063Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.063Z] +++ set -e [2022-06-24T10:03:50.063Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.063Z] +++ set -x [2022-06-24T10:03:50.063Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.063Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.063Z] testing: warning: no tests to run [2022-06-24T10:03:50.063Z] PASS [2022-06-24T10:03:50.063Z] [2022-06-24T10:03:50.063Z] DONE 0 tests in 0.019s [2022-06-24T10:03:50.063Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.064Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.064Z] +++ set -e [2022-06-24T10:03:50.064Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.064Z] +++ set -x [2022-06-24T10:03:50.064Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.064Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.064Z] testing: warning: no tests to run [2022-06-24T10:03:50.064Z] PASS [2022-06-24T10:03:50.244Z] #14 210.0 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-24T10:03:50.244Z] #14 210.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T10:03:50.244Z] #14 210.0 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:03:50.244Z] #14 210.1 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-24T10:03:50.321Z] [2022-06-24T10:03:50.322Z] DONE 0 tests in 0.021s [2022-06-24T10:03:50.322Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.322Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] +++ set -e [2022-06-24T10:03:50.322Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.322Z] +++ set -x [2022-06-24T10:03:50.322Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.322Z] testing: warning: no tests to run [2022-06-24T10:03:50.322Z] PASS [2022-06-24T10:03:50.322Z] [2022-06-24T10:03:50.322Z] DONE 0 tests in 0.020s [2022-06-24T10:03:50.322Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.322Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] +++ set -e [2022-06-24T10:03:50.322Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.322Z] +++ set -x [2022-06-24T10:03:50.322Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-06-24T10:03:50.322Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.322Z] testing: warning: no tests to run [2022-06-24T10:03:50.322Z] PASS [2022-06-24T10:03:50.322Z] [2022-06-24T10:03:50.322Z] DONE 0 tests in 0.026s [2022-06-24T10:03:50.322Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.322Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] +++ set -e [2022-06-24T10:03:50.322Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.322Z] +++ set -x [2022-06-24T10:03:50.322Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] testing: warning: no tests to run [2022-06-24T10:03:50.322Z] PASS [2022-06-24T10:03:50.322Z] [2022-06-24T10:03:50.322Z] DONE 0 tests in 0.008s [2022-06-24T10:03:50.322Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.322Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] +++ set -e [2022-06-24T10:03:50.322Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.322Z] +++ set -x [2022-06-24T10:03:50.322Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.322Z] testing: warning: no tests to run [2022-06-24T10:03:50.322Z] PASS [2022-06-24T10:03:50.322Z] [2022-06-24T10:03:50.322Z] DONE 0 tests in 0.027s [2022-06-24T10:03:50.322Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.322Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] +++ set -e [2022-06-24T10:03:50.322Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.322Z] +++ set -x [2022-06-24T10:03:50.322Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.322Z] testing: warning: no tests to run [2022-06-24T10:03:50.322Z] PASS [2022-06-24T10:03:50.322Z] [2022-06-24T10:03:50.322Z] DONE 0 tests in 0.025s [2022-06-24T10:03:50.322Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.322Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] +++ set -e [2022-06-24T10:03:50.322Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.322Z] +++ set -x [2022-06-24T10:03:50.322Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.322Z] testing: warning: no tests to run [2022-06-24T10:03:50.322Z] PASS [2022-06-24T10:03:50.322Z] [2022-06-24T10:03:50.322Z] DONE 0 tests in 0.023s [2022-06-24T10:03:50.322Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.322Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] +++ set -e [2022-06-24T10:03:50.322Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.322Z] +++ set -x [2022-06-24T10:03:50.322Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.322Z] testing: warning: no tests to run [2022-06-24T10:03:50.322Z] PASS [2022-06-24T10:03:50.322Z] [2022-06-24T10:03:50.322Z] DONE 0 tests in 0.023s [2022-06-24T10:03:50.322Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.322Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.322Z] +++ set -e [2022-06-24T10:03:50.322Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.322Z] +++ set -x [2022-06-24T10:03:50.322Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.504Z] #14 210.1 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-24T10:03:50.504Z] #14 210.1 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T10:03:50.504Z] #14 210.3 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-24T10:03:50.504Z] #14 210.3 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-24T10:03:50.504Z] #14 210.3 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T10:03:50.581Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.581Z] testing: warning: no tests to run [2022-06-24T10:03:50.581Z] PASS [2022-06-24T10:03:50.581Z] [2022-06-24T10:03:50.581Z] DONE 0 tests in 0.025s [2022-06-24T10:03:50.581Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.581Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.581Z] +++ set -e [2022-06-24T10:03:50.581Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.581Z] +++ set -x [2022-06-24T10:03:50.581Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.581Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.581Z] testing: warning: no tests to run [2022-06-24T10:03:50.581Z] PASS [2022-06-24T10:03:50.581Z] [2022-06-24T10:03:50.581Z] DONE 0 tests in 0.020s [2022-06-24T10:03:50.581Z] Running integration-test (iteration 4) [2022-06-24T10:03:50.581Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.581Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.581Z] +++ set -e [2022-06-24T10:03:50.581Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.581Z] +++ set -x [2022-06-24T10:03:50.581Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.581Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.581Z] testing: warning: no tests to run [2022-06-24T10:03:50.581Z] PASS [2022-06-24T10:03:50.581Z] [2022-06-24T10:03:50.581Z] DONE 0 tests in 0.025s [2022-06-24T10:03:50.581Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.581Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.581Z] +++ set -e [2022-06-24T10:03:50.581Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.581Z] +++ set -x [2022-06-24T10:03:50.581Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.581Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.581Z] testing: warning: no tests to run [2022-06-24T10:03:50.581Z] PASS [2022-06-24T10:03:50.581Z] [2022-06-24T10:03:50.581Z] DONE 0 tests in 0.018s [2022-06-24T10:03:50.581Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-06-24T10:03:50.581Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:50.581Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.581Z] +++ set -e [2022-06-24T10:03:50.581Z] +++ '[' -n 0 ']' [2022-06-24T10:03:50.581Z] +++ set -x [2022-06-24T10:03:50.581Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:50.581Z] INFO: Testing against a local daemon [2022-06-24T10:03:50.581Z] === RUN TestExecConsoleSize [2022-06-24T10:03:50.839Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-06-24T10:03:51.097Z] --- PASS: TestExecConsoleSize (0.61s) [2022-06-24T10:03:51.097Z] === RUN TestRunConsoleSize [2022-06-24T10:03:51.447Z] #14 211.1 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T10:03:51.447Z] #14 211.1 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-24T10:03:51.447Z] #14 211.1 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-24T10:03:51.447Z] #14 211.1 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-24T10:03:51.447Z] #14 211.1 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-24T10:03:51.447Z] #14 211.2 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-24T10:03:51.447Z] #14 211.2 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T10:03:51.447Z] #14 211.2 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-24T10:03:51.447Z] #14 211.2 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-24T10:03:51.447Z] #14 211.2 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-24T10:03:51.664Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-06-24T10:03:51.707Z] #14 211.4 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-24T10:03:51.707Z] #14 211.4 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T10:03:51.707Z] #14 211.5 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-24T10:03:51.707Z] #14 211.5 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-24T10:03:51.921Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-06-24T10:03:51.921Z] --- PASS: TestRunConsoleSize (0.74s) [2022-06-24T10:03:51.921Z] === RUN TestExecConsoleSize [2022-06-24T10:03:51.979Z] #14 211.6 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-24T10:03:51.979Z] #14 211.7 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T10:03:51.979Z] #14 211.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-24T10:03:51.979Z] #14 211.9 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-24T10:03:52.246Z] #14 211.9 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-24T10:03:52.246Z] #14 212.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-24T10:03:52.246Z] #14 212.1 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:03:52.246Z] #14 212.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-24T10:03:52.246Z] #14 212.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:03:52.246Z] #14 212.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-24T10:03:52.512Z] #14 212.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-24T10:03:52.512Z] #14 212.2 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:03:52.512Z] #14 212.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-24T10:03:52.512Z] #14 212.2 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:03:52.512Z] #14 212.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-24T10:03:52.512Z] #14 212.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:03:52.512Z] #14 212.3 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-24T10:03:52.772Z] #14 212.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:03:52.772Z] #14 212.5 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:03:52.854Z] --- PASS: TestExecConsoleSize (0.72s) [2022-06-24T10:03:52.854Z] === RUN TestRunConsoleSize [2022-06-24T10:03:52.854Z] docker_cli_daemon_test.go:1474: [d26b89ae0bfc3] daemon is not started [2022-06-24T10:03:53.032Z] #14 212.7 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:03:53.421Z] --- PASS: TestRunConsoleSize (0.72s) [2022-06-24T10:03:53.422Z] === RUN TestExecConsoleSize [2022-06-24T10:03:53.422Z] check_test.go:540: [d23be838e566d] daemon is not started [2022-06-24T10:03:53.422Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-06-24T10:03:53.617Z] #14 DONE 213.5s [2022-06-24T10:03:53.617Z] [2022-06-24T10:03:53.617Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:03:53.617Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:03:53.617Z] #77 135.9 configure.ac:11: installing 'build-aux/compile' [2022-06-24T10:03:53.617Z] #77 135.9 configure.ac:11: installing 'build-aux/config.guess' [2022-06-24T10:03:53.617Z] #77 135.9 configure.ac:11: installing 'build-aux/config.sub' [2022-06-24T10:03:53.617Z] #77 135.9 configure.ac:13: installing 'build-aux/install-sh' [2022-06-24T10:03:53.617Z] #77 136.0 configure.ac:13: installing 'build-aux/missing' [2022-06-24T10:03:53.617Z] #77 136.0 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-24T10:03:53.617Z] #77 136.2 Makefile.am: installing 'build-aux/depcomp' [2022-06-24T10:03:53.617Z] #77 137.9 checking build system type... x86_64-pc-linux-gnu [2022-06-24T10:03:53.617Z] #77 138.5 checking host system type... x86_64-pc-linux-gnu [2022-06-24T10:03:53.617Z] #77 138.5 checking how to print strings... printf [2022-06-24T10:03:53.617Z] #77 138.6 checking for gcc... gcc [2022-06-24T10:03:53.617Z] #77 138.7 checking whether the C compiler works... yes [2022-06-24T10:03:53.617Z] #77 139.0 checking for C compiler default output file name... a.out [2022-06-24T10:03:53.617Z] #77 139.0 checking for suffix of executables... [2022-06-24T10:03:53.617Z] #77 139.4 checking whether we are cross compiling... no [2022-06-24T10:03:53.617Z] #77 139.8 checking for suffix of object files... o [2022-06-24T10:03:53.617Z] #77 140.1 checking whether we are using the GNU C compiler... yes [2022-06-24T10:03:53.617Z] #77 140.3 checking whether gcc accepts -g... yes [2022-06-24T10:03:53.877Z] #77 140.4 checking for gcc option to accept ISO C89... none needed [2022-06-24T10:03:53.987Z] --- PASS: TestExecConsoleSize (0.67s) [2022-06-24T10:03:53.987Z] === RUN TestRunConsoleSize [2022-06-24T10:03:54.137Z] #77 140.8 checking whether gcc understands -c and -o together... [2022-06-24T10:03:54.137Z] #77 ... [2022-06-24T10:03:54.137Z] [2022-06-24T10:03:54.137Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-24T10:03:54.137Z] #59 sha256:3e2b4d7f4389c6288dd4d6a1424e0346627b9f720e1ae9df506f68fb618b7de8 [2022-06-24T10:03:54.137Z] #59 DONE 0.3s [2022-06-24T10:03:54.137Z] [2022-06-24T10:03:54.137Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:03:54.137Z] #60 sha256:760a5071ccb527598a28c91fb8a063e4d5ffe1fdae8f518409dd6dce9e48427b [2022-06-24T10:03:54.920Z] --- PASS: TestRunConsoleSize (0.77s) [2022-06-24T10:03:54.920Z] === RUN TestExecConsoleSize [2022-06-24T10:03:55.484Z] --- PASS: TestExecConsoleSize (0.74s) [2022-06-24T10:03:55.484Z] === RUN TestRunConsoleSize [2022-06-24T10:03:55.743Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-06-24T10:03:56.001Z] --- PASS: TestRunConsoleSize (0.56s) [2022-06-24T10:03:56.001Z] === RUN TestExecConsoleSize [2022-06-24T10:03:56.186Z] #84 ... [2022-06-24T10:03:56.186Z] [2022-06-24T10:03:56.186Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:03:56.186Z] #54 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T10:03:56.186Z] #54 DONE 313.7s [2022-06-24T10:03:56.186Z] [2022-06-24T10:03:56.186Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:03:56.186Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:03:56.186Z] #19 302.4 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-06-24T10:03:56.186Z] #19 302.4 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:03:56.186Z] #19 302.4 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:03:56.186Z] #19 302.5 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-06-24T10:03:56.186Z] #19 302.5 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-06-24T10:03:56.186Z] #19 302.5 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-24T10:03:56.567Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-06-24T10:03:56.690Z] #60 2.585 + RM_GOPATH=0 [2022-06-24T10:03:56.690Z] #60 2.585 + TMP_GOPATH= [2022-06-24T10:03:56.690Z] #60 2.585 + : /build [2022-06-24T10:03:56.690Z] #60 2.585 + '[' -z '' ']' [2022-06-24T10:03:56.690Z] #60 2.592 ++ mktemp -d [2022-06-24T10:03:56.690Z] #60 2.592 + export GOPATH=/tmp/tmp.AYMS8cYtYC [2022-06-24T10:03:56.690Z] #60 2.592 + GOPATH=/tmp/tmp.AYMS8cYtYC [2022-06-24T10:03:56.690Z] #60 2.592 + RM_GOPATH=1 [2022-06-24T10:03:56.690Z] #60 2.592 + case "$(go env GOARCH)" in [2022-06-24T10:03:56.691Z] #60 2.600 ++ go env GOARCH [2022-06-24T10:03:56.691Z] #60 2.615 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:03:56.691Z] #60 2.615 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:03:56.691Z] #60 2.615 ++ dirname /install.sh [2022-06-24T10:03:56.691Z] #60 2.627 + dir=/ [2022-06-24T10:03:56.691Z] #60 2.627 + bin=runc [2022-06-24T10:03:56.691Z] #60 2.627 + shift [2022-06-24T10:03:56.691Z] #60 2.627 + '[' '!' -f //runc.installer ']' [2022-06-24T10:03:56.691Z] #60 2.627 + . //runc.installer [2022-06-24T10:03:56.691Z] #60 2.627 ++ set -e [2022-06-24T10:03:56.691Z] #60 2.627 ++ : v1.1.2 [2022-06-24T10:03:56.691Z] #60 2.627 + install_runc [2022-06-24T10:03:56.691Z] #60 2.627 + RUNC_BUILDTAGS=seccomp [2022-06-24T10:03:56.691Z] #60 2.627 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-24T10:03:56.691Z] #60 2.627 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.AYMS8cYtYC/src/github.com/opencontainers/runc [2022-06-24T10:03:56.691Z] #60 2.627 Install runc version v1.1.2 (build tags: seccomp) [2022-06-24T10:03:56.691Z] #60 2.629 Cloning into '/tmp/tmp.AYMS8cYtYC/src/github.com/opencontainers/runc'... [2022-06-24T10:03:56.755Z] #19 303.2 Selecting previously unselected package libc6-dev-arm64-cross. [2022-06-24T10:03:56.756Z] #19 303.2 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-06-24T10:03:56.756Z] #19 303.2 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-24T10:03:56.825Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-06-24T10:03:56.825Z] --- PASS: TestExecConsoleSize (0.77s) [2022-06-24T10:03:56.825Z] === RUN TestRunConsoleSize [2022-06-24T10:03:56.951Z] #60 ... [2022-06-24T10:03:56.951Z] [2022-06-24T10:03:56.951Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-24T10:03:56.951Z] #15 sha256:c4b6d82ae8e42b4e448f8aa2f0170dfbd6a8c90a1e8996c1d042ce8d3c68566d [2022-06-24T10:03:56.951Z] #15 DONE 3.3s [2022-06-24T10:03:57.083Z] check_test.go:540: [d8f820eb7a6f5] daemon is not started [2022-06-24T10:03:57.083Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-06-24T10:03:57.212Z] [2022-06-24T10:03:57.213Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:03:57.213Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:03:57.213Z] #77 140.8 checking whether gcc understands -c and -o together... yes [2022-06-24T10:03:57.213Z] #77 141.1 checking for a sed that does not truncate output... /bin/sed [2022-06-24T10:03:57.213Z] #77 141.2 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T10:03:57.213Z] #77 141.2 checking for egrep... /bin/grep -E [2022-06-24T10:03:57.213Z] #77 141.3 checking for fgrep... /bin/grep -F [2022-06-24T10:03:57.213Z] #77 141.3 checking for ld used by gcc... /usr/bin/ld [2022-06-24T10:03:57.213Z] #77 141.3 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T10:03:57.213Z] #77 141.4 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T10:03:57.213Z] #77 141.4 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T10:03:57.213Z] #77 141.6 checking whether ln -s works... yes [2022-06-24T10:03:57.213Z] #77 141.6 checking the maximum length of command line arguments... 1572864 [2022-06-24T10:03:57.213Z] #77 141.7 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-24T10:03:57.213Z] #77 141.7 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T10:03:57.213Z] #77 141.7 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T10:03:57.213Z] #77 141.7 checking for objdump... objdump [2022-06-24T10:03:57.213Z] #77 141.7 checking how to recognize dependent libraries... pass_all [2022-06-24T10:03:57.213Z] #77 141.7 checking for dlltool... no [2022-06-24T10:03:57.213Z] #77 141.7 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T10:03:57.213Z] #77 141.7 checking for ar... ar [2022-06-24T10:03:57.213Z] #77 141.7 checking for archiver @FILE support... @ [2022-06-24T10:03:57.213Z] #77 141.9 checking for strip... strip [2022-06-24T10:03:57.213Z] #77 141.9 checking for ranlib... ranlib [2022-06-24T10:03:57.213Z] #77 141.9 checking for gawk... no [2022-06-24T10:03:57.213Z] #77 141.9 checking for mawk... mawk [2022-06-24T10:03:57.213Z] #77 141.9 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T10:03:57.213Z] #77 142.6 checking for sysroot... no [2022-06-24T10:03:57.213Z] #77 142.6 checking for a working dd... /bin/dd [2022-06-24T10:03:57.213Z] #77 142.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T10:03:57.213Z] #77 142.8 checking for mt... no [2022-06-24T10:03:57.213Z] #77 142.8 checking if : is a manifest tool... no [2022-06-24T10:03:57.213Z] #77 142.8 checking how to run the C preprocessor... gcc -E [2022-06-24T10:03:57.340Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-06-24T10:03:57.528Z] #77 199.7 CCLD tests/init [2022-06-24T10:03:57.599Z] --- PASS: TestRunConsoleSize (0.58s) [2022-06-24T10:03:57.599Z] PASS [2022-06-24T10:03:57.599Z] [2022-06-24T10:03:57.599Z] DONE 10 tests in 6.902s [2022-06-24T10:03:57.599Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.599Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.599Z] +++ set -e [2022-06-24T10:03:57.599Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.599Z] +++ set -x [2022-06-24T10:03:57.599Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.599Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-06-24T10:03:57.599Z] testing: warning: no tests to run [2022-06-24T10:03:57.599Z] PASS [2022-06-24T10:03:57.599Z] [2022-06-24T10:03:57.599Z] DONE 0 tests in 0.028s [2022-06-24T10:03:57.599Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.599Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.599Z] +++ set -e [2022-06-24T10:03:57.599Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.599Z] +++ set -x [2022-06-24T10:03:57.599Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.599Z] INFO: Testing against a local daemon [2022-06-24T10:03:57.599Z] testing: warning: no tests to run [2022-06-24T10:03:57.599Z] PASS [2022-06-24T10:03:57.599Z] [2022-06-24T10:03:57.599Z] DONE 0 tests in 0.040s [2022-06-24T10:03:57.599Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.599Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.599Z] +++ set -e [2022-06-24T10:03:57.599Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.599Z] +++ set -x [2022-06-24T10:03:57.599Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.599Z] testing: warning: no tests to run [2022-06-24T10:03:57.599Z] PASS [2022-06-24T10:03:57.599Z] [2022-06-24T10:03:57.599Z] DONE 0 tests in 0.009s [2022-06-24T10:03:57.599Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.600Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.600Z] +++ set -e [2022-06-24T10:03:57.600Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.600Z] +++ set -x [2022-06-24T10:03:57.600Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.600Z] INFO: Testing against a local daemon [2022-06-24T10:03:57.600Z] testing: warning: no tests to run [2022-06-24T10:03:57.600Z] PASS [2022-06-24T10:03:57.600Z] [2022-06-24T10:03:57.600Z] DONE 0 tests in 0.022s [2022-06-24T10:03:57.600Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.600Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.600Z] +++ set -e [2022-06-24T10:03:57.600Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.600Z] +++ set -x [2022-06-24T10:03:57.600Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.600Z] INFO: Testing against a local daemon [2022-06-24T10:03:57.600Z] testing: warning: no tests to run [2022-06-24T10:03:57.600Z] PASS [2022-06-24T10:03:57.600Z] [2022-06-24T10:03:57.600Z] DONE 0 tests in 0.019s [2022-06-24T10:03:57.600Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.600Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.600Z] +++ set -e [2022-06-24T10:03:57.600Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.600Z] +++ set -x [2022-06-24T10:03:57.600Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.600Z] INFO: Testing against a local daemon [2022-06-24T10:03:57.600Z] testing: warning: no tests to run [2022-06-24T10:03:57.600Z] PASS [2022-06-24T10:03:57.600Z] [2022-06-24T10:03:57.600Z] DONE 0 tests in 0.030s [2022-06-24T10:03:57.600Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.600Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.600Z] +++ set -e [2022-06-24T10:03:57.600Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.600Z] +++ set -x [2022-06-24T10:03:57.600Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.600Z] testing: warning: no tests to run [2022-06-24T10:03:57.600Z] PASS [2022-06-24T10:03:57.600Z] [2022-06-24T10:03:57.600Z] DONE 0 tests in 0.007s [2022-06-24T10:03:57.793Z] #77 143.3 checking for ANSI C header files... yes [2022-06-24T10:03:57.858Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.858Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.858Z] +++ set -e [2022-06-24T10:03:57.858Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.858Z] +++ set -x [2022-06-24T10:03:57.859Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.859Z] INFO: Testing against a local daemon [2022-06-24T10:03:57.859Z] testing: warning: no tests to run [2022-06-24T10:03:57.859Z] PASS [2022-06-24T10:03:57.859Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-06-24T10:03:57.859Z] [2022-06-24T10:03:57.859Z] DONE 0 tests in 0.019s [2022-06-24T10:03:57.859Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-06-24T10:03:57.859Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.859Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.859Z] +++ set -e [2022-06-24T10:03:57.859Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.859Z] +++ set -x [2022-06-24T10:03:57.859Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.859Z] INFO: Testing against a local daemon [2022-06-24T10:03:57.859Z] testing: warning: no tests to run [2022-06-24T10:03:57.859Z] PASS [2022-06-24T10:03:57.859Z] [2022-06-24T10:03:57.859Z] DONE 0 tests in 0.020s [2022-06-24T10:03:57.859Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-06-24T10:03:57.859Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.859Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.859Z] +++ set -e [2022-06-24T10:03:57.859Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.859Z] +++ set -x [2022-06-24T10:03:57.859Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.859Z] INFO: Testing against a local daemon [2022-06-24T10:03:57.859Z] testing: warning: no tests to run [2022-06-24T10:03:57.859Z] PASS [2022-06-24T10:03:57.859Z] [2022-06-24T10:03:57.859Z] DONE 0 tests in 0.021s [2022-06-24T10:03:57.859Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.859Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.859Z] +++ set -e [2022-06-24T10:03:57.859Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.859Z] +++ set -x [2022-06-24T10:03:57.859Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.859Z] INFO: Testing against a local daemon [2022-06-24T10:03:57.859Z] testing: warning: no tests to run [2022-06-24T10:03:57.859Z] PASS [2022-06-24T10:03:57.859Z] [2022-06-24T10:03:57.859Z] DONE 0 tests in 0.019s [2022-06-24T10:03:57.859Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.859Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.859Z] +++ set -e [2022-06-24T10:03:57.859Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.859Z] +++ set -x [2022-06-24T10:03:57.859Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.859Z] testing: warning: no tests to run [2022-06-24T10:03:57.859Z] PASS [2022-06-24T10:03:57.859Z] [2022-06-24T10:03:57.859Z] DONE 0 tests in 0.008s [2022-06-24T10:03:57.859Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.859Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.859Z] +++ set -e [2022-06-24T10:03:57.859Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.859Z] +++ set -x [2022-06-24T10:03:57.859Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.859Z] INFO: Testing against a local daemon [2022-06-24T10:03:57.859Z] testing: warning: no tests to run [2022-06-24T10:03:57.859Z] PASS [2022-06-24T10:03:57.859Z] [2022-06-24T10:03:57.859Z] DONE 0 tests in 0.042s [2022-06-24T10:03:57.859Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.859Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.859Z] +++ set -e [2022-06-24T10:03:57.859Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.859Z] +++ set -x [2022-06-24T10:03:57.859Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.859Z] INFO: Testing against a local daemon [2022-06-24T10:03:57.859Z] testing: warning: no tests to run [2022-06-24T10:03:57.859Z] PASS [2022-06-24T10:03:57.859Z] [2022-06-24T10:03:57.859Z] DONE 0 tests in 0.019s [2022-06-24T10:03:57.859Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:57.859Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:57.859Z] +++ set -e [2022-06-24T10:03:57.859Z] +++ '[' -n 0 ']' [2022-06-24T10:03:57.859Z] +++ set -x [2022-06-24T10:03:57.859Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:58.053Z] #77 144.7 checking for sys/types.h... yes [2022-06-24T10:03:58.119Z] INFO: Testing against a local daemon [2022-06-24T10:03:58.119Z] testing: warning: no tests to run [2022-06-24T10:03:58.119Z] PASS [2022-06-24T10:03:58.119Z] [2022-06-24T10:03:58.119Z] DONE 0 tests in 0.025s [2022-06-24T10:03:58.119Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:58.119Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:58.119Z] +++ set -e [2022-06-24T10:03:58.119Z] +++ '[' -n 0 ']' [2022-06-24T10:03:58.119Z] +++ set -x [2022-06-24T10:03:58.119Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:58.119Z] INFO: Testing against a local daemon [2022-06-24T10:03:58.119Z] testing: warning: no tests to run [2022-06-24T10:03:58.119Z] PASS [2022-06-24T10:03:58.119Z] [2022-06-24T10:03:58.119Z] DONE 0 tests in 0.017s [2022-06-24T10:03:58.119Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:58.119Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:58.119Z] +++ set -e [2022-06-24T10:03:58.119Z] +++ '[' -n 0 ']' [2022-06-24T10:03:58.119Z] +++ set -x [2022-06-24T10:03:58.119Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:58.119Z] INFO: Testing against a local daemon [2022-06-24T10:03:58.119Z] testing: warning: no tests to run [2022-06-24T10:03:58.119Z] PASS [2022-06-24T10:03:58.119Z] [2022-06-24T10:03:58.119Z] DONE 0 tests in 0.018s [2022-06-24T10:03:58.119Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:58.119Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:58.119Z] +++ set -e [2022-06-24T10:03:58.119Z] +++ '[' -n 0 ']' [2022-06-24T10:03:58.119Z] +++ set -x [2022-06-24T10:03:58.119Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:58.119Z] INFO: Testing against a local daemon [2022-06-24T10:03:58.119Z] testing: warning: no tests to run [2022-06-24T10:03:58.119Z] PASS [2022-06-24T10:03:58.119Z] [2022-06-24T10:03:58.119Z] DONE 0 tests in 0.017s [2022-06-24T10:03:58.119Z] Running integration-test (iteration 5) [2022-06-24T10:03:58.119Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:58.119Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:58.119Z] +++ set -e [2022-06-24T10:03:58.119Z] +++ '[' -n 0 ']' [2022-06-24T10:03:58.119Z] +++ set -x [2022-06-24T10:03:58.119Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:58.119Z] INFO: Testing against a local daemon [2022-06-24T10:03:58.119Z] testing: warning: no tests to run [2022-06-24T10:03:58.119Z] PASS [2022-06-24T10:03:58.119Z] [2022-06-24T10:03:58.119Z] DONE 0 tests in 0.022s [2022-06-24T10:03:58.119Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:58.119Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:58.119Z] +++ set -e [2022-06-24T10:03:58.119Z] +++ '[' -n 0 ']' [2022-06-24T10:03:58.119Z] +++ set -x [2022-06-24T10:03:58.119Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:58.119Z] INFO: Testing against a local daemon [2022-06-24T10:03:58.119Z] testing: warning: no tests to run [2022-06-24T10:03:58.119Z] PASS [2022-06-24T10:03:58.119Z] [2022-06-24T10:03:58.119Z] DONE 0 tests in 0.017s [2022-06-24T10:03:58.119Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:03:58.119Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:58.119Z] +++ set -e [2022-06-24T10:03:58.119Z] +++ '[' -n 0 ']' [2022-06-24T10:03:58.119Z] +++ set -x [2022-06-24T10:03:58.119Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:03:58.119Z] INFO: Testing against a local daemon [2022-06-24T10:03:58.119Z] === RUN TestExecConsoleSize [2022-06-24T10:03:58.133Z] #19 304.3 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-06-24T10:03:58.133Z] #19 304.4 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:03:58.133Z] #19 304.4 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:03:58.313Z] #77 145.0 checking for sys/stat.h... yes [2022-06-24T10:03:58.391Z] #19 305.0 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-06-24T10:03:58.649Z] #19 305.0 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:03:58.649Z] #19 305.0 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:03:58.836Z] #77 145.4 checking for stdlib.h... yes [2022-06-24T10:03:59.051Z] --- PASS: TestExecConsoleSize (0.71s) [2022-06-24T10:03:59.052Z] === RUN TestRunConsoleSize [2022-06-24T10:03:59.052Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-06-24T10:03:59.097Z] #77 145.7 checking for string.h... [2022-06-24T10:03:59.097Z] #77 ... [2022-06-24T10:03:59.097Z] [2022-06-24T10:03:59.097Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-24T10:03:59.097Z] #16 sha256:b23763b395d935a5e9b40c2ec7bf4795b01a28df7fd8ae55f14f81a57bb4371f [2022-06-24T10:03:59.097Z] #16 DONE 2.1s [2022-06-24T10:03:59.357Z] [2022-06-24T10:03:59.357Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:03:59.357Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:03:59.358Z] #77 145.7 checking for string.h... yes [2022-06-24T10:03:59.616Z] --- PASS: TestRunConsoleSize (0.68s) [2022-06-24T10:03:59.616Z] === RUN TestExecConsoleSize [2022-06-24T10:03:59.618Z] #77 146.1 checking for memory.h... yes [2022-06-24T10:03:59.879Z] #77 146.4 checking for strings.h... yes [2022-06-24T10:03:59.907Z] #60 ... [2022-06-24T10:03:59.907Z] [2022-06-24T10:03:59.907Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:03:59.907Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:03:59.907Z] #77 185.1 CCLD libocispec.la [2022-06-24T10:04:00.166Z] #77 185.6 CCLD src/validate [2022-06-24T10:04:00.166Z] #77 185.6 CCLD tests/test-1 [2022-06-24T10:04:00.166Z] #77 185.7 CCLD tests/test-2 [2022-06-24T10:04:00.166Z] #77 185.7 CCLD tests/test-3 [2022-06-24T10:04:00.166Z] #77 185.7 CCLD tests/test-4 [2022-06-24T10:04:00.166Z] #77 185.8 CCLD tests/test-5 [2022-06-24T10:04:00.425Z] #77 185.8 CCLD tests/test-6 [2022-06-24T10:04:00.425Z] #77 185.9 CCLD tests/test-7 [2022-06-24T10:04:00.425Z] #77 185.9 CCLD tests/test-8 [2022-06-24T10:04:00.550Z] --- PASS: TestExecConsoleSize (0.78s) [2022-06-24T10:04:00.550Z] === RUN TestRunConsoleSize [2022-06-24T10:04:00.550Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-06-24T10:04:00.550Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-06-24T10:04:00.685Z] #77 186.1 CCLD tests/test-9 [2022-06-24T10:04:00.685Z] #77 186.1 CCLD tests/test-10 [2022-06-24T10:04:00.685Z] #77 186.2 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-24T10:04:00.685Z] #77 186.3 CCLD tests/test-11 [2022-06-24T10:04:00.711Z] #77 147.0 checking for inttypes.h... yes [2022-06-24T10:04:00.711Z] #77 147.4 checking for stdint.h... [2022-06-24T10:04:00.711Z] #77 ... [2022-06-24T10:04:00.711Z] [2022-06-24T10:04:00.711Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-24T10:04:00.711Z] #17 sha256:f8e48660c448abf3271bb790fd36a11172be2a3e3328ac24047e7fc2d9b65c65 [2022-06-24T10:04:00.711Z] #17 1.514 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-24T10:04:00.711Z] #17 DONE 1.7s [2022-06-24T10:04:00.711Z] [2022-06-24T10:04:00.711Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:00.711Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:04:00.711Z] #77 147.4 checking for stdint.h... yes [2022-06-24T10:04:01.115Z] --- PASS: TestRunConsoleSize (0.62s) [2022-06-24T10:04:01.115Z] === RUN TestExecConsoleSize [2022-06-24T10:04:01.294Z] #77 147.7 checking for unistd.h... yes [2022-06-24T10:04:01.372Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-06-24T10:04:01.372Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-06-24T10:04:01.630Z] --- PASS: TestExecConsoleSize (0.72s) [2022-06-24T10:04:01.630Z] === RUN TestRunConsoleSize [2022-06-24T10:04:01.868Z] #77 148.1 checking for dlfcn.h... yes [2022-06-24T10:04:01.868Z] #77 148.5 checking for objdir... .libs [2022-06-24T10:04:02.195Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-06-24T10:04:02.453Z] --- PASS: TestRunConsoleSize (0.68s) [2022-06-24T10:04:02.453Z] === RUN TestExecConsoleSize [2022-06-24T10:04:02.710Z] #77 149.3 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T10:04:02.710Z] #77 149.6 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T10:04:02.710Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-06-24T10:04:02.970Z] #77 149.6 checking if gcc PIC flag -fPIC -DPIC works... [2022-06-24T10:04:02.970Z] #77 ... [2022-06-24T10:04:02.970Z] [2022-06-24T10:04:02.970Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-24T10:04:02.970Z] #18 sha256:b9761c47b5899359c80e1dd4c2299f69d3fc45118f7ac92205ea4350888e780b [2022-06-24T10:04:02.970Z] #18 DONE 2.0s [2022-06-24T10:04:02.970Z] [2022-06-24T10:04:02.970Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:02.970Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:04:02.970Z] #77 149.6 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T10:04:03.224Z] #77 188.4 libtool: link: ar cr libocispec.a [2022-06-24T10:04:03.224Z] #77 188.5 libtool: link: ranlib libocispec.a [2022-06-24T10:04:03.275Z] --- PASS: TestExecConsoleSize (0.90s) [2022-06-24T10:04:03.275Z] === RUN TestRunConsoleSize [2022-06-24T10:04:03.840Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-06-24T10:04:03.909Z] #77 149.9 checking if gcc static flag -static works... yes [2022-06-24T10:04:03.922Z] #19 ... [2022-06-24T10:04:03.923Z] [2022-06-24T10:04:03.923Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:03.923Z] #84 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:04:03.923Z] #84 261.9 AR libcrun_testing.a [2022-06-24T10:04:03.923Z] #84 261.9 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-24T10:04:03.923Z] #84 262.0 CCLD tests/tests_libcrun_utils [2022-06-24T10:04:03.923Z] #84 262.0 CCLD tests/tests_libcrun_errors [2022-06-24T10:04:03.923Z] #84 262.1 CCLD tests/tests_libcrun_fuzzer [2022-06-24T10:04:04.098Z] --- PASS: TestRunConsoleSize (0.70s) [2022-06-24T10:04:04.098Z] === RUN TestExecConsoleSize [2022-06-24T10:04:04.098Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-06-24T10:04:04.169Z] #77 150.7 checking if gcc supports -c -o file.o... [2022-06-24T10:04:04.169Z] #77 ... [2022-06-24T10:04:04.169Z] [2022-06-24T10:04:04.169Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-24T10:04:04.169Z] #19 sha256:305fb784b9abfc643feb5a53d23e9bc00c1a610b86599d82c8ec58a0fc9cf426 [2022-06-24T10:04:04.169Z] #19 DONE 1.3s [2022-06-24T10:04:04.169Z] [2022-06-24T10:04:04.169Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:04.169Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:04:04.169Z] #77 150.7 checking if gcc supports -c -o file.o... yes [2022-06-24T10:04:04.169Z] #77 151.0 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T10:04:04.429Z] #77 151.0 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-24T10:04:04.490Z] #84 262.5 CCLD libcrun.la [2022-06-24T10:04:04.642Z] #77 190.0 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:04:04.642Z] #77 190.1 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-24T10:04:04.642Z] #77 190.1 make[5]: Nothing to be done for 'install-data-am'. [2022-06-24T10:04:04.642Z] #77 190.1 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:04:04.642Z] #77 190.1 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:04:04.642Z] #77 190.1 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:04:04.642Z] #77 190.1 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:04:04.642Z] #77 190.1 make[2]: Entering directory '/tmp/crun-build' [2022-06-24T10:04:04.642Z] #77 190.2 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-24T10:04:04.663Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-06-24T10:04:04.663Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-06-24T10:04:04.663Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-06-24T10:04:04.689Z] #77 151.2 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T10:04:04.689Z] #77 151.7 checking how to hardcode library paths into programs... immediate [2022-06-24T10:04:04.902Z] #77 190.2 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-24T10:04:04.902Z] #77 190.2 CC src/libcrun/libcrun_testing_a-container.o [2022-06-24T10:04:04.902Z] #77 190.2 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-24T10:04:04.902Z] #77 190.3 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-24T10:04:04.902Z] #77 190.3 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-24T10:04:04.902Z] #77 190.3 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-24T10:04:04.902Z] #77 190.3 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-24T10:04:04.902Z] #77 190.3 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-24T10:04:04.902Z] #77 190.4 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-24T10:04:04.902Z] #77 190.4 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-24T10:04:04.902Z] #77 190.5 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-24T10:04:04.921Z] --- PASS: TestExecConsoleSize (0.91s) [2022-06-24T10:04:04.921Z] === RUN TestRunConsoleSize [2022-06-24T10:04:04.949Z] #77 151.7 checking whether stripping libraries is possible... yes [2022-06-24T10:04:04.949Z] #77 151.7 checking if libtool supports shared libraries... yes [2022-06-24T10:04:04.949Z] #77 151.7 checking whether to build shared libraries... no [2022-06-24T10:04:04.949Z] #77 151.7 checking whether to build static libraries... yes [2022-06-24T10:04:04.949Z] #77 151.7 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T10:04:05.057Z] #84 263.2 CCLD crun [2022-06-24T10:04:05.163Z] #77 190.6 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-24T10:04:05.163Z] #77 190.7 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-24T10:04:05.163Z] #77 190.7 CC src/libcrun/libcrun_testing_a-error.o [2022-06-24T10:04:05.179Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-06-24T10:04:05.179Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-06-24T10:04:05.209Z] #77 151.9 checking whether build environment is sane... yes [2022-06-24T10:04:05.209Z] #77 152.1 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T10:04:05.423Z] #77 190.8 CC src/libcrun/libcrun_testing_a-status.o [2022-06-24T10:04:05.423Z] #77 190.8 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-24T10:04:05.423Z] #77 190.9 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-24T10:04:05.423Z] #77 191.0 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-24T10:04:05.436Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-06-24T10:04:05.436Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-06-24T10:04:05.436Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-06-24T10:04:05.469Z] #77 152.1 checking whether make sets $(MAKE)... yes [2022-06-24T10:04:05.469Z] #77 152.3 checking whether make supports the include directive... yes (GNU style) [2022-06-24T10:04:05.624Z] #84 263.7 make[3]: Entering directory '/tmp/crun-build' [2022-06-24T10:04:05.624Z] #84 263.8 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-24T10:04:05.624Z] #84 263.9 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-24T10:04:05.624Z] #84 263.9 /bin/mkdir -p '/usr/local/lib' [2022-06-24T10:04:05.624Z] #84 263.9 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-24T10:04:05.624Z] #84 263.9 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-24T10:04:05.624Z] #84 263.9 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-24T10:04:05.624Z] #84 263.9 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-24T10:04:05.683Z] #77 191.2 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-24T10:04:05.683Z] #77 191.3 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-24T10:04:05.694Z] --- PASS: TestRunConsoleSize (0.76s) [2022-06-24T10:04:05.694Z] PASS [2022-06-24T10:04:05.694Z] [2022-06-24T10:04:05.694Z] DONE 10 tests in 7.480s [2022-06-24T10:04:05.694Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:05.694Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.694Z] +++ set -e [2022-06-24T10:04:05.694Z] +++ '[' -n 0 ']' [2022-06-24T10:04:05.694Z] +++ set -x [2022-06-24T10:04:05.694Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.694Z] testing: warning: no tests to run [2022-06-24T10:04:05.694Z] PASS [2022-06-24T10:04:05.694Z] [2022-06-24T10:04:05.694Z] DONE 0 tests in 0.028s [2022-06-24T10:04:05.694Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:05.694Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.694Z] +++ set -e [2022-06-24T10:04:05.694Z] +++ '[' -n 0 ']' [2022-06-24T10:04:05.694Z] +++ set -x [2022-06-24T10:04:05.694Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.694Z] INFO: Testing against a local daemon [2022-06-24T10:04:05.694Z] testing: warning: no tests to run [2022-06-24T10:04:05.694Z] PASS [2022-06-24T10:04:05.694Z] [2022-06-24T10:04:05.694Z] DONE 0 tests in 0.038s [2022-06-24T10:04:05.694Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:05.694Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.694Z] +++ set -e [2022-06-24T10:04:05.694Z] +++ '[' -n 0 ']' [2022-06-24T10:04:05.694Z] +++ set -x [2022-06-24T10:04:05.694Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.694Z] testing: warning: no tests to run [2022-06-24T10:04:05.694Z] PASS [2022-06-24T10:04:05.694Z] [2022-06-24T10:04:05.694Z] DONE 0 tests in 0.011s [2022-06-24T10:04:05.694Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:05.694Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.694Z] +++ set -e [2022-06-24T10:04:05.694Z] +++ '[' -n 0 ']' [2022-06-24T10:04:05.694Z] +++ set -x [2022-06-24T10:04:05.695Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.695Z] INFO: Testing against a local daemon [2022-06-24T10:04:05.695Z] testing: warning: no tests to run [2022-06-24T10:04:05.695Z] PASS [2022-06-24T10:04:05.695Z] [2022-06-24T10:04:05.695Z] DONE 0 tests in 0.020s [2022-06-24T10:04:05.695Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:05.695Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.695Z] +++ set -e [2022-06-24T10:04:05.695Z] +++ '[' -n 0 ']' [2022-06-24T10:04:05.695Z] +++ set -x [2022-06-24T10:04:05.695Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.695Z] INFO: Testing against a local daemon [2022-06-24T10:04:05.695Z] testing: warning: no tests to run [2022-06-24T10:04:05.695Z] PASS [2022-06-24T10:04:05.731Z] #77 152.4 checking whether make supports nested variables... yes [2022-06-24T10:04:05.731Z] #77 152.5 checking whether UID '0' is supported by ustar format... yes [2022-06-24T10:04:05.731Z] #77 152.5 checking whether GID '0' is supported by ustar format... yes [2022-06-24T10:04:05.731Z] #77 152.5 checking how to create a ustar tar archive... gnutar [2022-06-24T10:04:05.883Z] #84 263.9 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-24T10:04:05.883Z] #84 264.1 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-06-24T10:04:05.883Z] #84 264.1 ---------------------------------------------------------------------- [2022-06-24T10:04:05.883Z] #84 264.1 Libraries have been installed in: [2022-06-24T10:04:05.883Z] #84 264.1 /usr/local/lib [2022-06-24T10:04:05.883Z] #84 264.1 [2022-06-24T10:04:05.883Z] #84 264.1 If you ever happen to want to link against installed libraries [2022-06-24T10:04:05.883Z] #84 264.1 in a given directory, LIBDIR, you must either use libtool, and [2022-06-24T10:04:05.883Z] #84 264.1 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-24T10:04:05.883Z] #84 264.1 flag during linking and do at least one of the following: [2022-06-24T10:04:05.883Z] #84 264.1 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-24T10:04:05.883Z] #84 264.1 during execution [2022-06-24T10:04:05.883Z] #84 264.1 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-24T10:04:05.883Z] #84 264.1 during linking [2022-06-24T10:04:05.883Z] #84 264.1 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-24T10:04:05.883Z] #84 264.1 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-24T10:04:05.883Z] #84 264.1 [2022-06-24T10:04:05.883Z] #84 264.1 See any operating system documentation about shared libraries for [2022-06-24T10:04:05.883Z] #84 264.1 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-24T10:04:05.883Z] #84 264.1 ---------------------------------------------------------------------- [2022-06-24T10:04:05.883Z] #84 264.1 /bin/mkdir -p '/build' [2022-06-24T10:04:05.883Z] #84 264.2 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-24T10:04:05.883Z] #84 264.2 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-24T10:04:05.945Z] #77 191.3 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-24T10:04:05.953Z] [2022-06-24T10:04:05.953Z] DONE 0 tests in 0.017s [2022-06-24T10:04:05.953Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:05.953Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] +++ set -e [2022-06-24T10:04:05.953Z] +++ '[' -n 0 ']' [2022-06-24T10:04:05.953Z] +++ set -x [2022-06-24T10:04:05.953Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] INFO: Testing against a local daemon [2022-06-24T10:04:05.953Z] testing: warning: no tests to run [2022-06-24T10:04:05.953Z] PASS [2022-06-24T10:04:05.953Z] [2022-06-24T10:04:05.953Z] DONE 0 tests in 0.018s [2022-06-24T10:04:05.953Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:05.953Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] +++ set -e [2022-06-24T10:04:05.953Z] +++ '[' -n 0 ']' [2022-06-24T10:04:05.953Z] +++ set -x [2022-06-24T10:04:05.953Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] testing: warning: no tests to run [2022-06-24T10:04:05.953Z] PASS [2022-06-24T10:04:05.953Z] [2022-06-24T10:04:05.953Z] DONE 0 tests in 0.007s [2022-06-24T10:04:05.953Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:05.953Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] +++ set -e [2022-06-24T10:04:05.953Z] +++ '[' -n 0 ']' [2022-06-24T10:04:05.953Z] +++ set -x [2022-06-24T10:04:05.953Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] INFO: Testing against a local daemon [2022-06-24T10:04:05.953Z] testing: warning: no tests to run [2022-06-24T10:04:05.953Z] PASS [2022-06-24T10:04:05.953Z] [2022-06-24T10:04:05.953Z] DONE 0 tests in 0.022s [2022-06-24T10:04:05.953Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:05.953Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] +++ set -e [2022-06-24T10:04:05.953Z] +++ '[' -n 0 ']' [2022-06-24T10:04:05.953Z] +++ set -x [2022-06-24T10:04:05.953Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] INFO: Testing against a local daemon [2022-06-24T10:04:05.953Z] testing: warning: no tests to run [2022-06-24T10:04:05.953Z] PASS [2022-06-24T10:04:05.953Z] [2022-06-24T10:04:05.953Z] DONE 0 tests in 0.021s [2022-06-24T10:04:05.953Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:05.953Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] +++ set -e [2022-06-24T10:04:05.953Z] +++ '[' -n 0 ']' [2022-06-24T10:04:05.953Z] +++ set -x [2022-06-24T10:04:05.953Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] INFO: Testing against a local daemon [2022-06-24T10:04:05.953Z] testing: warning: no tests to run [2022-06-24T10:04:05.953Z] PASS [2022-06-24T10:04:05.953Z] [2022-06-24T10:04:05.953Z] DONE 0 tests in 0.021s [2022-06-24T10:04:05.953Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:05.953Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] +++ set -e [2022-06-24T10:04:05.953Z] +++ '[' -n 0 ']' [2022-06-24T10:04:05.953Z] +++ set -x [2022-06-24T10:04:05.953Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] INFO: Testing against a local daemon [2022-06-24T10:04:05.953Z] testing: warning: no tests to run [2022-06-24T10:04:05.953Z] PASS [2022-06-24T10:04:05.953Z] [2022-06-24T10:04:05.953Z] DONE 0 tests in 0.056s [2022-06-24T10:04:05.953Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:05.953Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] +++ set -e [2022-06-24T10:04:05.953Z] +++ '[' -n 0 ']' [2022-06-24T10:04:05.953Z] +++ set -x [2022-06-24T10:04:05.953Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] testing: warning: no tests to run [2022-06-24T10:04:05.953Z] PASS [2022-06-24T10:04:05.953Z] [2022-06-24T10:04:05.953Z] DONE 0 tests in 0.006s [2022-06-24T10:04:05.953Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:05.953Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.953Z] +++ set -e [2022-06-24T10:04:05.953Z] +++ '[' -n 0 ']' [2022-06-24T10:04:05.953Z] +++ set -x [2022-06-24T10:04:05.954Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:05.991Z] #77 152.6 checking dependency style of gcc... [2022-06-24T10:04:05.991Z] #77 ... [2022-06-24T10:04:05.991Z] [2022-06-24T10:04:05.991Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-24T10:04:05.991Z] #20 sha256:45ce3b76a0bacc643928d57702ef6202169daa9ed0d931eee1820a13c7edad1a [2022-06-24T10:04:05.991Z] #20 DONE 1.7s [2022-06-24T10:04:05.991Z] [2022-06-24T10:04:05.991Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:05.991Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:04:05.991Z] #77 152.6 checking dependency style of gcc... gcc3 [2022-06-24T10:04:06.142Z] #84 264.2 make[3]: Leaving directory '/tmp/crun-build' [2022-06-24T10:04:06.142Z] #84 264.2 make[2]: Leaving directory '/tmp/crun-build' [2022-06-24T10:04:06.142Z] #84 264.2 make[1]: Leaving directory '/tmp/crun-build' [2022-06-24T10:04:06.211Z] #77 191.6 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-24T10:04:06.212Z] INFO: Testing against a local daemon [2022-06-24T10:04:06.212Z] testing: warning: no tests to run [2022-06-24T10:04:06.212Z] PASS [2022-06-24T10:04:06.212Z] [2022-06-24T10:04:06.212Z] DONE 0 tests in 0.020s [2022-06-24T10:04:06.212Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:06.212Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:06.212Z] +++ set -e [2022-06-24T10:04:06.212Z] +++ '[' -n 0 ']' [2022-06-24T10:04:06.212Z] +++ set -x [2022-06-24T10:04:06.212Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:06.212Z] INFO: Testing against a local daemon [2022-06-24T10:04:06.212Z] testing: warning: no tests to run [2022-06-24T10:04:06.212Z] PASS [2022-06-24T10:04:06.212Z] [2022-06-24T10:04:06.212Z] DONE 0 tests in 0.017s [2022-06-24T10:04:06.212Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:06.212Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:06.212Z] +++ set -e [2022-06-24T10:04:06.212Z] +++ '[' -n 0 ']' [2022-06-24T10:04:06.212Z] +++ set -x [2022-06-24T10:04:06.212Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:06.212Z] INFO: Testing against a local daemon [2022-06-24T10:04:06.212Z] testing: warning: no tests to run [2022-06-24T10:04:06.212Z] PASS [2022-06-24T10:04:06.212Z] [2022-06-24T10:04:06.212Z] DONE 0 tests in 0.020s [2022-06-24T10:04:06.212Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:06.212Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:06.212Z] +++ set -e [2022-06-24T10:04:06.212Z] +++ '[' -n 0 ']' [2022-06-24T10:04:06.212Z] +++ set -x [2022-06-24T10:04:06.212Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:06.212Z] INFO: Testing against a local daemon [2022-06-24T10:04:06.212Z] testing: warning: no tests to run [2022-06-24T10:04:06.212Z] PASS [2022-06-24T10:04:06.212Z] [2022-06-24T10:04:06.212Z] DONE 0 tests in 0.017s [2022-06-24T10:04:06.212Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:06.212Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:06.212Z] +++ set -e [2022-06-24T10:04:06.212Z] +++ '[' -n 0 ']' [2022-06-24T10:04:06.212Z] +++ set -x [2022-06-24T10:04:06.212Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:06.212Z] INFO: Testing against a local daemon [2022-06-24T10:04:06.212Z] testing: warning: no tests to run [2022-06-24T10:04:06.212Z] PASS [2022-06-24T10:04:06.212Z] [2022-06-24T10:04:06.212Z] DONE 0 tests in 0.021s [2022-06-24T10:04:06.212Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestExecConsoleSize|TestRunConsoleSize [2022-06-24T10:04:06.212Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:06.212Z] +++ set -e [2022-06-24T10:04:06.212Z] +++ '[' -n 0 ']' [2022-06-24T10:04:06.212Z] +++ set -x [2022-06-24T10:04:06.212Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestExecConsoleSize|TestRunConsoleSize' [2022-06-24T10:04:06.212Z] INFO: Testing against a local daemon [2022-06-24T10:04:06.212Z] testing: warning: no tests to run [2022-06-24T10:04:06.212Z] PASS [2022-06-24T10:04:06.212Z] [2022-06-24T10:04:06.212Z] DONE 0 tests in 0.016s [2022-06-24T10:04:06.212Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration-flaky) [2022-06-24T10:04:06.212Z] +++++ cat bundles/test-integration-flaky/docker.pid [2022-06-24T10:04:06.212Z] ++++ kill 11348 [2022-06-24T10:04:06.212Z] ++++ /etc/init.d/apparmor stop [2022-06-24T10:04:06.212Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-24T10:04:06.212Z] [2022-06-24T10:04:06.212Z] Unloading profiles will leave already running processes permanently [2022-06-24T10:04:06.212Z] unconfined, which can lead to unexpected situations. [2022-06-24T10:04:06.212Z] [2022-06-24T10:04:06.212Z] To set a process to complain mode, use the command line tool [2022-06-24T10:04:06.213Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-24T10:04:06.213Z] ++++ true [2022-06-24T10:04:06.213Z] exiting test-integration [2022-06-24T10:04:06.213Z] +++ exit 0 [2022-06-24T10:04:06.213Z] [2022-06-24T10:04:06.213Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-24T10:04:06.213Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-06-24T10:04:06.213Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-06-24T10:04:06.251Z] #77 153.0 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T10:04:06.251Z] #77 153.0 checking whether make supports nested variables... (cached) yes [2022-06-24T10:04:06.251Z] #77 153.0 checking for gawk... (cached) mawk [2022-06-24T10:04:06.251Z] #77 153.0 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-24T10:04:06.251Z] #77 153.0 checking for gcc... (cached) gcc [2022-06-24T10:04:06.251Z] #77 153.2 checking whether we are using the GNU C compiler... (cached) yes [2022-06-24T10:04:06.251Z] #77 153.2 checking whether gcc accepts -g... (cached) yes [2022-06-24T10:04:06.251Z] #77 153.2 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-24T10:04:06.251Z] #77 153.2 checking whether gcc understands -c and -o together... (cached) yes [2022-06-24T10:04:06.251Z] #77 153.2 checking for a Python interpreter with version >= 3... python3 [2022-06-24T10:04:06.251Z] #77 153.3 checking for python3... /usr/bin/python3 [2022-06-24T10:04:06.469Z] #77 191.8 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-24T10:04:06.470Z] #77 191.9 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-24T10:04:06.470Z] #77 192.0 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-24T10:04:06.471Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-24T10:04:06.471Z] HOSTNAME=6211577f72b0 [2022-06-24T10:04:06.471Z] TESTDEBUG=0 [2022-06-24T10:04:06.471Z] DEST=bundles/test-integration [2022-06-24T10:04:06.471Z] PWD=/go/src/github.com/docker/docker [2022-06-24T10:04:06.471Z] KEEPBUNDLE=1 [2022-06-24T10:04:06.471Z] DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T10:04:06.471Z] container=docker [2022-06-24T10:04:06.471Z] HOME=/root [2022-06-24T10:04:06.471Z] GOLANG_VERSION=1.18.3 [2022-06-24T10:04:06.471Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-24T10:04:06.471Z] VALIDATE_BRANCH=master [2022-06-24T10:04:06.471Z] TERM=xterm [2022-06-24T10:04:06.471Z] DOCKER_PKG=github.com/docker/docker [2022-06-24T10:04:06.471Z] SHLVL=1 [2022-06-24T10:04:06.471Z] TIMEOUT=120m [2022-06-24T10:04:06.471Z] DOCKER_BUILDTAGS= journald [2022-06-24T10:04:06.471Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-24T10:04:06.471Z] GO111MODULE=off [2022-06-24T10:04:06.471Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-24T10:04:06.471Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-24T10:04:06.471Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-24T10:04:06.471Z] GOPATH=/go [2022-06-24T10:04:06.471Z] PKG_CONFIG=pkg-config [2022-06-24T10:04:06.471Z] _=/usr/bin/env [2022-06-24T10:04:06.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-24T10:04:06.511Z] #77 153.3 checking for python3 version... 3.9 [2022-06-24T10:04:06.511Z] #77 153.3 checking for python3 platform... linux [2022-06-24T10:04:06.728Z] #77 192.1 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-24T10:04:06.728Z] #77 ... [2022-06-24T10:04:06.728Z] [2022-06-24T10:04:06.728Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:04:06.728Z] #47 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T10:04:06.728Z] #47 241.0 + dpkg --print-architecture [2022-06-24T10:04:06.728Z] #47 241.0 + git checkout -q v2.1.0 [2022-06-24T10:04:06.729Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-24T10:04:06.770Z] #77 153.4 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-24T10:04:06.987Z] #47 241.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-24T10:04:06.987Z] #47 241.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-24T10:04:06.988Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-24T10:04:06.988Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-06-24T10:04:07.246Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-24T10:04:07.340Z] #77 153.6 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-24T10:04:07.340Z] #77 154.0 checking for go-md2man... no [2022-06-24T10:04:07.504Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-24T10:04:07.599Z] #77 154.1 checking error.h usability... yes [2022-06-24T10:04:07.599Z] #77 154.4 checking error.h presence... yes [2022-06-24T10:04:07.599Z] #77 154.5 checking for error.h... yes [2022-06-24T10:04:07.762Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-06-24T10:04:07.762Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-06-24T10:04:08.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-24T10:04:08.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-24T10:04:08.170Z] #77 154.6 checking linux/openat2.h usability... yes [2022-06-24T10:04:08.170Z] #77 154.9 checking linux/openat2.h presence... yes [2022-06-24T10:04:08.170Z] #77 155.0 checking for linux/openat2.h... yes [2022-06-24T10:04:08.279Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-24T10:04:08.279Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-24T10:04:08.431Z] #77 155.0 checking for copy_file_range... yes [2022-06-24T10:04:08.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-24T10:04:08.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-24T10:04:08.675Z] #84 DONE 266.7s [2022-06-24T10:04:08.675Z] [2022-06-24T10:04:08.675Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:04:08.675Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:04:08.675Z] #19 315.0 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-06-24T10:04:08.675Z] #19 315.0 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:04:08.675Z] #19 315.0 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:04:08.675Z] #19 315.1 Selecting previously unselected package patch. [2022-06-24T10:04:08.675Z] #19 315.1 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-06-24T10:04:08.675Z] #19 315.1 Unpacking patch (2.7.6-7) ... [2022-06-24T10:04:08.675Z] #19 315.2 Selecting previously unselected package dpkg-dev. [2022-06-24T10:04:08.675Z] #19 315.2 Preparing to unpack .../047-dpkg-dev_1.20.10_all.deb ... [2022-06-24T10:04:08.675Z] #19 315.2 Unpacking dpkg-dev (1.20.10) ... [2022-06-24T10:04:08.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-24T10:04:08.933Z] #19 315.6 Selecting previously unselected package libconfig-inifiles-perl. [2022-06-24T10:04:08.951Z] #77 155.3 checking for fgetxattr... yes [2022-06-24T10:04:09.053Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-24T10:04:09.192Z] #19 315.6 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-06-24T10:04:09.192Z] #19 315.6 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-06-24T10:04:09.192Z] #19 315.7 Selecting previously unselected package libio-string-perl. [2022-06-24T10:04:09.192Z] #19 315.7 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-06-24T10:04:09.192Z] #19 315.7 Unpacking libio-string-perl (1.08-3.1) ... [2022-06-24T10:04:09.192Z] #19 315.8 Selecting previously unselected package libicu67:amd64. [2022-06-24T10:04:09.192Z] #19 315.8 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-06-24T10:04:09.192Z] #19 315.8 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-24T10:04:09.213Z] #77 155.8 checking for statx... yes [2022-06-24T10:04:09.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-24T10:04:09.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-24T10:04:09.473Z] #77 156.1 checking for fgetpwent_r... yes [2022-06-24T10:04:09.569Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-06-24T10:04:09.569Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-24T10:04:09.569Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-06-24T10:04:09.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-24T10:04:09.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-24T10:04:10.085Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-24T10:04:10.304Z] #77 156.6 checking for issetugid... no [2022-06-24T10:04:10.304Z] #77 157.1 checking for pkg-config... /usr/bin/pkg-config [2022-06-24T10:04:10.304Z] #77 157.1 checking pkg-config is at least version 0.9.0... yes [2022-06-24T10:04:10.343Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-06-24T10:04:10.343Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-06-24T10:04:10.343Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-24T10:04:10.601Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-24T10:04:10.601Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-24T10:04:10.601Z] Using test binary docker [2022-06-24T10:04:10.601Z] +++ /etc/init.d/apparmor start [2022-06-24T10:04:10.601Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-24T10:04:10.601Z] INFO: Waiting for daemon to start... [2022-06-24T10:04:10.601Z] Starting dockerd [2022-06-24T10:04:10.601Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-06-24T10:04:11.091Z] #19 317.5 Selecting previously unselected package libxml2:amd64. [2022-06-24T10:04:11.091Z] #19 317.5 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-24T10:04:11.091Z] #19 317.5 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-24T10:04:11.091Z] #19 317.6 Selecting previously unselected package libxml-namespacesupport-perl. [2022-06-24T10:04:11.091Z] #19 317.6 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-06-24T10:04:11.091Z] #19 317.6 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-24T10:04:11.091Z] #19 317.6 Selecting previously unselected package libxml-sax-base-perl. [2022-06-24T10:04:11.091Z] #19 317.6 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-06-24T10:04:11.091Z] #19 317.6 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-06-24T10:04:11.091Z] #19 317.7 Selecting previously unselected package libxml-sax-perl. [2022-06-24T10:04:11.167Z] .=== RUN TestDockerSuite/TestContainerAPIGetChanges [2022-06-24T10:04:11.350Z] #19 317.7 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-06-24T10:04:11.350Z] #19 317.7 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-06-24T10:04:11.350Z] #19 317.8 Selecting previously unselected package libxml-libxml-perl. [2022-06-24T10:04:11.350Z] #19 317.8 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-06-24T10:04:11.350Z] #19 317.8 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-24T10:04:11.350Z] #19 317.9 Selecting previously unselected package libxml-simple-perl. [2022-06-24T10:04:11.350Z] #19 317.9 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-06-24T10:04:11.350Z] #19 317.9 Unpacking libxml-simple-perl (2.25-1) ... [2022-06-24T10:04:11.350Z] #19 317.9 Selecting previously unselected package libyaml-perl. [2022-06-24T10:04:11.350Z] #19 317.9 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-06-24T10:04:11.350Z] #19 317.9 Unpacking libyaml-perl (1.30-1) ... [2022-06-24T10:04:11.350Z] #19 318.0 Selecting previously unselected package libconfig-auto-perl. [2022-06-24T10:04:11.350Z] #19 318.0 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-06-24T10:04:11.350Z] #19 318.0 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-06-24T10:04:11.350Z] #19 318.0 Selecting previously unselected package libfile-which-perl. [2022-06-24T10:04:11.350Z] #19 318.0 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-06-24T10:04:11.350Z] #19 318.0 Unpacking libfile-which-perl (1.23-1) ... [2022-06-24T10:04:11.425Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-06-24T10:04:11.654Z] #19 318.1 Selecting previously unselected package libfile-homedir-perl. [2022-06-24T10:04:11.654Z] #19 318.1 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-06-24T10:04:11.654Z] #19 318.1 Unpacking libfile-homedir-perl (1.006-1) ... [2022-06-24T10:04:11.654Z] #19 318.1 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-06-24T10:04:11.654Z] #19 318.1 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-06-24T10:04:11.687Z] #77 157.1 checking for library containing yajl_tree_get... -lyajl [2022-06-24T10:04:11.687Z] #77 158.3 checking for yajl >= 2.0.0... yes [2022-06-24T10:04:11.913Z] #19 318.3 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-24T10:04:11.948Z] #77 158.4 checking sys/capability.h usability... yes [2022-06-24T10:04:11.948Z] #77 158.7 checking sys/capability.h presence... yes [2022-06-24T10:04:11.948Z] #77 158.8 checking for sys/capability.h... yes [2022-06-24T10:04:12.358Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-06-24T10:04:12.358Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-06-24T10:04:12.375Z] #77 ... [2022-06-24T10:04:12.375Z] [2022-06-24T10:04:12.375Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T10:04:12.375Z] #26 sha256:b924567b1fc0f6746c5a6480182d4f47685a35e99e1c7885133cd5042bd856a1 [2022-06-24T10:04:12.375Z] #26 259.0 + return [2022-06-24T10:04:12.483Z] #19 319.0 Selecting previously unselected package dpkg-cross. [2022-06-24T10:04:12.483Z] #19 319.0 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-06-24T10:04:12.483Z] #19 319.0 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-06-24T10:04:12.483Z] #19 319.0 Selecting previously unselected package crossbuild-essential-arm64. [2022-06-24T10:04:12.483Z] #19 319.0 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-06-24T10:04:12.483Z] #19 319.0 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-06-24T10:04:12.483Z] #19 319.0 Selecting previously unselected package libc6-armel-cross. [2022-06-24T10:04:12.483Z] #19 319.0 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-06-24T10:04:12.483Z] #19 319.0 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-06-24T10:04:12.616Z] [2022-06-24T10:04:12.616Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-24T10:04:12.741Z] #19 319.2 Selecting previously unselected package libgcc-s1-armel-cross. [2022-06-24T10:04:12.741Z] #19 319.2 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:12.741Z] #19 319.2 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:12.741Z] #19 319.3 Selecting previously unselected package libgomp1-armel-cross. [2022-06-24T10:04:12.741Z] #19 319.3 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:12.741Z] #19 319.3 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:12.741Z] #19 319.3 Selecting previously unselected package libatomic1-armel-cross. [2022-06-24T10:04:12.741Z] #19 319.3 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:12.741Z] #19 319.3 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:12.741Z] #19 319.4 Selecting previously unselected package libasan6-armel-cross. [2022-06-24T10:04:12.741Z] #19 319.4 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:12.741Z] #19 319.4 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:12.874Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-24T10:04:12.874Z] Running integration-test (iteration 1) [2022-06-24T10:04:12.874Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-24T10:04:12.874Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:04:12.874Z] ++ set -e [2022-06-24T10:04:12.874Z] ++ '[' -n 0 ']' [2022-06-24T10:04:12.874Z] ++ set -x [2022-06-24T10:04:12.874Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:04:12.874Z] INFO: Testing against a local daemon [2022-06-24T10:04:12.874Z] === RUN TestCgroupNamespacesBuild [2022-06-24T10:04:12.874Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-06-24T10:04:12.874Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-06-24T10:04:12.897Z] #77 158.8 checking for library containing cap_from_name... -lcap [2022-06-24T10:04:13.158Z] #77 159.8 checking for library containing dlopen... [2022-06-24T10:04:13.158Z] #77 ... [2022-06-24T10:04:13.158Z] [2022-06-24T10:04:13.158Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:04:13.158Z] #60 sha256:760a5071ccb527598a28c91fb8a063e4d5ffe1fdae8f518409dd6dce9e48427b [2022-06-24T10:04:13.158Z] #60 19.13 Updating files: 96% (1152/1197) Updating files: 97% (1162/1197) Updating files: 98% (1174/1197) Updating files: 99% (1186/1197) Updating files: 100% (1197/1197) Updating files: 100% (1197/1197), done. [2022-06-24T10:04:13.158Z] #60 19.23 + cd /tmp/tmp.AYMS8cYtYC/src/github.com/opencontainers/runc [2022-06-24T10:04:13.158Z] #60 19.23 + git checkout -q v1.1.2 [2022-06-24T10:04:13.303Z] #26 DONE 261.3s [2022-06-24T10:04:13.303Z] [2022-06-24T10:04:13.303Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:13.303Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:04:13.303Z] #77 218.5 AR libcrun_testing.a [2022-06-24T10:04:13.303Z] #77 218.5 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-24T10:04:13.303Z] #77 218.6 CCLD tests/tests_libcrun_utils [2022-06-24T10:04:13.303Z] #77 218.6 CCLD tests/tests_libcrun_errors [2022-06-24T10:04:13.303Z] #77 218.6 CCLD tests/tests_libcrun_fuzzer [2022-06-24T10:04:13.306Z] #19 319.8 Selecting previously unselected package libstdc++6-armel-cross. [2022-06-24T10:04:13.306Z] #19 319.8 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:13.306Z] #19 319.8 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:13.306Z] #19 319.8 Selecting previously unselected package libubsan1-armel-cross. [2022-06-24T10:04:13.306Z] #19 319.8 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:13.306Z] #19 319.8 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:13.564Z] #19 320.1 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-06-24T10:04:13.564Z] #19 320.1 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:13.564Z] #19 320.1 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:13.729Z] #60 19.69 + '[' -z '' ']' [2022-06-24T10:04:13.729Z] #60 19.70 + target=static [2022-06-24T10:04:13.729Z] #60 19.70 + make BUILDTAGS=seccomp static [2022-06-24T10:04:13.806Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-06-24T10:04:13.822Z] #19 320.2 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-06-24T10:04:13.822Z] #19 320.2 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:04:13.822Z] #19 320.2 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-24T10:04:14.271Z] #77 219.9 CCLD libcrun.la [2022-06-24T10:04:14.300Z] #60 20.24 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-06-24T10:04:14.371Z] --- PASS: TestCgroupNamespacesBuild (1.50s) [2022-06-24T10:04:14.371Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-24T10:04:14.371Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-06-24T10:04:14.371Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-06-24T10:04:14.907Z] #77 ... [2022-06-24T10:04:14.907Z] [2022-06-24T10:04:14.907Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:04:14.907Z] #55 sha256:4cbff6290f4bfe104ba0351773aa92a57abf861a5e0de9779db9a581072e1642 [2022-06-24T10:04:14.907Z] #55 263.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-24T10:04:14.907Z] #55 DONE 263.1s [2022-06-24T10:04:14.907Z] [2022-06-24T10:04:14.907Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-24T10:04:14.907Z] #27 sha256:f879c6ad9a8692eac7cbc467bf13565c725cf9e2841773f4cbd4849037675dde [2022-06-24T10:04:14.936Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-06-24T10:04:15.106Z] #47 ... [2022-06-24T10:04:15.106Z] [2022-06-24T10:04:15.106Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:15.106Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:04:15.106Z] #77 192.6 CC src/crun-crun.o [2022-06-24T10:04:15.106Z] #77 192.7 CC src/crun-run.o [2022-06-24T10:04:15.106Z] #77 192.9 CC src/crun-delete.o [2022-06-24T10:04:15.106Z] #77 193.0 CC src/crun-kill.o [2022-06-24T10:04:15.106Z] #77 193.1 CC src/crun-pause.o [2022-06-24T10:04:15.106Z] #77 193.2 CC src/crun-unpause.o [2022-06-24T10:04:15.106Z] #77 193.2 CC src/crun-spec.o [2022-06-24T10:04:15.106Z] #77 193.3 CC src/crun-exec.o [2022-06-24T10:04:15.106Z] #77 193.5 CC src/crun-list.o [2022-06-24T10:04:15.106Z] #77 193.7 CC src/crun-create.o [2022-06-24T10:04:15.106Z] #77 193.9 CC src/crun-start.o [2022-06-24T10:04:15.106Z] #77 193.9 CC src/crun-state.o [2022-06-24T10:04:15.106Z] #77 194.1 CC src/crun-update.o [2022-06-24T10:04:15.106Z] #77 194.3 CC src/crun-ps.o [2022-06-24T10:04:15.106Z] #77 194.4 CC src/crun-checkpoint.o [2022-06-24T10:04:15.106Z] #77 194.6 CC src/crun-restore.o [2022-06-24T10:04:15.106Z] #77 194.8 CC src/libcrun/libcrun_la-utils.lo [2022-06-24T10:04:15.106Z] #77 195.0 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-24T10:04:15.106Z] #77 195.1 CC src/libcrun/libcrun_la-container.lo [2022-06-24T10:04:15.106Z] #77 195.3 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-24T10:04:15.106Z] #77 195.3 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-24T10:04:15.106Z] #77 195.5 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-24T10:04:15.106Z] #77 195.8 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-24T10:04:15.106Z] #77 196.2 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-24T10:04:15.106Z] #77 196.4 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-24T10:04:15.106Z] #77 196.7 CC src/libcrun/libcrun_la-criu.lo [2022-06-24T10:04:15.106Z] #77 196.9 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-24T10:04:15.106Z] #77 197.0 CC src/libcrun/libcrun_la-linux.lo [2022-06-24T10:04:15.106Z] #77 197.2 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-24T10:04:15.106Z] #77 197.3 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-24T10:04:15.106Z] #77 197.5 CC src/libcrun/libcrun_la-error.lo [2022-06-24T10:04:15.106Z] #77 197.7 CC src/libcrun/libcrun_la-status.lo [2022-06-24T10:04:15.106Z] #77 198.1 CC src/libcrun/libcrun_la-terminal.lo [2022-06-24T10:04:15.106Z] #77 198.4 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-24T10:04:15.106Z] #77 199.4 CC src/libcrun/libcrun_la-signals.lo [2022-06-24T10:04:15.106Z] #77 200.1 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-24T10:04:15.106Z] #77 200.2 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-24T10:04:15.106Z] #77 200.3 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-24T10:04:15.106Z] #77 200.4 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-24T10:04:15.194Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-06-24T10:04:15.366Z] #77 200.8 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-24T10:04:15.366Z] #77 200.9 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-24T10:04:15.453Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.27s) [2022-06-24T10:04:15.453Z] === RUN TestBuildWithSession [2022-06-24T10:04:15.453Z] build_session_test.go:25: TODO: BuildKit [2022-06-24T10:04:15.453Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-24T10:04:15.453Z] === RUN TestBuildSquashParent [2022-06-24T10:04:15.472Z] #27 DONE 0.7s [2022-06-24T10:04:15.472Z] [2022-06-24T10:04:15.472Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:15.472Z] #77 sha256:1f882656f798c4d205c6c75e9079f5de0edeb3c7ec4cdcf43fb773fa0862de99 [2022-06-24T10:04:15.472Z] #77 220.7 CCLD crun [2022-06-24T10:04:15.626Z] #77 201.1 CC tests/init.o [2022-06-24T10:04:15.710Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-06-24T10:04:15.710Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-06-24T10:04:15.720Z] #19 ... [2022-06-24T10:04:15.720Z] [2022-06-24T10:04:15.720Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:04:15.720Z] #62 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:04:15.720Z] #62 334.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-24T10:04:15.720Z] #62 DONE 334.8s [2022-06-24T10:04:15.720Z] [2022-06-24T10:04:15.720Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-24T10:04:15.720Z] #19 sha256:3e4493c07ad4e936ce5d834b0eb1bb08ee45d91cee77b2b2c188bf4b0538433b [2022-06-24T10:04:15.728Z] #77 221.3 make[3]: Entering directory '/tmp/crun-build' [2022-06-24T10:04:15.728Z] #77 221.5 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-24T10:04:15.983Z] #77 221.5 /bin/mkdir -p '/usr/local/lib' [2022-06-24T10:04:15.984Z] #77 221.5 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-24T10:04:15.984Z] #77 221.5 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-24T10:04:15.984Z] #77 221.6 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-24T10:04:15.984Z] #77 221.6 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-24T10:04:15.984Z] #77 221.6 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-24T10:04:15.984Z] #77 221.6 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-24T10:04:16.195Z] #77 201.4 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-24T10:04:16.212Z] #60 ... [2022-06-24T10:04:16.212Z] [2022-06-24T10:04:16.212Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:04:16.212Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T10:04:16.212Z] #21 2.099 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:04:16.212Z] #21 2.166 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:04:16.212Z] #21 2.190 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:04:16.212Z] #21 3.223 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:04:16.212Z] #21 5.671 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:04:16.212Z] #21 7.634 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:04:16.212Z] #21 ... [2022-06-24T10:04:16.212Z] [2022-06-24T10:04:16.212Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:16.212Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:04:16.212Z] #77 159.8 checking for library containing dlopen... -ldl [2022-06-24T10:04:16.212Z] #77 160.8 checking seccomp.h usability... yes [2022-06-24T10:04:16.212Z] #77 161.0 checking seccomp.h presence... yes [2022-06-24T10:04:16.212Z] #77 161.3 checking for seccomp.h... yes [2022-06-24T10:04:16.212Z] #77 161.3 checking for library containing seccomp_rule_add... -lseccomp [2022-06-24T10:04:16.212Z] #77 162.5 checking for library containing seccomp_arch_resolve_name... none required [2022-06-24T10:04:16.240Z] #77 222.1 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-06-24T10:04:16.240Z] #77 222.1 ---------------------------------------------------------------------- [2022-06-24T10:04:16.240Z] #77 222.1 Libraries have been installed in: [2022-06-24T10:04:16.240Z] #77 222.1 /usr/local/lib [2022-06-24T10:04:16.240Z] #77 222.1 [2022-06-24T10:04:16.240Z] #77 222.1 If you ever happen to want to link against installed libraries [2022-06-24T10:04:16.240Z] #77 222.1 in a given directory, LIBDIR, you must either use libtool, and [2022-06-24T10:04:16.240Z] #77 222.1 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-24T10:04:16.240Z] #77 222.1 flag during linking and do at least one of the following: [2022-06-24T10:04:16.240Z] #77 222.1 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-24T10:04:16.240Z] #77 222.1 during execution [2022-06-24T10:04:16.240Z] #77 222.1 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-24T10:04:16.240Z] #77 222.1 during linking [2022-06-24T10:04:16.240Z] #77 222.1 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-24T10:04:16.240Z] #77 222.1 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-24T10:04:16.240Z] #77 222.1 [2022-06-24T10:04:16.240Z] #77 222.1 See any operating system documentation about shared libraries for [2022-06-24T10:04:16.240Z] #77 222.1 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-24T10:04:16.240Z] #77 222.1 ---------------------------------------------------------------------- [2022-06-24T10:04:16.240Z] #77 222.1 /bin/mkdir -p '/build' [2022-06-24T10:04:16.240Z] #77 222.1 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-24T10:04:16.498Z] #77 222.1 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-24T10:04:16.498Z] #77 222.1 make[3]: Leaving directory '/tmp/crun-build' [2022-06-24T10:04:16.498Z] #77 222.1 make[2]: Leaving directory '/tmp/crun-build' [2022-06-24T10:04:16.498Z] #77 222.1 make[1]: Leaving directory '/tmp/crun-build' [2022-06-24T10:04:16.498Z] #77 DONE 222.2s [2022-06-24T10:04:16.498Z] [2022-06-24T10:04:16.498Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-24T10:04:16.498Z] #32 sha256:33adb7787cc03e2c1083d95c5b06952c135bc864827ac6027d56561a3c54003f [2022-06-24T10:04:16.498Z] #32 DONE 1.1s [2022-06-24T10:04:16.498Z] [2022-06-24T10:04:16.498Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-24T10:04:16.498Z] #35 sha256:103f589cec7520cfac16b67e517f32a7db517b06d77ee415c2046d0f02edf7de [2022-06-24T10:04:16.782Z] #77 163.1 checking systemd/sd-bus.h usability... yes [2022-06-24T10:04:16.782Z] #77 163.4 checking systemd/sd-bus.h presence... yes [2022-06-24T10:04:16.782Z] #77 163.7 checking for systemd/sd-bus.h... yes [2022-06-24T10:04:17.084Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-06-24T10:04:17.429Z] #35 DONE 0.6s [2022-06-24T10:04:17.429Z] [2022-06-24T10:04:17.429Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-24T10:04:17.429Z] #37 sha256:fb919143949747f0c0ccf827ac529dde9e0e90a65fef98752d12c0f01678a3e6 [2022-06-24T10:04:17.650Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-06-24T10:04:17.722Z] #77 163.7 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-24T10:04:17.991Z] #37 DONE 0.6s [2022-06-24T10:04:17.991Z] [2022-06-24T10:04:17.991Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-24T10:04:17.991Z] #39 sha256:a6dda17ab7d6c965d4c8bcf217b9f95c2275b188159d4caf165e2cdb722845bb [2022-06-24T10:04:17.991Z] #39 DONE 0.1s [2022-06-24T10:04:17.991Z] [2022-06-24T10:04:17.991Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-24T10:04:17.991Z] #41 sha256:5c5f8baceda0a58165b42fcc3ca3297e8658de8dc8d49ce9279abefc82a9d725 [2022-06-24T10:04:17.991Z] #41 DONE 0.1s [2022-06-24T10:04:17.991Z] [2022-06-24T10:04:17.991Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-24T10:04:17.991Z] #45 sha256:c3fb6b2dafe155df10f2156d1bf063c2f9f10887951097b58b2331c4ef88c5de [2022-06-24T10:04:18.293Z] #77 164.7 checking for sd_notify_barrier... yes [2022-06-24T10:04:18.554Z] #77 165.1 checking linux/bpf.h usability... yes [2022-06-24T10:04:18.554Z] #77 165.3 checking linux/bpf.h presence... yes [2022-06-24T10:04:18.554Z] #77 165.4 checking for linux/bpf.h... yes [2022-06-24T10:04:18.582Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-06-24T10:04:18.582Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-06-24T10:04:18.582Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-06-24T10:04:18.582Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-06-24T10:04:18.582Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-06-24T10:04:18.582Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-06-24T10:04:18.815Z] #77 165.4 checking compilation for eBPF... yes [2022-06-24T10:04:18.815Z] #77 165.7 checking for criu >= 3.15... no [2022-06-24T10:04:18.815Z] #77 165.8 configure: CRIU headers not found, building without CRIU support [2022-06-24T10:04:18.815Z] #77 165.8 checking for criu > 3.16... no [2022-06-24T10:04:18.919Z] #45 DONE 0.8s [2022-06-24T10:04:18.919Z] [2022-06-24T10:04:18.919Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-24T10:04:18.919Z] #48 sha256:b3aa17350b825d88697d854cbdbd1c22b98c3b639d0581440d31d51810cbe8ba [2022-06-24T10:04:19.001Z] #19 325.6 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-06-24T10:04:19.002Z] #19 325.6 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:04:19.078Z] #77 165.8 configure: CRIU version doesn't support join-ns API [2022-06-24T10:04:19.078Z] #77 165.9 checking for criu > 3.16.1... no [2022-06-24T10:04:19.078Z] #77 165.9 configure: CRIU version doesn't support for pre-dumping [2022-06-24T10:04:19.147Z] check_test.go:540: [d2216affc1ca8] daemon is not started [2022-06-24T10:04:19.147Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-06-24T10:04:19.147Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-06-24T10:04:19.259Z] #19 325.6 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-24T10:04:19.259Z] #19 325.6 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-06-24T10:04:19.259Z] #19 325.6 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-06-24T10:04:19.259Z] #19 325.6 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-24T10:04:19.259Z] #19 325.8 Selecting previously unselected package libc6-dev-armel-cross. [2022-06-24T10:04:19.259Z] #19 325.8 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-06-24T10:04:19.259Z] #19 325.8 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-24T10:04:19.342Z] #77 165.9 checking for new mount API (fsconfig)... yes [2022-06-24T10:04:19.342Z] #77 166.0 checking for seccomp notify API... yes [2022-06-24T10:04:19.342Z] #77 166.2 checking for gperf... no [2022-06-24T10:04:19.342Z] #77 166.2 configure: gperf not found - cannot rebuild signal parser code [2022-06-24T10:04:19.481Z] #48 DONE 0.9s [2022-06-24T10:04:19.481Z] [2022-06-24T10:04:19.481Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:04:19.481Z] #64 sha256:45c8a83959e5b03b4036c2a920ac2319559482b7af17b0be87a8e7dc78ebc1a9 [2022-06-24T10:04:19.517Z] #19 326.0 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-06-24T10:04:19.517Z] #19 326.0 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:19.517Z] #19 326.1 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:19.604Z] #77 166.2 checking for library containing argp_parse... none required [2022-06-24T10:04:19.737Z] #64 ... [2022-06-24T10:04:19.738Z] [2022-06-24T10:04:19.738Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:04:19.738Z] #60 sha256:f60b75d421d90cffd8a7e53c2aa9c1c6685b543c3ad58fabc8cccaebc84387d8 [2022-06-24T10:04:19.738Z] #60 153.3 + mkdir -p /build [2022-06-24T10:04:19.738Z] #60 153.3 + cp runc /build/runc [2022-06-24T10:04:19.738Z] #60 DONE 153.5s [2022-06-24T10:04:19.738Z] [2022-06-24T10:04:19.738Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-24T10:04:19.738Z] #52 sha256:02f0cf15a5689dc95902193c4978d368db20bb02a6309e3baabda64afbb77c71 [2022-06-24T10:04:19.738Z] #52 DONE 0.2s [2022-06-24T10:04:19.738Z] [2022-06-24T10:04:19.738Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:04:19.738Z] #64 sha256:45c8a83959e5b03b4036c2a920ac2319559482b7af17b0be87a8e7dc78ebc1a9 [2022-06-24T10:04:19.775Z] #19 326.3 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-06-24T10:04:19.775Z] #19 326.3 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:04:19.775Z] #19 326.3 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-24T10:04:19.996Z] #64 ... [2022-06-24T10:04:19.996Z] [2022-06-24T10:04:19.996Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-24T10:04:19.996Z] #54 sha256:4407682ab6ec1cbd6a7dd06b0263ccd7029d7da0935c7f1ea86dca841d48945f [2022-06-24T10:04:19.996Z] #54 DONE 0.2s [2022-06-24T10:04:20.176Z] #77 166.8 checking that generated files are newer than configure... done [2022-06-24T10:04:20.176Z] #77 166.8 configure: creating ./config.status [2022-06-24T10:04:20.256Z] [2022-06-24T10:04:20.256Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-24T10:04:20.256Z] #56 sha256:dbe6494329dc163b1ff4e2427ac8daf472d7f1cee7fd0af81a3e1a0bc2607dbd [2022-06-24T10:04:20.436Z] #77 ... [2022-06-24T10:04:20.436Z] [2022-06-24T10:04:20.436Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:04:20.436Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T10:04:20.436Z] #21 14.55 Fetched 8545 kB in 13s (661 kB/s) [2022-06-24T10:04:20.820Z] #56 DONE 0.8s [2022-06-24T10:04:20.820Z] [2022-06-24T10:04:20.820Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-24T10:04:20.820Z] #58 sha256:28fe88752e88682144773c681e3fb210c8e5758d655ac6de07382c78e7b6445c [2022-06-24T10:04:21.043Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-06-24T10:04:21.076Z] #58 DONE 0.2s [2022-06-24T10:04:21.076Z] [2022-06-24T10:04:21.076Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:04:21.076Z] #64 sha256:45c8a83959e5b03b4036c2a920ac2319559482b7af17b0be87a8e7dc78ebc1a9 [2022-06-24T10:04:21.609Z] --- PASS: TestBuildSquashParent (6.06s) [2022-06-24T10:04:21.609Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-24T10:04:21.609Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-24T10:04:21.609Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-24T10:04:21.609Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-24T10:04:21.609Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-24T10:04:21.609Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-24T10:04:21.609Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-24T10:04:21.609Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-24T10:04:21.609Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-24T10:04:21.609Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-24T10:04:21.609Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-24T10:04:21.609Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-24T10:04:21.609Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-24T10:04:21.609Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-24T10:04:21.609Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-24T10:04:21.609Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-24T10:04:21.609Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-24T10:04:21.609Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-24T10:04:21.609Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-24T10:04:21.640Z] #64 ... [2022-06-24T10:04:21.640Z] [2022-06-24T10:04:21.640Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-24T10:04:21.640Z] #61 sha256:fcc2b7ee14807e3debccde3432141caeb9f3a0dec789ae48840433740c837b3d [2022-06-24T10:04:22.201Z] #61 DONE 0.5s [2022-06-24T10:04:22.201Z] [2022-06-24T10:04:22.201Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:04:22.201Z] #64 sha256:45c8a83959e5b03b4036c2a920ac2319559482b7af17b0be87a8e7dc78ebc1a9 [2022-06-24T10:04:22.981Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-06-24T10:04:23.547Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-06-24T10:04:23.566Z] #64 235.4 + bin/containerd [2022-06-24T10:04:24.480Z] === RUN TestDockerSuite/TestContainerAPITop [2022-06-24T10:04:25.036Z] #19 330.7 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-06-24T10:04:25.036Z] #19 330.8 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:04:25.036Z] #19 330.8 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-24T10:04:25.036Z] #19 330.8 Selecting previously unselected package crossbuild-essential-armel. [2022-06-24T10:04:25.036Z] #19 330.8 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-06-24T10:04:25.036Z] #19 330.8 Unpacking crossbuild-essential-armel (12.9) ... [2022-06-24T10:04:25.036Z] #19 330.8 Selecting previously unselected package libc6-armhf-cross. [2022-06-24T10:04:25.036Z] #19 330.8 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-06-24T10:04:25.036Z] #19 330.8 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-06-24T10:04:25.036Z] #19 330.9 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-06-24T10:04:25.036Z] #19 330.9 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:25.036Z] #19 330.9 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:25.036Z] #19 331.0 Selecting previously unselected package libgomp1-armhf-cross. [2022-06-24T10:04:25.036Z] #19 331.0 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:25.036Z] #19 331.0 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:25.036Z] #19 331.0 Selecting previously unselected package libatomic1-armhf-cross. [2022-06-24T10:04:25.036Z] #19 331.0 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:25.036Z] #19 331.1 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:25.036Z] #19 331.1 Selecting previously unselected package libasan6-armhf-cross. [2022-06-24T10:04:25.036Z] #19 331.1 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:25.036Z] #19 331.1 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:25.036Z] #19 331.3 Selecting previously unselected package libstdc++6-armhf-cross. [2022-06-24T10:04:25.036Z] #19 331.3 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:25.036Z] #19 331.3 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:25.036Z] #19 331.4 Selecting previously unselected package libubsan1-armhf-cross. [2022-06-24T10:04:25.036Z] #19 331.4 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:25.036Z] #19 331.4 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:25.036Z] #19 331.5 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-06-24T10:04:25.036Z] #19 331.5 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:25.036Z] #19 331.5 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:25.036Z] #19 331.6 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-06-24T10:04:25.036Z] #19 331.6 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:04:25.036Z] #19 331.6 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-24T10:04:25.452Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-24T10:04:25.452Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.62s) [2022-06-24T10:04:25.452Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.82s) [2022-06-24T10:04:25.452Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.43s) [2022-06-24T10:04:25.452Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.56s) [2022-06-24T10:04:25.452Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.72s) [2022-06-24T10:04:25.452Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.87s) [2022-06-24T10:04:25.452Z] === RUN TestBuildMultiStageCopy [2022-06-24T10:04:25.452Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-24T10:04:25.712Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-06-24T10:04:25.712Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-06-24T10:04:25.712Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-24T10:04:25.712Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-06-24T10:04:25.765Z] #21 14.55 Reading package lists... [2022-06-24T10:04:25.970Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-06-24T10:04:26.368Z] #21 19.51 Reading package lists... [2022-06-24T10:04:26.368Z] #21 ... [2022-06-24T10:04:26.368Z] [2022-06-24T10:04:26.368Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:26.368Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:04:26.368Z] #77 170.7 config.status: creating Makefile [2022-06-24T10:04:26.368Z] #77 170.9 config.status: creating rpm/crun.spec [2022-06-24T10:04:26.368Z] #77 171.0 config.status: creating config.h [2022-06-24T10:04:26.368Z] #77 171.1 config.status: executing libtool commands [2022-06-24T10:04:26.368Z] #77 171.2 config.status: executing depfiles commands [2022-06-24T10:04:26.368Z] #77 173.1 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-24T10:04:26.368Z] #77 173.2 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-24T10:04:26.911Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-24T10:04:26.949Z] #77 ... [2022-06-24T10:04:26.949Z] [2022-06-24T10:04:26.949Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-24T10:04:26.949Z] #34 sha256:1db4a1090cc01a0e0e1fc35d6d2347bc515c4526c2959f71b03cec297d1441d5 [2022-06-24T10:04:26.949Z] #34 DONE 246.5s [2022-06-24T10:04:27.169Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-24T10:04:27.169Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-24T10:04:27.211Z] [2022-06-24T10:04:27.212Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:04:27.212Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T10:04:27.431Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-24T10:04:27.476Z] #21 19.51 Reading package lists... [2022-06-24T10:04:27.476Z] #21 ... [2022-06-24T10:04:27.476Z] [2022-06-24T10:04:27.476Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:27.476Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:04:27.476Z] #77 174.2 checking for gcc... gcc [2022-06-24T10:04:27.698Z] --- PASS: TestBuildMultiStageCopy (2.09s) [2022-06-24T10:04:27.698Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.41s) [2022-06-24T10:04:27.698Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.16s) [2022-06-24T10:04:27.698Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.17s) [2022-06-24T10:04:27.698Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.18s) [2022-06-24T10:04:27.698Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.18s) [2022-06-24T10:04:27.698Z] === RUN TestBuildMultiStageParentConfig [2022-06-24T10:04:28.047Z] #77 174.4 checking whether the C compiler works... yes [2022-06-24T10:04:28.047Z] #77 174.8 checking for C compiler default output file name... a.out [2022-06-24T10:04:28.268Z] --- PASS: TestBuildMultiStageParentConfig (0.51s) [2022-06-24T10:04:28.268Z] === RUN TestBuildLabelWithTargets [2022-06-24T10:04:28.308Z] #77 174.9 checking for suffix of executables... [2022-06-24T10:04:28.532Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-06-24T10:04:28.879Z] #77 175.2 checking whether we are cross compiling... no [2022-06-24T10:04:29.123Z] --- PASS: TestBuildLabelWithTargets (0.85s) [2022-06-24T10:04:29.123Z] === RUN TestBuildWithEmptyLayers [2022-06-24T10:04:29.123Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-06-24T10:04:29.150Z] #77 175.7 checking for suffix of object files... o [2022-06-24T10:04:29.390Z] --- PASS: TestBuildWithEmptyLayers (0.37s) [2022-06-24T10:04:29.390Z] === RUN TestBuildMultiStageOnBuild [2022-06-24T10:04:29.390Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-06-24T10:04:29.411Z] #77 176.0 checking whether we are using the GNU C compiler... yes [2022-06-24T10:04:29.652Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-06-24T10:04:29.672Z] #77 176.3 checking whether gcc accepts -g... yes [2022-06-24T10:04:29.933Z] #77 176.5 checking for gcc option to accept ISO C89... none needed [2022-06-24T10:04:30.194Z] #77 176.7 checking whether gcc understands -c and -o together... yes [2022-06-24T10:04:30.297Z] #19 336.3 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-06-24T10:04:30.297Z] #19 336.3 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:04:30.297Z] #19 336.3 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-24T10:04:30.297Z] #19 336.3 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-06-24T10:04:30.297Z] #19 336.3 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-06-24T10:04:30.297Z] #19 336.3 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-24T10:04:30.297Z] #19 336.5 Selecting previously unselected package libc6-dev-armhf-cross. [2022-06-24T10:04:30.298Z] #19 336.5 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-06-24T10:04:30.298Z] #19 336.5 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-24T10:04:30.455Z] #77 177.2 checking how to run the C preprocessor... [2022-06-24T10:04:30.455Z] #77 ... [2022-06-24T10:04:30.455Z] [2022-06-24T10:04:30.455Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-24T10:04:30.455Z] #36 sha256:85de23be20971f21175dc63b485bdd35089126823c47852fc072d3b11f99b8c7 [2022-06-24T10:04:30.455Z] #36 249.9 Delve is a source level debugger for Go programs. [2022-06-24T10:04:30.455Z] #36 249.9 [2022-06-24T10:04:30.455Z] #36 249.9 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-24T10:04:30.455Z] #36 249.9 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-24T10:04:30.455Z] #36 249.9 [2022-06-24T10:04:30.455Z] #36 249.9 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-24T10:04:30.455Z] #36 249.9 [2022-06-24T10:04:30.455Z] #36 249.9 Pass flags to the program you are debugging using `--`, for example: [2022-06-24T10:04:30.455Z] #36 249.9 [2022-06-24T10:04:30.455Z] #36 249.9 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-24T10:04:30.455Z] #36 249.9 [2022-06-24T10:04:30.455Z] #36 249.9 Usage: [2022-06-24T10:04:30.455Z] #36 249.9 dlv [command] [2022-06-24T10:04:30.455Z] #36 249.9 [2022-06-24T10:04:30.455Z] #36 249.9 Available Commands: [2022-06-24T10:04:30.455Z] #36 249.9 attach Attach to running process and begin debugging. [2022-06-24T10:04:30.455Z] #36 249.9 connect Connect to a headless debug server with a terminal client. [2022-06-24T10:04:30.455Z] #36 249.9 core Examine a core dump. [2022-06-24T10:04:30.455Z] #36 249.9 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-24T10:04:30.455Z] #36 249.9 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-24T10:04:30.455Z] #36 249.9 exec Execute a precompiled binary, and begin a debug session. [2022-06-24T10:04:30.455Z] #36 249.9 help Help about any command [2022-06-24T10:04:30.455Z] #36 249.9 run Deprecated command. Use 'debug' instead. [2022-06-24T10:04:30.455Z] #36 249.9 test Compile test binary and begin debugging program. [2022-06-24T10:04:30.455Z] #36 249.9 trace Compile and begin tracing program. [2022-06-24T10:04:30.455Z] #36 249.9 version Prints version. [2022-06-24T10:04:30.455Z] #36 249.9 [2022-06-24T10:04:30.455Z] #36 249.9 Flags: [2022-06-24T10:04:30.455Z] #36 249.9 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-24T10:04:30.455Z] #36 249.9 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-24T10:04:30.455Z] #36 249.9 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-24T10:04:30.455Z] #36 249.9 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-24T10:04:30.455Z] #36 249.9 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-24T10:04:30.455Z] #36 249.9 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-24T10:04:30.455Z] #36 249.9 --disable-aslr Disables address space randomization [2022-06-24T10:04:30.455Z] #36 249.9 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-24T10:04:30.455Z] #36 249.9 -h, --help help for dlv [2022-06-24T10:04:30.455Z] #36 249.9 --init string Init file, executed by the terminal client. [2022-06-24T10:04:30.455Z] #36 249.9 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-24T10:04:30.455Z] #36 249.9 --log Enable debugging server logging. [2022-06-24T10:04:30.455Z] #36 249.9 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-24T10:04:30.455Z] #36 249.9 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-24T10:04:30.455Z] #36 249.9 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-24T10:04:30.455Z] #36 249.9 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-24T10:04:30.455Z] #36 249.9 --wd string Working directory for running the program. [2022-06-24T10:04:30.455Z] #36 249.9 [2022-06-24T10:04:30.455Z] #36 249.9 Additional help topics: [2022-06-24T10:04:30.455Z] #36 249.9 dlv backend Help about the --backend flag. [2022-06-24T10:04:30.455Z] #36 249.9 dlv log Help about logging flags. [2022-06-24T10:04:30.455Z] #36 249.9 dlv redirect Help about file redirection. [2022-06-24T10:04:30.455Z] #36 249.9 [2022-06-24T10:04:30.455Z] #36 249.9 Use "dlv [command] --help" for more information about a command. [2022-06-24T10:04:30.455Z] #36 DONE 250.2s [2022-06-24T10:04:30.455Z] [2022-06-24T10:04:30.455Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:30.455Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:04:30.455Z] #77 177.2 checking how to run the C preprocessor... gcc -E [2022-06-24T10:04:30.716Z] #77 177.6 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T10:04:30.716Z] #77 177.6 checking for egrep... /bin/grep -E [2022-06-24T10:04:30.862Z] #19 337.4 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-06-24T10:04:30.862Z] #19 337.4 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:30.862Z] #19 337.4 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:31.061Z] --- PASS: TestBuildMultiStageOnBuild (1.57s) [2022-06-24T10:04:31.061Z] === RUN TestBuildUncleanTarFilenames [2022-06-24T10:04:31.327Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-06-24T10:04:31.327Z] --- PASS: TestBuildUncleanTarFilenames (0.49s) [2022-06-24T10:04:31.327Z] === RUN TestBuildMultiStageLayerLeak [2022-06-24T10:04:32.101Z] #77 177.6 checking for ANSI C header files... yes [2022-06-24T10:04:32.101Z] #77 178.7 checking for sys/types.h... yes [2022-06-24T10:04:32.235Z] #19 338.5 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-06-24T10:04:32.235Z] #19 338.5 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:04:32.235Z] #19 338.7 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-24T10:04:32.361Z] #77 179.0 checking for sys/stat.h... yes [2022-06-24T10:04:32.622Z] #77 179.4 checking for stdlib.h... yes [2022-06-24T10:04:32.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-06-24T10:04:32.967Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-06-24T10:04:32.967Z] --- PASS: TestBuildMultiStageLayerLeak (1.55s) [2022-06-24T10:04:32.967Z] === RUN TestBuildWithHugeFile [2022-06-24T10:04:33.193Z] #77 179.5 checking for string.h... yes [2022-06-24T10:04:33.193Z] #77 179.9 checking for memory.h... yes [2022-06-24T10:04:33.531Z] check_test.go:540: [da28fab14eeef] daemon is not started [2022-06-24T10:04:33.531Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-06-24T10:04:33.715Z] #77 180.3 checking for strings.h... yes [2022-06-24T10:04:33.789Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-06-24T10:04:33.976Z] #77 180.6 checking for inttypes.h... yes [2022-06-24T10:04:34.047Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-06-24T10:04:34.237Z] #77 181.0 checking for stdint.h... yes [2022-06-24T10:04:34.760Z] #77 181.3 checking for unistd.h... yes [2022-06-24T10:04:34.760Z] #77 181.5 checking minix/config.h usability... no [2022-06-24T10:04:34.760Z] #77 181.7 checking minix/config.h presence... no [2022-06-24T10:04:34.760Z] #77 181.7 checking for minix/config.h... no [2022-06-24T10:04:35.020Z] #77 181.7 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-24T10:04:35.851Z] #77 182.0 checking build system type... x86_64-pc-linux-gnu [2022-06-24T10:04:35.851Z] #77 182.5 checking host system type... x86_64-pc-linux-gnu [2022-06-24T10:04:35.851Z] #77 182.5 checking how to print strings... printf [2022-06-24T10:04:35.851Z] #77 182.5 checking for a sed that does not truncate output... /bin/sed [2022-06-24T10:04:35.851Z] #77 182.6 checking for fgrep... /bin/grep -F [2022-06-24T10:04:35.851Z] #77 182.6 checking for ld used by gcc... /usr/bin/ld [2022-06-24T10:04:35.851Z] #77 182.6 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T10:04:35.851Z] #77 182.7 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T10:04:36.113Z] #77 182.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T10:04:36.113Z] #77 182.9 checking whether ln -s works... yes [2022-06-24T10:04:36.113Z] #77 182.9 checking the maximum length of command line arguments... 1572864 [2022-06-24T10:04:36.113Z] #77 183.1 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-24T10:04:36.113Z] #77 183.1 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T10:04:36.113Z] #77 183.1 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T10:04:36.113Z] #77 183.1 checking for objdump... objdump [2022-06-24T10:04:36.113Z] #77 183.1 checking how to recognize dependent libraries... pass_all [2022-06-24T10:04:36.113Z] #77 183.1 checking for dlltool... no [2022-06-24T10:04:36.113Z] #77 183.1 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T10:04:36.113Z] #77 183.1 checking for ar... ar [2022-06-24T10:04:36.685Z] #77 183.1 checking for archiver @FILE support... @ [2022-06-24T10:04:36.685Z] #77 183.4 checking for strip... strip [2022-06-24T10:04:36.685Z] #77 183.4 checking for ranlib... ranlib [2022-06-24T10:04:36.685Z] #77 183.4 checking for gawk... no [2022-06-24T10:04:36.685Z] #77 183.4 checking for mawk... mawk [2022-06-24T10:04:37.257Z] #77 183.4 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T10:04:37.507Z] #19 343.2 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-06-24T10:04:37.507Z] #19 343.2 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:04:37.507Z] #19 343.2 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-24T10:04:37.507Z] #19 343.3 Selecting previously unselected package crossbuild-essential-armhf. [2022-06-24T10:04:37.507Z] #19 343.3 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-06-24T10:04:37.507Z] #19 343.3 Unpacking crossbuild-essential-armhf (12.9) ... [2022-06-24T10:04:37.507Z] #19 343.3 Selecting previously unselected package libc6-ppc64el-cross. [2022-06-24T10:04:37.507Z] #19 343.3 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-24T10:04:37.507Z] #19 343.3 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-24T10:04:37.507Z] #19 343.5 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-06-24T10:04:37.507Z] #19 343.5 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:37.507Z] #19 343.5 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:37.507Z] #19 343.5 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-06-24T10:04:37.507Z] #19 343.5 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:37.507Z] #19 343.5 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:37.507Z] #19 343.5 Selecting previously unselected package libitm1-ppc64el-cross. [2022-06-24T10:04:37.507Z] #19 343.5 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:37.507Z] #19 343.5 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:37.507Z] #19 343.6 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-06-24T10:04:37.507Z] #19 343.6 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:37.507Z] #19 343.6 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:37.507Z] #19 343.6 Selecting previously unselected package libasan6-ppc64el-cross. [2022-06-24T10:04:37.507Z] #19 343.6 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:37.507Z] #19 343.6 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:37.507Z] #19 343.8 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-06-24T10:04:37.507Z] #19 343.8 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:37.507Z] #19 343.8 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:37.507Z] #19 343.9 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-06-24T10:04:37.507Z] #19 344.0 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:37.507Z] #19 344.0 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:37.507Z] #19 344.2 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-06-24T10:04:37.518Z] #77 184.2 checking for sysroot... no [2022-06-24T10:04:37.518Z] #77 184.2 checking for a working dd... /bin/dd [2022-06-24T10:04:37.518Z] #77 184.2 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T10:04:37.518Z] #77 184.3 checking for mt... no [2022-06-24T10:04:37.518Z] #77 184.3 checking if : is a manifest tool... no [2022-06-24T10:04:37.518Z] #77 184.3 checking for dlfcn.h... yes [2022-06-24T10:04:37.518Z] #77 184.4 checking for objdir... .libs [2022-06-24T10:04:37.764Z] #19 344.2 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:37.764Z] #19 344.2 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:37.764Z] #19 344.3 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-06-24T10:04:37.764Z] #19 344.3 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:37.764Z] #19 344.3 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:37.764Z] #19 344.4 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-06-24T10:04:37.764Z] #19 344.4 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:37.764Z] #19 344.4 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:37.764Z] #19 344.4 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-06-24T10:04:37.764Z] #19 344.4 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:37.764Z] #19 344.4 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:38.022Z] #19 344.6 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-06-24T10:04:38.022Z] #19 344.6 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:04:38.022Z] #19 344.6 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:04:38.140Z] #77 ... [2022-06-24T10:04:38.140Z] [2022-06-24T10:04:38.140Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:04:38.140Z] #47 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T10:04:38.140Z] #47 DONE 269.5s [2022-06-24T10:04:38.140Z] [2022-06-24T10:04:38.140Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:38.140Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:04:38.140Z] #77 223.4 CCLD tests/init [2022-06-24T10:04:38.349Z] #77 185.0 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T10:04:38.349Z] #77 185.2 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T10:04:38.610Z] #77 185.3 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T10:04:39.079Z] #77 ... [2022-06-24T10:04:39.079Z] [2022-06-24T10:04:39.079Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-24T10:04:39.079Z] #48 sha256:d50f7ca91945dede71f5808bd2180bc3c91005ead8b6e3d03edc5d5daf47351d [2022-06-24T10:04:39.079Z] #48 DONE 0.1s [2022-06-24T10:04:39.079Z] [2022-06-24T10:04:39.079Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-24T10:04:39.079Z] #52 sha256:4a04b1b0624923ae9ebb6025991bd5bc108a5c52c0998f3a5ddb97dcda3cfdcf [2022-06-24T10:04:39.079Z] #52 DONE 0.0s [2022-06-24T10:04:39.079Z] [2022-06-24T10:04:39.079Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-24T10:04:39.079Z] #54 sha256:a4e11084255069919194f9c64dc70f00625617b4aaee9b733831461aefa10fe3 [2022-06-24T10:04:39.079Z] #54 DONE 0.1s [2022-06-24T10:04:39.079Z] [2022-06-24T10:04:39.079Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:04:39.079Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:04:39.181Z] #77 185.5 checking if gcc static flag -static works... yes [2022-06-24T10:04:39.442Z] #77 186.0 checking if gcc supports -c -o file.o... yes [2022-06-24T10:04:39.442Z] #77 186.2 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T10:04:39.442Z] #77 186.2 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-24T10:04:40.014Z] #77 186.3 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T10:04:40.014Z] #77 186.7 checking how to hardcode library paths into programs... immediate [2022-06-24T10:04:40.014Z] #77 186.7 checking whether stripping libraries is possible... yes [2022-06-24T10:04:40.014Z] #77 186.8 checking if libtool supports shared libraries... yes [2022-06-24T10:04:40.014Z] #77 186.8 checking whether to build shared libraries... no [2022-06-24T10:04:40.014Z] #77 186.8 checking whether to build static libraries... yes [2022-06-24T10:04:40.014Z] #77 186.8 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T10:04:40.014Z] #77 186.8 checking whether build environment is sane... yes [2022-06-24T10:04:40.275Z] #77 186.9 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T10:04:40.275Z] #77 187.0 checking whether make sets $(MAKE)... yes [2022-06-24T10:04:40.275Z] #77 187.1 checking whether make supports the include directive... yes (GNU style) [2022-06-24T10:04:40.536Z] #77 187.2 checking whether make supports nested variables... yes [2022-06-24T10:04:40.536Z] #77 187.4 checking whether UID '0' is supported by ustar format... yes [2022-06-24T10:04:40.536Z] #77 187.4 checking whether GID '0' is supported by ustar format... yes [2022-06-24T10:04:40.537Z] #77 187.4 checking how to create a ustar tar archive... gnutar [2022-06-24T10:04:40.798Z] #77 187.5 checking dependency style of gcc... [2022-06-24T10:04:40.798Z] #77 ... [2022-06-24T10:04:40.798Z] [2022-06-24T10:04:40.798Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:04:40.798Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T10:04:40.798Z] #21 19.51 Reading package lists... [2022-06-24T10:04:40.798Z] #21 24.91 Building dependency tree... [2022-06-24T10:04:40.798Z] #21 26.90 The following additional packages will be installed: [2022-06-24T10:04:40.798Z] #21 26.90 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-24T10:04:40.798Z] #21 26.90 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-24T10:04:40.798Z] #21 26.90 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-24T10:04:40.798Z] #21 26.92 python3-pkg-resources vim-runtime xxd [2022-06-24T10:04:40.798Z] #21 26.92 Suggested packages: [2022-06-24T10:04:40.798Z] #21 26.92 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-24T10:04:40.798Z] #21 26.92 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-24T10:04:40.798Z] #21 26.92 acl attr quota [2022-06-24T10:04:40.798Z] #21 26.92 Recommended packages: [2022-06-24T10:04:40.798Z] #21 26.92 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-24T10:04:40.798Z] #21 28.68 The following NEW packages will be installed: [2022-06-24T10:04:40.798Z] #21 28.68 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-24T10:04:40.798Z] #21 28.68 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-24T10:04:40.798Z] #21 28.68 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-24T10:04:40.798Z] #21 28.69 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-24T10:04:40.798Z] #21 28.69 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-24T10:04:40.798Z] #21 28.69 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-24T10:04:40.798Z] #21 28.69 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-24T10:04:40.798Z] #21 28.69 xz-utils zip zstd [2022-06-24T10:04:40.798Z] #21 29.03 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:04:40.798Z] #21 29.03 Need to get 27.7 MB of archives. [2022-06-24T10:04:40.798Z] #21 29.03 After this operation, 106 MB of additional disk space will be used. [2022-06-24T10:04:40.798Z] #21 29.03 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-24T10:04:40.798Z] #21 29.04 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-24T10:04:40.798Z] #21 29.05 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-24T10:04:40.798Z] #21 29.05 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-24T10:04:40.798Z] #21 29.05 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-24T10:04:40.798Z] #21 29.05 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-24T10:04:40.798Z] #21 29.06 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-24T10:04:40.798Z] #21 29.06 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-24T10:04:40.798Z] #21 29.10 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-24T10:04:40.798Z] #21 29.11 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-24T10:04:40.798Z] #21 29.13 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-24T10:04:40.798Z] #21 29.14 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-24T10:04:40.798Z] #21 29.15 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-24T10:04:40.798Z] #21 29.15 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-24T10:04:40.798Z] #21 29.19 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-24T10:04:40.798Z] #21 29.20 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-24T10:04:40.798Z] #21 29.20 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-24T10:04:40.798Z] #21 29.20 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-24T10:04:40.798Z] #21 29.21 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-24T10:04:40.798Z] #21 29.21 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-24T10:04:40.798Z] #21 29.21 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-24T10:04:40.798Z] #21 29.22 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-24T10:04:40.798Z] #21 29.23 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-24T10:04:40.798Z] #21 29.23 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-24T10:04:40.798Z] #21 29.24 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-24T10:04:40.798Z] #21 29.24 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-24T10:04:40.798Z] #21 29.24 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-24T10:04:40.798Z] #21 29.66 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-24T10:04:40.798Z] #21 29.67 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-24T10:04:40.798Z] #21 29.67 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-24T10:04:40.798Z] #21 29.67 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-24T10:04:40.798Z] #21 29.67 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-24T10:04:40.798Z] #21 29.67 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-24T10:04:40.798Z] #21 29.68 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-24T10:04:40.798Z] #21 29.70 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-24T10:04:40.798Z] #21 29.79 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-24T10:04:40.798Z] #21 29.79 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-24T10:04:40.798Z] #21 29.80 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-24T10:04:40.798Z] #21 29.84 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-24T10:04:40.798Z] #21 29.92 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-24T10:04:40.798Z] #21 29.92 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-24T10:04:40.798Z] #21 29.93 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-24T10:04:40.798Z] #21 30.05 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-24T10:04:40.798Z] #21 30.08 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-24T10:04:40.798Z] #21 30.11 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-24T10:04:40.798Z] #21 30.39 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-24T10:04:40.798Z] #21 30.45 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-24T10:04:40.798Z] #21 30.49 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-24T10:04:40.798Z] #21 30.50 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-24T10:04:40.798Z] #21 31.49 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:04:40.798Z] #21 31.87 Fetched 27.7 MB in 2s (15.3 MB/s) [2022-06-24T10:04:40.798Z] #21 32.02 Selecting previously unselected package pigz. [2022-06-24T10:04:40.798Z] #21 32.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-24T10:04:40.798Z] #21 32.20 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-24T10:04:40.798Z] #21 32.20 Unpacking pigz (2.6-1) ... [2022-06-24T10:04:40.798Z] #21 32.45 Selecting previously unselected package libelf1:amd64. [2022-06-24T10:04:40.798Z] #21 32.45 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-24T10:04:40.798Z] #21 32.47 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-24T10:04:40.798Z] #21 32.83 Selecting previously unselected package libbpf0:amd64. [2022-06-24T10:04:40.798Z] #21 32.83 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-24T10:04:40.798Z] #21 32.85 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-24T10:04:40.798Z] #21 33.01 Selecting previously unselected package libcap2:amd64. [2022-06-24T10:04:40.798Z] #21 33.02 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-24T10:04:40.798Z] #21 33.03 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-24T10:04:40.798Z] #21 33.25 Selecting previously unselected package libmnl0:amd64. [2022-06-24T10:04:40.798Z] #21 33.25 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-24T10:04:40.798Z] #21 33.28 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-24T10:04:40.798Z] #21 33.47 Selecting previously unselected package libxtables12:amd64. [2022-06-24T10:04:40.798Z] #21 33.47 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-24T10:04:40.798Z] #21 33.49 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-24T10:04:40.798Z] #21 33.59 Selecting previously unselected package libcap2-bin. [2022-06-24T10:04:40.798Z] #21 33.60 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-24T10:04:40.798Z] #21 33.61 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-24T10:04:40.798Z] #21 33.82 Selecting previously unselected package iproute2. [2022-06-24T10:04:40.798Z] #21 33.82 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-24T10:04:40.798Z] #21 33.84 Unpacking iproute2 (5.10.0-4) ... [2022-06-24T10:04:40.798Z] #21 34.56 Selecting previously unselected package xxd. [2022-06-24T10:04:40.798Z] #21 34.57 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-24T10:04:40.798Z] #21 34.58 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:04:40.798Z] #21 ... [2022-06-24T10:04:40.798Z] [2022-06-24T10:04:40.798Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:40.798Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:04:40.798Z] #77 187.5 checking dependency style of gcc... gcc3 [2022-06-24T10:04:41.059Z] #77 187.8 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T10:04:41.059Z] #77 187.8 checking whether make supports nested variables... (cached) yes [2022-06-24T10:04:41.059Z] #77 187.8 checking for pkg-config... /usr/bin/pkg-config [2022-06-24T10:04:41.059Z] #77 187.8 checking pkg-config is at least version 0.9.0... yes [2022-06-24T10:04:41.059Z] #77 187.9 checking for yajl >= 2.1.0... yes [2022-06-24T10:04:41.059Z] #77 187.9 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-24T10:04:41.059Z] #77 187.9 checking for gcc... (cached) gcc [2022-06-24T10:04:41.320Z] #77 188.0 checking whether we are using the GNU C compiler... (cached) yes [2022-06-24T10:04:41.320Z] #77 188.1 checking whether gcc accepts -g... (cached) yes [2022-06-24T10:04:41.320Z] #77 188.1 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-24T10:04:41.320Z] #77 188.1 checking whether gcc understands -c and -o together... (cached) yes [2022-06-24T10:04:41.320Z] #77 188.1 checking for a Python interpreter with version >= 3... python3 [2022-06-24T10:04:41.320Z] #77 188.2 checking for python3... /usr/bin/python3 [2022-06-24T10:04:41.320Z] #77 188.2 checking for python3 version... 3.9 [2022-06-24T10:04:41.892Z] #77 188.3 checking for python3 platform... linux [2022-06-24T10:04:41.892Z] #77 188.5 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-24T10:04:42.153Z] #77 188.9 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-24T10:04:42.414Z] #77 189.3 checking that generated files are newer than configure... done [2022-06-24T10:04:42.414Z] #77 189.3 configure: creating ./config.status [2022-06-24T10:04:43.289Z] #19 349.2 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-06-24T10:04:43.289Z] #19 349.2 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:04:43.289Z] #19 349.2 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:04:43.289Z] #19 349.2 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-06-24T10:04:43.289Z] #19 349.2 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-06-24T10:04:43.289Z] #19 349.2 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-24T10:04:43.289Z] #19 349.4 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-06-24T10:04:43.289Z] #19 349.4 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-24T10:04:43.289Z] #19 349.4 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-24T10:04:43.289Z] #19 349.7 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-06-24T10:04:43.289Z] #19 349.7 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:43.289Z] #19 349.7 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:43.289Z] #19 349.9 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-06-24T10:04:43.548Z] #19 349.9 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:04:43.548Z] #19 350.0 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:04:47.703Z] #77 194.3 config.status: creating Makefile [2022-06-24T10:04:47.703Z] #77 194.4 config.status: creating config.h [2022-06-24T10:04:47.703Z] #77 194.4 config.status: executing libtool commands [2022-06-24T10:04:47.703Z] #77 194.5 config.status: executing depfiles commands [2022-06-24T10:04:47.734Z] #19 354.3 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-06-24T10:04:47.734Z] #19 354.3 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:04:47.734Z] #19 354.3 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:04:47.734Z] #19 354.3 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-06-24T10:04:47.734Z] #19 354.3 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-06-24T10:04:47.734Z] #19 354.3 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-06-24T10:04:47.734Z] #19 354.4 Selecting previously unselected package libc6-s390x-cross. [2022-06-24T10:04:47.734Z] #19 354.4 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-06-24T10:04:47.734Z] #19 354.4 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-06-24T10:04:47.992Z] #19 354.5 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-06-24T10:04:47.992Z] #19 354.5 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:47.992Z] #19 354.5 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:47.992Z] #19 354.5 Selecting previously unselected package libgomp1-s390x-cross. [2022-06-24T10:04:47.992Z] #19 354.5 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:47.992Z] #19 354.5 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:47.992Z] #19 354.6 Selecting previously unselected package libitm1-s390x-cross. [2022-06-24T10:04:47.992Z] #19 354.6 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:47.992Z] #19 354.6 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:47.992Z] #19 354.6 Selecting previously unselected package libatomic1-s390x-cross. [2022-06-24T10:04:47.992Z] #19 354.6 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:47.992Z] #19 354.6 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:47.992Z] #19 354.6 Selecting previously unselected package libasan6-s390x-cross. [2022-06-24T10:04:47.992Z] #19 354.6 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:47.992Z] #19 354.7 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:48.249Z] #19 354.9 Selecting previously unselected package libstdc++6-s390x-cross. [2022-06-24T10:04:48.249Z] #19 354.9 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:48.508Z] #19 354.9 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:48.508Z] #19 355.0 Selecting previously unselected package libubsan1-s390x-cross. [2022-06-24T10:04:48.508Z] #19 355.0 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:48.508Z] #19 355.0 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:48.508Z] #19 355.1 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-06-24T10:04:48.508Z] #19 355.1 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:48.508Z] #19 355.1 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:48.508Z] #19 355.2 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-06-24T10:04:48.646Z] #77 195.6 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-24T10:04:48.646Z] #77 195.6 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-24T10:04:48.766Z] #19 355.2 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:04:48.766Z] #19 355.2 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:04:48.913Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-06-24T10:04:49.589Z] #77 196.4 checking for gcc... gcc [2022-06-24T10:04:49.846Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0004a83a8__} [2022-06-24T10:04:50.161Z] #77 196.5 checking whether the C compiler works... yes [2022-06-24T10:04:50.161Z] #77 196.9 checking for C compiler default output file name... a.out [2022-06-24T10:04:50.424Z] #77 196.9 checking for suffix of executables... [2022-06-24T10:04:50.424Z] #77 197.2 checking whether we are cross compiling... [2022-06-24T10:04:50.424Z] #77 ... [2022-06-24T10:04:50.424Z] [2022-06-24T10:04:50.424Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:04:50.424Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T10:04:50.424Z] #21 35.08 Selecting previously unselected package vim-common. [2022-06-24T10:04:50.424Z] #21 35.08 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T10:04:50.424Z] #21 35.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:04:50.424Z] #21 35.61 Selecting previously unselected package bash-completion. [2022-06-24T10:04:50.424Z] #21 35.61 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-24T10:04:50.424Z] #21 40.03 Unpacking bash-completion (1:2.11-2) ... [2022-06-24T10:04:50.424Z] #21 40.78 Selecting previously unselected package bzip2. [2022-06-24T10:04:50.424Z] #21 40.79 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 40.81 Unpacking bzip2 (1.0.8-4) ... [2022-06-24T10:04:50.424Z] #21 41.02 Selecting previously unselected package xz-utils. [2022-06-24T10:04:50.424Z] #21 41.02 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 41.05 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T10:04:50.424Z] #21 41.29 Selecting previously unselected package apparmor. [2022-06-24T10:04:50.424Z] #21 41.29 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 41.49 Unpacking apparmor (2.13.6-10) ... [2022-06-24T10:04:50.424Z] #21 42.05 Selecting previously unselected package inetutils-ping. [2022-06-24T10:04:50.424Z] #21 42.05 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 42.07 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-24T10:04:50.424Z] #21 42.30 Selecting previously unselected package libip4tc2:amd64. [2022-06-24T10:04:50.424Z] #21 42.31 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 42.32 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-24T10:04:50.424Z] #21 42.42 Selecting previously unselected package libip6tc2:amd64. [2022-06-24T10:04:50.424Z] #21 42.43 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 42.44 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-24T10:04:50.424Z] #21 42.54 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-24T10:04:50.424Z] #21 42.54 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 42.56 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-24T10:04:50.424Z] #21 42.78 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-24T10:04:50.424Z] #21 42.78 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 42.80 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-24T10:04:50.424Z] #21 42.89 Selecting previously unselected package libnftnl11:amd64. [2022-06-24T10:04:50.424Z] #21 42.89 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 42.91 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-24T10:04:50.424Z] #21 43.06 Selecting previously unselected package iptables. [2022-06-24T10:04:50.424Z] #21 43.06 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 43.08 Unpacking iptables (1.8.7-1) ... [2022-06-24T10:04:50.424Z] #21 43.62 Selecting previously unselected package libonig5:amd64. [2022-06-24T10:04:50.424Z] #21 43.63 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 43.64 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T10:04:50.424Z] #21 43.89 Selecting previously unselected package libjq1:amd64. [2022-06-24T10:04:50.424Z] #21 43.89 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 43.90 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-24T10:04:50.424Z] #21 44.16 Selecting previously unselected package jq. [2022-06-24T10:04:50.424Z] #21 44.17 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 44.21 Unpacking jq (1.6-2.1) ... [2022-06-24T10:04:50.424Z] #21 44.42 Selecting previously unselected package libaio1:amd64. [2022-06-24T10:04:50.424Z] #21 44.42 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 44.43 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-24T10:04:50.424Z] #21 44.54 Selecting previously unselected package libgpm2:amd64. [2022-06-24T10:04:50.424Z] #21 44.56 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-24T10:04:50.424Z] #21 44.58 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-24T10:04:50.685Z] #21 44.72 Selecting previously unselected package libicu67:amd64. [2022-06-24T10:04:50.685Z] #21 44.72 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-24T10:04:50.685Z] #21 44.74 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-24T10:04:50.685Z] #21 ... [2022-06-24T10:04:50.685Z] [2022-06-24T10:04:50.685Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:50.685Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:04:50.685Z] #77 197.2 checking whether we are cross compiling... no [2022-06-24T10:04:50.946Z] #77 197.5 checking for suffix of object files... o [2022-06-24T10:04:50.946Z] #77 197.8 checking whether we are using the GNU C compiler... yes [2022-06-24T10:04:51.207Z] #77 197.9 checking whether gcc accepts -g... yes [2022-06-24T10:04:51.219Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-06-24T10:04:51.471Z] #77 198.2 checking for gcc option to accept ISO C89... none needed [2022-06-24T10:04:51.995Z] #77 198.4 checking whether gcc understands -c and -o together... yes [2022-06-24T10:04:51.995Z] #77 198.9 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-24T10:04:52.152Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13732933701_/foo_false_____} [2022-06-24T10:04:52.358Z] #77 199.0 checking whether build environment is sane... yes [2022-06-24T10:04:52.619Z] #77 199.1 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-24T10:04:52.619Z] #77 199.2 checking for gawk... no [2022-06-24T10:04:52.619Z] #77 199.2 checking for mawk... mawk [2022-06-24T10:04:52.619Z] #77 199.2 checking whether make sets $(MAKE)... yes [2022-06-24T10:04:52.619Z] #77 199.2 checking whether make supports the include directive... yes (GNU style) [2022-06-24T10:04:52.619Z] #77 199.2 checking whether make supports nested variables... yes [2022-06-24T10:04:52.619Z] #77 199.5 checking whether UID '0' is supported by ustar format... yes [2022-06-24T10:04:52.619Z] #77 199.5 checking whether GID '0' is supported by ustar format... yes [2022-06-24T10:04:52.880Z] #77 199.5 checking how to create a ustar tar archive... gnutar [2022-06-24T10:04:52.880Z] #77 199.5 checking dependency style of gcc... gcc3 [2022-06-24T10:04:52.949Z] #19 359.5 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-06-24T10:04:52.949Z] #19 359.5 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:04:52.949Z] #19 359.5 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:04:52.949Z] #19 359.6 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-06-24T10:04:52.949Z] #19 359.6 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-06-24T10:04:52.949Z] #19 359.6 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-24T10:04:53.140Z] #77 199.8 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-24T10:04:53.140Z] #77 199.8 checking whether make supports nested variables... (cached) yes [2022-06-24T10:04:53.208Z] #19 359.8 Selecting previously unselected package libc6-dev-s390x-cross. [2022-06-24T10:04:53.208Z] #19 359.8 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-06-24T10:04:53.208Z] #19 359.8 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-24T10:04:53.401Z] #77 199.8 checking build system type... x86_64-pc-linux-gnu [2022-06-24T10:04:53.401Z] #77 200.1 checking host system type... x86_64-pc-linux-gnu [2022-06-24T10:04:53.401Z] #77 200.1 checking how to print strings... printf [2022-06-24T10:04:53.401Z] #77 200.2 checking for a sed that does not truncate output... /bin/sed [2022-06-24T10:04:53.401Z] #77 200.2 checking for grep that handles long lines and -e... /bin/grep [2022-06-24T10:04:53.401Z] #77 200.3 checking for egrep... /bin/grep -E [2022-06-24T10:04:53.401Z] #77 200.3 checking for fgrep... /bin/grep -F [2022-06-24T10:04:53.401Z] #77 200.3 checking for ld used by gcc... /usr/bin/ld [2022-06-24T10:04:53.466Z] #19 360.0 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-06-24T10:04:53.466Z] #19 360.0 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-24T10:04:53.466Z] #19 360.0 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:53.661Z] #77 200.4 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-24T10:04:53.662Z] #77 200.4 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-24T10:04:53.662Z] #77 200.4 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-24T10:04:53.662Z] #77 200.6 checking whether ln -s works... yes [2022-06-24T10:04:53.662Z] #77 200.6 checking the maximum length of command line arguments... 1572864 [2022-06-24T10:04:53.726Z] #19 360.2 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-06-24T10:04:53.726Z] #19 360.2 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-24T10:04:53.726Z] #19 360.3 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:04:53.922Z] #77 200.7 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-24T10:04:53.922Z] #77 200.7 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-24T10:04:53.922Z] #77 200.7 checking for /usr/bin/ld option to reload object files... -r [2022-06-24T10:04:53.922Z] #77 200.7 checking for objdump... objdump [2022-06-24T10:04:53.922Z] #77 200.7 checking how to recognize dependent libraries... pass_all [2022-06-24T10:04:53.922Z] #77 200.7 checking for dlltool... no [2022-06-24T10:04:53.922Z] #77 200.7 checking how to associate runtime and link libraries... printf %s\n [2022-06-24T10:04:53.922Z] #77 200.7 checking for ar... ar [2022-06-24T10:04:54.051Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13732933701_/foo_true_____} [2022-06-24T10:04:54.051Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-06-24T10:04:54.183Z] #77 200.7 checking for archiver @FILE support... @ [2022-06-24T10:04:54.183Z] #77 201.0 checking for strip... strip [2022-06-24T10:04:54.183Z] #77 201.0 checking for ranlib... ranlib [2022-06-24T10:04:54.754Z] #77 201.0 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-24T10:04:54.754Z] #77 201.6 checking for sysroot... no [2022-06-24T10:04:54.754Z] #77 201.6 checking for a working dd... /bin/dd [2022-06-24T10:04:54.754Z] #77 201.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-24T10:04:55.015Z] #77 201.8 checking for mt... no [2022-06-24T10:04:55.015Z] #77 201.8 checking if : is a manifest tool... no [2022-06-24T10:04:55.276Z] #77 201.8 checking how to run the C preprocessor... gcc -E [2022-06-24T10:04:55.425Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31404035006_/foo_false_____} [2022-06-24T10:04:56.220Z] #77 202.1 checking for ANSI C header files... yes [2022-06-24T10:04:56.220Z] #77 202.9 checking for sys/types.h... yes [2022-06-24T10:04:56.481Z] #77 203.2 checking for sys/stat.h... yes [2022-06-24T10:04:56.743Z] #77 203.4 checking for stdlib.h... yes [2022-06-24T10:04:56.798Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31404035006_/foo_true_____} [2022-06-24T10:04:57.004Z] #77 203.6 checking for string.h... yes [2022-06-24T10:04:57.177Z] #55 ... [2022-06-24T10:04:57.177Z] [2022-06-24T10:04:57.177Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:04:57.177Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:04:57.177Z] #77 242.7 AR libcrun_testing.a [2022-06-24T10:04:57.177Z] #77 242.7 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-24T10:04:57.177Z] #77 242.8 CCLD tests/tests_libcrun_utils [2022-06-24T10:04:57.265Z] #77 203.9 checking for memory.h... yes [2022-06-24T10:04:57.436Z] #77 242.8 CCLD tests/tests_libcrun_errors [2022-06-24T10:04:57.436Z] #77 242.8 CCLD tests/tests_libcrun_fuzzer [2022-06-24T10:04:57.836Z] #77 204.1 checking for strings.h... yes [2022-06-24T10:04:57.836Z] #77 204.5 checking for inttypes.h... yes [2022-06-24T10:04:57.836Z] #77 204.7 checking for stdint.h... [2022-06-24T10:04:57.836Z] #77 ... [2022-06-24T10:04:57.836Z] [2022-06-24T10:04:57.836Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:04:57.836Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T10:04:57.836Z] #21 50.94 Selecting previously unselected package libinih1:amd64. [2022-06-24T10:04:57.836Z] #21 50.96 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-24T10:04:57.836Z] #21 50.98 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-24T10:04:57.836Z] #21 51.07 Selecting previously unselected package libnet1:amd64. [2022-06-24T10:04:57.836Z] #21 51.09 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-24T10:04:57.836Z] #21 51.09 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T10:04:57.836Z] #21 51.28 Selecting previously unselected package libnl-3-200:amd64. [2022-06-24T10:04:57.836Z] #21 51.28 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-24T10:04:57.836Z] #21 51.29 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T10:04:57.836Z] #21 51.45 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-24T10:04:57.836Z] #21 51.49 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-24T10:04:57.836Z] #21 51.50 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T10:04:57.836Z] #21 51.60 Selecting previously unselected package libyajl2:amd64. [2022-06-24T10:04:57.836Z] #21 51.60 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-06-24T10:04:57.836Z] #21 51.61 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-24T10:04:57.836Z] #21 51.71 Selecting previously unselected package net-tools. [2022-06-24T10:04:57.836Z] #21 51.76 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-24T10:04:57.836Z] #21 51.77 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-24T10:04:57.836Z] #21 52.05 Selecting previously unselected package patch. [2022-06-24T10:04:57.836Z] #21 52.08 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-06-24T10:04:57.910Z] #19 364.4 Selecting previously unselected package g++-s390x-linux-gnu. [2022-06-24T10:04:57.910Z] #19 364.4 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-24T10:04:57.910Z] #19 364.4 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:04:57.910Z] #19 364.5 Selecting previously unselected package crossbuild-essential-s390x. [2022-06-24T10:04:57.910Z] #19 364.5 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-06-24T10:04:57.910Z] #19 364.5 Unpacking crossbuild-essential-s390x (12.9) ... [2022-06-24T10:04:57.910Z] #19 364.5 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-06-24T10:04:57.910Z] #19 364.5 Setting up libfile-which-perl (1.23-1) ... [2022-06-24T10:04:57.910Z] #19 364.5 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-24T10:04:57.910Z] #19 364.5 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-06-24T10:04:57.910Z] #19 364.6 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-24T10:04:57.910Z] #19 364.6 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-24T10:04:57.911Z] #19 364.6 Setting up libicu67:amd64 (67.1-7) ... [2022-06-24T10:04:57.911Z] #19 364.6 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-24T10:04:57.911Z] #19 364.6 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-24T10:04:57.911Z] #19 364.6 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-06-24T10:04:57.911Z] #19 364.6 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-24T10:04:57.911Z] #19 364.6 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-24T10:04:58.006Z] #77 243.3 CCLD libcrun.la [2022-06-24T10:04:58.100Z] #21 52.09 Unpacking patch (2.7.6-7) ... [2022-06-24T10:04:58.101Z] #21 52.24 Selecting previously unselected package python-pip-whl. [2022-06-24T10:04:58.101Z] #21 52.27 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-24T10:04:58.101Z] #21 52.29 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-24T10:04:58.168Z] #19 364.7 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-24T10:04:58.168Z] #19 364.7 Setting up file (1:5.39-3) ... [2022-06-24T10:04:58.168Z] #19 364.7 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-24T10:04:58.168Z] #19 364.7 Setting up bzip2 (1.0.8-4) ... [2022-06-24T10:04:58.168Z] #19 364.7 Setting up libyaml-perl (1.30-1) ... [2022-06-24T10:04:58.168Z] #19 364.7 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-24T10:04:58.168Z] #19 364.7 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-06-24T10:04:58.168Z] #19 364.7 Setting up libio-string-perl (1.08-3.1) ... [2022-06-24T10:04:58.168Z] #19 364.7 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-24T10:04:58.168Z] #19 364.7 Setting up cross-config (2.6.18+nmu1) ... [2022-06-24T10:04:58.168Z] #19 364.8 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T10:04:58.168Z] #19 364.8 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-24T10:04:58.168Z] #19 364.8 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-06-24T10:04:58.168Z] #19 364.9 Setting up patch (2.7.6-7) ... [2022-06-24T10:04:58.168Z] #19 364.9 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-24T10:04:58.168Z] #19 364.9 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-24T10:04:58.168Z] #19 364.9 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.168Z] #19 364.9 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-24T10:04:58.168Z] #19 364.9 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-06-24T10:04:58.426Z] #19 364.9 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.426Z] #19 364.9 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.426Z] #19 364.9 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-24T10:04:58.426Z] #19 364.9 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-24T10:04:58.426Z] #19 364.9 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.426Z] #19 365.0 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:04:58.426Z] #19 365.0 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-24T10:04:58.426Z] #19 365.0 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-24T10:04:58.426Z] #19 365.0 Setting up libfile-homedir-perl (1.006-1) ... [2022-06-24T10:04:58.426Z] #19 365.0 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-24T10:04:58.426Z] #19 365.0 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.426Z] #19 365.0 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-24T10:04:58.426Z] #19 365.0 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-24T10:04:58.426Z] #19 365.0 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-06-24T10:04:58.426Z] #19 365.1 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:04:58.426Z] #19 365.1 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-24T10:04:58.426Z] #19 365.1 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-24T10:04:58.426Z] #19 365.1 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.426Z] #19 365.1 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-24T10:04:58.426Z] #19 365.1 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.1 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.1 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.1 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.1 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.1 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.2 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-24T10:04:58.683Z] #19 365.2 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.2 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.2 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.2 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.2 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-24T10:04:58.683Z] #19 365.2 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.2 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.2 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.2 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-24T10:04:58.683Z] #19 365.3 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.3 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.3 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.683Z] #19 365.3 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-06-24T10:04:58.683Z] #19 365.3 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-06-24T10:04:58.697Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31404035006_/foo_true__0xc0004a8438___} [2022-06-24T10:04:58.941Z] #19 365.4 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-24T10:04:58.941Z] #19 365.5 [2022-06-24T10:04:58.941Z] #19 365.5 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-24T10:04:58.941Z] #19 365.6 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.941Z] #19 365.6 Setting up dpkg-dev (1.20.10) ... [2022-06-24T10:04:58.941Z] #19 365.6 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:04:58.941Z] #19 365.6 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-24T10:04:58.944Z] #77 244.3 CCLD crun [2022-06-24T10:04:58.954Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-06-24T10:04:59.044Z] #21 53.21 Selecting previously unselected package python3-lib2to3. [2022-06-24T10:04:59.199Z] #19 365.6 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.199Z] #19 365.6 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.199Z] #19 365.6 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.199Z] #19 365.7 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.199Z] #19 365.7 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-24T10:04:59.199Z] #19 365.7 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.199Z] #19 365.7 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.199Z] #19 365.7 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.199Z] #19 365.7 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.199Z] #19 365.7 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-24T10:04:59.199Z] #19 365.8 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-06-24T10:04:59.199Z] #19 365.8 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-06-24T10:04:59.304Z] #21 53.23 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-24T10:04:59.304Z] #21 53.27 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-24T10:04:59.304Z] #21 53.43 Selecting previously unselected package python3-distutils. [2022-06-24T10:04:59.304Z] #21 53.43 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-24T10:04:59.304Z] #21 53.44 Unpacking python3-distutils (3.9.2-1) ... [2022-06-24T10:04:59.457Z] #19 365.9 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-24T10:04:59.457Z] #19 366.0 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-24T10:04:59.457Z] #19 366.0 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:04:59.457Z] #19 366.0 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:04:59.457Z] #19 366.0 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.457Z] #19 366.1 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-24T10:04:59.457Z] #19 366.1 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.457Z] #19 366.1 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.457Z] #19 366.1 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:04:59.457Z] #19 366.1 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-24T10:04:59.457Z] #19 366.1 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.457Z] #19 366.1 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.457Z] #19 366.1 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.457Z] #19 366.1 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.457Z] #19 366.2 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.457Z] #19 366.2 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.457Z] #19 366.2 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-24T10:04:59.457Z] #19 366.2 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:04:59.457Z] #19 366.2 Setting up libxml-simple-perl (2.25-1) ... [2022-06-24T10:04:59.512Z] #77 244.9 make[3]: Entering directory '/tmp/crun-build' [2022-06-24T10:04:59.606Z] #21 53.64 Selecting previously unselected package python3-pkg-resources. [2022-06-24T10:04:59.606Z] #21 53.65 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-24T10:04:59.606Z] #21 53.65 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-24T10:04:59.716Z] #19 366.2 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-24T10:04:59.716Z] #19 366.2 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-24T10:04:59.716Z] #19 366.2 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-24T10:04:59.716Z] #19 366.2 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.716Z] #19 366.2 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.716Z] #19 366.2 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.716Z] #19 366.3 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.716Z] #19 366.3 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:04:59.716Z] #19 366.3 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-06-24T10:04:59.716Z] #19 366.3 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.716Z] #19 366.3 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:04:59.716Z] #19 366.3 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.716Z] #19 366.3 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:04:59.716Z] #19 366.3 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-24T10:04:59.716Z] #19 366.3 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-24T10:04:59.716Z] #19 366.3 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-24T10:04:59.716Z] #19 366.4 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:04:59.716Z] #19 366.4 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-24T10:04:59.716Z] #19 366.4 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:04:59.716Z] #19 366.4 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:04:59.716Z] #19 366.4 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-24T10:04:59.716Z] #19 366.4 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:04:59.771Z] #77 245.1 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-24T10:04:59.772Z] #77 245.1 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-24T10:04:59.772Z] #77 245.2 /bin/mkdir -p '/usr/local/lib' [2022-06-24T10:04:59.772Z] #77 245.2 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-24T10:04:59.772Z] #77 245.2 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-24T10:04:59.772Z] #77 245.3 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-24T10:04:59.869Z] #21 53.98 Selecting previously unselected package python3-setuptools. [2022-06-24T10:04:59.869Z] #21 53.98 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-24T10:04:59.869Z] #21 53.99 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-24T10:04:59.887Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0004a8450__} [2022-06-24T10:04:59.986Z] #19 366.4 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:04:59.986Z] #19 366.4 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-24T10:04:59.986Z] #19 366.4 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:04:59.986Z] #19 366.4 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-06-24T10:04:59.986Z] #19 366.5 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:04:59.986Z] #19 366.5 Setting up crossbuild-essential-armel (12.9) ... [2022-06-24T10:04:59.986Z] #19 366.5 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-24T10:04:59.986Z] #19 366.5 Setting up crossbuild-essential-armhf (12.9) ... [2022-06-24T10:04:59.986Z] #19 366.5 Setting up crossbuild-essential-arm64 (12.9) ... [2022-06-24T10:04:59.986Z] #19 366.5 Setting up crossbuild-essential-s390x (12.9) ... [2022-06-24T10:04:59.986Z] #19 366.5 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-06-24T10:04:59.986Z] #19 366.5 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:05:00.031Z] #77 245.3 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-24T10:05:00.031Z] #77 245.3 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-24T10:05:00.031Z] #77 245.4 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-06-24T10:05:00.031Z] #77 245.4 ---------------------------------------------------------------------- [2022-06-24T10:05:00.031Z] #77 245.4 Libraries have been installed in: [2022-06-24T10:05:00.031Z] #77 245.4 /usr/local/lib [2022-06-24T10:05:00.031Z] #77 245.4 [2022-06-24T10:05:00.031Z] #77 245.4 If you ever happen to want to link against installed libraries [2022-06-24T10:05:00.031Z] #77 245.4 in a given directory, LIBDIR, you must either use libtool, and [2022-06-24T10:05:00.031Z] #77 245.4 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-24T10:05:00.031Z] #77 245.4 flag during linking and do at least one of the following: [2022-06-24T10:05:00.031Z] #77 245.4 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-24T10:05:00.031Z] #77 245.4 during execution [2022-06-24T10:05:00.031Z] #77 245.4 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-24T10:05:00.031Z] #77 245.4 during linking [2022-06-24T10:05:00.031Z] #77 245.4 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-24T10:05:00.031Z] #77 245.4 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-24T10:05:00.031Z] #77 245.4 [2022-06-24T10:05:00.031Z] #77 245.4 See any operating system documentation about shared libraries for [2022-06-24T10:05:00.031Z] #77 245.4 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-24T10:05:00.031Z] #77 245.4 ---------------------------------------------------------------------- [2022-06-24T10:05:00.031Z] #77 245.4 /bin/mkdir -p '/build' [2022-06-24T10:05:00.031Z] #77 245.5 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-24T10:05:00.031Z] #77 245.5 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-24T10:05:00.031Z] #77 245.5 make[3]: Leaving directory '/tmp/crun-build' [2022-06-24T10:05:00.131Z] #21 54.33 Selecting previously unselected package python3-wheel. [2022-06-24T10:05:00.131Z] #21 54.34 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-24T10:05:00.291Z] #77 245.5 make[2]: Leaving directory '/tmp/crun-build' [2022-06-24T10:05:00.291Z] #77 245.5 make[1]: Leaving directory '/tmp/crun-build' [2022-06-24T10:05:00.291Z] #77 DONE 245.6s [2022-06-24T10:05:00.291Z] [2022-06-24T10:05:00.291Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:05:00.291Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:05:00.392Z] #21 54.35 Unpacking python3-wheel (0.34.2-1) ... [2022-06-24T10:05:00.392Z] #21 54.47 Selecting previously unselected package python3-pip. [2022-06-24T10:05:00.392Z] #21 54.47 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-24T10:05:00.392Z] #21 54.48 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-24T10:05:00.921Z] #19 DONE 367.5s [2022-06-24T10:05:00.921Z] [2022-06-24T10:05:00.921Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:05:00.921Z] #69 sha256:1acc82bacd7dd3f35442082b3ab8ca5a2cb0425c35ee6373ccbe150083eb2d1b [2022-06-24T10:05:00.964Z] #21 54.94 Selecting previously unselected package sudo. [2022-06-24T10:05:00.964Z] #21 54.96 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-06-24T10:05:00.964Z] #21 54.97 Unpacking sudo (1.9.5p2-3) ... [2022-06-24T10:05:01.179Z] #69 ... [2022-06-24T10:05:01.179Z] [2022-06-24T10:05:01.179Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-24T10:05:01.179Z] #32 sha256:8c00787ffb3ea63725c9e121cbebb2f5dee6f043f83b64ec772e9e07e8f86d0e [2022-06-24T10:05:01.179Z] #32 DONE 0.2s [2022-06-24T10:05:01.179Z] [2022-06-24T10:05:01.179Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-24T10:05:01.179Z] #73 sha256:271def149e756694ba590d8bfdc532daaf4de1931552b214aaa49b34610c3223 [2022-06-24T10:05:01.179Z] #73 DONE 0.2s [2022-06-24T10:05:01.179Z] [2022-06-24T10:05:01.179Z] #74 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:05:01.179Z] #74 sha256:76f4b2345b54bb7b9b3d1eedab89ebe7dcb547c4bebade25189e0470db83a90a [2022-06-24T10:05:01.259Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0004a84e0__} [2022-06-24T10:05:01.517Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-06-24T10:05:01.517Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-24T10:05:01.517Z] check_test.go:540: [dbf5431bff229] daemon is not started [2022-06-24T10:05:01.517Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-06-24T10:05:01.907Z] #21 55.79 Selecting previously unselected package thin-provisioning-tools. [2022-06-24T10:05:01.907Z] #21 55.80 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-24T10:05:01.907Z] #21 55.81 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-24T10:05:01.907Z] #21 56.14 Selecting previously unselected package uidmap. [2022-06-24T10:05:02.169Z] #21 56.15 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-24T10:05:02.169Z] #21 56.15 Unpacking uidmap (1:4.8.1-1) ... [2022-06-24T10:05:02.169Z] #21 56.36 Selecting previously unselected package vim-runtime. [2022-06-24T10:05:02.169Z] #21 56.37 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T10:05:02.232Z] #64 274.3 # github.com/containerd/containerd/cmd/containerd [2022-06-24T10:05:02.232Z] #64 274.3 /usr/bin/ld: /tmp/go-link-902352600/000019.o: in function `New': [2022-06-24T10:05:02.232Z] #64 274.3 /tmp/tmp.ymWf2TdqC0/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-06-24T10:05:02.232Z] #64 274.4 + bin/containerd-stress [2022-06-24T10:05:02.430Z] #21 56.41 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-24T10:05:02.430Z] #21 56.45 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-24T10:05:02.430Z] #21 56.46 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:05:02.552Z] #74 1.319 + RM_GOPATH=0 [2022-06-24T10:05:02.552Z] #74 1.319 + TMP_GOPATH= [2022-06-24T10:05:02.552Z] #74 1.319 + : /build [2022-06-24T10:05:02.552Z] #74 1.319 + '[' -z '' ']' [2022-06-24T10:05:02.552Z] #74 1.319 ++ mktemp -d [2022-06-24T10:05:02.552Z] #74 1.321 + export GOPATH=/tmp/tmp.e8nGbplmZc [2022-06-24T10:05:02.552Z] #74 1.321 + GOPATH=/tmp/tmp.e8nGbplmZc [2022-06-24T10:05:02.552Z] #74 1.321 + RM_GOPATH=1 [2022-06-24T10:05:02.552Z] #74 1.321 + case "$(go env GOARCH)" in [2022-06-24T10:05:02.552Z] #74 1.322 ++ go env GOARCH [2022-06-24T10:05:02.552Z] #74 1.327 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:05:02.552Z] #74 1.328 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:05:02.552Z] #74 1.328 ++ dirname /install.sh [2022-06-24T10:05:02.552Z] #74 1.329 + dir=/ [2022-06-24T10:05:02.552Z] #74 1.329 + bin=rootlesskit [2022-06-24T10:05:02.552Z] #74 1.329 + shift [2022-06-24T10:05:02.552Z] #74 1.330 + '[' '!' -f //rootlesskit.installer ']' [2022-06-24T10:05:02.552Z] #74 1.330 + . //rootlesskit.installer [2022-06-24T10:05:02.552Z] #74 1.330 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-24T10:05:02.552Z] #74 1.330 + install_rootlesskit [2022-06-24T10:05:02.552Z] #74 1.331 + case "$1" in [2022-06-24T10:05:02.552Z] #74 1.331 + export CGO_ENABLED=0 [2022-06-24T10:05:02.552Z] #74 1.331 + CGO_ENABLED=0 [2022-06-24T10:05:02.552Z] #74 1.331 + _install_rootlesskit [2022-06-24T10:05:02.552Z] #74 1.332 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-24T10:05:02.552Z] #74 1.332 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-24T10:05:02.552Z] #74 1.332 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-24T10:05:02.552Z] #74 1.332 + GOBIN=/build [2022-06-24T10:05:02.552Z] #74 1.332 + GO111MODULE=on [2022-06-24T10:05:02.552Z] #74 1.333 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-24T10:05:02.810Z] #74 1.757 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-24T10:05:02.890Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0004a8528__} [2022-06-24T10:05:03.456Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-06-24T10:05:03.598Z] #64 275.5 + bin/containerd-shim [2022-06-24T10:05:04.184Z] #74 2.950 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-24T10:05:04.184Z] #74 2.955 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-24T10:05:04.184Z] #74 3.129 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-24T10:05:04.390Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0004a8540__} [2022-06-24T10:05:05.323Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-06-24T10:05:05.560Z] #74 4.441 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-24T10:05:05.819Z] #74 4.724 go: downloading github.com/google/uuid v1.3.0 [2022-06-24T10:05:05.819Z] #74 4.729 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-24T10:05:05.819Z] #74 4.752 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-24T10:05:05.819Z] #74 4.794 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-24T10:05:05.819Z] #74 4.835 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-24T10:05:05.889Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-06-24T10:05:06.077Z] #74 4.906 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-24T10:05:06.077Z] #74 ... [2022-06-24T10:05:06.077Z] [2022-06-24T10:05:06.077Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-24T10:05:06.077Z] #33 sha256:fd447cdd472e950d66a89405afb125011c1c075866670d7c0b2e7fd1c2ca644f [2022-06-24T10:05:06.077Z] #33 1.383 + RM_GOPATH=0 [2022-06-24T10:05:06.077Z] #33 1.383 + TMP_GOPATH= [2022-06-24T10:05:06.077Z] #33 1.383 + : /build [2022-06-24T10:05:06.077Z] #33 1.383 + '[' -z '' ']' [2022-06-24T10:05:06.077Z] #33 1.384 ++ mktemp -d [2022-06-24T10:05:06.077Z] #33 1.385 + export GOPATH=/tmp/tmp.otWoo1AlVK [2022-06-24T10:05:06.077Z] #33 1.385 + GOPATH=/tmp/tmp.otWoo1AlVK [2022-06-24T10:05:06.077Z] #33 1.385 + RM_GOPATH=1 [2022-06-24T10:05:06.077Z] #33 1.385 + case "$(go env GOARCH)" in [2022-06-24T10:05:06.077Z] #33 1.385 ++ go env GOARCH [2022-06-24T10:05:06.077Z] #33 1.390 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:05:06.077Z] #33 1.390 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:05:06.077Z] #33 1.390 ++ dirname /install.sh [2022-06-24T10:05:06.077Z] #33 1.391 Install docker/cli version 17.06.2-ce from stable [2022-06-24T10:05:06.077Z] #33 1.391 + dir=/ [2022-06-24T10:05:06.077Z] #33 1.391 + bin=dockercli [2022-06-24T10:05:06.077Z] #33 1.391 + shift [2022-06-24T10:05:06.077Z] #33 1.391 + '[' '!' -f //dockercli.installer ']' [2022-06-24T10:05:06.077Z] #33 1.391 + . //dockercli.installer [2022-06-24T10:05:06.077Z] #33 1.391 ++ : stable [2022-06-24T10:05:06.077Z] #33 1.391 ++ : 17.06.2-ce [2022-06-24T10:05:06.077Z] #33 1.391 + install_dockercli [2022-06-24T10:05:06.077Z] #33 1.391 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-24T10:05:06.077Z] #33 1.391 ++ uname -m [2022-06-24T10:05:06.077Z] #33 1.392 + arch=x86_64 [2022-06-24T10:05:06.077Z] #33 1.393 + '[' x86_64 '!=' x86_64 ']' [2022-06-24T10:05:06.077Z] #33 1.393 + url=https://download.docker.com/linux/static [2022-06-24T10:05:06.077Z] #33 1.393 + tar -xz docker/docker [2022-06-24T10:05:06.077Z] #33 1.393 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-24T10:05:06.077Z] #33 4.815 + mkdir -p /build [2022-06-24T10:05:06.077Z] #33 4.820 + mv docker/docker /build/ [2022-06-24T10:05:06.077Z] #33 4.821 + rmdir docker [2022-06-24T10:05:06.077Z] #33 DONE 5.1s [2022-06-24T10:05:06.077Z] [2022-06-24T10:05:06.077Z] #74 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:05:06.077Z] #74 sha256:76f4b2345b54bb7b9b3d1eedab89ebe7dcb547c4bebade25189e0470db83a90a [2022-06-24T10:05:06.077Z] #74 5.017 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-24T10:05:06.077Z] #74 5.128 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-24T10:05:06.077Z] #74 ... [2022-06-24T10:05:06.077Z] [2022-06-24T10:05:06.077Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:05:06.077Z] #69 sha256:1acc82bacd7dd3f35442082b3ab8ca5a2cb0425c35ee6373ccbe150083eb2d1b [2022-06-24T10:05:06.078Z] #69 1.757 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:05:06.078Z] #69 1.885 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:05:06.078Z] #69 1.889 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:05:06.078Z] #69 2.113 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-24T10:05:06.078Z] #69 2.478 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-24T10:05:06.078Z] #69 2.901 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:05:06.078Z] #69 3.432 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-24T10:05:06.078Z] #69 4.075 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-24T10:05:06.078Z] #69 4.692 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-24T10:05:06.078Z] #69 5.143 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB] [2022-06-24T10:05:06.078Z] #69 5.147 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-24T10:05:06.078Z] #69 5.154 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB] [2022-06-24T10:05:06.078Z] #69 5.158 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:05:06.078Z] #69 5.163 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [142 kB] [2022-06-24T10:05:06.078Z] #69 5.174 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-24T10:05:06.336Z] #69 5.369 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-24T10:05:06.336Z] #69 5.392 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-24T10:05:06.336Z] #69 5.392 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-24T10:05:06.336Z] #69 5.392 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-24T10:05:06.336Z] #69 5.395 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-24T10:05:06.336Z] #69 5.395 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:05:06.634Z] #21 ... [2022-06-24T10:05:06.634Z] [2022-06-24T10:05:06.634Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:05:06.634Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:05:06.634Z] #77 204.7 checking for stdint.h... yes [2022-06-24T10:05:06.634Z] #77 204.9 checking for unistd.h... yes [2022-06-24T10:05:06.634Z] #77 205.2 checking for dlfcn.h... yes [2022-06-24T10:05:06.634Z] #77 205.3 checking for objdir... .libs [2022-06-24T10:05:06.634Z] #77 205.9 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-24T10:05:06.634Z] #77 206.0 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-24T10:05:06.634Z] #77 206.0 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-24T10:05:06.634Z] #77 206.2 checking if gcc static flag -static works... yes [2022-06-24T10:05:06.634Z] #77 206.7 checking if gcc supports -c -o file.o... yes [2022-06-24T10:05:06.634Z] #77 206.9 checking if gcc supports -c -o file.o... (cached) yes [2022-06-24T10:05:06.634Z] #77 206.9 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-24T10:05:06.634Z] #77 207.0 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-24T10:05:06.634Z] #77 207.5 checking how to hardcode library paths into programs... immediate [2022-06-24T10:05:06.634Z] #77 207.5 checking whether stripping libraries is possible... yes [2022-06-24T10:05:06.634Z] #77 207.5 checking if libtool supports shared libraries... yes [2022-06-24T10:05:06.634Z] #77 207.5 checking whether to build shared libraries... no [2022-06-24T10:05:06.634Z] #77 207.5 checking whether to build static libraries... yes [2022-06-24T10:05:06.634Z] #77 207.5 checking float.h usability... yes [2022-06-24T10:05:06.634Z] #77 207.8 checking float.h presence... yes [2022-06-24T10:05:06.634Z] #77 207.8 checking for float.h... yes [2022-06-24T10:05:06.634Z] #77 207.9 checking limits.h usability... yes [2022-06-24T10:05:06.634Z] #77 208.1 checking limits.h presence... yes [2022-06-24T10:05:06.634Z] #77 208.2 checking for limits.h... yes [2022-06-24T10:05:06.634Z] #77 208.2 checking stddef.h usability... yes [2022-06-24T10:05:06.634Z] #77 208.5 checking stddef.h presence... yes [2022-06-24T10:05:06.634Z] #77 208.6 checking for stddef.h... yes [2022-06-24T10:05:06.634Z] #77 208.7 checking for stdlib.h... (cached) yes [2022-06-24T10:05:06.634Z] #77 208.7 checking for string.h... (cached) yes [2022-06-24T10:05:06.634Z] #77 208.8 checking sys/time.h usability... yes [2022-06-24T10:05:06.634Z] #77 209.0 checking sys/time.h presence... yes [2022-06-24T10:05:06.634Z] #77 209.1 checking for sys/time.h... yes [2022-06-24T10:05:06.634Z] #77 209.1 checking for inline... inline [2022-06-24T10:05:06.634Z] #77 209.3 checking for size_t... yes [2022-06-24T10:05:06.634Z] #77 209.8 checking for stdlib.h... (cached) yes [2022-06-24T10:05:06.634Z] #77 209.8 checking for GNU libc compatible malloc... yes [2022-06-24T10:05:06.634Z] #77 210.3 checking for stdlib.h... (cached) yes [2022-06-24T10:05:06.634Z] #77 210.3 checking for GNU libc compatible realloc... yes [2022-06-24T10:05:06.634Z] #77 210.7 checking for working strtod... yes [2022-06-24T10:05:06.634Z] #77 211.3 checking for gettimeofday... yes [2022-06-24T10:05:06.634Z] #77 211.8 checking for memset... yes [2022-06-24T10:05:06.634Z] #77 212.3 checking for strspn... yes [2022-06-24T10:05:06.634Z] #77 213.0 checking that generated files are newer than configure... done [2022-06-24T10:05:06.634Z] #77 213.0 configure: creating ./config.status [2022-06-24T10:05:07.262Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-06-24T10:05:07.520Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-06-24T10:05:07.520Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-06-24T10:05:07.520Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-06-24T10:05:07.520Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-06-24T10:05:07.520Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-06-24T10:05:07.520Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-06-24T10:05:07.520Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-06-24T10:05:07.778Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-06-24T10:05:07.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-06-24T10:05:07.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-06-24T10:05:07.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-06-24T10:05:07.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-06-24T10:05:07.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-06-24T10:05:07.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-06-24T10:05:08.020Z] #77 ... [2022-06-24T10:05:08.020Z] [2022-06-24T10:05:08.020Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:05:08.020Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T10:05:08.020Z] #21 62.05 Selecting previously unselected package vim. [2022-06-24T10:05:08.020Z] #21 62.06 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-24T10:05:08.020Z] #21 62.09 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:05:08.036Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-06-24T10:05:08.036Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-06-24T10:05:08.036Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-06-24T10:05:08.036Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-06-24T10:05:08.036Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-06-24T10:05:08.294Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-06-24T10:05:08.294Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-06-24T10:05:08.855Z] #21 62.82 Selecting previously unselected package xfsprogs. [2022-06-24T10:05:08.855Z] #21 62.84 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-24T10:05:08.856Z] #21 62.86 Unpacking xfsprogs (5.10.0-4) ... [2022-06-24T10:05:08.860Z] check_test.go:540: [d6cc8a05fa7ce] daemon is not started [2022-06-24T10:05:08.860Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-06-24T10:05:09.117Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-06-24T10:05:09.430Z] #21 63.60 Selecting previously unselected package zip. [2022-06-24T10:05:09.430Z] #21 63.63 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-06-24T10:05:09.430Z] #21 63.66 Unpacking zip (3.0-12) ... [2022-06-24T10:05:09.690Z] #21 63.82 Selecting previously unselected package zstd. [2022-06-24T10:05:09.690Z] #21 63.82 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-24T10:05:09.690Z] #21 63.83 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-24T10:05:10.491Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-06-24T10:05:10.633Z] #21 64.58 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-24T10:05:11.426Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-06-24T10:05:11.661Z] #69 ... [2022-06-24T10:05:11.661Z] [2022-06-24T10:05:11.661Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:05:11.661Z] #49 sha256:208047097addfff29995fd790ff3f70288d795ff4e6e8cf09bd8943d9b41b128 [2022-06-24T10:05:11.661Z] #49 1.707 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:05:11.661Z] #49 1.888 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:05:11.661Z] #49 1.890 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:05:11.661Z] #49 1.992 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:05:11.661Z] #49 2.269 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-24T10:05:11.661Z] #49 2.751 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-24T10:05:11.661Z] #49 3.315 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-24T10:05:11.661Z] #49 3.961 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-24T10:05:11.661Z] #49 4.402 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-24T10:05:11.661Z] #49 4.853 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB] [2022-06-24T10:05:11.661Z] #49 4.863 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-24T10:05:11.661Z] #49 4.876 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB] [2022-06-24T10:05:11.661Z] #49 4.881 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-24T10:05:11.661Z] #49 4.888 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [142 kB] [2022-06-24T10:05:11.661Z] #49 4.900 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:05:11.661Z] #49 4.902 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-24T10:05:11.661Z] #49 4.908 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:05:11.661Z] #49 4.916 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-24T10:05:11.661Z] #49 4.917 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-24T10:05:11.661Z] #49 4.917 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-24T10:05:11.661Z] #49 4.919 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-24T10:05:11.661Z] #49 ... [2022-06-24T10:05:11.661Z] [2022-06-24T10:05:11.661Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:05:11.661Z] #20 sha256:e36c1408d5d1c418f9ff6441f6b6cf424ac9f67aecc17b9a8b8119911a216e48 [2022-06-24T10:05:11.661Z] #20 1.708 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:05:11.661Z] #20 1.886 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:05:11.661Z] #20 1.889 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:05:11.661Z] #20 2.045 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:05:11.661Z] #20 2.382 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-24T10:05:11.661Z] #20 3.036 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-24T10:05:11.661Z] #20 3.522 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-24T10:05:11.661Z] #20 4.136 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-24T10:05:11.661Z] #20 4.564 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-24T10:05:11.661Z] #20 5.031 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB] [2022-06-24T10:05:11.661Z] #20 5.033 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [142 kB] [2022-06-24T10:05:11.661Z] #20 5.043 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-24T10:05:11.661Z] #20 5.059 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB] [2022-06-24T10:05:11.661Z] #20 5.059 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:05:11.661Z] #20 5.076 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-24T10:05:11.661Z] #20 5.084 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-24T10:05:11.661Z] #20 5.084 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-24T10:05:11.661Z] #20 5.084 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-24T10:05:11.661Z] #20 5.096 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-24T10:05:11.661Z] #20 5.096 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:05:11.661Z] #20 5.097 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-24T10:05:11.684Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-06-24T10:05:12.250Z] check_test.go:540: [d5a7c10ee4ae6] daemon is not started [2022-06-24T10:05:12.250Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-06-24T10:05:12.280Z] #21 66.31 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-24T10:05:12.280Z] #21 66.32 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-24T10:05:12.280Z] #21 66.34 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-24T10:05:12.280Z] #21 66.35 Setting up libicu67:amd64 (67.1-7) ... [2022-06-24T10:05:12.280Z] #21 66.38 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-24T10:05:12.280Z] #21 66.41 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-24T10:05:12.280Z] #21 66.44 Setting up uidmap (1:4.8.1-1) ... [2022-06-24T10:05:12.280Z] #21 66.45 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-24T10:05:12.280Z] #21 66.47 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T10:05:12.280Z] #21 66.49 Setting up bzip2 (1.0.8-4) ... [2022-06-24T10:05:12.280Z] #21 66.51 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T10:05:12.280Z] #21 66.53 Setting up python3-wheel (0.34.2-1) ... [2022-06-24T10:05:12.817Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-06-24T10:05:13.542Z] #64 284.0 + bin/containerd-shim-runc-v1 [2022-06-24T10:05:13.666Z] #21 67.77 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:05:13.666Z] #21 67.79 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-24T10:05:13.666Z] #21 67.81 Setting up libcap2-bin (1:2.44-1) ... [2022-06-24T10:05:13.666Z] #21 67.82 Setting up apparmor (2.13.6-10) ... [2022-06-24T10:05:14.717Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-06-24T10:05:14.717Z] docker_cli_daemon_plugins_test.go:80: [da86429c10884] daemon is not started [2022-06-24T10:05:15.282Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-06-24T10:05:15.541Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-06-24T10:05:16.106Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-06-24T10:05:16.106Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-06-24T10:05:16.297Z] #21 70.49 Setting up zip (3.0-12) ... [2022-06-24T10:05:16.564Z] #21 70.50 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:05:16.564Z] #21 70.55 Setting up bash-completion (1:2.11-2) ... [2022-06-24T10:05:16.809Z] #64 288.9 + bin/containerd-shim-runc-v2 [2022-06-24T10:05:17.038Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-06-24T10:05:17.604Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-06-24T10:05:17.604Z] --- PASS: TestBuildWithHugeFile (44.79s) [2022-06-24T10:05:17.604Z] === RUN TestBuildWCOWSandboxSize [2022-06-24T10:05:17.604Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-24T10:05:17.604Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-24T10:05:17.604Z] === RUN TestBuildWithEmptyDockerfile [2022-06-24T10:05:17.737Z] #64 289.6 + binaries [2022-06-24T10:05:17.737Z] #64 289.6 + install -D bin/containerd /build/containerd [2022-06-24T10:05:17.737Z] #64 289.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-24T10:05:17.737Z] #64 289.7 + install -D bin/ctr /build/ctr [2022-06-24T10:05:17.861Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-24T10:05:17.861Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-24T10:05:17.861Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-24T10:05:17.861Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-24T10:05:17.861Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-24T10:05:17.861Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-24T10:05:17.861Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-24T10:05:17.861Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-24T10:05:17.861Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-24T10:05:17.861Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-24T10:05:17.861Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-06-24T10:05:17.861Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.06s) [2022-06-24T10:05:17.861Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.06s) [2022-06-24T10:05:17.861Z] === RUN TestBuildPreserveOwnership [2022-06-24T10:05:17.861Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-24T10:05:17.861Z] docker_cli_daemon_plugins_test.go:170: [d128ae0134665] daemon is not started [2022-06-24T10:05:18.119Z] === RUN TestDockerSuite/TestExecAPIStart [2022-06-24T10:05:18.222Z] #20 ... [2022-06-24T10:05:18.222Z] [2022-06-24T10:05:18.222Z] #74 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:05:18.222Z] #74 sha256:76f4b2345b54bb7b9b3d1eedab89ebe7dcb547c4bebade25189e0470db83a90a [2022-06-24T10:05:18.222Z] #74 6.155 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-24T10:05:18.222Z] #74 6.339 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-24T10:05:18.390Z] #55 310.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-24T10:05:18.390Z] #55 DONE 310.8s [2022-06-24T10:05:18.390Z] [2022-06-24T10:05:18.390Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:05:18.390Z] #60 sha256:398283423dbd8d5655df06bbc435570d7b46388a740325e1b6d5b8c1018b2272 [2022-06-24T10:05:18.390Z] #60 182.7 + mkdir -p /build [2022-06-24T10:05:18.390Z] #60 182.7 + cp runc /build/runc [2022-06-24T10:05:18.390Z] #60 DONE 182.8s [2022-06-24T10:05:18.390Z] [2022-06-24T10:05:18.390Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:05:18.390Z] #64 sha256:0a652afb24b42669616285b6cd081cd44a2aa3ef06fd19c079c56e10064f0e7f [2022-06-24T10:05:18.957Z] #64 ... [2022-06-24T10:05:18.957Z] [2022-06-24T10:05:18.957Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-24T10:05:18.957Z] #56 sha256:12e1764ac4080e9e6525911367b37e24a4a7524aa558059e183ddaf087c66d6e [2022-06-24T10:05:19.051Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-06-24T10:05:19.139Z] #21 ... [2022-06-24T10:05:19.139Z] [2022-06-24T10:05:19.139Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:05:19.139Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:05:19.139Z] #77 215.8 config.status: creating Makefile [2022-06-24T10:05:19.139Z] #77 215.8 config.status: creating config.h [2022-06-24T10:05:19.139Z] #77 215.9 config.status: executing depfiles commands [2022-06-24T10:05:19.139Z] #77 216.1 config.status: executing libtool commands [2022-06-24T10:05:19.139Z] #77 218.0 GEN .version [2022-06-24T10:05:19.139Z] #77 218.1 make install-recursive [2022-06-24T10:05:19.139Z] #77 218.1 make[1]: Entering directory '/tmp/crun-build' [2022-06-24T10:05:19.139Z] #77 218.3 Making install in libocispec [2022-06-24T10:05:19.139Z] #77 218.3 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:05:19.139Z] #77 218.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-24T10:05:19.139Z] #77 218.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-24T10:05:19.139Z] #77 218.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-24T10:05:19.139Z] #77 218.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-24T10:05:19.139Z] #77 219.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-24T10:05:19.139Z] #77 220.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-24T10:05:19.139Z] #77 220.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-24T10:05:19.139Z] #77 220.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-24T10:05:19.139Z] #77 220.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-24T10:05:19.139Z] #77 220.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-24T10:05:19.139Z] #77 220.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-24T10:05:19.139Z] #77 220.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-24T10:05:19.139Z] #77 220.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-24T10:05:19.139Z] #77 220.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-24T10:05:19.139Z] #77 220.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-24T10:05:19.139Z] #77 220.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-24T10:05:19.139Z] #77 220.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-24T10:05:19.139Z] #77 220.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-24T10:05:19.139Z] #77 220.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-24T10:05:19.139Z] #77 220.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-24T10:05:19.139Z] #77 221.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-24T10:05:19.139Z] #77 221.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-24T10:05:19.139Z] #77 221.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-24T10:05:19.139Z] #77 221.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-24T10:05:19.139Z] #77 221.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-24T10:05:19.139Z] #77 221.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-24T10:05:19.139Z] #77 221.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-24T10:05:19.139Z] #77 221.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-24T10:05:19.139Z] #77 221.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-24T10:05:19.139Z] #77 221.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-24T10:05:19.139Z] #77 221.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-24T10:05:19.139Z] #77 221.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-24T10:05:19.139Z] #77 221.4 make install-recursive [2022-06-24T10:05:19.139Z] #77 221.4 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:05:19.139Z] #77 221.5 Making install in yajl [2022-06-24T10:05:19.139Z] #77 221.5 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:05:19.139Z] #77 221.6 CC verify/json_verify-json_verify.o [2022-06-24T10:05:19.139Z] #77 221.6 CC src/libyajl_la-yajl_alloc.lo [2022-06-24T10:05:19.139Z] #77 221.6 CC src/libyajl_la-yajl.lo [2022-06-24T10:05:19.139Z] #77 221.6 CC src/libyajl_la-yajl_gen.lo [2022-06-24T10:05:19.139Z] #77 221.6 CC src/libyajl_la-yajl_parser.lo [2022-06-24T10:05:19.139Z] #77 221.6 CC src/libyajl_la-yajl_buf.lo [2022-06-24T10:05:19.139Z] #77 221.6 CC src/libyajl_la-yajl_encode.lo [2022-06-24T10:05:19.139Z] #77 221.6 CC src/libyajl_la-yajl_lex.lo [2022-06-24T10:05:19.139Z] #77 221.7 CC src/libyajl_la-yajl_tree.lo [2022-06-24T10:05:19.215Z] #56 DONE 0.2s [2022-06-24T10:05:19.215Z] [2022-06-24T10:05:19.215Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:05:19.215Z] #64 sha256:0a652afb24b42669616285b6cd081cd44a2aa3ef06fd19c079c56e10064f0e7f [2022-06-24T10:05:19.215Z] #64 ... [2022-06-24T10:05:19.215Z] [2022-06-24T10:05:19.215Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-24T10:05:19.215Z] #58 sha256:a0273ad4afad44a0d3fd15c3d00cd0f4663dd8b255bfed2e5dc131eab2308225 [2022-06-24T10:05:19.215Z] #58 DONE 0.1s [2022-06-24T10:05:19.473Z] [2022-06-24T10:05:19.473Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-24T10:05:19.473Z] #61 sha256:169f1a51f026f596673b88aed3f5a4e4201c5de458dd3dbfba5cffeda820272b [2022-06-24T10:05:19.473Z] #61 DONE 0.1s [2022-06-24T10:05:19.473Z] [2022-06-24T10:05:19.473Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:05:19.473Z] #64 sha256:0a652afb24b42669616285b6cd081cd44a2aa3ef06fd19c079c56e10064f0e7f [2022-06-24T10:05:19.615Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-06-24T10:05:20.548Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-06-24T10:05:20.548Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-24T10:05:21.481Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-06-24T10:05:21.684Z] #77 ... [2022-06-24T10:05:21.684Z] [2022-06-24T10:05:21.684Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:05:21.684Z] #21 sha256:868549169aa7a8db1bd680a7922502f7abd9a1e9b79bf14527337d548907944d [2022-06-24T10:05:21.684Z] #21 75.76 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-24T10:05:21.684Z] #21 75.78 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-24T10:05:21.684Z] #21 75.80 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-24T10:05:21.684Z] #21 75.81 Setting up patch (2.7.6-7) ... [2022-06-24T10:05:21.684Z] #21 75.83 Setting up sudo (1.9.5p2-3) ... [2022-06-24T10:05:21.945Z] #21 75.92 invoke-rc.d: could not determine current runlevel [2022-06-24T10:05:21.946Z] #21 75.93 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-24T10:05:21.946Z] #21 75.94 Setting up xfsprogs (5.10.0-4) ... [2022-06-24T10:05:21.946Z] #21 75.96 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-24T10:05:21.946Z] #21 75.97 Setting up inetutils-ping (2:2.0-1) ... [2022-06-24T10:05:21.946Z] #21 75.98 Setting up pigz (2.6-1) ... [2022-06-24T10:05:21.946Z] #21 76.00 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-24T10:05:21.946Z] #21 76.02 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T10:05:21.946Z] #21 76.05 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-24T10:05:21.946Z] #21 76.06 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:05:22.047Z] --- PASS: TestBuildPreserveOwnership (4.31s) [2022-06-24T10:05:22.047Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.76s) [2022-06-24T10:05:22.047Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.55s) [2022-06-24T10:05:22.047Z] === RUN TestBuildPlatformInvalid [2022-06-24T10:05:22.305Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-06-24T10:05:22.305Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-24T10:05:22.305Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-06-24T10:05:22.418Z] #74 ... [2022-06-24T10:05:22.418Z] [2022-06-24T10:05:22.418Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:05:22.418Z] #49 sha256:208047097addfff29995fd790ff3f70288d795ff4e6e8cf09bd8943d9b41b128 [2022-06-24T10:05:22.418Z] #49 21.63 Fetched 49.1 MB in 20s (2411 kB/s) [2022-06-24T10:05:22.870Z] Loaded image: busybox:latest [2022-06-24T10:05:22.871Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-06-24T10:05:22.871Z] Loaded image: busybox:glibc [2022-06-24T10:05:22.888Z] #21 76.83 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-24T10:05:22.888Z] #21 76.84 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-24T10:05:22.978Z] #64 DONE 294.5s [2022-06-24T10:05:22.978Z] [2022-06-24T10:05:22.978Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-24T10:05:22.978Z] #65 sha256:9d34fc590f040320b7c6bb78a1e0c0f6bd7cf4e40b4b1dac8a32acc38f3d8fff [2022-06-24T10:05:23.129Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-06-24T10:05:23.149Z] #21 77.34 Setting up libelf1:amd64 (0.183-1) ... [2022-06-24T10:05:23.149Z] #21 77.35 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-24T10:05:23.149Z] #21 77.36 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T10:05:23.149Z] #21 77.37 Setting up python3-distutils (3.9.2-1) ... [2022-06-24T10:05:23.388Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-06-24T10:05:23.672Z] #64 281.7 + bin/containerd [2022-06-24T10:05:23.725Z] #21 77.83 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:05:23.725Z] #21 77.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-24T10:05:23.725Z] #21 77.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-24T10:05:23.725Z] #21 77.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-24T10:05:23.725Z] #21 77.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-24T10:05:23.725Z] #21 77.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-24T10:05:23.725Z] #21 77.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-24T10:05:23.725Z] #21 77.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-24T10:05:23.725Z] #21 77.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-24T10:05:23.725Z] #21 77.91 Setting up python3-setuptools (52.0.0-4) ... [2022-06-24T10:05:23.953Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-06-24T10:05:23.953Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-06-24T10:05:24.211Z] Loaded image: debian:bullseye-slim [2022-06-24T10:05:24.211Z] Loaded image: hello-world:latest [2022-06-24T10:05:24.211Z] Loaded image: arm32v7/hello-world:latest [2022-06-24T10:05:24.469Z] check_test.go:540: [d11cf1d413dae] daemon is not started [2022-06-24T10:05:24.469Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-06-24T10:05:24.727Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-06-24T10:05:25.293Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-06-24T10:05:25.492Z] #65 DONE 1.8s [2022-06-24T10:05:25.492Z] [2022-06-24T10:05:25.492Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-24T10:05:25.492Z] #70 sha256:8a2e3608ff2c9cb02d4d7deca69661effe5894c2225b06814dc3fbfd02f60d78 [2022-06-24T10:05:25.492Z] #70 DONE 0.4s [2022-06-24T10:05:25.492Z] [2022-06-24T10:05:25.492Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-24T10:05:25.492Z] #75 sha256:3c31a5fcd8a1101c7e9135e7e50a6b9ef275c33df5607419d7705b215b3c3373 [2022-06-24T10:05:25.638Z] #21 79.51 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-24T10:05:25.638Z] #21 79.53 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-24T10:05:25.638Z] #21 79.54 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-24T10:05:25.638Z] #21 79.55 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-24T10:05:25.858Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-06-24T10:05:26.424Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-06-24T10:05:27.027Z] #21 80.83 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-24T10:05:27.027Z] #21 80.84 Setting up jq (1.6-2.1) ... [2022-06-24T10:05:27.027Z] #21 80.85 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-24T10:05:27.027Z] #21 80.86 Setting up iptables (1.8.7-1) ... [2022-06-24T10:05:27.027Z] #21 80.87 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-24T10:05:27.027Z] #21 80.88 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-24T10:05:27.027Z] #21 80.89 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-24T10:05:27.027Z] #21 80.90 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-24T10:05:27.027Z] #21 80.90 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-24T10:05:27.027Z] #21 80.91 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-24T10:05:27.027Z] #21 80.92 Setting up iproute2 (5.10.0-4) ... [2022-06-24T10:05:27.288Z] #21 81.23 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:05:27.357Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-06-24T10:05:27.381Z] #75 DONE 1.9s [2022-06-24T10:05:27.381Z] [2022-06-24T10:05:27.381Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-24T10:05:27.381Z] #78 sha256:e61120b78b1d7d9aab628b48c77b0636f1014f72fdb292bb08248b23d236bd33 [2022-06-24T10:05:27.381Z] #78 DONE 0.1s [2022-06-24T10:05:27.381Z] [2022-06-24T10:05:27.381Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-24T10:05:27.381Z] #79 sha256:d39c1897caf7a4b32aa95f33deb8a60344b014f7b7237df06473ca16450306bb [2022-06-24T10:05:27.381Z] #79 DONE 0.0s [2022-06-24T10:05:27.381Z] [2022-06-24T10:05:27.381Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-24T10:05:27.381Z] #80 sha256:8db547b6a4c896b962a259b074a298a9b1c9e660ebb8ab571c5bc233ba8c13fc [2022-06-24T10:05:27.381Z] #80 DONE 0.0s [2022-06-24T10:05:27.381Z] [2022-06-24T10:05:27.381Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-24T10:05:27.381Z] #81 sha256:dd891dde720480b21355bb2339c94c7f9be1570791576f179f27e35f0c660331 [2022-06-24T10:05:27.549Z] #21 DONE 81.7s [2022-06-24T10:05:27.549Z] [2022-06-24T10:05:27.549Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-24T10:05:27.549Z] #22 sha256:c8aa737bf33dc8d661e5b18785588ae2dc529483987bdb5fd6b5af3bd035853a [2022-06-24T10:05:28.308Z] #81 DONE 0.9s [2022-06-24T10:05:28.308Z] [2022-06-24T10:05:28.308Z] #82 exporting to image [2022-06-24T10:05:28.308Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-24T10:05:28.308Z] #82 exporting layers [2022-06-24T10:05:28.576Z] #22 0.918 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-24T10:05:28.729Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-06-24T10:05:28.837Z] #22 0.922 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-24T10:05:28.837Z] #22 0.926 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-24T10:05:28.837Z] #22 DONE 1.0s [2022-06-24T10:05:28.837Z] [2022-06-24T10:05:28.837Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:05:28.837Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:05:28.837Z] #77 229.4 CCLD libyajl.la [2022-06-24T10:05:28.837Z] #77 229.8 CCLD verify/json_verify [2022-06-24T10:05:28.837Z] #77 230.2 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:05:28.837Z] #77 230.2 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-24T10:05:28.837Z] #77 230.2 make[5]: Nothing to be done for 'install-data-am'. [2022-06-24T10:05:28.837Z] #77 230.2 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:05:28.837Z] #77 230.2 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-24T10:05:28.837Z] #77 230.2 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:05:28.837Z] #77 230.3 CC src/validate.o [2022-06-24T10:05:28.837Z] #77 230.3 CC src/image_spec_schema_config_schema.lo [2022-06-24T10:05:28.837Z] #77 230.3 CC src/image_spec_schema_content_descriptor.lo [2022-06-24T10:05:28.837Z] #77 230.3 CC src/image_spec_schema_defs.lo [2022-06-24T10:05:28.838Z] #77 230.3 CC src/image_spec_schema_defs_descriptor.lo [2022-06-24T10:05:28.838Z] #77 230.4 CC src/image_spec_schema_image_layout_schema.lo [2022-06-24T10:05:28.838Z] #77 230.4 CC src/image_spec_schema_image_index_schema.lo [2022-06-24T10:05:28.838Z] #77 230.4 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-24T10:05:28.838Z] #77 230.4 CC src/runtime_spec_schema_config_linux.lo [2022-06-24T10:05:28.838Z] #77 230.4 CC src/runtime_spec_schema_config_zos.lo [2022-06-24T10:05:28.838Z] #77 230.4 CC src/runtime_spec_schema_config_schema.lo [2022-06-24T10:05:28.838Z] #77 230.4 CC src/runtime_spec_schema_config_vm.lo [2022-06-24T10:05:28.838Z] #77 230.5 CC src/runtime_spec_schema_config_windows.lo [2022-06-24T10:05:28.838Z] #77 230.5 CC src/runtime_spec_schema_config_solaris.lo [2022-06-24T10:05:28.838Z] #77 230.5 CC src/runtime_spec_schema_defs.lo [2022-06-24T10:05:28.838Z] #77 230.5 CC src/runtime_spec_schema_defs_zos.lo [2022-06-24T10:05:28.838Z] #77 230.6 CC src/runtime_spec_schema_defs_linux.lo [2022-06-24T10:05:28.838Z] #77 230.6 CC src/runtime_spec_schema_defs_vm.lo [2022-06-24T10:05:28.838Z] #77 230.6 CC src/runtime_spec_schema_state_schema.lo [2022-06-24T10:05:28.838Z] #77 230.7 CC src/runtime_spec_schema_defs_windows.lo [2022-06-24T10:05:28.838Z] #77 230.7 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-24T10:05:28.838Z] #77 230.7 CC src/basic_test_double_array_item.lo [2022-06-24T10:05:28.838Z] #77 230.8 CC src/basic_test_double_array.lo [2022-06-24T10:05:28.838Z] #77 230.9 CC src/basic_test_top_array_int.lo [2022-06-24T10:05:28.838Z] #77 230.9 CC src/basic_test_top_double_array_int.lo [2022-06-24T10:05:28.838Z] #77 231.0 CC src/basic_test_top_array_string.lo [2022-06-24T10:05:28.838Z] #77 231.0 CC src/basic_test_top_double_array_obj.lo [2022-06-24T10:05:28.838Z] #77 231.1 CC src/basic_test_top_double_array_refobj.lo [2022-06-24T10:05:28.838Z] #77 231.1 CC src/basic_test_top_double_array_string.lo [2022-06-24T10:05:28.838Z] #77 231.3 CC src/json_common.lo [2022-06-24T10:05:28.838Z] #77 231.4 CC tests/test-1.o [2022-06-24T10:05:28.838Z] #77 231.4 CC src/read-file.lo [2022-06-24T10:05:28.838Z] #77 231.5 CC tests/test-2.o [2022-06-24T10:05:28.838Z] #77 231.5 CC tests/test-3.o [2022-06-24T10:05:28.838Z] #77 231.5 CC tests/test-4.o [2022-06-24T10:05:28.838Z] #77 231.7 CC tests/test-5.o [2022-06-24T10:05:28.838Z] #77 231.8 CC tests/test-6.o [2022-06-24T10:05:28.838Z] #77 231.9 CC tests/test-7.o [2022-06-24T10:05:28.838Z] #77 232.0 CC tests/test-8.o [2022-06-24T10:05:28.838Z] #77 232.2 CC tests/test-9.o [2022-06-24T10:05:28.838Z] #77 232.3 CC tests/test-11.o [2022-06-24T10:05:28.838Z] #77 232.3 CC tests/test-10.o [2022-06-24T10:05:30.101Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-06-24T10:05:30.531Z] #49 21.63 Reading package lists... [2022-06-24T10:05:30.531Z] #49 ... [2022-06-24T10:05:30.531Z] [2022-06-24T10:05:30.531Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:05:30.531Z] #69 sha256:1acc82bacd7dd3f35442082b3ab8ca5a2cb0425c35ee6373ccbe150083eb2d1b [2022-06-24T10:05:30.531Z] #69 22.70 Fetched 49.1 MB in 21s (2318 kB/s) [2022-06-24T10:05:31.464Z] #69 22.70 Reading package lists... [2022-06-24T10:05:31.464Z] #69 ... [2022-06-24T10:05:31.464Z] [2022-06-24T10:05:31.464Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:05:31.464Z] #49 sha256:208047097addfff29995fd790ff3f70288d795ff4e6e8cf09bd8943d9b41b128 [2022-06-24T10:05:31.464Z] #49 21.63 Reading package lists... [2022-06-24T10:05:31.475Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-06-24T10:05:32.040Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.93s) [2022-06-24T10:05:32.040Z] PASS [2022-06-24T10:05:32.040Z] [2022-06-24T10:05:32.040Z] === Skipped [2022-06-24T10:05:32.040Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-24T10:05:32.040Z] build_session_test.go:25: TODO: BuildKit [2022-06-24T10:05:32.040Z] [2022-06-24T10:05:32.040Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-24T10:05:32.040Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-24T10:05:32.040Z] [2022-06-24T10:05:32.040Z] DONE 34 tests, 2 skipped in 79.343s [2022-06-24T10:05:32.040Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-24T10:05:32.040Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:05:32.040Z] ++ set -e [2022-06-24T10:05:32.040Z] ++ '[' -n 0 ']' [2022-06-24T10:05:32.040Z] ++ set -x [2022-06-24T10:05:32.040Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:05:32.040Z] INFO: Testing against a local daemon [2022-06-24T10:05:32.040Z] === RUN TestConfigInspect [2022-06-24T10:05:32.474Z] #82 exporting layers 3.5s done [2022-06-24T10:05:32.474Z] #82 writing image sha256:9d3169fcdb3844d18b0b96116c6651c933eb94f73427b9e65c082358ee00048e done [2022-06-24T10:05:32.474Z] #82 naming to docker.io/library/docker:56a20dbc19786633f605d3871f5242d8e0f1be5a done [2022-06-24T10:05:32.474Z] #82 DONE 3.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-24T10:05:32.607Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-06-24T10:05:32.789Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-24T10:05:32.839Z] #49 30.51 Reading package lists... [2022-06-24T10:05:32.839Z] #49 ... [2022-06-24T10:05:32.839Z] [2022-06-24T10:05:32.839Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:05:32.840Z] #20 sha256:e36c1408d5d1c418f9ff6441f6b6cf424ac9f67aecc17b9a8b8119911a216e48 [2022-06-24T10:05:32.840Z] #20 21.71 Fetched 49.1 MB in 20s (2420 kB/s) [2022-06-24T10:05:32.840Z] #20 21.71 Reading package lists... [2022-06-24T10:05:33.106Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56a20dbc19786633f605d3871f5242d8e0f1be5a hack/test/unit [2022-06-24T10:05:33.405Z] #20 31.03 Reading package lists... [2022-06-24T10:05:33.405Z] #20 ... [2022-06-24T10:05:33.405Z] [2022-06-24T10:05:33.405Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:05:33.405Z] #69 sha256:1acc82bacd7dd3f35442082b3ab8ca5a2cb0425c35ee6373ccbe150083eb2d1b [2022-06-24T10:05:33.405Z] #69 22.70 Reading package lists... [2022-06-24T10:05:33.978Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-06-24T10:05:34.542Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-06-24T10:05:34.542Z] --- PASS: TestConfigInspect (2.52s) [2022-06-24T10:05:34.542Z] === RUN TestConfigList [2022-06-24T10:05:34.993Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-24T10:05:34.993Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-24T10:05:34.993Z] + TESTDIRS=./... [2022-06-24T10:05:34.993Z] + exclude_paths='/vendor/|/integration' [2022-06-24T10:05:34.993Z] ++ go list ./... [2022-06-24T10:05:34.993Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-24T10:05:35.557Z] + pkg_list='github.com/docker/docker/api [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/backend/build [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/httpstatus [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/httputils [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/middleware [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/router [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/router/build [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/router/container [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/router/debug [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/router/distribution [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/router/grpc [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/router/image [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/router/network [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/router/plugin [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/router/session [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/router/swarm [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/router/system [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/server/router/volume [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/backend [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/blkiodev [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/container [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/events [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/filters [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/image [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/mount [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/network [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/registry [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/strslice [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/swarm [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/time [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/versions [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-24T10:05:35.557Z] github.com/docker/docker/api/types/volume [2022-06-24T10:05:35.557Z] github.com/docker/docker/builder [2022-06-24T10:05:35.557Z] github.com/docker/docker/builder/builder-next [2022-06-24T10:05:35.557Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-24T10:05:35.557Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-24T10:05:35.557Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-24T10:05:35.557Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-24T10:05:35.557Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-24T10:05:35.557Z] github.com/docker/docker/builder/builder-next/worker [2022-06-24T10:05:35.557Z] github.com/docker/docker/builder/dockerfile [2022-06-24T10:05:35.557Z] github.com/docker/docker/builder/remotecontext [2022-06-24T10:05:35.557Z] github.com/docker/docker/builder/remotecontext/git [2022-06-24T10:05:35.557Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-24T10:05:35.557Z] github.com/docker/docker/cli [2022-06-24T10:05:35.557Z] github.com/docker/docker/cli/config [2022-06-24T10:05:35.557Z] github.com/docker/docker/cli/debug [2022-06-24T10:05:35.557Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-24T10:05:35.557Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-24T10:05:35.557Z] github.com/docker/docker/client [2022-06-24T10:05:35.557Z] github.com/docker/docker/cmd/docker-proxy [2022-06-24T10:05:35.557Z] github.com/docker/docker/cmd/dockerd [2022-06-24T10:05:35.557Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-24T10:05:35.557Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-24T10:05:35.557Z] github.com/docker/docker/container [2022-06-24T10:05:35.557Z] github.com/docker/docker/container/stream [2022-06-24T10:05:35.557Z] github.com/docker/docker/contrib/apparmor [2022-06-24T10:05:35.557Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-24T10:05:35.557Z] github.com/docker/docker/contrib/httpserver [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/cluster [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/cluster/convert [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/cluster/executor [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/cluster/provider [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/config [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/events [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/events/testutils [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/exec [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/graphdriver [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/images [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/initlayer [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/links [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/listeners [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/gelf [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/journald [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/local [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/logentries [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/splunk [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/syslog [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/logger/templates [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/names [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/network [2022-06-24T10:05:35.557Z] github.com/docker/docker/daemon/stats [2022-06-24T10:05:35.557Z] github.com/docker/docker/distribution [2022-06-24T10:05:35.557Z] github.com/docker/docker/distribution/metadata [2022-06-24T10:05:35.557Z] github.com/docker/docker/distribution/utils [2022-06-24T10:05:35.557Z] github.com/docker/docker/distribution/xfer [2022-06-24T10:05:35.557Z] github.com/docker/docker/dockerversion [2022-06-24T10:05:35.557Z] github.com/docker/docker/errdefs [2022-06-24T10:05:35.557Z] github.com/docker/docker/image [2022-06-24T10:05:35.557Z] github.com/docker/docker/image/cache [2022-06-24T10:05:35.557Z] github.com/docker/docker/image/tarexport [2022-06-24T10:05:35.557Z] github.com/docker/docker/image/v1 [2022-06-24T10:05:35.557Z] github.com/docker/docker/internal/test/suite [2022-06-24T10:05:35.557Z] github.com/docker/docker/layer [2022-06-24T10:05:35.557Z] github.com/docker/docker/libcontainerd [2022-06-24T10:05:35.557Z] github.com/docker/docker/libcontainerd/queue [2022-06-24T10:05:35.557Z] github.com/docker/docker/libcontainerd/remote [2022-06-24T10:05:35.557Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-24T10:05:35.557Z] github.com/docker/docker/libcontainerd/types [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/bitseq [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/cluster [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/config [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/datastore [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/driverapi [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/etchosts [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/idm [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/ipam [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/iptables [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/netlabel [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/netutils [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/networkdb [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/ns [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/options [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/osl [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/portallocator [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/portmapper [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/testutils [2022-06-24T10:05:35.557Z] github.com/docker/docker/libnetwork/types [2022-06-24T10:05:35.557Z] github.com/docker/docker/oci [2022-06-24T10:05:35.557Z] github.com/docker/docker/oci/caps [2022-06-24T10:05:35.557Z] github.com/docker/docker/opts [2022-06-24T10:05:35.557Z] github.com/docker/docker/pkg/aaparser [2022-06-24T10:05:35.557Z] github.com/docker/docker/pkg/archive [2022-06-24T10:05:35.557Z] github.com/docker/docker/pkg/authorization [2022-06-24T10:05:35.557Z] github.com/docker/docker/pkg/broadcaster [2022-06-24T10:05:35.557Z] github.com/docker/docker/pkg/capabilities [2022-06-24T10:05:35.557Z] github.com/docker/docker/pkg/chrootarchive [2022-06-24T10:05:35.557Z] github.com/docker/docker/pkg/containerfs [2022-06-24T10:05:35.557Z] github.com/docker/docker/pkg/devicemapper [2022-06-24T10:05:35.557Z] github.com/docker/docker/pkg/directory [2022-06-24T10:05:35.557Z] github.com/docker/docker/pkg/dmesg [2022-06-24T10:05:35.557Z] github.com/docker/docker/pkg/fileutils [2022-06-24T10:05:35.557Z] github.com/docker/docker/pkg/fsutils [2022-06-24T10:05:35.557Z] github.com/docker/docker/pkg/homedir [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/idtools [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/ioutils [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/jsonmessage [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/longpath [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/loopback [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/namesgenerator [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/parsers [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/pidfile [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/platform [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/plugingetter [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/plugins [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/plugins/transport [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/pools [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/progress [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/pubsub [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/reexec [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/signal [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/stack [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/stdcopy [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/streamformatter [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/stringid [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/sysinfo [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/system [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/tailfile [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/tarsum [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/truncindex [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/urlutil [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/useragent [2022-06-24T10:05:35.558Z] github.com/docker/docker/plugin [2022-06-24T10:05:35.558Z] github.com/docker/docker/plugin/executor/containerd [2022-06-24T10:05:35.558Z] github.com/docker/docker/plugin/v2 [2022-06-24T10:05:35.558Z] github.com/docker/docker/profiles/apparmor [2022-06-24T10:05:35.558Z] github.com/docker/docker/profiles/seccomp [2022-06-24T10:05:35.558Z] github.com/docker/docker/quota [2022-06-24T10:05:35.558Z] github.com/docker/docker/reference [2022-06-24T10:05:35.558Z] github.com/docker/docker/registry [2022-06-24T10:05:35.558Z] github.com/docker/docker/registry/resumable [2022-06-24T10:05:35.558Z] github.com/docker/docker/restartmanager [2022-06-24T10:05:35.558Z] github.com/docker/docker/rootless [2022-06-24T10:05:35.558Z] github.com/docker/docker/rootless/specconv [2022-06-24T10:05:35.558Z] github.com/docker/docker/runconfig [2022-06-24T10:05:35.558Z] github.com/docker/docker/runconfig/opts [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/daemon [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/environment [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/fakecontext [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/fakegit [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/fakestorage [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/fixtures/load [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/registry [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/request [2022-06-24T10:05:35.558Z] github.com/docker/docker/volume [2022-06-24T10:05:35.558Z] github.com/docker/docker/volume/drivers [2022-06-24T10:05:35.558Z] github.com/docker/docker/volume/local [2022-06-24T10:05:35.558Z] github.com/docker/docker/volume/mounts [2022-06-24T10:05:35.558Z] github.com/docker/docker/volume/service [2022-06-24T10:05:35.558Z] github.com/docker/docker/volume/service/opts [2022-06-24T10:05:35.558Z] github.com/docker/docker/volume/testutils' [2022-06-24T10:05:35.558Z] ++ grep --fixed-strings -v /libnetwork [2022-06-24T10:05:35.558Z] ++ echo 'github.com/docker/docker/api [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/backend/build [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/httpstatus [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/httputils [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/middleware [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/router [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/router/build [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/router/container [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/router/debug [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/router/distribution [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/router/grpc [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/router/image [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/router/network [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/router/plugin [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/router/session [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/router/swarm [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/router/system [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/router/volume [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/backend [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/blkiodev [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/container [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/events [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/filters [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/image [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/mount [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/network [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/registry [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/strslice [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/swarm [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/time [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/versions [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/types/volume [2022-06-24T10:05:35.558Z] github.com/docker/docker/builder [2022-06-24T10:05:35.558Z] github.com/docker/docker/builder/builder-next [2022-06-24T10:05:35.558Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-24T10:05:35.558Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-24T10:05:35.558Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-24T10:05:35.558Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-24T10:05:35.558Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-24T10:05:35.558Z] github.com/docker/docker/builder/builder-next/worker [2022-06-24T10:05:35.558Z] github.com/docker/docker/builder/dockerfile [2022-06-24T10:05:35.558Z] github.com/docker/docker/builder/remotecontext [2022-06-24T10:05:35.558Z] github.com/docker/docker/builder/remotecontext/git [2022-06-24T10:05:35.558Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-24T10:05:35.558Z] github.com/docker/docker/cli [2022-06-24T10:05:35.558Z] github.com/docker/docker/cli/config [2022-06-24T10:05:35.558Z] github.com/docker/docker/cli/debug [2022-06-24T10:05:35.558Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-24T10:05:35.558Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-24T10:05:35.558Z] github.com/docker/docker/client [2022-06-24T10:05:35.558Z] github.com/docker/docker/cmd/docker-proxy [2022-06-24T10:05:35.558Z] github.com/docker/docker/cmd/dockerd [2022-06-24T10:05:35.558Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-24T10:05:35.558Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-24T10:05:35.558Z] github.com/docker/docker/container [2022-06-24T10:05:35.558Z] github.com/docker/docker/container/stream [2022-06-24T10:05:35.558Z] github.com/docker/docker/contrib/apparmor [2022-06-24T10:05:35.558Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-24T10:05:35.558Z] github.com/docker/docker/contrib/httpserver [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/cluster [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/cluster/convert [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/cluster/executor [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/cluster/provider [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/config [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/events [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/events/testutils [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/exec [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/graphdriver [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/images [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/initlayer [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/links [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/listeners [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/gelf [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/journald [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/local [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/logentries [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/splunk [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/syslog [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/logger/templates [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/names [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/network [2022-06-24T10:05:35.558Z] github.com/docker/docker/daemon/stats [2022-06-24T10:05:35.558Z] github.com/docker/docker/distribution [2022-06-24T10:05:35.558Z] github.com/docker/docker/distribution/metadata [2022-06-24T10:05:35.558Z] github.com/docker/docker/distribution/utils [2022-06-24T10:05:35.558Z] github.com/docker/docker/distribution/xfer [2022-06-24T10:05:35.558Z] github.com/docker/docker/dockerversion [2022-06-24T10:05:35.558Z] github.com/docker/docker/errdefs [2022-06-24T10:05:35.558Z] github.com/docker/docker/image [2022-06-24T10:05:35.558Z] github.com/docker/docker/image/cache [2022-06-24T10:05:35.558Z] github.com/docker/docker/image/tarexport [2022-06-24T10:05:35.558Z] github.com/docker/docker/image/v1 [2022-06-24T10:05:35.558Z] github.com/docker/docker/internal/test/suite [2022-06-24T10:05:35.558Z] github.com/docker/docker/layer [2022-06-24T10:05:35.558Z] github.com/docker/docker/libcontainerd [2022-06-24T10:05:35.558Z] github.com/docker/docker/libcontainerd/queue [2022-06-24T10:05:35.558Z] github.com/docker/docker/libcontainerd/remote [2022-06-24T10:05:35.558Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-24T10:05:35.558Z] github.com/docker/docker/libcontainerd/types [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/bitseq [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/cluster [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/config [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/datastore [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/driverapi [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/etchosts [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/idm [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/ipam [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/iptables [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/netlabel [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/netutils [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/networkdb [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/ns [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/options [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/osl [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/portallocator [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/portmapper [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/testutils [2022-06-24T10:05:35.558Z] github.com/docker/docker/libnetwork/types [2022-06-24T10:05:35.558Z] github.com/docker/docker/oci [2022-06-24T10:05:35.558Z] github.com/docker/docker/oci/caps [2022-06-24T10:05:35.558Z] github.com/docker/docker/opts [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/aaparser [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/archive [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/authorization [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/broadcaster [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/capabilities [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/chrootarchive [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/containerfs [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/devicemapper [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/directory [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/dmesg [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/fileutils [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/fsutils [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/homedir [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/idtools [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/ioutils [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/jsonmessage [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/longpath [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/loopback [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/namesgenerator [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/parsers [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/pidfile [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/platform [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/plugingetter [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/plugins [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/plugins/transport [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/pools [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/progress [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/pubsub [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/reexec [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/signal [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/stack [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/stdcopy [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/streamformatter [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/stringid [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/sysinfo [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/system [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/tailfile [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/tarsum [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/truncindex [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/urlutil [2022-06-24T10:05:35.558Z] github.com/docker/docker/pkg/useragent [2022-06-24T10:05:35.558Z] github.com/docker/docker/plugin [2022-06-24T10:05:35.558Z] github.com/docker/docker/plugin/executor/containerd [2022-06-24T10:05:35.558Z] github.com/docker/docker/plugin/v2 [2022-06-24T10:05:35.558Z] github.com/docker/docker/profiles/apparmor [2022-06-24T10:05:35.558Z] github.com/docker/docker/profiles/seccomp [2022-06-24T10:05:35.558Z] github.com/docker/docker/quota [2022-06-24T10:05:35.558Z] github.com/docker/docker/reference [2022-06-24T10:05:35.558Z] github.com/docker/docker/registry [2022-06-24T10:05:35.558Z] github.com/docker/docker/registry/resumable [2022-06-24T10:05:35.558Z] github.com/docker/docker/restartmanager [2022-06-24T10:05:35.558Z] github.com/docker/docker/rootless [2022-06-24T10:05:35.558Z] github.com/docker/docker/rootless/specconv [2022-06-24T10:05:35.558Z] github.com/docker/docker/runconfig [2022-06-24T10:05:35.558Z] github.com/docker/docker/runconfig/opts [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/daemon [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/environment [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/fakecontext [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/fakegit [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/fakestorage [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/fixtures/load [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/registry [2022-06-24T10:05:35.558Z] github.com/docker/docker/testutil/request [2022-06-24T10:05:35.558Z] github.com/docker/docker/volume [2022-06-24T10:05:35.558Z] github.com/docker/docker/volume/drivers [2022-06-24T10:05:35.558Z] github.com/docker/docker/volume/local [2022-06-24T10:05:35.558Z] github.com/docker/docker/volume/mounts [2022-06-24T10:05:35.558Z] github.com/docker/docker/volume/service [2022-06-24T10:05:35.558Z] github.com/docker/docker/volume/service/opts [2022-06-24T10:05:35.558Z] github.com/docker/docker/volume/testutils' [2022-06-24T10:05:35.558Z] + base_pkg_list='github.com/docker/docker/api [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/backend/build [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/httpstatus [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/httputils [2022-06-24T10:05:35.558Z] github.com/docker/docker/api/server/middleware [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/build [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/container [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/debug [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/distribution [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/grpc [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/image [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/network [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/plugin [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/session [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/swarm [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/system [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/volume [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/backend [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/blkiodev [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/container [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/events [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/filters [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/image [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/mount [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/network [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/registry [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/strslice [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/swarm [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/time [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/versions [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/volume [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/builder-next [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/builder-next/worker [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/dockerfile [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/remotecontext [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/remotecontext/git [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-24T10:05:35.559Z] github.com/docker/docker/cli [2022-06-24T10:05:35.559Z] github.com/docker/docker/cli/config [2022-06-24T10:05:35.559Z] github.com/docker/docker/cli/debug [2022-06-24T10:05:35.559Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-24T10:05:35.559Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-24T10:05:35.559Z] github.com/docker/docker/client [2022-06-24T10:05:35.559Z] github.com/docker/docker/cmd/docker-proxy [2022-06-24T10:05:35.559Z] github.com/docker/docker/cmd/dockerd [2022-06-24T10:05:35.559Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-24T10:05:35.559Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-24T10:05:35.559Z] github.com/docker/docker/container [2022-06-24T10:05:35.559Z] github.com/docker/docker/container/stream [2022-06-24T10:05:35.559Z] github.com/docker/docker/contrib/apparmor [2022-06-24T10:05:35.559Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-24T10:05:35.559Z] github.com/docker/docker/contrib/httpserver [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/cluster [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/cluster/convert [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/cluster/executor [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/cluster/provider [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/config [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/events [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/events/testutils [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/exec [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/images [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/initlayer [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/links [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/listeners [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/gelf [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/journald [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/local [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/logentries [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/splunk [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/syslog [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/templates [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/names [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/network [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/stats [2022-06-24T10:05:35.559Z] github.com/docker/docker/distribution [2022-06-24T10:05:35.559Z] github.com/docker/docker/distribution/metadata [2022-06-24T10:05:35.559Z] github.com/docker/docker/distribution/utils [2022-06-24T10:05:35.559Z] github.com/docker/docker/distribution/xfer [2022-06-24T10:05:35.559Z] github.com/docker/docker/dockerversion [2022-06-24T10:05:35.559Z] github.com/docker/docker/errdefs [2022-06-24T10:05:35.559Z] github.com/docker/docker/image [2022-06-24T10:05:35.559Z] github.com/docker/docker/image/cache [2022-06-24T10:05:35.559Z] github.com/docker/docker/image/tarexport [2022-06-24T10:05:35.559Z] github.com/docker/docker/image/v1 [2022-06-24T10:05:35.559Z] github.com/docker/docker/internal/test/suite [2022-06-24T10:05:35.559Z] github.com/docker/docker/layer [2022-06-24T10:05:35.559Z] github.com/docker/docker/libcontainerd [2022-06-24T10:05:35.559Z] github.com/docker/docker/libcontainerd/queue [2022-06-24T10:05:35.559Z] github.com/docker/docker/libcontainerd/remote [2022-06-24T10:05:35.559Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-24T10:05:35.559Z] github.com/docker/docker/libcontainerd/types [2022-06-24T10:05:35.559Z] github.com/docker/docker/oci [2022-06-24T10:05:35.559Z] github.com/docker/docker/oci/caps [2022-06-24T10:05:35.559Z] github.com/docker/docker/opts [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/aaparser [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/archive [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/authorization [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/broadcaster [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/capabilities [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/chrootarchive [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/containerfs [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/devicemapper [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/directory [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/dmesg [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/fileutils [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/fsutils [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/homedir [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/idtools [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/ioutils [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/jsonmessage [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/longpath [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/loopback [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/namesgenerator [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/parsers [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/pidfile [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/platform [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/plugingetter [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/plugins [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/plugins/transport [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/pools [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/progress [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/pubsub [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/reexec [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/signal [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/stack [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/stdcopy [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/streamformatter [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/stringid [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/sysinfo [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/system [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/tailfile [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/tarsum [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/truncindex [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/urlutil [2022-06-24T10:05:35.559Z] github.com/docker/docker/pkg/useragent [2022-06-24T10:05:35.559Z] github.com/docker/docker/plugin [2022-06-24T10:05:35.559Z] github.com/docker/docker/plugin/executor/containerd [2022-06-24T10:05:35.559Z] github.com/docker/docker/plugin/v2 [2022-06-24T10:05:35.559Z] github.com/docker/docker/profiles/apparmor [2022-06-24T10:05:35.559Z] github.com/docker/docker/profiles/seccomp [2022-06-24T10:05:35.559Z] github.com/docker/docker/quota [2022-06-24T10:05:35.559Z] github.com/docker/docker/reference [2022-06-24T10:05:35.559Z] github.com/docker/docker/registry [2022-06-24T10:05:35.559Z] github.com/docker/docker/registry/resumable [2022-06-24T10:05:35.559Z] github.com/docker/docker/restartmanager [2022-06-24T10:05:35.559Z] github.com/docker/docker/rootless [2022-06-24T10:05:35.559Z] github.com/docker/docker/rootless/specconv [2022-06-24T10:05:35.559Z] github.com/docker/docker/runconfig [2022-06-24T10:05:35.559Z] github.com/docker/docker/runconfig/opts [2022-06-24T10:05:35.559Z] github.com/docker/docker/testutil [2022-06-24T10:05:35.559Z] github.com/docker/docker/testutil/daemon [2022-06-24T10:05:35.559Z] github.com/docker/docker/testutil/environment [2022-06-24T10:05:35.559Z] github.com/docker/docker/testutil/fakecontext [2022-06-24T10:05:35.559Z] github.com/docker/docker/testutil/fakegit [2022-06-24T10:05:35.559Z] github.com/docker/docker/testutil/fakestorage [2022-06-24T10:05:35.559Z] github.com/docker/docker/testutil/fixtures/load [2022-06-24T10:05:35.559Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-24T10:05:35.559Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-24T10:05:35.559Z] github.com/docker/docker/testutil/registry [2022-06-24T10:05:35.559Z] github.com/docker/docker/testutil/request [2022-06-24T10:05:35.559Z] github.com/docker/docker/volume [2022-06-24T10:05:35.559Z] github.com/docker/docker/volume/drivers [2022-06-24T10:05:35.559Z] github.com/docker/docker/volume/local [2022-06-24T10:05:35.559Z] github.com/docker/docker/volume/mounts [2022-06-24T10:05:35.559Z] github.com/docker/docker/volume/service [2022-06-24T10:05:35.559Z] github.com/docker/docker/volume/service/opts [2022-06-24T10:05:35.559Z] github.com/docker/docker/volume/testutils' [2022-06-24T10:05:35.559Z] ++ grep --fixed-strings /libnetwork [2022-06-24T10:05:35.559Z] ++ echo 'github.com/docker/docker/api [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/backend/build [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/httpstatus [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/httputils [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/middleware [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/build [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/container [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/debug [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/distribution [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/grpc [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/image [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/network [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/plugin [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/session [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/swarm [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/system [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/server/router/volume [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/backend [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/blkiodev [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/container [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/events [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/filters [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/image [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/mount [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/network [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/registry [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/strslice [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/swarm [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/time [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/versions [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-24T10:05:35.559Z] github.com/docker/docker/api/types/volume [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/builder-next [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/builder-next/worker [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/dockerfile [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/remotecontext [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/remotecontext/git [2022-06-24T10:05:35.559Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-24T10:05:35.559Z] github.com/docker/docker/cli [2022-06-24T10:05:35.559Z] github.com/docker/docker/cli/config [2022-06-24T10:05:35.559Z] github.com/docker/docker/cli/debug [2022-06-24T10:05:35.559Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-24T10:05:35.559Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-24T10:05:35.559Z] github.com/docker/docker/client [2022-06-24T10:05:35.559Z] github.com/docker/docker/cmd/docker-proxy [2022-06-24T10:05:35.559Z] github.com/docker/docker/cmd/dockerd [2022-06-24T10:05:35.559Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-24T10:05:35.559Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-24T10:05:35.559Z] github.com/docker/docker/container [2022-06-24T10:05:35.559Z] github.com/docker/docker/container/stream [2022-06-24T10:05:35.559Z] github.com/docker/docker/contrib/apparmor [2022-06-24T10:05:35.559Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-24T10:05:35.559Z] github.com/docker/docker/contrib/httpserver [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/cluster [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/cluster/convert [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/cluster/executor [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/cluster/provider [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/config [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/events [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/events/testutils [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/exec [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/images [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/initlayer [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/links [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/listeners [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/gelf [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/journald [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/local [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/logentries [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/splunk [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/syslog [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/logger/templates [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/names [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/network [2022-06-24T10:05:35.559Z] github.com/docker/docker/daemon/stats [2022-06-24T10:05:35.559Z] github.com/docker/docker/distribution [2022-06-24T10:05:35.559Z] github.com/docker/docker/distribution/metadata [2022-06-24T10:05:35.559Z] github.com/docker/docker/distribution/utils [2022-06-24T10:05:35.559Z] github.com/docker/docker/distribution/xfer [2022-06-24T10:05:35.559Z] github.com/docker/docker/dockerversion [2022-06-24T10:05:35.559Z] github.com/docker/docker/errdefs [2022-06-24T10:05:35.559Z] github.com/docker/docker/image [2022-06-24T10:05:35.559Z] github.com/docker/docker/image/cache [2022-06-24T10:05:35.559Z] github.com/docker/docker/image/tarexport [2022-06-24T10:05:35.559Z] github.com/docker/docker/image/v1 [2022-06-24T10:05:35.559Z] github.com/docker/docker/internal/test/suite [2022-06-24T10:05:35.559Z] github.com/docker/docker/layer [2022-06-24T10:05:35.559Z] github.com/docker/docker/libcontainerd [2022-06-24T10:05:35.559Z] github.com/docker/docker/libcontainerd/queue [2022-06-24T10:05:35.559Z] github.com/docker/docker/libcontainerd/remote [2022-06-24T10:05:35.559Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-24T10:05:35.559Z] github.com/docker/docker/libcontainerd/types [2022-06-24T10:05:35.559Z] github.com/docker/docker/libnetwork [2022-06-24T10:05:35.559Z] github.com/docker/docker/libnetwork/bitseq [2022-06-24T10:05:35.559Z] github.com/docker/docker/libnetwork/cluster [2022-06-24T10:05:35.559Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-24T10:05:35.559Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-24T10:05:35.559Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-24T10:05:35.559Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-24T10:05:35.559Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-24T10:05:35.559Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-24T10:05:35.559Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-24T10:05:35.559Z] github.com/docker/docker/libnetwork/config [2022-06-24T10:05:35.559Z] github.com/docker/docker/libnetwork/datastore [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/driverapi [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/etchosts [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/idm [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipam [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/iptables [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/netlabel [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/netutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/networkdb [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ns [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/options [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/osl [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/portallocator [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/portmapper [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/testutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/types [2022-06-24T10:05:35.560Z] github.com/docker/docker/oci [2022-06-24T10:05:35.560Z] github.com/docker/docker/oci/caps [2022-06-24T10:05:35.560Z] github.com/docker/docker/opts [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/aaparser [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/archive [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/authorization [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/broadcaster [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/capabilities [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/chrootarchive [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/containerfs [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/devicemapper [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/directory [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/dmesg [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/fileutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/fsutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/homedir [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/idtools [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/ioutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/jsonmessage [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/longpath [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/loopback [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/namesgenerator [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/parsers [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/pidfile [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/platform [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/plugingetter [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/plugins [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/plugins/transport [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/pools [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/progress [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/pubsub [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/reexec [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/signal [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/stack [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/stdcopy [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/streamformatter [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/stringid [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/sysinfo [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/system [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/tailfile [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/tarsum [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/truncindex [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/urlutil [2022-06-24T10:05:35.560Z] github.com/docker/docker/pkg/useragent [2022-06-24T10:05:35.560Z] github.com/docker/docker/plugin [2022-06-24T10:05:35.560Z] github.com/docker/docker/plugin/executor/containerd [2022-06-24T10:05:35.560Z] github.com/docker/docker/plugin/v2 [2022-06-24T10:05:35.560Z] github.com/docker/docker/profiles/apparmor [2022-06-24T10:05:35.560Z] github.com/docker/docker/profiles/seccomp [2022-06-24T10:05:35.560Z] github.com/docker/docker/quota [2022-06-24T10:05:35.560Z] github.com/docker/docker/reference [2022-06-24T10:05:35.560Z] github.com/docker/docker/registry [2022-06-24T10:05:35.560Z] github.com/docker/docker/registry/resumable [2022-06-24T10:05:35.560Z] github.com/docker/docker/restartmanager [2022-06-24T10:05:35.560Z] github.com/docker/docker/rootless [2022-06-24T10:05:35.560Z] github.com/docker/docker/rootless/specconv [2022-06-24T10:05:35.560Z] github.com/docker/docker/runconfig [2022-06-24T10:05:35.560Z] github.com/docker/docker/runconfig/opts [2022-06-24T10:05:35.560Z] github.com/docker/docker/testutil [2022-06-24T10:05:35.560Z] github.com/docker/docker/testutil/daemon [2022-06-24T10:05:35.560Z] github.com/docker/docker/testutil/environment [2022-06-24T10:05:35.560Z] github.com/docker/docker/testutil/fakecontext [2022-06-24T10:05:35.560Z] github.com/docker/docker/testutil/fakegit [2022-06-24T10:05:35.560Z] github.com/docker/docker/testutil/fakestorage [2022-06-24T10:05:35.560Z] github.com/docker/docker/testutil/fixtures/load [2022-06-24T10:05:35.560Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-24T10:05:35.560Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-24T10:05:35.560Z] github.com/docker/docker/testutil/registry [2022-06-24T10:05:35.560Z] github.com/docker/docker/testutil/request [2022-06-24T10:05:35.560Z] github.com/docker/docker/volume [2022-06-24T10:05:35.560Z] github.com/docker/docker/volume/drivers [2022-06-24T10:05:35.560Z] github.com/docker/docker/volume/local [2022-06-24T10:05:35.560Z] github.com/docker/docker/volume/mounts [2022-06-24T10:05:35.560Z] github.com/docker/docker/volume/service [2022-06-24T10:05:35.560Z] github.com/docker/docker/volume/service/opts [2022-06-24T10:05:35.560Z] github.com/docker/docker/volume/testutils' [2022-06-24T10:05:35.560Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/bitseq [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cluster [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/config [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/datastore [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/driverapi [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/etchosts [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/idm [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipam [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/iptables [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/netlabel [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/netutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/networkdb [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ns [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/options [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/osl [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/portallocator [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/portmapper [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/testutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/types' [2022-06-24T10:05:35.560Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-24T10:05:35.560Z] + echo 'github.com/docker/docker/libnetwork [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/bitseq [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cluster [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/config [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/datastore [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/driverapi [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/etchosts [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/idm [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipam [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/iptables [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/netlabel [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/netutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/networkdb [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/ns [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/options [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/osl [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/portallocator [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/portmapper [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/testutils [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/types' [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-24T10:05:35.560Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-24T10:05:35.560Z] + type docker-proxy [2022-06-24T10:05:35.560Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-24T10:05:35.560Z] + hack/make.sh binary-proxy install-proxy [2022-06-24T10:05:35.560Z] [2022-06-24T10:05:35.560Z] Removing bundles/ [2022-06-24T10:05:35.560Z] [2022-06-24T10:05:35.560Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-24T10:05:35.831Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-24T10:05:35.831Z] GOOS="" GOARCH="" GOARM="" [2022-06-24T10:05:37.067Z] --- PASS: TestConfigList (2.19s) [2022-06-24T10:05:37.067Z] === RUN TestConfigsCreateAndDelete [2022-06-24T10:05:37.325Z] === RUN TestDockerSuite/TestGetContainerStats [2022-06-24T10:05:37.889Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-06-24T10:05:38.839Z] #77 ... [2022-06-24T10:05:38.839Z] [2022-06-24T10:05:38.839Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-24T10:05:38.839Z] #23 sha256:f3eb4414ed295cc4b608136fb6f37ded1f22bf01450bd4809fea72750aa7e1dc [2022-06-24T10:05:38.839Z] #23 10.38 Collecting yamllint==1.26.1 [2022-06-24T10:05:39.261Z] --- PASS: TestConfigsCreateAndDelete (2.35s) [2022-06-24T10:05:39.261Z] === RUN TestConfigsUpdate [2022-06-24T10:05:40.225Z] #23 11.44 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-24T10:05:41.117Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-24T10:05:41.117Z] [2022-06-24T10:05:41.117Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-24T10:05:41.117Z] Installing docker-proxy to /usr/local/bin/ [2022-06-24T10:05:41.117Z] [2022-06-24T10:05:41.117Z] + mkdir -p bundles [2022-06-24T10:05:41.117Z] + '[' -n 'github.com/docker/docker/api [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/backend/build [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/httpstatus [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/httputils [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/middleware [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/router [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/router/build [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/router/container [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/router/debug [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/router/distribution [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/router/grpc [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/router/image [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/router/network [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/router/plugin [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/router/session [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/router/swarm [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/router/system [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/server/router/volume [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/backend [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/blkiodev [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/container [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/events [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/filters [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/image [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/mount [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/network [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/registry [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/strslice [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/swarm [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/time [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/versions [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-24T10:05:41.117Z] github.com/docker/docker/api/types/volume [2022-06-24T10:05:41.117Z] github.com/docker/docker/builder [2022-06-24T10:05:41.117Z] github.com/docker/docker/builder/builder-next [2022-06-24T10:05:41.117Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-24T10:05:41.117Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-24T10:05:41.117Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-24T10:05:41.117Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-24T10:05:41.117Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-24T10:05:41.117Z] github.com/docker/docker/builder/builder-next/worker [2022-06-24T10:05:41.117Z] github.com/docker/docker/builder/dockerfile [2022-06-24T10:05:41.117Z] github.com/docker/docker/builder/remotecontext [2022-06-24T10:05:41.117Z] github.com/docker/docker/builder/remotecontext/git [2022-06-24T10:05:41.117Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-24T10:05:41.117Z] github.com/docker/docker/cli [2022-06-24T10:05:41.117Z] github.com/docker/docker/cli/config [2022-06-24T10:05:41.117Z] github.com/docker/docker/cli/debug [2022-06-24T10:05:41.117Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-24T10:05:41.117Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-24T10:05:41.117Z] github.com/docker/docker/client [2022-06-24T10:05:41.117Z] github.com/docker/docker/cmd/docker-proxy [2022-06-24T10:05:41.117Z] github.com/docker/docker/cmd/dockerd [2022-06-24T10:05:41.117Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-24T10:05:41.117Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-24T10:05:41.117Z] github.com/docker/docker/container [2022-06-24T10:05:41.117Z] github.com/docker/docker/container/stream [2022-06-24T10:05:41.117Z] github.com/docker/docker/contrib/apparmor [2022-06-24T10:05:41.117Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-24T10:05:41.117Z] github.com/docker/docker/contrib/httpserver [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/cluster [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/cluster/convert [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/cluster/executor [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/cluster/provider [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/config [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/events [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/events/testutils [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/exec [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/graphdriver [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/images [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/initlayer [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/links [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/listeners [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/gelf [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/journald [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/local [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/logentries [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/splunk [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/syslog [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/logger/templates [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/names [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/network [2022-06-24T10:05:41.117Z] github.com/docker/docker/daemon/stats [2022-06-24T10:05:41.117Z] github.com/docker/docker/distribution [2022-06-24T10:05:41.117Z] github.com/docker/docker/distribution/metadata [2022-06-24T10:05:41.117Z] github.com/docker/docker/distribution/utils [2022-06-24T10:05:41.117Z] github.com/docker/docker/distribution/xfer [2022-06-24T10:05:41.117Z] github.com/docker/docker/dockerversion [2022-06-24T10:05:41.117Z] github.com/docker/docker/errdefs [2022-06-24T10:05:41.117Z] github.com/docker/docker/image [2022-06-24T10:05:41.117Z] github.com/docker/docker/image/cache [2022-06-24T10:05:41.117Z] github.com/docker/docker/image/tarexport [2022-06-24T10:05:41.117Z] github.com/docker/docker/image/v1 [2022-06-24T10:05:41.117Z] github.com/docker/docker/internal/test/suite [2022-06-24T10:05:41.117Z] github.com/docker/docker/layer [2022-06-24T10:05:41.117Z] github.com/docker/docker/libcontainerd [2022-06-24T10:05:41.117Z] github.com/docker/docker/libcontainerd/queue [2022-06-24T10:05:41.117Z] github.com/docker/docker/libcontainerd/remote [2022-06-24T10:05:41.117Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-24T10:05:41.117Z] github.com/docker/docker/libcontainerd/types [2022-06-24T10:05:41.117Z] github.com/docker/docker/oci [2022-06-24T10:05:41.117Z] github.com/docker/docker/oci/caps [2022-06-24T10:05:41.117Z] github.com/docker/docker/opts [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/aaparser [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/archive [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/authorization [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/broadcaster [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/capabilities [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/chrootarchive [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/containerfs [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/devicemapper [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/directory [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/dmesg [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/fileutils [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/fsutils [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/homedir [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/idtools [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/ioutils [2022-06-24T10:05:41.117Z] github.com/docker/docker/pkg/jsonmessage [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/longpath [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/loopback [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/namesgenerator [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/parsers [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/pidfile [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/platform [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/plugingetter [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/plugins [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/plugins/transport [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/pools [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/progress [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/pubsub [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/reexec [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/signal [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/stack [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/stdcopy [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/streamformatter [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/stringid [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/sysinfo [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/system [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/tailfile [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/tarsum [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/truncindex [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/urlutil [2022-06-24T10:05:41.118Z] github.com/docker/docker/pkg/useragent [2022-06-24T10:05:41.118Z] github.com/docker/docker/plugin [2022-06-24T10:05:41.118Z] github.com/docker/docker/plugin/executor/containerd [2022-06-24T10:05:41.118Z] github.com/docker/docker/plugin/v2 [2022-06-24T10:05:41.118Z] github.com/docker/docker/profiles/apparmor [2022-06-24T10:05:41.118Z] github.com/docker/docker/profiles/seccomp [2022-06-24T10:05:41.118Z] github.com/docker/docker/quota [2022-06-24T10:05:41.118Z] github.com/docker/docker/reference [2022-06-24T10:05:41.118Z] github.com/docker/docker/registry [2022-06-24T10:05:41.118Z] github.com/docker/docker/registry/resumable [2022-06-24T10:05:41.118Z] github.com/docker/docker/restartmanager [2022-06-24T10:05:41.118Z] github.com/docker/docker/rootless [2022-06-24T10:05:41.118Z] github.com/docker/docker/rootless/specconv [2022-06-24T10:05:41.118Z] github.com/docker/docker/runconfig [2022-06-24T10:05:41.118Z] github.com/docker/docker/runconfig/opts [2022-06-24T10:05:41.118Z] github.com/docker/docker/testutil [2022-06-24T10:05:41.118Z] github.com/docker/docker/testutil/daemon [2022-06-24T10:05:41.118Z] github.com/docker/docker/testutil/environment [2022-06-24T10:05:41.118Z] github.com/docker/docker/testutil/fakecontext [2022-06-24T10:05:41.118Z] github.com/docker/docker/testutil/fakegit [2022-06-24T10:05:41.118Z] github.com/docker/docker/testutil/fakestorage [2022-06-24T10:05:41.118Z] github.com/docker/docker/testutil/fixtures/load [2022-06-24T10:05:41.118Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-24T10:05:41.118Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-24T10:05:41.118Z] github.com/docker/docker/testutil/registry [2022-06-24T10:05:41.118Z] github.com/docker/docker/testutil/request [2022-06-24T10:05:41.118Z] github.com/docker/docker/volume [2022-06-24T10:05:41.118Z] github.com/docker/docker/volume/drivers [2022-06-24T10:05:41.118Z] github.com/docker/docker/volume/local [2022-06-24T10:05:41.118Z] github.com/docker/docker/volume/mounts [2022-06-24T10:05:41.118Z] github.com/docker/docker/volume/service [2022-06-24T10:05:41.118Z] github.com/docker/docker/volume/service/opts [2022-06-24T10:05:41.118Z] github.com/docker/docker/volume/testutils' ']' [2022-06-24T10:05:41.118Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-06-24T10:05:41.517Z] #69 32.56 Reading package lists... [2022-06-24T10:05:41.517Z] #69 ... [2022-06-24T10:05:41.517Z] [2022-06-24T10:05:41.517Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:05:41.517Z] #49 sha256:208047097addfff29995fd790ff3f70288d795ff4e6e8cf09bd8943d9b41b128 [2022-06-24T10:05:41.517Z] #49 30.51 Reading package lists... [2022-06-24T10:05:41.609Z] #23 12.86 Collecting pathspec>=0.5.3 [2022-06-24T10:05:41.609Z] #23 12.87 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-24T10:05:41.786Z] --- PASS: TestConfigsUpdate (2.25s) [2022-06-24T10:05:41.786Z] === RUN TestTemplatedConfig [2022-06-24T10:05:41.870Z] #23 13.28 Collecting pyyaml [2022-06-24T10:05:41.870Z] #23 13.29 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-06-24T10:05:41.870Z] #23 13.35 Building wheels for collected packages: yamllint [2022-06-24T10:05:42.044Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-06-24T10:05:42.046Z] ? github.com/docker/docker/api [no test files] [2022-06-24T10:05:42.131Z] #23 13.35 Building wheel for yamllint (setup.py): started [2022-06-24T10:05:42.893Z] #49 39.75 Building dependency tree... [2022-06-24T10:05:43.074Z] #23 14.45 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-24T10:05:43.074Z] #23 14.46 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=fdc82dda61217796531cf59069611b411fb68cc55dfe4b592b8b9a3a57480c91 [2022-06-24T10:05:43.074Z] #23 14.46 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-24T10:05:43.074Z] #23 14.47 Successfully built yamllint [2022-06-24T10:05:43.074Z] #23 14.50 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-24T10:05:43.646Z] #23 15.12 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-24T10:05:44.568Z] --- PASS: TestTemplatedConfig (2.75s) [2022-06-24T10:05:44.568Z] === RUN TestConfigCreateResolve [2022-06-24T10:05:44.568Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-06-24T10:05:44.589Z] #23 DONE 15.7s [2022-06-24T10:05:44.589Z] [2022-06-24T10:05:44.589Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-24T10:05:44.589Z] #27 sha256:b42d1690ed19b86fc2e841dac9366593c26a5c8cec9bf499ef5d01284a686e96 [2022-06-24T10:05:44.589Z] #27 DONE 0.2s [2022-06-24T10:05:44.589Z] [2022-06-24T10:05:44.589Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-24T10:05:44.589Z] #32 sha256:eece3c187821c4bb7cfc9b428b21aee68473c6708ffc63380dc685f92ca8195e [2022-06-24T10:05:44.851Z] #32 DONE 0.3s [2022-06-24T10:05:44.851Z] [2022-06-24T10:05:44.851Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-24T10:05:44.851Z] #35 sha256:cc37ffc4b467387e104bea8d169f928fe75e43447f08baadd2864aad32312020 [2022-06-24T10:05:45.112Z] #35 DONE 0.1s [2022-06-24T10:05:45.112Z] [2022-06-24T10:05:45.112Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-24T10:05:45.112Z] #37 sha256:5589911ffdbd26bd3f0eb5b5975e1dc28dfa00e9bd81e777e60417d075aa0925 [2022-06-24T10:05:45.112Z] #37 DONE 0.1s [2022-06-24T10:05:45.112Z] [2022-06-24T10:05:45.112Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-24T10:05:45.112Z] #39 sha256:29dbac29bb37db8469bf8cad93c45866208cfda87a47faf848a1c4351e9fd203 [2022-06-24T10:05:45.112Z] #39 DONE 0.1s [2022-06-24T10:05:45.112Z] [2022-06-24T10:05:45.112Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:05:45.112Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:05:45.373Z] #55 ... [2022-06-24T10:05:45.373Z] [2022-06-24T10:05:45.373Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-24T10:05:45.373Z] #41 sha256:1d0bdd258cc1258b7a18fd6d2ca6a34fc9b3ef509f3378af82337b6a119bb5fa [2022-06-24T10:05:45.373Z] #41 DONE 0.1s [2022-06-24T10:05:45.373Z] [2022-06-24T10:05:45.373Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-24T10:05:45.373Z] #45 sha256:a213aeb256c6243cab0e4ce0bcb3af9bc81cd2fb5ac44651ae875555e6dbeb66 [2022-06-24T10:05:45.373Z] #45 DONE 0.1s [2022-06-24T10:05:45.373Z] [2022-06-24T10:05:45.373Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:05:45.373Z] #47 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T10:05:45.432Z] #49 44.09 The following additional packages will be installed: [2022-06-24T10:05:45.432Z] #49 44.13 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-06-24T10:05:45.432Z] #49 44.16 Suggested packages: [2022-06-24T10:05:45.432Z] #49 44.16 cmake-doc ninja-build lrzip [2022-06-24T10:05:45.432Z] #49 44.16 Recommended packages: [2022-06-24T10:05:45.432Z] #49 44.16 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-24T10:05:45.691Z] #49 44.95 The following NEW packages will be installed: [2022-06-24T10:05:45.949Z] #49 44.97 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-06-24T10:05:46.518Z] #49 45.47 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:05:46.518Z] #49 45.47 Need to get 8418 kB of archives. [2022-06-24T10:05:46.518Z] #49 45.47 After this operation, 34.9 MB of additional disk space will be used. [2022-06-24T10:05:46.518Z] #49 45.47 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-24T10:05:46.518Z] #49 45.48 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-24T10:05:46.518Z] #49 45.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-24T10:05:46.518Z] #49 45.54 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-24T10:05:46.518Z] #49 45.56 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-24T10:05:46.518Z] #49 45.56 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-24T10:05:46.518Z] #49 45.56 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-24T10:05:46.518Z] #49 45.56 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-24T10:05:47.095Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-06-24T10:05:47.095Z] --- PASS: TestConfigCreateResolve (2.59s) [2022-06-24T10:05:47.095Z] PASS [2022-06-24T10:05:47.095Z] [2022-06-24T10:05:47.095Z] DONE 6 tests in 14.668s [2022-06-24T10:05:47.095Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-24T10:05:47.095Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:05:47.095Z] ++ set -e [2022-06-24T10:05:47.095Z] ++ '[' -n 0 ']' [2022-06-24T10:05:47.095Z] ++ set -x [2022-06-24T10:05:47.095Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:05:47.095Z] INFO: Testing against a local daemon [2022-06-24T10:05:47.095Z] === RUN TestAttachWithTTY [2022-06-24T10:05:47.095Z] --- PASS: TestAttachWithTTY (0.05s) [2022-06-24T10:05:47.095Z] === RUN TestAttachWithoutTTy [2022-06-24T10:05:47.095Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-06-24T10:05:47.095Z] === RUN TestCheckpoint [2022-06-24T10:05:47.095Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-24T10:05:47.095Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/commit [2022-06-24T10:05:47.095Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-24T10:05:47.095Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-24T10:05:47.095Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-24T10:05:47.095Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-24T10:05:47.095Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-24T10:05:47.095Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-24T10:05:47.095Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-24T10:05:47.095Z] === CONT TestContainerInvalidJSON/commit [2022-06-24T10:05:47.095Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-24T10:05:47.095Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-24T10:05:47.095Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-24T10:05:47.095Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-24T10:05:47.095Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-24T10:05:47.095Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-24T10:05:47.095Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-24T10:05:47.095Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-24T10:05:47.096Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-24T10:05:47.096Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-24T10:05:47.096Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-24T10:05:47.096Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-24T10:05:47.096Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-24T10:05:47.096Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-24T10:05:47.096Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-06-24T10:05:47.096Z] === RUN TestCopyEmptyFile [2022-06-24T10:05:47.354Z] --- PASS: TestCopyEmptyFile (0.20s) [2022-06-24T10:05:47.354Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-24T10:05:47.354Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-06-24T10:05:47.354Z] === RUN TestCopyFromContainer [2022-06-24T10:05:47.455Z] #49 46.39 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:05:47.455Z] #49 ... [2022-06-24T10:05:47.455Z] [2022-06-24T10:05:47.455Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:05:47.455Z] #20 sha256:e36c1408d5d1c418f9ff6441f6b6cf424ac9f67aecc17b9a8b8119911a216e48 [2022-06-24T10:05:47.455Z] #20 31.03 Reading package lists... [2022-06-24T10:05:47.455Z] #20 40.24 Building dependency tree... [2022-06-24T10:05:47.455Z] #20 44.32 The following additional packages will be installed: [2022-06-24T10:05:47.455Z] #20 44.33 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-24T10:05:47.455Z] #20 44.33 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-24T10:05:47.455Z] #20 44.33 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-24T10:05:47.455Z] #20 44.33 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-24T10:05:47.455Z] #20 44.33 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-24T10:05:47.455Z] #20 44.34 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-24T10:05:47.455Z] #20 44.36 mingw-w64-common mingw-w64-x86-64-dev [2022-06-24T10:05:47.455Z] #20 44.40 Suggested packages: [2022-06-24T10:05:47.455Z] #20 44.40 gcc-10-locales seccomp wine64 [2022-06-24T10:05:47.455Z] #20 45.00 The following NEW packages will be installed: [2022-06-24T10:05:47.455Z] #20 45.01 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-24T10:05:47.455Z] #20 45.01 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-24T10:05:47.455Z] #20 45.01 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-24T10:05:47.455Z] #20 45.01 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-24T10:05:47.455Z] #20 45.01 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-24T10:05:47.455Z] #20 45.03 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-24T10:05:47.455Z] #20 45.03 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-24T10:05:47.455Z] #20 45.03 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-24T10:05:47.455Z] #20 45.04 mingw-w64-x86-64-dev [2022-06-24T10:05:47.455Z] #20 45.49 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:05:47.455Z] #20 45.49 Need to get 115 MB of archives. [2022-06-24T10:05:47.455Z] #20 45.49 After this operation, 645 MB of additional disk space will be used. [2022-06-24T10:05:47.455Z] #20 45.49 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-06-24T10:05:47.455Z] #20 45.56 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-06-24T10:05:47.455Z] #20 45.63 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-24T10:05:47.455Z] #20 45.64 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-24T10:05:47.455Z] #20 45.64 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-06-24T10:05:47.455Z] #20 45.64 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-24T10:05:47.455Z] #20 45.77 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-24T10:05:47.455Z] #20 45.84 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-06-24T10:05:47.455Z] #20 45.85 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-06-24T10:05:47.455Z] #20 46.00 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-24T10:05:47.455Z] #20 46.41 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-24T10:05:47.455Z] #20 46.62 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-06-24T10:05:47.714Z] #20 ... [2022-06-24T10:05:47.714Z] [2022-06-24T10:05:47.714Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:05:47.714Z] #49 sha256:208047097addfff29995fd790ff3f70288d795ff4e6e8cf09bd8943d9b41b128 [2022-06-24T10:05:47.714Z] #49 46.72 Fetched 8418 kB in 0s (17.1 MB/s) [2022-06-24T10:05:47.714Z] #49 46.76 Selecting previously unselected package xxd. [2022-06-24T10:05:47.714Z] #49 46.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30256 files and directories currently installed.) [2022-06-24T10:05:47.714Z] #49 46.80 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-24T10:05:47.714Z] #49 46.82 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:05:47.919Z] check_test.go:540: [d55f53588ff60] daemon is not started [2022-06-24T10:05:47.919Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-06-24T10:05:47.973Z] #49 46.92 Selecting previously unselected package vim-common. [2022-06-24T10:05:47.973Z] #49 46.92 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T10:05:47.973Z] #49 46.94 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:05:47.973Z] #49 47.09 Selecting previously unselected package cmake-data. [2022-06-24T10:05:47.973Z] #49 47.09 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-24T10:05:47.973Z] #49 47.10 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-24T10:05:48.486Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-06-24T10:05:48.486Z] === RUN TestCopyFromContainer// [2022-06-24T10:05:48.486Z] === RUN TestCopyFromContainer//bar/root [2022-06-24T10:05:48.486Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-24T10:05:48.486Z] === RUN TestCopyFromContainer/bar/quux [2022-06-24T10:05:48.744Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-24T10:05:48.744Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-24T10:05:48.744Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-24T10:05:48.744Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-24T10:05:48.744Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-24T10:05:49.001Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-24T10:05:49.001Z] --- PASS: TestCopyFromContainer (1.65s) [2022-06-24T10:05:49.001Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-06-24T10:05:49.001Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-24T10:05:49.001Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-24T10:05:49.001Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-06-24T10:05:49.001Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-06-24T10:05:49.001Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-24T10:05:49.001Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-06-24T10:05:49.001Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-06-24T10:05:49.001Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-06-24T10:05:49.001Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-06-24T10:05:49.001Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-24T10:05:49.001Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-24T10:05:49.001Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-24T10:05:49.002Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-24T10:05:49.002Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-24T10:05:49.002Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-24T10:05:49.002Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-24T10:05:49.002Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-24T10:05:49.002Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-24T10:05:49.002Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-24T10:05:49.002Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-24T10:05:49.002Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-24T10:05:49.002Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-24T10:05:49.002Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-24T10:05:49.002Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-24T10:05:49.002Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-24T10:05:49.002Z] === RUN TestCreateWithInvalidEnv [2022-06-24T10:05:49.002Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-24T10:05:49.002Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-24T10:05:49.002Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-24T10:05:49.002Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-24T10:05:49.002Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-24T10:05:49.002Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-24T10:05:49.002Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-24T10:05:49.002Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-24T10:05:49.002Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-24T10:05:49.002Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-24T10:05:49.002Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-24T10:05:49.002Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-24T10:05:49.002Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-24T10:05:49.002Z] === RUN TestCreateTmpfsMountsTarget [2022-06-24T10:05:49.002Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-24T10:05:49.002Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-24T10:05:49.349Z] #49 48.18 Selecting previously unselected package libarchive13:amd64. [2022-06-24T10:05:49.349Z] #49 48.19 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-24T10:05:49.349Z] #49 48.29 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-24T10:05:49.349Z] #49 ... [2022-06-24T10:05:49.349Z] [2022-06-24T10:05:49.349Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-24T10:05:49.349Z] #69 sha256:1acc82bacd7dd3f35442082b3ab8ca5a2cb0425c35ee6373ccbe150083eb2d1b [2022-06-24T10:05:49.349Z] #69 32.56 Reading package lists... [2022-06-24T10:05:49.349Z] #69 41.73 Building dependency tree... [2022-06-24T10:05:49.349Z] #69 45.54 The following additional packages will be installed: [2022-06-24T10:05:49.349Z] #69 45.57 libbtrfs0 [2022-06-24T10:05:49.349Z] #69 45.72 The following NEW packages will be installed: [2022-06-24T10:05:49.349Z] #69 45.73 libbtrfs-dev libbtrfs0 [2022-06-24T10:05:49.349Z] #69 46.17 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:05:49.349Z] #69 46.17 Need to get 460 kB of archives. [2022-06-24T10:05:49.349Z] #69 46.17 After this operation, 1237 kB of additional disk space will be used. [2022-06-24T10:05:49.349Z] #69 46.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-24T10:05:49.349Z] #69 46.17 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-24T10:05:49.349Z] #69 46.93 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:05:49.349Z] #69 47.36 Fetched 460 kB in 0s (1471 kB/s) [2022-06-24T10:05:49.349Z] #69 47.44 Selecting previously unselected package libbtrfs0:amd64. [2022-06-24T10:05:49.349Z] #69 47.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 ... 30256 files and directories currently installed.) [2022-06-24T10:05:49.349Z] #69 47.51 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-24T10:05:49.349Z] #69 47.53 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T10:05:49.349Z] #69 47.67 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-24T10:05:49.349Z] #69 47.67 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-24T10:05:49.350Z] #69 47.68 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T10:05:49.350Z] #69 47.87 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T10:05:49.350Z] #69 47.89 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T10:05:49.350Z] #69 47.90 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:05:49.350Z] #69 DONE 48.3s [2022-06-24T10:05:49.350Z] [2022-06-24T10:05:49.350Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-24T10:05:49.350Z] #70 sha256:9b2847f3640d25c502ce1f6d1b922ad561a33eb1b3e4e00e2eabf4f5be6d8063 [2022-06-24T10:05:49.350Z] #70 DONE 0.1s [2022-06-24T10:05:49.350Z] [2022-06-24T10:05:49.350Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-24T10:05:49.350Z] #49 sha256:208047097addfff29995fd790ff3f70288d795ff4e6e8cf09bd8943d9b41b128 [2022-06-24T10:05:49.350Z] #49 48.45 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-24T10:05:49.350Z] #49 48.45 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-24T10:05:49.350Z] #49 48.46 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-24T10:05:49.607Z] #49 48.62 Selecting previously unselected package librhash0:amd64. [2022-06-24T10:05:49.607Z] #49 48.63 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-06-24T10:05:49.607Z] #49 48.64 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-24T10:05:49.607Z] #49 48.75 Selecting previously unselected package libuv1:amd64. [2022-06-24T10:05:49.607Z] #49 48.76 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-06-24T10:05:49.607Z] #49 48.76 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-24T10:05:49.865Z] #49 48.88 Selecting previously unselected package cmake. [2022-06-24T10:05:49.865Z] #49 48.88 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-24T10:05:49.865Z] #49 48.89 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-24T10:05:49.935Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-06-24T10:05:50.868Z] --- PASS: TestCreateWithCustomMaskedPaths (1.62s) [2022-06-24T10:05:50.868Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-24T10:05:51.250Z] #49 50.22 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-24T10:05:51.250Z] #49 50.23 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:05:51.250Z] #49 50.24 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-24T10:05:51.250Z] #49 50.26 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:05:51.250Z] #49 50.29 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-24T10:05:51.250Z] #49 50.30 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-24T10:05:51.250Z] #49 50.31 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-24T10:05:51.250Z] #49 50.33 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-24T10:05:51.250Z] #49 50.34 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:05:51.514Z] #49 DONE 50.7s [2022-06-24T10:05:51.514Z] [2022-06-24T10:05:51.514Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-24T10:05:51.514Z] #50 sha256:b2f9a1f077922e1c6d9480c85c1ffabcb9b2fe16205b24bc6b6a6bfeb9d6f645 [2022-06-24T10:05:51.514Z] #50 DONE 0.1s [2022-06-24T10:05:51.514Z] [2022-06-24T10:05:51.514Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:05:51.514Z] #20 sha256:e36c1408d5d1c418f9ff6441f6b6cf424ac9f67aecc17b9a8b8119911a216e48 [2022-06-24T10:05:51.514Z] #20 46.87 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-24T10:05:51.514Z] #20 47.41 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-24T10:05:51.514Z] #20 47.63 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-06-24T10:05:51.514Z] #20 47.63 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-24T10:05:51.514Z] #20 47.64 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-24T10:05:51.514Z] #20 47.64 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-24T10:05:51.514Z] #20 47.65 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-24T10:05:51.514Z] #20 47.66 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-06-24T10:05:51.514Z] #20 47.67 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-24T10:05:51.514Z] #20 47.67 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-24T10:05:51.514Z] #20 47.68 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-24T10:05:51.514Z] #20 47.68 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-24T10:05:51.514Z] #20 47.69 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-24T10:05:51.514Z] #20 47.70 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-24T10:05:51.514Z] #20 47.72 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-24T10:05:51.514Z] #20 47.72 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-24T10:05:51.514Z] #20 47.72 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-24T10:05:51.514Z] #20 47.72 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-24T10:05:51.514Z] #20 48.31 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:05:51.514Z] #20 48.63 Fetched 115 MB in 3s (45.3 MB/s) [2022-06-24T10:05:51.514Z] #20 48.69 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-24T10:05:51.514Z] #20 48.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30256 files and directories currently installed.) [2022-06-24T10:05:51.514Z] #20 48.72 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-24T10:05:51.514Z] #20 48.73 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-24T10:05:51.514Z] #20 49.58 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-24T10:05:51.514Z] #20 49.58 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-24T10:05:51.514Z] #20 49.59 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-24T10:05:51.514Z] #20 50.67 Selecting previously unselected package binutils-mingw-w64. [2022-06-24T10:05:51.514Z] #20 50.67 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-24T10:05:51.514Z] #20 50.67 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-24T10:05:51.774Z] #20 50.77 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-24T10:05:51.774Z] #20 50.78 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T10:05:51.774Z] #20 50.78 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:05:51.774Z] #20 50.92 Selecting previously unselected package dmsetup. [2022-06-24T10:05:51.774Z] #20 50.94 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T10:05:51.774Z] #20 50.96 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-24T10:05:52.032Z] #20 51.11 Selecting previously unselected package mingw-w64-common. [2022-06-24T10:05:52.032Z] #20 51.11 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-24T10:05:52.032Z] #20 51.13 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-24T10:05:52.603Z] #20 ... [2022-06-24T10:05:52.603Z] [2022-06-24T10:05:52.603Z] #74 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-24T10:05:52.603Z] #74 sha256:76f4b2345b54bb7b9b3d1eedab89ebe7dcb547c4bebade25189e0470db83a90a [2022-06-24T10:05:52.603Z] #74 47.96 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-24T10:05:52.603Z] #74 47.96 + GOBIN=/build [2022-06-24T10:05:52.603Z] #74 47.96 + GO111MODULE=on [2022-06-24T10:05:52.603Z] #74 47.96 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-24T10:05:52.603Z] #74 51.21 rootlesskit version 1.0.0 [2022-06-24T10:05:52.603Z] #74 51.21 Usage of /build/rootlesskit-docker-proxy: [2022-06-24T10:05:52.603Z] #74 51.21 -container-ip string [2022-06-24T10:05:52.603Z] #74 51.21 container ip [2022-06-24T10:05:52.603Z] #74 51.21 -container-port int [2022-06-24T10:05:52.603Z] #74 51.21 container port (default -1) [2022-06-24T10:05:52.603Z] #74 51.21 -host-ip string [2022-06-24T10:05:52.603Z] #74 51.21 host ip [2022-06-24T10:05:52.603Z] #74 51.21 -host-port int [2022-06-24T10:05:52.603Z] #74 51.21 host port (default -1) [2022-06-24T10:05:52.603Z] #74 51.22 -proto string [2022-06-24T10:05:52.603Z] #74 51.22 proxy protocol (default "tcp") [2022-06-24T10:05:52.603Z] #74 DONE 51.3s [2022-06-24T10:05:52.603Z] [2022-06-24T10:05:52.603Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-24T10:05:52.603Z] #75 sha256:6a85da110c7251cc52fb4cc78729b51d36442b89c918b00236c5402b654a917b [2022-06-24T10:05:52.603Z] #75 DONE 0.1s [2022-06-24T10:05:52.603Z] [2022-06-24T10:05:52.603Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-24T10:05:52.603Z] #76 sha256:8b20408ff1b68fa8502fc97a84566384a2c89f803bc1803e94d39fbd0f4cbec6 [2022-06-24T10:05:52.603Z] #76 DONE 0.1s [2022-06-24T10:05:52.603Z] [2022-06-24T10:05:52.603Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:05:52.603Z] #71 sha256:eeb7ca46e099d8faf999cd7d670272689c63b040d6643cdef6c5b9c7b3bd4e57 [2022-06-24T10:05:52.603Z] #71 0.740 + RM_GOPATH=0 [2022-06-24T10:05:52.603Z] #71 0.740 + TMP_GOPATH= [2022-06-24T10:05:52.603Z] #71 0.740 + : /build [2022-06-24T10:05:52.603Z] #71 0.740 + '[' -z '' ']' [2022-06-24T10:05:52.603Z] #71 0.740 ++ mktemp -d [2022-06-24T10:05:52.603Z] #71 0.745 + export GOPATH=/tmp/tmp.tX8ia02i1E [2022-06-24T10:05:52.603Z] #71 0.745 + GOPATH=/tmp/tmp.tX8ia02i1E [2022-06-24T10:05:52.603Z] #71 0.745 + RM_GOPATH=1 [2022-06-24T10:05:52.603Z] #71 0.746 + case "$(go env GOARCH)" in [2022-06-24T10:05:52.603Z] #71 0.746 ++ go env GOARCH [2022-06-24T10:05:52.603Z] #71 0.751 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:05:52.603Z] #71 0.751 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:05:52.603Z] #71 0.751 ++ dirname /install.sh [2022-06-24T10:05:52.603Z] #71 0.766 + dir=/ [2022-06-24T10:05:52.603Z] #71 0.766 + bin=containerd [2022-06-24T10:05:52.603Z] #71 0.767 + shift [2022-06-24T10:05:52.603Z] #71 0.767 + '[' '!' -f //containerd.installer ']' [2022-06-24T10:05:52.603Z] #71 0.767 + . //containerd.installer [2022-06-24T10:05:52.603Z] #71 0.767 ++ set -e [2022-06-24T10:05:52.603Z] #71 0.768 ++ : v1.6.6 [2022-06-24T10:05:52.603Z] #71 0.768 + install_containerd [2022-06-24T10:05:52.603Z] #71 0.768 + echo 'Install containerd version v1.6.6' [2022-06-24T10:05:52.603Z] #71 0.769 Install containerd version v1.6.6 [2022-06-24T10:05:52.603Z] #71 0.769 + git clone https://github.com/containerd/containerd.git /tmp/tmp.tX8ia02i1E/src/github.com/containerd/containerd [2022-06-24T10:05:52.603Z] #71 0.772 Cloning into '/tmp/tmp.tX8ia02i1E/src/github.com/containerd/containerd'... [2022-06-24T10:05:52.768Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.15s) [2022-06-24T10:05:52.768Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-24T10:05:52.768Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-24T10:05:52.768Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-24T10:05:52.768Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-24T10:05:52.768Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-24T10:05:52.768Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-24T10:05:52.768Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-24T10:05:52.768Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-24T10:05:52.768Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-24T10:05:52.768Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-24T10:05:52.768Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-24T10:05:52.768Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-24T10:05:52.768Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-24T10:05:52.768Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-24T10:05:52.768Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-24T10:05:52.768Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-24T10:05:52.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-24T10:05:52.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-24T10:05:52.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-24T10:05:52.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-24T10:05:52.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-24T10:05:52.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-24T10:05:52.768Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-24T10:05:53.336Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-06-24T10:05:54.270Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.40s) [2022-06-24T10:05:54.270Z] === RUN TestCreateDifferentPlatform [2022-06-24T10:05:54.270Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-24T10:05:54.270Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-24T10:05:54.270Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-24T10:05:54.270Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-24T10:05:54.270Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-24T10:05:54.270Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-24T10:05:54.270Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-06-24T10:05:54.270Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-24T10:05:54.270Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-06-24T10:05:54.270Z] === RUN TestCreateInvalidHostConfig [2022-06-24T10:05:54.270Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-24T10:05:54.270Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-24T10:05:54.270Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-24T10:05:54.270Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-24T10:05:54.270Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-24T10:05:54.270Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-24T10:05:54.270Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-24T10:05:54.270Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-24T10:05:54.270Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-24T10:05:54.270Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-24T10:05:54.270Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-24T10:05:54.270Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-24T10:05:54.270Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-24T10:05:54.270Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-24T10:05:54.270Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-24T10:05:54.270Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-24T10:05:54.270Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-24T10:05:54.270Z] === RUN TestContainerStartOnDaemonRestart [2022-06-24T10:05:54.270Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-24T10:05:54.270Z] === RUN TestDaemonRestartIpcMode [2022-06-24T10:05:54.270Z] === PAUSE TestDaemonRestartIpcMode [2022-06-24T10:05:54.270Z] === RUN TestDaemonHostGatewayIP [2022-06-24T10:05:54.270Z] === PAUSE TestDaemonHostGatewayIP [2022-06-24T10:05:54.270Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-24T10:05:54.270Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-24T10:05:54.270Z] === RUN TestContainerKillOnDaemonStart [2022-06-24T10:05:54.270Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-24T10:05:54.270Z] === RUN TestDiff [2022-06-24T10:05:54.527Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-06-24T10:05:54.527Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-06-24T10:05:54.527Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-06-24T10:05:55.093Z] --- PASS: TestDiff (0.77s) [2022-06-24T10:05:55.093Z] === RUN TestExecConsoleSize [2022-06-24T10:05:55.132Z] #71 ... [2022-06-24T10:05:55.132Z] [2022-06-24T10:05:55.132Z] #51 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-24T10:05:55.132Z] #51 sha256:addf449e46cde4baccc9bf21c4290fab782739999c7ce80c4ea3663d3b33dec3 [2022-06-24T10:05:55.132Z] #51 0.906 + RM_GOPATH=0 [2022-06-24T10:05:55.132Z] #51 0.906 + TMP_GOPATH= [2022-06-24T10:05:55.132Z] #51 0.906 + : /build [2022-06-24T10:05:55.132Z] #51 0.906 + '[' -z '' ']' [2022-06-24T10:05:55.132Z] #51 0.906 ++ mktemp -d [2022-06-24T10:05:55.132Z] #51 0.906 + export GOPATH=/tmp/tmp.0KRL8wMdEs [2022-06-24T10:05:55.132Z] #51 0.906 + GOPATH=/tmp/tmp.0KRL8wMdEs [2022-06-24T10:05:55.132Z] #51 0.906 + RM_GOPATH=1 [2022-06-24T10:05:55.132Z] #51 0.906 + case "$(go env GOARCH)" in [2022-06-24T10:05:55.132Z] #51 0.906 ++ go env GOARCH [2022-06-24T10:05:55.132Z] #51 0.945 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:05:55.132Z] #51 0.945 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:05:55.132Z] #51 0.945 ++ dirname /install.sh [2022-06-24T10:05:55.132Z] #51 0.945 + dir=/ [2022-06-24T10:05:55.132Z] #51 0.945 + bin=tini [2022-06-24T10:05:55.132Z] #51 0.945 + shift [2022-06-24T10:05:55.132Z] #51 0.945 + '[' '!' -f //tini.installer ']' [2022-06-24T10:05:55.132Z] #51 0.945 + . //tini.installer [2022-06-24T10:05:55.132Z] #51 0.945 ++ : v0.19.0 [2022-06-24T10:05:55.132Z] #51 0.945 + install_tini [2022-06-24T10:05:55.132Z] #51 0.945 + echo 'Install tini version v0.19.0' [2022-06-24T10:05:55.132Z] #51 0.945 + git clone https://github.com/krallin/tini.git /tmp/tmp.0KRL8wMdEs/tini [2022-06-24T10:05:55.132Z] #51 0.951 Install tini version v0.19.0 [2022-06-24T10:05:55.132Z] #51 0.951 Cloning into '/tmp/tmp.0KRL8wMdEs/tini'... [2022-06-24T10:05:55.132Z] #51 1.396 + cd /tmp/tmp.0KRL8wMdEs/tini [2022-06-24T10:05:55.132Z] #51 1.399 + git checkout -q v0.19.0 [2022-06-24T10:05:55.132Z] #51 1.418 + cmake . [2022-06-24T10:05:55.132Z] #51 1.798 -- The C compiler identification is GNU 10.2.1 [2022-06-24T10:05:55.132Z] #51 1.873 -- Detecting C compiler ABI info [2022-06-24T10:05:55.132Z] #51 2.154 -- Detecting C compiler ABI info - done [2022-06-24T10:05:55.132Z] #51 2.246 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-24T10:05:55.132Z] #51 2.246 -- Detecting C compile features [2022-06-24T10:05:55.132Z] #51 2.246 -- Detecting C compile features - done [2022-06-24T10:05:55.132Z] #51 2.293 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-24T10:05:55.132Z] #51 2.380 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-24T10:05:55.132Z] #51 2.448 -- Configuring done [2022-06-24T10:05:55.132Z] #51 2.454 -- Generating done [2022-06-24T10:05:55.132Z] #51 2.455 -- Build files have been written to: /tmp/tmp.0KRL8wMdEs/tini [2022-06-24T10:05:55.132Z] #51 2.458 + make tini-static [2022-06-24T10:05:55.132Z] #51 2.543 Scanning dependencies of target tini-static [2022-06-24T10:05:55.132Z] #51 2.601 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-24T10:05:55.132Z] #51 2.973 [100%] Linking C executable tini-static [2022-06-24T10:05:55.132Z] #51 3.121 [100%] Built target tini-static [2022-06-24T10:05:55.132Z] #51 3.138 + mkdir -p /build [2022-06-24T10:05:55.132Z] #51 3.140 + cp tini-static /build/docker-init [2022-06-24T10:05:55.132Z] #51 DONE 3.3s [2022-06-24T10:05:55.132Z] [2022-06-24T10:05:55.132Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:05:55.132Z] #20 sha256:e36c1408d5d1c418f9ff6441f6b6cf424ac9f67aecc17b9a8b8119911a216e48 [2022-06-24T10:05:55.132Z] #20 53.51 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-24T10:05:55.132Z] #20 53.51 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-24T10:05:55.132Z] #20 53.52 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-24T10:05:55.353Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-06-24T10:05:55.919Z] --- PASS: TestExecConsoleSize (0.69s) [2022-06-24T10:05:55.919Z] === RUN TestExecWithCloseStdin [2022-06-24T10:05:56.485Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-06-24T10:05:56.885Z] ok github.com/docker/docker/api/server 0.004s coverage: 7.9% of statements [2022-06-24T10:05:57.035Z] #20 55.89 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-24T10:05:57.035Z] #20 55.89 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:05:57.035Z] #20 55.89 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-24T10:05:57.035Z] #20 55.95 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-24T10:05:57.035Z] #20 55.95 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:05:57.035Z] #20 55.96 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-24T10:05:57.050Z] --- PASS: TestExecWithCloseStdin (1.23s) [2022-06-24T10:05:57.050Z] === RUN TestExec [2022-06-24T10:05:57.307Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-06-24T10:05:57.873Z] --- PASS: TestExec (0.80s) [2022-06-24T10:05:57.873Z] === RUN TestExecUser [2022-06-24T10:05:58.132Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-06-24T10:05:58.938Z] #20 57.69 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-24T10:05:58.938Z] #20 57.69 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:05:58.938Z] #20 57.70 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:05:59.504Z] --- PASS: TestExecUser (1.54s) [2022-06-24T10:05:59.504Z] === RUN TestExportContainerAndImportImage [2022-06-24T10:05:59.763Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-06-24T10:05:59.763Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-06-24T10:06:00.329Z] --- PASS: TestExportContainerAndImportImage (0.92s) [2022-06-24T10:06:00.329Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-24T10:06:00.329Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-06-24T10:06:00.329Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-06-24T10:06:00.329Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-06-24T10:06:01.263Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-06-24T10:06:01.521Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s) [2022-06-24T10:06:01.521Z] === RUN TestHealthCheckWorkdir [2022-06-24T10:06:01.779Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-06-24T10:06:01.779Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-06-24T10:06:02.344Z] --- PASS: TestHealthCheckWorkdir (0.64s) [2022-06-24T10:06:02.344Z] === RUN TestHealthKillContainer [2022-06-24T10:06:02.908Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-06-24T10:06:03.127Z] #20 61.72 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-24T10:06:03.127Z] #20 61.73 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:06:03.127Z] #20 61.73 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:06:03.385Z] #20 ... [2022-06-24T10:06:03.385Z] [2022-06-24T10:06:03.385Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:06:03.385Z] #71 sha256:eeb7ca46e099d8faf999cd7d670272689c63b040d6643cdef6c5b9c7b3bd4e57 [2022-06-24T10:06:03.385Z] #71 14.16 + cd /tmp/tmp.tX8ia02i1E/src/github.com/containerd/containerd [2022-06-24T10:06:03.493Z] #47 ... [2022-06-24T10:06:03.493Z] [2022-06-24T10:06:03.493Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:06:03.493Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:06:03.493Z] #77 268.8 CCLD libocispec.la [2022-06-24T10:06:03.493Z] #77 269.2 CCLD src/validate [2022-06-24T10:06:03.493Z] #77 269.2 CCLD tests/test-2 [2022-06-24T10:06:03.493Z] #77 269.2 CCLD tests/test-1 [2022-06-24T10:06:03.493Z] #77 269.2 CCLD tests/test-3 [2022-06-24T10:06:03.493Z] #77 269.2 CCLD tests/test-4 [2022-06-24T10:06:03.493Z] #77 269.3 CCLD tests/test-5 [2022-06-24T10:06:03.493Z] #77 269.3 CCLD tests/test-6 [2022-06-24T10:06:03.493Z] #77 269.4 CCLD tests/test-7 [2022-06-24T10:06:03.493Z] #77 269.5 CCLD tests/test-8 [2022-06-24T10:06:03.493Z] #77 269.6 CCLD tests/test-9 [2022-06-24T10:06:03.493Z] #77 269.7 CCLD tests/test-10 [2022-06-24T10:06:03.493Z] #77 269.7 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-24T10:06:03.493Z] #77 269.7 CCLD tests/test-11 [2022-06-24T10:06:03.644Z] #71 14.16 + git checkout -q v1.6.6 [2022-06-24T10:06:04.210Z] #71 14.79 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-24T10:06:04.210Z] #71 14.79 + BUILDTAGS='netgo osusergo static_build' [2022-06-24T10:06:04.210Z] #71 14.79 + export EXTRA_FLAGS=-buildmode=pie [2022-06-24T10:06:04.210Z] #71 14.79 + EXTRA_FLAGS=-buildmode=pie [2022-06-24T10:06:04.210Z] #71 14.79 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-24T10:06:04.210Z] #71 14.79 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-24T10:06:04.210Z] #71 14.79 + '[' '' = dynamic ']' [2022-06-24T10:06:04.210Z] #71 14.79 + make [2022-06-24T10:06:04.777Z] #71 15.47 + bin/ctr [2022-06-24T10:06:05.407Z] #77 271.9 libtool: link: ar cr libocispec.a [2022-06-24T10:06:05.407Z] #77 272.0 libtool: link: ranlib libocispec.a [2022-06-24T10:06:05.433Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-06-24T10:06:05.998Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-06-24T10:06:06.255Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-06-24T10:06:06.350Z] #77 273.3 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-24T10:06:06.350Z] #77 273.4 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-24T10:06:06.611Z] #77 273.4 make[5]: Nothing to be done for 'install-data-am'. [2022-06-24T10:06:06.611Z] #77 273.4 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:06:06.611Z] #77 273.4 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:06:06.611Z] #77 273.4 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:06:06.611Z] #77 273.4 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-24T10:06:06.611Z] #77 273.4 make[2]: Entering directory '/tmp/crun-build' [2022-06-24T10:06:06.611Z] #77 273.5 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-24T10:06:06.872Z] #77 273.5 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-24T10:06:06.872Z] #77 273.5 CC src/libcrun/libcrun_testing_a-container.o [2022-06-24T10:06:06.872Z] #77 273.5 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-24T10:06:06.872Z] #77 273.5 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-24T10:06:06.872Z] #77 273.5 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-24T10:06:06.872Z] #77 273.5 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-24T10:06:06.872Z] #77 273.6 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-24T10:06:06.872Z] #77 273.6 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-24T10:06:06.872Z] #77 273.7 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-24T10:06:06.872Z] #77 273.7 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-24T10:06:06.872Z] #77 273.7 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-24T10:06:06.872Z] #77 273.7 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-24T10:06:06.872Z] #77 273.7 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-24T10:06:06.872Z] #77 273.7 CC src/libcrun/libcrun_testing_a-error.o [2022-06-24T10:06:06.872Z] #77 273.8 CC src/libcrun/libcrun_testing_a-status.o [2022-06-24T10:06:06.872Z] #77 273.8 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-24T10:06:06.872Z] #77 273.8 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-24T10:06:06.872Z] #77 273.8 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-24T10:06:06.872Z] #77 273.9 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-24T10:06:07.133Z] #77 273.9 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-24T10:06:07.133Z] #77 273.9 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-24T10:06:07.133Z] #77 273.9 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-24T10:06:07.133Z] #77 274.0 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-24T10:06:07.133Z] #77 274.0 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-24T10:06:07.394Z] #77 274.2 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-24T10:06:07.394Z] #77 274.2 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-24T10:06:07.655Z] #77 274.5 CC src/crun-crun.o [2022-06-24T10:06:07.916Z] #77 274.7 CC src/crun-run.o [2022-06-24T10:06:08.177Z] #77 274.8 CC src/crun-delete.o [2022-06-24T10:06:08.177Z] #77 274.9 CC src/crun-kill.o [2022-06-24T10:06:08.177Z] #77 275.0 CC src/crun-unpause.o [2022-06-24T10:06:08.177Z] #77 275.1 CC src/crun-spec.o [2022-06-24T10:06:08.438Z] #77 275.1 CC src/crun-pause.o [2022-06-24T10:06:08.438Z] #77 275.1 CC src/crun-exec.o [2022-06-24T10:06:08.438Z] #77 275.1 CC src/crun-list.o [2022-06-24T10:06:08.438Z] #77 275.2 CC src/crun-create.o [2022-06-24T10:06:08.438Z] #77 275.3 CC src/crun-start.o [2022-06-24T10:06:08.438Z] #77 275.3 CC src/crun-state.o [2022-06-24T10:06:08.438Z] #77 275.4 CC src/crun-ps.o [2022-06-24T10:06:08.699Z] #77 275.4 CC src/crun-update.o [2022-06-24T10:06:08.699Z] #77 275.4 CC src/crun-checkpoint.o [2022-06-24T10:06:08.699Z] #77 275.5 CC src/crun-restore.o [2022-06-24T10:06:08.699Z] #77 275.6 CC src/libcrun/libcrun_la-utils.lo [2022-06-24T10:06:08.699Z] #77 275.6 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-24T10:06:08.699Z] #77 275.6 CC src/libcrun/libcrun_la-container.lo [2022-06-24T10:06:08.781Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-06-24T10:06:08.960Z] #77 275.6 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-24T10:06:08.961Z] #77 275.8 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-24T10:06:08.961Z] #77 275.8 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-24T10:06:08.961Z] #77 275.9 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-24T10:06:09.222Z] #77 276.0 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-24T10:06:09.222Z] #77 276.0 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-24T10:06:09.222Z] #77 276.0 CC src/libcrun/libcrun_la-criu.lo [2022-06-24T10:06:09.222Z] #77 276.2 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-24T10:06:09.487Z] #77 276.2 CC src/libcrun/libcrun_la-linux.lo [2022-06-24T10:06:09.487Z] #77 276.3 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-24T10:06:09.487Z] #77 276.4 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-24T10:06:09.487Z] #77 276.4 CC src/libcrun/libcrun_la-error.lo [2022-06-24T10:06:09.487Z] #77 276.4 CC src/libcrun/libcrun_la-status.lo [2022-06-24T10:06:09.748Z] #77 276.6 CC src/libcrun/libcrun_la-terminal.lo [2022-06-24T10:06:09.748Z] #77 276.7 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-24T10:06:10.010Z] #77 276.8 CC src/libcrun/libcrun_la-signals.lo [2022-06-24T10:06:10.010Z] #77 277.0 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-24T10:06:10.271Z] #77 277.0 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-24T10:06:10.271Z] #77 277.1 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-24T10:06:10.271Z] #77 277.3 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-24T10:06:10.531Z] #77 277.4 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-24T10:06:10.679Z] --- PASS: TestHealthKillContainer (8.10s) [2022-06-24T10:06:10.679Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-24T10:06:10.679Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-06-24T10:06:10.792Z] #77 277.4 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-24T10:06:10.792Z] #77 277.6 CC tests/init.o [2022-06-24T10:06:10.792Z] #77 277.7 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-24T10:06:11.245Z] --- PASS: TestInspectCpusetInConfigPre120 (0.80s) [2022-06-24T10:06:11.245Z] === RUN TestIpcModeNone [2022-06-24T10:06:11.502Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-06-24T10:06:12.067Z] --- PASS: TestIpcModeNone (0.97s) [2022-06-24T10:06:12.067Z] === RUN TestIpcModePrivate [2022-06-24T10:06:12.633Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:92, shared: false, mustBeShared: false [2022-06-24T10:06:12.633Z] check_test.go:540: [d6fb70e106bbd] daemon is not started [2022-06-24T10:06:12.633Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-06-24T10:06:12.891Z] --- PASS: TestIpcModePrivate (0.69s) [2022-06-24T10:06:12.891Z] === RUN TestIpcModeShareable [2022-06-24T10:06:12.967Z] #71 ... [2022-06-24T10:06:12.967Z] [2022-06-24T10:06:12.967Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-24T10:06:12.967Z] #20 sha256:e36c1408d5d1c418f9ff6441f6b6cf424ac9f67aecc17b9a8b8119911a216e48 [2022-06-24T10:06:12.967Z] #20 63.30 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-24T10:06:12.967Z] #20 63.31 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:06:12.967Z] #20 63.31 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-24T10:06:12.968Z] #20 65.08 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-24T10:06:12.968Z] #20 65.09 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 65.09 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:06:12.968Z] #20 68.96 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-24T10:06:12.968Z] #20 68.96 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 68.97 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:06:12.968Z] #20 70.75 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-24T10:06:12.968Z] #20 70.75 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-24T10:06:12.968Z] #20 70.76 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-24T10:06:12.968Z] #20 70.83 Selecting previously unselected package libapparmor1:amd64. [2022-06-24T10:06:12.968Z] #20 70.83 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 70.83 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-24T10:06:12.968Z] #20 70.89 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-24T10:06:12.968Z] #20 70.90 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 70.90 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-24T10:06:12.968Z] #20 70.97 Selecting previously unselected package libbtrfs0:amd64. [2022-06-24T10:06:12.968Z] #20 70.98 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 70.99 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T10:06:12.968Z] #20 71.06 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-24T10:06:12.968Z] #20 71.07 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 71.07 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T10:06:12.968Z] #20 71.16 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-24T10:06:12.968Z] #20 71.17 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 71.18 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:06:12.968Z] #20 71.22 Selecting previously unselected package libudev-dev:amd64. [2022-06-24T10:06:12.968Z] #20 71.23 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 71.23 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-24T10:06:12.968Z] #20 71.29 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-24T10:06:12.968Z] #20 71.30 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 71.30 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-24T10:06:12.968Z] #20 71.42 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-24T10:06:12.968Z] #20 71.42 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 71.43 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-24T10:06:12.968Z] #20 71.52 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-24T10:06:12.968Z] #20 71.52 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 71.53 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-24T10:06:12.968Z] #20 71.62 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-24T10:06:12.968Z] #20 71.63 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 71.63 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-24T10:06:12.968Z] #20 71.67 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-24T10:06:12.968Z] #20 71.68 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 71.68 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-24T10:06:12.968Z] #20 71.86 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-24T10:06:12.968Z] #20 71.86 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 71.87 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-24T10:06:12.968Z] #20 71.96 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-24T10:06:12.968Z] #20 71.97 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 71.98 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:06:12.968Z] #20 72.03 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-24T10:06:12.968Z] #20 72.04 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 72.05 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T10:06:12.968Z] #20 72.11 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-24T10:06:12.968Z] #20 72.12 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-24T10:06:12.968Z] #20 72.12 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T10:06:13.150Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-06-24T10:06:13.239Z] #20 72.38 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-24T10:06:13.239Z] #20 72.39 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-24T10:06:13.239Z] #20 72.40 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-24T10:06:13.239Z] #20 72.42 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-24T10:06:13.239Z] #20 72.43 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-24T10:06:13.239Z] #20 72.44 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-24T10:06:13.407Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:91, shared: true, mustBeShared: true [2022-06-24T10:06:13.499Z] #20 72.45 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-24T10:06:13.499Z] #20 72.46 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-24T10:06:13.499Z] #20 72.47 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-24T10:06:13.499Z] #20 72.48 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-24T10:06:13.499Z] #20 72.50 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-24T10:06:13.499Z] #20 72.52 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-24T10:06:13.499Z] #20 72.53 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-24T10:06:13.499Z] #20 72.55 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-24T10:06:13.499Z] #20 72.56 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-24T10:06:13.499Z] #20 72.57 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-24T10:06:13.499Z] #20 72.58 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-24T10:06:13.499Z] #20 72.59 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-24T10:06:13.499Z] #20 72.60 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-24T10:06:13.499Z] #20 72.61 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-24T10:06:13.499Z] #20 72.63 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:06:13.499Z] #20 72.64 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-24T10:06:13.499Z] #20 72.65 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:06:13.499Z] #20 72.66 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-24T10:06:13.499Z] #20 72.66 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-24T10:06:13.499Z] #20 72.68 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-24T10:06:13.499Z] #20 72.69 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-24T10:06:13.499Z] #20 72.69 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-24T10:06:13.499Z] #20 72.71 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-24T10:06:13.499Z] #20 72.73 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:06:13.499Z] #20 72.74 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-24T10:06:13.665Z] --- PASS: TestIpcModeShareable (0.77s) [2022-06-24T10:06:13.665Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-24T10:06:13.767Z] #20 72.75 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:06:13.767Z] #20 72.76 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-24T10:06:13.767Z] #20 72.78 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:06:13.923Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-06-24T10:06:14.707Z] #20 DONE 73.7s [2022-06-24T10:06:14.707Z] [2022-06-24T10:06:14.707Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2022-06-24T10:06:14.707Z] #21 sha256:7dbc6b1d3c0fcdeda3ecec559c1669c58172676b7930a48f215514f7ee89055a [2022-06-24T10:06:15.641Z] #21 1.086 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-24T10:06:15.641Z] #21 1.090 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-24T10:06:15.820Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.95s) [2022-06-24T10:06:15.820Z] === RUN TestAPIIpcModeHost [2022-06-24T10:06:15.820Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-06-24T10:06:15.820Z] --- PASS: TestAPIIpcModeHost (0.40s) [2022-06-24T10:06:15.820Z] === RUN TestDaemonIpcModeShareable [2022-06-24T10:06:15.900Z] #21 1.242 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-24T10:06:16.080Z] #77 ... [2022-06-24T10:06:16.080Z] [2022-06-24T10:06:16.080Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-24T10:06:16.080Z] #47 sha256:dec3bbc5b327faf6a59ca5b1df285828b9060328a293546691e8a6b6cfa929bc [2022-06-24T10:06:16.080Z] #47 345.4 + dpkg --print-architecture [2022-06-24T10:06:16.080Z] #47 345.5 + git checkout -q v2.1.0 [2022-06-24T10:06:16.080Z] #47 345.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-24T10:06:16.080Z] #47 345.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-24T10:06:17.192Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:123, shared: true, mustBeShared: true [2022-06-24T10:06:17.192Z] --- PASS: TestDaemonIpcModeShareable (1.35s) [2022-06-24T10:06:17.192Z] === RUN TestDaemonIpcModePrivate [2022-06-24T10:06:18.565Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:169, shared: false, mustBeShared: false [2022-06-24T10:06:18.565Z] --- PASS: TestDaemonIpcModePrivate (1.41s) [2022-06-24T10:06:18.565Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-24T10:06:19.920Z] #64 332.5 # github.com/containerd/containerd/cmd/containerd [2022-06-24T10:06:19.920Z] #64 332.5 /usr/bin/ld: /tmp/go-link-1886434238/000019.o: in function `New': [2022-06-24T10:06:19.920Z] #64 332.5 /tmp/tmp.v8psFtLAyB/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-06-24T10:06:19.920Z] #64 332.6 + bin/containerd-stress [2022-06-24T10:06:19.920Z] #64 333.7 + bin/containerd-shim [2022-06-24T10:06:19.936Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2022-06-24T10:06:19.936Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-06-24T10:06:19.936Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-06-24T10:06:19.936Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-06-24T10:06:20.194Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.56s) [2022-06-24T10:06:20.194Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-24T10:06:21.126Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-06-24T10:06:21.126Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-06-24T10:06:21.383Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true [2022-06-24T10:06:21.642Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-06-24T10:06:21.642Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-06-24T10:06:21.642Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.49s) [2022-06-24T10:06:21.642Z] === RUN TestIpcModeOlderClient [2022-06-24T10:06:21.642Z] === PAUSE TestIpcModeOlderClient [2022-06-24T10:06:21.642Z] === RUN TestKillContainerInvalidSignal [2022-06-24T10:06:21.736Z] #21 1.682 Reading package lists... [2022-06-24T10:06:22.575Z] --- PASS: TestKillContainerInvalidSignal (0.85s) [2022-06-24T10:06:22.575Z] === RUN TestKillContainer [2022-06-24T10:06:22.575Z] === RUN TestKillContainer/no_signal [2022-06-24T10:06:22.575Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-06-24T10:06:22.833Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-06-24T10:06:23.399Z] === RUN TestKillContainer/non_killing_signal [2022-06-24T10:06:23.964Z] === RUN TestKillContainer/killing_signal [2022-06-24T10:06:23.964Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-06-24T10:06:24.897Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-06-24T10:06:24.897Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-06-24T10:06:24.897Z] --- PASS: TestKillContainer (2.37s) [2022-06-24T10:06:24.897Z] --- PASS: TestKillContainer/no_signal (0.88s) [2022-06-24T10:06:24.897Z] --- PASS: TestKillContainer/non_killing_signal (0.41s) [2022-06-24T10:06:24.897Z] --- PASS: TestKillContainer/killing_signal (0.81s) [2022-06-24T10:06:24.897Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-24T10:06:24.897Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-24T10:06:25.462Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-06-24T10:06:25.720Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-24T10:06:25.924Z] #21 6.404 Reading package lists... [2022-06-24T10:06:26.651Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.53s) [2022-06-24T10:06:26.652Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.80s) [2022-06-24T10:06:26.652Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.46s) [2022-06-24T10:06:26.652Z] === RUN TestKillStoppedContainer [2022-06-24T10:06:26.652Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-24T10:06:26.652Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-24T10:06:26.652Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-24T10:06:26.652Z] === RUN TestKillDifferentUserContainer [2022-06-24T10:06:26.652Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-06-24T10:06:26.860Z] #21 11.14 Building dependency tree... [2022-06-24T10:06:26.860Z] #21 12.26 Reading state information... [2022-06-24T10:06:27.216Z] --- PASS: TestKillDifferentUserContainer (0.52s) [2022-06-24T10:06:27.216Z] === RUN TestInspectOomKilledTrue [2022-06-24T10:06:27.216Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-24T10:06:27.216Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-24T10:06:27.216Z] === RUN TestInspectOomKilledFalse [2022-06-24T10:06:27.216Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-24T10:06:27.216Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-24T10:06:27.216Z] === RUN TestLinksEtcHostsContentMatch [2022-06-24T10:06:27.474Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s) [2022-06-24T10:06:27.474Z] === RUN TestLinksContainerNames [2022-06-24T10:06:27.474Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-06-24T10:06:28.039Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-06-24T10:06:28.040Z] #64 344.8 + bin/containerd-shim-runc-v1 [2022-06-24T10:06:28.237Z] #21 13.45 The following additional packages will be installed: [2022-06-24T10:06:28.237Z] #21 13.45 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-24T10:06:28.237Z] #21 13.45 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-24T10:06:28.237Z] #21 13.45 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-24T10:06:28.237Z] #21 13.45 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-24T10:06:28.237Z] #21 13.45 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-24T10:06:28.237Z] #21 13.46 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-06-24T10:06:28.237Z] #21 13.46 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-06-24T10:06:28.237Z] #21 13.48 Suggested packages: [2022-06-24T10:06:28.237Z] #21 13.48 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-06-24T10:06:28.237Z] #21 13.48 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-06-24T10:06:28.237Z] #21 13.48 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-06-24T10:06:28.237Z] #21 13.48 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-06-24T10:06:28.237Z] #21 13.48 seccomp:ppc64el seccomp:s390x [2022-06-24T10:06:28.237Z] #21 13.48 Recommended packages: [2022-06-24T10:06:28.237Z] #21 13.48 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-06-24T10:06:28.237Z] #21 13.48 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-06-24T10:06:28.237Z] #21 13.48 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-06-24T10:06:28.237Z] #21 13.48 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-06-24T10:06:28.497Z] #21 13.94 The following NEW packages will be installed: [2022-06-24T10:06:28.497Z] #21 13.94 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-24T10:06:28.497Z] #21 13.94 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-06-24T10:06:28.497Z] #21 13.94 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-06-24T10:06:28.497Z] #21 13.94 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-24T10:06:28.497Z] #21 13.94 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-24T10:06:28.497Z] #21 13.94 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-24T10:06:28.497Z] #21 13.94 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-24T10:06:28.497Z] #21 13.95 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-06-24T10:06:28.497Z] #21 13.95 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-06-24T10:06:28.497Z] #21 13.95 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-06-24T10:06:28.605Z] --- PASS: TestLinksContainerNames (1.12s) [2022-06-24T10:06:28.605Z] === RUN TestLogsFollowTailEmpty [2022-06-24T10:06:28.756Z] #21 13.95 libseccomp2:ppc64el libseccomp2:s390x [2022-06-24T10:06:29.015Z] #21 14.30 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:06:29.016Z] #21 14.30 Need to get 15.9 MB of archives. [2022-06-24T10:06:29.016Z] #21 14.30 After this operation, 73.0 MB of additional disk space will be used. [2022-06-24T10:06:29.016Z] #21 14.30 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-06-24T10:06:29.016Z] #21 14.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-06-24T10:06:29.016Z] #21 14.31 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-06-24T10:06:29.016Z] #21 14.31 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-06-24T10:06:29.016Z] #21 14.32 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-06-24T10:06:29.016Z] #21 14.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-06-24T10:06:29.016Z] #21 14.32 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-06-24T10:06:29.016Z] #21 14.32 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-06-24T10:06:29.016Z] #21 14.36 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-06-24T10:06:29.016Z] #21 14.36 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-06-24T10:06:29.016Z] #21 14.36 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-06-24T10:06:29.016Z] #21 14.36 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-06-24T10:06:29.016Z] #21 14.36 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-06-24T10:06:29.016Z] #21 14.40 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-06-24T10:06:29.016Z] #21 14.40 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-06-24T10:06:29.016Z] #21 14.41 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-06-24T10:06:29.016Z] #21 14.41 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-06-24T10:06:29.016Z] #21 14.41 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-06-24T10:06:29.016Z] #21 14.44 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-06-24T10:06:29.016Z] #21 14.44 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-06-24T10:06:29.016Z] #21 14.45 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-06-24T10:06:29.016Z] #21 14.45 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-06-24T10:06:29.016Z] #21 14.45 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-06-24T10:06:29.016Z] #21 14.48 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-24T10:06:29.170Z] === RUN TestDockerSuite/TestAttachDetach [2022-06-24T10:06:29.170Z] --- PASS: TestLogsFollowTailEmpty (0.61s) [2022-06-24T10:06:29.170Z] === RUN TestLogs [2022-06-24T10:06:29.170Z] === RUN TestLogs/driver_local [2022-06-24T10:06:29.170Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-24T10:06:29.170Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-24T10:06:29.170Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-24T10:06:29.170Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-24T10:06:29.170Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-24T10:06:29.170Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-24T10:06:29.170Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-24T10:06:29.170Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-24T10:06:29.170Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-24T10:06:29.170Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-24T10:06:29.170Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-24T10:06:29.170Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-24T10:06:29.170Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-24T10:06:29.170Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-24T10:06:29.170Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-24T10:06:29.170Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-24T10:06:29.170Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-24T10:06:29.170Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-24T10:06:29.275Z] #21 14.48 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-24T10:06:29.275Z] #21 14.49 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-06-24T10:06:29.275Z] #21 14.49 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-06-24T10:06:29.275Z] #21 14.49 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-06-24T10:06:29.275Z] #21 14.53 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-06-24T10:06:29.275Z] #21 14.53 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-06-24T10:06:29.275Z] #21 14.53 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-06-24T10:06:29.275Z] #21 14.53 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-06-24T10:06:29.275Z] #21 14.53 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-06-24T10:06:29.275Z] #21 14.53 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-06-24T10:06:29.275Z] #21 14.54 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-06-24T10:06:29.275Z] #21 14.54 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-06-24T10:06:29.275Z] #21 14.54 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-06-24T10:06:29.275Z] #21 14.54 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-06-24T10:06:29.275Z] #21 14.55 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-06-24T10:06:29.275Z] #21 14.55 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-06-24T10:06:29.843Z] #21 15.11 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:06:29.843Z] #21 15.32 Fetched 15.9 MB in 1s (30.6 MB/s) [2022-06-24T10:06:29.843Z] #21 15.36 Selecting previously unselected package gcc-10-base:armel. [2022-06-24T10:06:30.102Z] #21 15.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38557 files and directories currently installed.) [2022-06-24T10:06:30.102Z] #21 15.41 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-06-24T10:06:30.102Z] #21 15.41 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-06-24T10:06:30.102Z] #21 15.46 Selecting previously unselected package gcc-10-base:armhf. [2022-06-24T10:06:30.102Z] #21 15.47 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-06-24T10:06:30.102Z] #21 15.47 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-06-24T10:06:30.102Z] #21 15.52 Selecting previously unselected package gcc-10-base:ppc64el. [2022-06-24T10:06:30.102Z] #21 15.53 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-06-24T10:06:30.102Z] #21 15.54 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-24T10:06:30.102Z] #21 15.58 Selecting previously unselected package gcc-10-base:s390x. [2022-06-24T10:06:30.103Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-06-24T10:06:30.360Z] #21 15.59 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-06-24T10:06:30.360Z] #21 15.59 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-06-24T10:06:30.360Z] #21 15.64 Selecting previously unselected package gcc-10-base:arm64. [2022-06-24T10:06:30.360Z] #21 15.65 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-06-24T10:06:30.360Z] #21 15.65 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-06-24T10:06:30.360Z] #21 15.71 Selecting previously unselected package libgcc-s1:armel. [2022-06-24T10:06:30.360Z] #21 15.71 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-06-24T10:06:30.360Z] #21 15.72 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-06-24T10:06:30.360Z] #21 15.77 Selecting previously unselected package libcrypt1:armel. [2022-06-24T10:06:30.360Z] #21 15.78 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-06-24T10:06:30.360Z] #21 15.78 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-06-24T10:06:30.361Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-06-24T10:06:30.617Z] #21 15.87 Selecting previously unselected package libc6:armel. [2022-06-24T10:06:30.617Z] #21 15.87 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-06-24T10:06:30.617Z] #21 16.06 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-06-24T10:06:30.875Z] #21 16.44 Selecting previously unselected package libapparmor1:armel. [2022-06-24T10:06:31.133Z] #21 16.45 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-06-24T10:06:31.133Z] #21 16.45 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-06-24T10:06:31.133Z] #21 16.50 Selecting previously unselected package libapparmor-dev:armel. [2022-06-24T10:06:31.133Z] #21 16.51 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-06-24T10:06:31.133Z] #21 16.52 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-06-24T10:06:31.133Z] #21 16.58 Selecting previously unselected package libgcc-s1:arm64. [2022-06-24T10:06:31.293Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-06-24T10:06:31.293Z] === RUN TestLogs/driver_json-file [2022-06-24T10:06:31.293Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-24T10:06:31.293Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-24T10:06:31.293Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-24T10:06:31.293Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-24T10:06:31.293Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-24T10:06:31.293Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-24T10:06:31.293Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-24T10:06:31.293Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-24T10:06:31.293Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-24T10:06:31.293Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-24T10:06:31.293Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-24T10:06:31.293Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-24T10:06:31.293Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-24T10:06:31.293Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-24T10:06:31.293Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-24T10:06:31.293Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-24T10:06:31.293Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-24T10:06:31.293Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-24T10:06:31.392Z] #21 16.59 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-06-24T10:06:31.392Z] #21 16.59 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-06-24T10:06:31.392Z] #21 16.64 Selecting previously unselected package libcrypt1:arm64. [2022-06-24T10:06:31.392Z] #21 16.65 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-06-24T10:06:31.392Z] #21 16.65 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-24T10:06:31.392Z] #21 16.73 Selecting previously unselected package libc6:arm64. [2022-06-24T10:06:31.392Z] #21 16.73 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-06-24T10:06:31.392Z] #21 16.88 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-06-24T10:06:31.960Z] #21 17.27 Selecting previously unselected package libapparmor1:arm64. [2022-06-24T10:06:31.960Z] #21 17.27 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-24T10:06:31.960Z] #21 17.28 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-24T10:06:31.960Z] #21 17.33 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-24T10:06:31.960Z] #21 17.33 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-24T10:06:31.960Z] #21 17.34 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-24T10:06:31.960Z] #21 17.40 Selecting previously unselected package libgcc-s1:s390x. [2022-06-24T10:06:31.960Z] #21 17.41 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-06-24T10:06:31.960Z] #21 17.41 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-06-24T10:06:32.218Z] #21 17.46 Selecting previously unselected package libcrypt1:s390x. [2022-06-24T10:06:32.218Z] #21 17.46 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-06-24T10:06:32.218Z] #21 17.47 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-06-24T10:06:32.218Z] #21 17.54 Selecting previously unselected package libc6:s390x. [2022-06-24T10:06:32.218Z] #21 17.56 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-06-24T10:06:32.218Z] #21 17.72 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-06-24T10:06:32.785Z] #21 18.17 Selecting previously unselected package libapparmor1:s390x. [2022-06-24T10:06:32.785Z] #21 18.17 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-06-24T10:06:32.785Z] #21 18.18 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-06-24T10:06:32.785Z] #21 18.24 Selecting previously unselected package libapparmor-dev:s390x. [2022-06-24T10:06:32.785Z] #21 18.24 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-06-24T10:06:32.785Z] #21 18.25 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-06-24T10:06:33.044Z] #21 18.32 Selecting previously unselected package libgcc-s1:armhf. [2022-06-24T10:06:33.044Z] #21 18.33 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-06-24T10:06:33.044Z] #21 18.34 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-06-24T10:06:33.044Z] #21 18.38 Selecting previously unselected package libcrypt1:armhf. [2022-06-24T10:06:33.044Z] #21 18.39 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-06-24T10:06:33.044Z] #21 18.40 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-06-24T10:06:33.044Z] #21 18.49 Selecting previously unselected package libc6:armhf. [2022-06-24T10:06:33.044Z] #21 18.49 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-06-24T10:06:33.192Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-06-24T10:06:33.192Z] --- PASS: TestLogs (4.10s) [2022-06-24T10:06:33.192Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-24T10:06:33.192Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.01s) [2022-06-24T10:06:33.192Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.15s) [2022-06-24T10:06:33.192Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.50s) [2022-06-24T10:06:33.192Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.91s) [2022-06-24T10:06:33.192Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.98s) [2022-06-24T10:06:33.192Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (2.07s) [2022-06-24T10:06:33.192Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-24T10:06:33.192Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.07s) [2022-06-24T10:06:33.192Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.73s) [2022-06-24T10:06:33.192Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.73s) [2022-06-24T10:06:33.192Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.87s) [2022-06-24T10:06:33.192Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.93s) [2022-06-24T10:06:33.192Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (2.01s) [2022-06-24T10:06:33.192Z] === RUN TestContainerNetworkMountsNoChown [2022-06-24T10:06:33.305Z] #21 18.68 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-06-24T10:06:33.315Z] #64 351.1 + bin/containerd-shim-runc-v2 [2022-06-24T10:06:33.757Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-06-24T10:06:33.757Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-24T10:06:33.757Z] check_test.go:540: [dba929fb23d97] daemon is not started [2022-06-24T10:06:33.757Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-06-24T10:06:33.757Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-24T10:06:33.757Z] check_test.go:540: [dcea206baaeb2] daemon is not started [2022-06-24T10:06:33.757Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-06-24T10:06:33.880Z] #21 19.10 Selecting previously unselected package libapparmor1:armhf. [2022-06-24T10:06:33.880Z] #21 19.10 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-06-24T10:06:33.880Z] #21 19.11 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-06-24T10:06:33.880Z] #21 19.20 Selecting previously unselected package libapparmor-dev:armhf. [2022-06-24T10:06:33.880Z] #21 19.20 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-06-24T10:06:33.880Z] #21 19.21 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-06-24T10:06:33.880Z] #21 19.27 Selecting previously unselected package libgcc-s1:ppc64el. [2022-06-24T10:06:33.880Z] #21 19.28 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-06-24T10:06:33.880Z] #21 19.29 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-24T10:06:33.880Z] #21 19.34 Selecting previously unselected package libcrypt1:ppc64el. [2022-06-24T10:06:33.880Z] #21 19.34 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-06-24T10:06:33.880Z] #21 19.35 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-24T10:06:33.880Z] #21 19.43 Selecting previously unselected package libc6:ppc64el. [2022-06-24T10:06:33.886Z] #64 351.9 + binaries [2022-06-24T10:06:33.886Z] #64 351.9 + install -D bin/containerd /build/containerd [2022-06-24T10:06:33.886Z] #64 351.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-24T10:06:33.886Z] #64 351.9 + install -D bin/ctr /build/ctr [2022-06-24T10:06:34.015Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-06-24T10:06:34.015Z] --- PASS: TestContainerNetworkMountsNoChown (0.90s) [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/default [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/default [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/private [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/private [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rprivate [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/slave [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/slave [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rslave [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/shared [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/shared [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rshared [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/default [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/shared [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/rprivate [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/slave [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/private [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/rshared [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/rslave [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-24T10:06:34.015Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-24T10:06:34.015Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-24T10:06:34.015Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-24T10:06:34.138Z] #21 19.44 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-24T10:06:34.273Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-06-24T10:06:34.273Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-06-24T10:06:34.273Z] === RUN TestContainerBindMountNonRecursive [2022-06-24T10:06:34.396Z] #21 19.61 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-24T10:06:34.452Z] #64 DONE 352.3s [2022-06-24T10:06:34.840Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-06-24T10:06:34.962Z] #21 20.35 Selecting previously unselected package libapparmor1:ppc64el. [2022-06-24T10:06:34.962Z] #21 20.36 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-06-24T10:06:34.962Z] #21 20.37 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-06-24T10:06:34.962Z] #21 20.43 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-06-24T10:06:34.962Z] #21 20.43 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-06-24T10:06:34.962Z] #21 20.44 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-24T10:06:35.019Z] [2022-06-24T10:06:35.019Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-24T10:06:35.019Z] #65 sha256:2b1d02fdcdb62eb0077d79cf4cee4441d4e207c4d5670c338d59d239fde30955 [2022-06-24T10:06:35.220Z] #21 20.50 Selecting previously unselected package libseccomp2:s390x. [2022-06-24T10:06:35.220Z] #21 20.50 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-06-24T10:06:35.220Z] #21 20.51 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-24T10:06:35.220Z] #21 20.55 Selecting previously unselected package libseccomp-dev:s390x. [2022-06-24T10:06:35.220Z] #21 20.56 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-06-24T10:06:35.220Z] #21 20.56 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-24T10:06:35.220Z] #21 20.63 Selecting previously unselected package libseccomp2:ppc64el. [2022-06-24T10:06:35.220Z] #21 20.64 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-24T10:06:35.220Z] #21 20.65 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-24T10:06:35.220Z] #21 20.69 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-06-24T10:06:35.220Z] #21 20.69 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-24T10:06:35.220Z] #21 20.70 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-24T10:06:35.220Z] #21 20.76 Selecting previously unselected package libseccomp2:armhf. [2022-06-24T10:06:35.277Z] #65 DONE 0.2s [2022-06-24T10:06:35.277Z] [2022-06-24T10:06:35.277Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-24T10:06:35.277Z] #70 sha256:1654afc7d0576fc41a3822e083e914bb0b52d96dafa78bee922106cf1b4be0c9 [2022-06-24T10:06:35.277Z] #70 DONE 0.1s [2022-06-24T10:06:35.277Z] [2022-06-24T10:06:35.277Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-24T10:06:35.277Z] #75 sha256:49f3b0d3016ce9f3e4dbe94ab51ed1224b67be0f6f6baec6374e3a8de39bdfad [2022-06-24T10:06:35.478Z] #21 20.76 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-06-24T10:06:35.479Z] #21 20.77 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-24T10:06:35.479Z] #21 20.81 Selecting previously unselected package libseccomp-dev:armhf. [2022-06-24T10:06:35.479Z] #21 20.82 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-06-24T10:06:35.479Z] #21 20.82 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-24T10:06:35.479Z] #21 20.87 Selecting previously unselected package libseccomp2:armel. [2022-06-24T10:06:35.479Z] #21 20.88 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-06-24T10:06:35.479Z] #21 20.88 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-24T10:06:35.479Z] #21 20.93 Selecting previously unselected package libseccomp-dev:armel. [2022-06-24T10:06:35.479Z] #21 20.94 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-06-24T10:06:35.479Z] #21 20.94 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-24T10:06:35.479Z] #21 21.01 Selecting previously unselected package libseccomp2:arm64. [2022-06-24T10:06:35.536Z] #75 DONE 0.2s [2022-06-24T10:06:35.536Z] [2022-06-24T10:06:35.536Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-24T10:06:35.536Z] #78 sha256:613ef9e6075b3b41d0fd2d018d150c9081f7ec4a1b561e13e719f332caa15241 [2022-06-24T10:06:35.536Z] #78 DONE 0.1s [2022-06-24T10:06:35.536Z] [2022-06-24T10:06:35.536Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-24T10:06:35.536Z] #79 sha256:d58d6f5a2a589df1d5350fe5ca6e361f1d35ee06e1e580a24002fdd3d654ce35 [2022-06-24T10:06:35.536Z] #79 DONE 0.0s [2022-06-24T10:06:35.536Z] [2022-06-24T10:06:35.536Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-24T10:06:35.536Z] #80 sha256:61e29b7f70fe98e74451376276a4a6f437411394e4a91c057532b84e584eff9b [2022-06-24T10:06:35.536Z] #80 DONE 0.0s [2022-06-24T10:06:35.737Z] #21 21.01 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-06-24T10:06:35.737Z] #21 21.02 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-24T10:06:35.737Z] #21 21.06 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-24T10:06:35.737Z] #21 21.07 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-24T10:06:35.737Z] #21 21.07 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-24T10:06:35.737Z] #21 21.18 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-06-24T10:06:35.737Z] #21 21.19 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-06-24T10:06:35.737Z] #21 21.20 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-06-24T10:06:35.737Z] #21 21.22 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-24T10:06:35.737Z] #21 21.23 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-06-24T10:06:35.737Z] #21 21.24 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-24T10:06:35.737Z] #21 21.25 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-06-24T10:06:35.794Z] [2022-06-24T10:06:35.794Z] #81 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2022-06-24T10:06:35.794Z] #81 sha256:34a7a32d9a594b8e1e91dd7510eda1d0a638cd26af5909b248305deb596a1413 [2022-06-24T10:06:35.995Z] #21 21.26 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-06-24T10:06:35.995Z] #21 21.28 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-24T10:06:35.995Z] #21 21.29 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-06-24T10:06:35.995Z] #21 21.30 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-06-24T10:06:35.995Z] #21 21.31 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-06-24T10:06:35.995Z] #21 21.32 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-06-24T10:06:35.995Z] #21 21.33 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-24T10:06:35.995Z] #21 21.34 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-06-24T10:06:35.995Z] #21 21.36 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-06-24T10:06:36.212Z] --- PASS: TestContainerBindMountNonRecursive (1.83s) [2022-06-24T10:06:36.212Z] === RUN TestContainerVolumesMountedAsShared [2022-06-24T10:06:36.361Z] #81 0.619 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-24T10:06:36.469Z] check_test.go:540: [d1342cc8c2996] daemon is not started [2022-06-24T10:06:36.469Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-06-24T10:06:36.620Z] #81 0.792 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-24T10:06:36.620Z] #81 0.794 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-24T10:06:36.727Z] --- PASS: TestContainerVolumesMountedAsShared (0.70s) [2022-06-24T10:06:36.727Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-24T10:06:37.189Z] #81 0.950 Reading package lists... [2022-06-24T10:06:37.293Z] --- PASS: TestContainerVolumesMountedAsSlave (0.43s) [2022-06-24T10:06:37.293Z] === RUN TestNetworkNat [2022-06-24T10:06:37.370Z] #21 22.60 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-06-24T10:06:37.774Z] #81 1.464 Reading package lists... [2022-06-24T10:06:37.774Z] #81 1.960 Building dependency tree... [2022-06-24T10:06:37.774Z] #81 2.115 Reading state information... [2022-06-24T10:06:37.857Z] --- PASS: TestNetworkNat (0.71s) [2022-06-24T10:06:37.857Z] === RUN TestNetworkLocalhostTCPNat [2022-06-24T10:06:38.046Z] #47 DONE 374.3s [2022-06-24T10:06:38.046Z] [2022-06-24T10:06:38.046Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:06:38.046Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:06:38.046Z] #77 ... [2022-06-24T10:06:38.046Z] [2022-06-24T10:06:38.046Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-24T10:06:38.046Z] #48 sha256:e6d223203d6d73586f53396f70c2252195bb5373b02d3b6384cca00342e99e42 [2022-06-24T10:06:38.046Z] #48 DONE 0.2s [2022-06-24T10:06:38.046Z] [2022-06-24T10:06:38.046Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-24T10:06:38.046Z] #52 sha256:d2388ff5365137636f1bf33620c48a55177cfa1a915958fd1456097f407568af [2022-06-24T10:06:38.046Z] #52 DONE 0.1s [2022-06-24T10:06:38.046Z] [2022-06-24T10:06:38.046Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-24T10:06:38.046Z] #54 sha256:f5b96c6962bf132b6b54241dabc3374bfbdb6a12d1b7d6dec783cf0e4761c5eb [2022-06-24T10:06:38.046Z] #54 DONE 0.1s [2022-06-24T10:06:38.046Z] [2022-06-24T10:06:38.046Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-24T10:06:38.046Z] #77 sha256:3cd1bff4c2a9f366115780bf43b98918d9b89ead0fd201fa6816dae2e655fcda [2022-06-24T10:06:38.065Z] #81 2.229 The following additional packages will be installed: [2022-06-24T10:06:38.065Z] #81 2.230 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-06-24T10:06:38.065Z] #81 2.231 Suggested packages: [2022-06-24T10:06:38.065Z] #81 2.231 systemd-container policykit-1 [2022-06-24T10:06:38.065Z] #81 2.231 Recommended packages: [2022-06-24T10:06:38.065Z] #81 2.231 systemd-timesyncd | time-daemon libnss-systemd [2022-06-24T10:06:38.065Z] #81 2.297 The following NEW packages will be installed: [2022-06-24T10:06:38.065Z] #81 2.298 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-06-24T10:06:38.065Z] #81 2.298 libkmod2 libpam-systemd systemd systemd-sysv [2022-06-24T10:06:38.306Z] #77 305.1 CCLD tests/init [2022-06-24T10:06:38.327Z] #81 2.575 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:06:38.327Z] #81 2.575 Need to get 5817 kB of archives. [2022-06-24T10:06:38.327Z] #81 2.575 After this operation, 19.3 MB of additional disk space will be used. [2022-06-24T10:06:38.327Z] #81 2.575 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-06-24T10:06:38.327Z] #81 2.578 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-06-24T10:06:38.327Z] #81 2.579 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-06-24T10:06:38.327Z] #81 2.583 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-06-24T10:06:38.327Z] #81 2.584 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB] [2022-06-24T10:06:38.327Z] #81 2.632 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB] [2022-06-24T10:06:38.327Z] #81 2.633 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-06-24T10:06:38.327Z] #81 2.635 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-06-24T10:06:38.327Z] #81 2.636 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB] [2022-06-24T10:06:38.327Z] #81 2.638 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2022-06-24T10:06:38.327Z] #81 2.753 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:06:38.599Z] #81 2.782 Fetched 5817 kB in 0s (17.4 MB/s) [2022-06-24T10:06:38.599Z] #81 2.806 Selecting previously unselected package libargon2-1:amd64. [2022-06-24T10:06:38.599Z] #81 2.806 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28639 files and directories currently installed.) [2022-06-24T10:06:38.599Z] #81 2.818 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2022-06-24T10:06:38.599Z] #81 2.823 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-06-24T10:06:38.599Z] #81 2.850 Selecting previously unselected package libjson-c5:amd64. [2022-06-24T10:06:38.599Z] #81 2.852 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2022-06-24T10:06:38.599Z] #81 2.863 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-06-24T10:06:38.599Z] #81 2.901 Selecting previously unselected package libcryptsetup12:amd64. [2022-06-24T10:06:38.599Z] #81 2.903 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-06-24T10:06:38.599Z] #81 2.907 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-06-24T10:06:38.599Z] #81 2.954 Selecting previously unselected package libkmod2:amd64. [2022-06-24T10:06:38.599Z] #81 2.957 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2022-06-24T10:06:38.599Z] #81 2.960 Unpacking libkmod2:amd64 (28-1) ... [2022-06-24T10:06:38.599Z] #81 2.995 Selecting previously unselected package systemd. [2022-06-24T10:06:38.744Z] #21 23.82 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-06-24T10:06:38.789Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s) [2022-06-24T10:06:38.789Z] === RUN TestNetworkLoopbackNat [2022-06-24T10:06:38.859Z] #81 2.998 Preparing to unpack .../systemd_247.3-7_amd64.deb ... [2022-06-24T10:06:38.859Z] #81 3.031 Unpacking systemd (247.3-7) ... [2022-06-24T10:06:39.118Z] #81 3.541 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-06-24T10:06:39.118Z] #81 3.550 Setting up libjson-c5:amd64 (0.15-2) ... [2022-06-24T10:06:39.376Z] #81 3.562 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-06-24T10:06:39.376Z] #81 3.571 Setting up libkmod2:amd64 (28-1) ... [2022-06-24T10:06:39.376Z] #81 3.578 Setting up systemd (247.3-7) ... [2022-06-24T10:06:39.376Z] #81 3.610 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-06-24T10:06:39.376Z] #81 3.611 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-06-24T10:06:39.376Z] #81 3.614 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-06-24T10:06:39.376Z] #81 3.639 Initializing machine ID from KVM UUID. [2022-06-24T10:06:39.635Z] #81 3.947 Selecting previously unselected package systemd-sysv. [2022-06-24T10:06:39.635Z] #81 3.947 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29450 files and directories currently installed.) [2022-06-24T10:06:39.635Z] #81 3.960 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ... [2022-06-24T10:06:39.635Z] #81 3.963 Unpacking systemd-sysv (247.3-7) ... [2022-06-24T10:06:39.635Z] #81 3.999 Selecting previously unselected package libdbus-1-3:amd64. [2022-06-24T10:06:39.635Z] #81 4.002 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-06-24T10:06:39.635Z] #81 4.005 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-06-24T10:06:39.635Z] #81 4.058 Selecting previously unselected package dbus. [2022-06-24T10:06:39.677Z] #21 25.05 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-24T10:06:39.895Z] #81 4.061 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-06-24T10:06:39.895Z] #81 4.070 Unpacking dbus (1.12.20-2) ... [2022-06-24T10:06:39.895Z] #81 4.120 Selecting previously unselected package libpam-systemd:amd64. [2022-06-24T10:06:39.895Z] #81 4.123 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ... [2022-06-24T10:06:39.895Z] #81 4.126 Unpacking libpam-systemd:amd64 (247.3-7) ... [2022-06-24T10:06:39.895Z] #81 4.174 Selecting previously unselected package dbus-user-session. [2022-06-24T10:06:39.895Z] #81 4.174 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-06-24T10:06:39.895Z] #81 4.177 Unpacking dbus-user-session (1.12.20-2) ... [2022-06-24T10:06:39.895Z] #81 4.212 Setting up systemd-sysv (247.3-7) ... [2022-06-24T10:06:39.895Z] #81 4.222 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-06-24T10:06:39.895Z] #81 4.231 Setting up dbus (1.12.20-2) ... [2022-06-24T10:06:40.154Z] #81 4.335 invoke-rc.d: could not determine current runlevel [2022-06-24T10:06:40.154Z] #81 4.337 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-24T10:06:40.154Z] #81 4.341 Setting up libpam-systemd:amd64 (247.3-7) ... [2022-06-24T10:06:40.154Z] #81 4.453 Setting up dbus-user-session (1.12.20-2) ... [2022-06-24T10:06:40.154Z] #81 4.465 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:06:40.154Z] #81 DONE 4.6s [2022-06-24T10:06:40.413Z] [2022-06-24T10:06:40.413Z] #82 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2022-06-24T10:06:40.413Z] #82 sha256:c962a7a525bf715f77d495c7412fa2a9c59146afa9e550074c2024640dbfd394 [2022-06-24T10:06:40.671Z] #82 0.398 % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-24T10:06:40.671Z] #82 0.400 Dload Upload Total Spent Left Speed [2022-06-24T10:06:40.929Z] #82 0.401 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5035 0 --:--:-- --:--:-- --:--:-- 5035 [2022-06-24T10:06:40.929Z] #82 DONE 0.8s [2022-06-24T10:06:40.929Z] [2022-06-24T10:06:40.929Z] #83 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-24T10:06:40.929Z] #83 sha256:fe1cf5c66e42b40006b6754abf21a605ba59c7ec65268183bcacd44f092d9eb8 [2022-06-24T10:06:41.052Z] #21 26.27 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-06-24T10:06:41.315Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-06-24T10:06:41.573Z] --- PASS: TestNetworkLoopbackNat (2.81s) [2022-06-24T10:06:41.573Z] === RUN TestPause [2022-06-24T10:06:41.865Z] #83 DONE 0.9s [2022-06-24T10:06:41.865Z] [2022-06-24T10:06:41.865Z] #84 exporting to image [2022-06-24T10:06:41.865Z] #84 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-24T10:06:41.865Z] #84 exporting layers [2022-06-24T10:06:41.989Z] #21 27.50 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-24T10:06:41.989Z] #21 27.51 Setting up libapparmor1:armel (2.13.6-10) ... [2022-06-24T10:06:42.252Z] #21 27.52 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-06-24T10:06:42.252Z] #21 27.53 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-06-24T10:06:42.252Z] #21 27.54 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-06-24T10:06:42.252Z] #21 27.55 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-24T10:06:42.252Z] #21 27.56 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-24T10:06:42.252Z] #21 27.57 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-24T10:06:42.252Z] #21 27.59 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-24T10:06:42.252Z] #21 27.60 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-24T10:06:42.252Z] #21 27.61 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-24T10:06:42.252Z] #21 27.62 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-06-24T10:06:42.252Z] #21 27.63 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-06-24T10:06:42.252Z] #21 27.64 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-24T10:06:42.252Z] #21 27.65 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-06-24T10:06:42.252Z] #21 27.66 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-24T10:06:42.252Z] #21 27.67 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-24T10:06:42.252Z] #21 27.68 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-24T10:06:42.252Z] #21 27.69 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-24T10:06:42.252Z] #21 27.70 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-24T10:06:42.252Z] #21 27.71 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:06:42.506Z] --- PASS: TestPause (0.80s) [2022-06-24T10:06:42.506Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-24T10:06:42.506Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-24T10:06:42.506Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-24T10:06:42.506Z] === RUN TestPauseStopPausedContainer [2022-06-24T10:06:42.516Z] #21 DONE 28.0s [2022-06-24T10:06:42.516Z] [2022-06-24T10:06:42.516Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-24T10:06:42.516Z] #66 sha256:a9ecf0ef0b53cd5d5d361237eb71829bc1b2835bec809a82847d639480564e12 [2022-06-24T10:06:42.774Z] #66 DONE 0.1s [2022-06-24T10:06:42.774Z] [2022-06-24T10:06:42.774Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:06:42.774Z] #67 sha256:239d1a69398afb69c2b4cbf6757b91b1ce931d6a55f86d3a07e3826731cd957d [2022-06-24T10:06:43.440Z] --- PASS: TestPauseStopPausedContainer (1.05s) [2022-06-24T10:06:43.440Z] === RUN TestPidHost [2022-06-24T10:06:43.698Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-06-24T10:06:43.710Z] #67 ... [2022-06-24T10:06:43.710Z] [2022-06-24T10:06:43.710Z] #22 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-24T10:06:43.710Z] #22 sha256:8e07b60a8f4040eda595123c1cfaa485e9492433e01c375fe25d120c647e8a2e [2022-06-24T10:06:43.710Z] #22 DONE 1.2s [2022-06-24T10:06:43.710Z] [2022-06-24T10:06:43.710Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:06:43.710Z] #67 sha256:239d1a69398afb69c2b4cbf6757b91b1ce931d6a55f86d3a07e3826731cd957d [2022-06-24T10:06:43.710Z] #67 1.064 + RM_GOPATH=0 [2022-06-24T10:06:43.710Z] #67 1.064 + TMP_GOPATH= [2022-06-24T10:06:43.710Z] #67 1.064 + : /build [2022-06-24T10:06:43.710Z] #67 1.064 + '[' -z '' ']' [2022-06-24T10:06:43.710Z] #67 1.064 ++ mktemp -d [2022-06-24T10:06:43.710Z] #67 1.066 + export GOPATH=/tmp/tmp.ohxid9xDie [2022-06-24T10:06:43.710Z] #67 1.066 + GOPATH=/tmp/tmp.ohxid9xDie [2022-06-24T10:06:43.710Z] #67 1.066 + RM_GOPATH=1 [2022-06-24T10:06:43.710Z] #67 1.066 + case "$(go env GOARCH)" in [2022-06-24T10:06:43.710Z] #67 1.067 ++ go env GOARCH [2022-06-24T10:06:43.710Z] #67 1.079 + export GO_BUILDMODE=-buildmode=pie [2022-06-24T10:06:43.710Z] #67 1.079 + GO_BUILDMODE=-buildmode=pie [2022-06-24T10:06:43.710Z] #67 1.083 ++ dirname /install.sh [2022-06-24T10:06:43.710Z] #67 1.083 + dir=/ [2022-06-24T10:06:43.710Z] #67 1.083 + bin=runc [2022-06-24T10:06:43.710Z] #67 1.083 + shift [2022-06-24T10:06:43.710Z] #67 1.083 + '[' '!' -f //runc.installer ']' [2022-06-24T10:06:43.710Z] #67 1.083 + . //runc.installer [2022-06-24T10:06:43.710Z] #67 1.083 ++ set -e [2022-06-24T10:06:43.710Z] #67 1.083 ++ : v1.1.2 [2022-06-24T10:06:43.710Z] #67 1.083 + install_runc [2022-06-24T10:06:43.710Z] #67 1.083 + RUNC_BUILDTAGS=seccomp [2022-06-24T10:06:43.710Z] #67 1.083 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-24T10:06:43.710Z] #67 1.083 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ohxid9xDie/src/github.com/opencontainers/runc [2022-06-24T10:06:43.710Z] #67 1.083 Install runc version v1.1.2 (build tags: seccomp) [2022-06-24T10:06:43.710Z] #67 1.086 Cloning into '/tmp/tmp.ohxid9xDie/src/github.com/opencontainers/runc'... [2022-06-24T10:06:45.072Z] --- PASS: TestPidHost (1.46s) [2022-06-24T10:06:45.072Z] === RUN TestPsFilter [2022-06-24T10:06:45.072Z] --- PASS: TestPsFilter (0.12s) [2022-06-24T10:06:45.072Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-24T10:06:45.090Z] #67 ... [2022-06-24T10:06:45.090Z] [2022-06-24T10:06:45.090Z] #23 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-24T10:06:45.090Z] #23 sha256:185835d5e67437a68bc48f7a4a03b9dc0c578811a671a152984c7d5308060360 [2022-06-24T10:06:45.090Z] #23 DONE 1.0s [2022-06-24T10:06:45.090Z] [2022-06-24T10:06:45.090Z] #24 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-24T10:06:45.090Z] #24 sha256:93d6825c1f8ac5f700156b88152c8ae7ebb723eeb1e759dff325e4f0e8ab4641 [2022-06-24T10:06:45.637Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.66s) [2022-06-24T10:06:45.637Z] === RUN TestRemoveContainerWithVolume [2022-06-24T10:06:45.660Z] #24 0.860 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-24T10:06:45.660Z] #24 DONE 0.9s [2022-06-24T10:06:45.660Z] [2022-06-24T10:06:45.660Z] #25 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-24T10:06:45.660Z] #25 sha256:2524b10b7f2e11bb75e77ca8c84c5f7d4e0e8e172de749771f95846cc215e6b0 [2022-06-24T10:06:46.570Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-06-24T10:06:46.570Z] --- PASS: TestRemoveContainerWithVolume (0.83s) [2022-06-24T10:06:46.570Z] === RUN TestRemoveContainerRunning [2022-06-24T10:06:46.598Z] #25 DONE 1.0s [2022-06-24T10:06:46.598Z] [2022-06-24T10:06:46.598Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:06:46.598Z] #67 sha256:239d1a69398afb69c2b4cbf6757b91b1ce931d6a55f86d3a07e3826731cd957d [2022-06-24T10:06:47.135Z] --- PASS: TestRemoveContainerRunning (0.65s) [2022-06-24T10:06:47.135Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-24T10:06:47.701Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.60s) [2022-06-24T10:06:47.701Z] === RUN TestRemoveInvalidContainer [2022-06-24T10:06:47.701Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-24T10:06:47.701Z] === RUN TestRenameLinkedContainer [2022-06-24T10:06:47.975Z] #67 ... [2022-06-24T10:06:47.975Z] [2022-06-24T10:06:47.975Z] #26 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-24T10:06:47.975Z] #26 sha256:b24773d10f94b72ad29bd1574601f166386d669a0159059fe76e228b93c37bd5 [2022-06-24T10:06:47.975Z] #26 DONE 0.9s [2022-06-24T10:06:47.975Z] [2022-06-24T10:06:47.975Z] #27 [dev-systemd-false 6/28] RUN ldconfig [2022-06-24T10:06:47.975Z] #27 sha256:9b22efc1bd18434d03160396696e9888d471c66913e32b76a0347e9648f3e36c [2022-06-24T10:06:48.429Z] #84 exporting layers 6.3s done [2022-06-24T10:06:48.429Z] #84 writing image sha256:89c409861882b201b3600b41a0f26385440b48248b4c586d9fad88937b676e0a done [2022-06-24T10:06:48.429Z] #84 naming to docker.io/library/docker:56a20dbc19786633f605d3871f5242d8e0f1be5a done [2022-06-24T10:06:48.429Z] #84 DONE 6.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-24T10:06:48.544Z] #27 DONE 1.0s [2022-06-24T10:06:48.544Z] [2022-06-24T10:06:48.544Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:06:48.544Z] #67 sha256:239d1a69398afb69c2b4cbf6757b91b1ce931d6a55f86d3a07e3826731cd957d [2022-06-24T10:06:48.544Z] #67 5.511 + cd /tmp/tmp.ohxid9xDie/src/github.com/opencontainers/runc [2022-06-24T10:06:48.544Z] #67 5.511 + git checkout -q v1.1.2 [2022-06-24T10:06:48.544Z] #67 5.728 + '[' -z '' ']' [2022-06-24T10:06:48.544Z] #67 5.728 + target=static [2022-06-24T10:06:48.544Z] #67 5.728 + make BUILDTAGS=seccomp static [2022-06-24T10:06:48.634Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-06-24T10:06:48.772Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56a20dbc19786633f605d3871f5242d8e0f1be5a hack/make.sh dynbinary test-integration [2022-06-24T10:06:48.802Z] #67 5.962 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-06-24T10:06:48.892Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-06-24T10:06:49.150Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-06-24T10:06:50.083Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-06-24T10:06:50.083Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-06-24T10:06:50.340Z] --- PASS: TestRenameLinkedContainer (2.45s) [2022-06-24T10:06:50.340Z] === RUN TestRenameStoppedContainer [2022-06-24T10:06:50.674Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-06-24T10:06:50.674Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-06-24T10:06:50.674Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-06-24T10:06:50.674Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-06-24T10:06:50.674Z] systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [2022-06-24T10:06:50.674Z] Detected virtualization docker. [2022-06-24T10:06:50.674Z] Detected architecture x86-64. [2022-06-24T10:06:50.674Z] Set hostname to <683ceaf8545d>. [2022-06-24T10:06:50.674Z] modprobe@configfs.service: Succeeded. [2022-06-24T10:06:50.674Z] modprobe@drm.service: Succeeded. [2022-06-24T10:06:50.674Z] modprobe@fuse.service: Succeeded. [2022-06-24T10:06:50.674Z] + source /etc/docker-entrypoint-cmd [2022-06-24T10:06:50.674Z] ++ hack/make.sh dynbinary test-integration [2022-06-24T10:06:50.906Z] --- PASS: TestRenameStoppedContainer (0.68s) [2022-06-24T10:06:50.906Z] === RUN TestRenameRunningContainerAndReuse [2022-06-24T10:06:50.933Z] [2022-06-24T10:06:50.933Z] Removing bundles/ [2022-06-24T10:06:50.933Z] [2022-06-24T10:06:50.933Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-24T10:06:50.933Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-24T10:06:50.933Z] GOOS="" GOARCH="" GOARM="" [2022-06-24T10:06:51.840Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-06-24T10:06:52.097Z] --- PASS: TestRenameRunningContainerAndReuse (1.32s) [2022-06-24T10:06:52.097Z] === RUN TestRenameInvalidName [2022-06-24T10:06:52.354Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-06-24T10:06:52.919Z] --- PASS: TestRenameInvalidName (0.68s) [2022-06-24T10:06:52.919Z] === RUN TestRenameAnonymousContainer [2022-06-24T10:06:53.484Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-06-24T10:06:54.050Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-06-24T10:06:54.071Z] #67 ... [2022-06-24T10:06:54.071Z] [2022-06-24T10:06:54.071Z] #28 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:06:54.071Z] #28 sha256:f8ffcaf772ebfdf5a71000ac90c088d37dca84420126daa350cd2ffaf494ded3 [2022-06-24T10:06:54.071Z] #28 1.281 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-24T10:06:54.071Z] #28 1.303 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-24T10:06:54.071Z] #28 1.303 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-24T10:06:54.071Z] #28 1.579 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-24T10:06:54.071Z] #28 1.802 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-24T10:06:54.071Z] #28 2.125 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-24T10:06:54.071Z] #28 2.356 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-24T10:06:54.071Z] #28 2.679 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-24T10:06:54.071Z] #28 3.033 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-24T10:06:54.071Z] #28 3.293 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-24T10:06:54.071Z] #28 3.295 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB] [2022-06-24T10:06:54.071Z] #28 3.300 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB] [2022-06-24T10:06:54.071Z] #28 3.306 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-24T10:06:54.071Z] #28 3.310 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-24T10:06:54.071Z] #28 3.313 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [142 kB] [2022-06-24T10:06:54.071Z] #28 3.518 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-24T10:06:54.071Z] #28 3.523 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-24T10:06:54.071Z] #28 3.525 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-24T10:06:54.071Z] #28 3.526 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-24T10:06:54.071Z] #28 3.527 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-24T10:06:54.071Z] #28 3.529 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-24T10:06:55.423Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-06-24T10:06:55.681Z] --- PASS: TestRenameAnonymousContainer (2.68s) [2022-06-24T10:06:55.681Z] === RUN TestRenameContainerWithSameName [2022-06-24T10:06:56.247Z] --- PASS: TestRenameContainerWithSameName (0.67s) [2022-06-24T10:06:56.247Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-24T10:06:58.145Z] --- PASS: TestRenameContainerWithLinkedContainer (1.53s) [2022-06-24T10:06:58.145Z] === RUN TestResize [2022-06-24T10:06:58.403Z] --- PASS: TestResize (0.73s) [2022-06-24T10:06:58.403Z] === RUN TestResizeWithInvalidSize [2022-06-24T10:06:59.336Z] --- PASS: TestResizeWithInvalidSize (0.93s) [2022-06-24T10:06:59.336Z] === RUN TestResizeWhenContainerNotStarted [2022-06-24T10:06:59.595Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-06-24T10:07:00.162Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s) [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:07:00.162Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:07:00.162Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:07:00.162Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-24T10:07:00.162Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:07:00.162Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:07:00.162Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:07:00.162Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:07:00.162Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:07:00.162Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-24T10:07:00.162Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:07:00.272Z] #77 325.8 AR libcrun_testing.a [2022-06-24T10:07:00.272Z] #77 325.9 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-24T10:07:00.272Z] #77 325.9 CCLD libcrun.la [2022-06-24T10:07:00.272Z] #77 325.9 CCLD tests/tests_libcrun_utils [2022-06-24T10:07:00.272Z] #77 325.9 CCLD tests/tests_libcrun_errors [2022-06-24T10:07:00.272Z] #77 325.9 CCLD tests/tests_libcrun_fuzzer [2022-06-24T10:07:00.272Z] #77 327.3 CCLD crun [2022-06-24T10:07:00.844Z] #77 327.8 make[3]: Entering directory '/tmp/crun-build' [2022-06-24T10:07:01.097Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-06-24T10:07:01.104Z] #77 328.0 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-24T10:07:01.104Z] #77 328.0 /bin/mkdir -p '/usr/local/lib' [2022-06-24T10:07:01.104Z] #77 328.0 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-24T10:07:01.104Z] #77 328.1 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-24T10:07:01.365Z] #77 328.1 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-24T10:07:01.365Z] #77 328.1 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-24T10:07:01.365Z] #77 328.1 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-24T10:07:01.365Z] #77 328.2 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-24T10:07:01.365Z] #77 328.3 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-06-24T10:07:01.365Z] #77 328.3 ---------------------------------------------------------------------- [2022-06-24T10:07:01.365Z] #77 328.3 Libraries have been installed in: [2022-06-24T10:07:01.365Z] #77 328.3 /usr/local/lib [2022-06-24T10:07:01.365Z] #77 328.3 [2022-06-24T10:07:01.365Z] #77 328.3 If you ever happen to want to link against installed libraries [2022-06-24T10:07:01.365Z] #77 328.3 in a given directory, LIBDIR, you must either use libtool, and [2022-06-24T10:07:01.365Z] #77 328.3 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-24T10:07:01.365Z] #77 328.3 flag during linking and do at least one of the following: [2022-06-24T10:07:01.365Z] #77 328.3 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-24T10:07:01.365Z] #77 328.3 during execution [2022-06-24T10:07:01.365Z] #77 328.3 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-24T10:07:01.365Z] #77 328.3 during linking [2022-06-24T10:07:01.365Z] #77 328.3 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-24T10:07:01.365Z] #77 328.3 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-24T10:07:01.365Z] #77 328.3 [2022-06-24T10:07:01.365Z] #77 328.3 See any operating system documentation about shared libraries for [2022-06-24T10:07:01.365Z] #77 328.3 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-24T10:07:01.365Z] #77 328.3 ---------------------------------------------------------------------- [2022-06-24T10:07:01.365Z] #77 328.3 /bin/mkdir -p '/build' [2022-06-24T10:07:01.365Z] #77 328.3 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-24T10:07:01.365Z] #77 328.4 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-24T10:07:01.626Z] #77 328.4 make[3]: Leaving directory '/tmp/crun-build' [2022-06-24T10:07:01.626Z] #77 328.4 make[2]: Leaving directory '/tmp/crun-build' [2022-06-24T10:07:01.626Z] #77 328.4 make[1]: Leaving directory '/tmp/crun-build' [2022-06-24T10:07:01.664Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:07:01.664Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:07:01.888Z] #77 DONE 328.7s [2022-06-24T10:07:01.888Z] [2022-06-24T10:07:01.888Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:07:01.888Z] #60 sha256:760a5071ccb527598a28c91fb8a063e4d5ffe1fdae8f518409dd6dce9e48427b [2022-06-24T10:07:01.921Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-24T10:07:01.921Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-24T10:07:02.183Z] check_test.go:540: [d9a33771f1920] daemon is not started [2022-06-24T10:07:02.183Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-06-24T10:07:02.441Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-24T10:07:03.008Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-24T10:07:04.048Z] #28 14.95 Fetched 49.1 MB in 14s (3487 kB/s) [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-24T10:07:04.519Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 31.9% of statements [2022-06-24T10:07:04.519Z] ok github.com/docker/docker/api/server/middleware 0.018s coverage: 37.7% of statements [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-24T10:07:04.519Z] ok github.com/docker/docker/api/server/router/swarm 0.005s coverage: 6.0% of statements [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-24T10:07:04.519Z] ok github.com/docker/docker/api/types/filters 0.012s coverage: 92.2% of statements [2022-06-24T10:07:04.519Z] ok github.com/docker/docker/api/server/router/volume 0.007s coverage: 67.9% of statements [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/types [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-24T10:07:04.519Z] ok github.com/docker/docker/api/types/strslice 0.019s coverage: 90.0% of statements [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-24T10:07:04.519Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-24T10:07:04.776Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-06-24T10:07:04.776Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-06-24T10:07:04.776Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-24T10:07:04.776Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-24T10:07:04.776Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-24T10:07:04.776Z] ? github.com/docker/docker/builder [no test files] [2022-06-24T10:07:04.776Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-24T10:07:04.776Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-24T10:07:04.776Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-24T10:07:04.776Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-24T10:07:04.776Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-24T10:07:04.776Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-24T10:07:04.776Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-24T10:07:04.908Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-24T10:07:04.908Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-24T10:07:05.841Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-06-24T10:07:05.841Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-06-24T10:07:06.099Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-06-24T10:07:06.664Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.46s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.52s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.58s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.58s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.15s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.78s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.01s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.07s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.70s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.36s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.55s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.33s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.67s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.21s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.34s) [2022-06-24T10:07:07.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.41s) [2022-06-24T10:07:07.230Z] === RUN TestCgroupNamespacesRun [2022-06-24T10:07:07.292Z] ok github.com/docker/docker/builder/remotecontext 0.086s coverage: 13.7% of statements [2022-06-24T10:07:07.292Z] ok github.com/docker/docker/builder/dockerfile 0.469s coverage: 49.3% of statements [2022-06-24T10:07:07.548Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-06-24T10:07:08.475Z] ok github.com/docker/docker/cli/debug 0.005s coverage: 100.0% of statements [2022-06-24T10:07:08.602Z] --- PASS: TestCgroupNamespacesRun (1.34s) [2022-06-24T10:07:08.602Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-24T10:07:09.043Z] ok github.com/docker/docker/builder/remotecontext/git 1.653s coverage: 86.3% of statements [2022-06-24T10:07:09.043Z] ? github.com/docker/docker/cli [no test files] [2022-06-24T10:07:09.043Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-24T10:07:09.043Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-24T10:07:09.043Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-24T10:07:09.169Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-06-24T10:07:09.169Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-06-24T10:07:09.974Z] ok github.com/docker/docker/cmd/docker-proxy 0.299s coverage: 67.6% of statements [2022-06-24T10:07:10.101Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.40s) [2022-06-24T10:07:10.101Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-24T10:07:10.101Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-06-24T10:07:10.359Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-06-24T10:07:10.359Z] check_test.go:540: [d61bf39065fca] daemon is not started [2022-06-24T10:07:10.359Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-06-24T10:07:10.683Z] #28 14.95 Reading package lists... [2022-06-24T10:07:11.731Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.51s) [2022-06-24T10:07:11.732Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-24T10:07:12.493Z] ok github.com/docker/docker/client 0.094s coverage: 75.6% of statements [2022-06-24T10:07:12.664Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-06-24T10:07:12.921Z] --- PASS: TestCgroupNamespacesRunHostMode (1.41s) [2022-06-24T10:07:12.921Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-24T10:07:13.879Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-06-24T10:07:14.142Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.25s) [2022-06-24T10:07:14.142Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-24T10:07:15.100Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-06-24T10:07:15.361Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.22s) [2022-06-24T10:07:15.361Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-24T10:07:15.624Z] === RUN TestDockerSuite/TestBuildAddScript [2022-06-24T10:07:15.888Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2022-06-24T10:07:15.888Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-24T10:07:17.246Z] #28 21.75 Reading package lists... [2022-06-24T10:07:17.293Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.44s) [2022-06-24T10:07:17.293Z] === RUN TestNISDomainname [2022-06-24T10:07:17.871Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-06-24T10:07:18.457Z] --- PASS: TestNISDomainname (0.85s) [2022-06-24T10:07:18.457Z] === RUN TestHostnameDnsResolution [2022-06-24T10:07:18.457Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-06-24T10:07:18.622Z] #28 28.47 Building dependency tree... [2022-06-24T10:07:19.401Z] --- PASS: TestHostnameDnsResolution (1.16s) [2022-06-24T10:07:19.401Z] === RUN TestUnprivilegedPortsAndPing [2022-06-24T10:07:19.658Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-06-24T10:07:19.999Z] #28 31.33 bzip2 is already the newest version (1.0.8-4). [2022-06-24T10:07:19.999Z] #28 31.33 patch is already the newest version (2.7.6-7). [2022-06-24T10:07:19.999Z] #28 31.33 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-06-24T10:07:19.999Z] #28 31.33 The following additional packages will be installed: [2022-06-24T10:07:19.999Z] #28 31.34 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-24T10:07:19.999Z] #28 31.34 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-06-24T10:07:19.999Z] #28 31.34 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-24T10:07:19.999Z] #28 31.34 python3-pkg-resources vim-runtime xxd [2022-06-24T10:07:19.999Z] #28 31.36 Suggested packages: [2022-06-24T10:07:19.999Z] #28 31.36 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-06-24T10:07:19.999Z] #28 31.36 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-06-24T10:07:19.999Z] #28 31.36 Recommended packages: [2022-06-24T10:07:19.999Z] #28 31.36 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-24T10:07:20.124Z] #60 ... [2022-06-24T10:07:20.124Z] [2022-06-24T10:07:20.124Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-24T10:07:20.124Z] #55 sha256:a5fc6852e5d215a43dc8882f6fc6bcb12b0f8ff95ae2123f8bce775f7d0dc751 [2022-06-24T10:07:20.124Z] #55 417.9 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-24T10:07:20.124Z] #55 DONE 418.2s [2022-06-24T10:07:20.124Z] [2022-06-24T10:07:20.124Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:07:20.124Z] #60 sha256:760a5071ccb527598a28c91fb8a063e4d5ffe1fdae8f518409dd6dce9e48427b [2022-06-24T10:07:20.124Z] #60 205.6 + mkdir -p /build [2022-06-24T10:07:20.124Z] #60 205.6 + cp runc /build/runc [2022-06-24T10:07:20.124Z] #60 DONE 205.8s [2022-06-24T10:07:20.124Z] [2022-06-24T10:07:20.124Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:07:20.124Z] #64 sha256:5294a44902d09116e8fa4b3bfd0153a8b41643f4750df59afe521607f92705c7 [2022-06-24T10:07:20.223Z] --- PASS: TestUnprivilegedPortsAndPing (0.70s) [2022-06-24T10:07:20.224Z] === RUN TestPrivilegedHostDevices [2022-06-24T10:07:20.224Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-06-24T10:07:20.695Z] #64 ... [2022-06-24T10:07:20.695Z] [2022-06-24T10:07:20.695Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-24T10:07:20.695Z] #56 sha256:fc3a6d5534f75fc41b1581573fe2b3764d9c0651920b4b61a1a53e9668ae7b9e [2022-06-24T10:07:20.695Z] #56 DONE 0.2s [2022-06-24T10:07:20.695Z] [2022-06-24T10:07:20.695Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:07:20.695Z] #64 sha256:5294a44902d09116e8fa4b3bfd0153a8b41643f4750df59afe521607f92705c7 [2022-06-24T10:07:20.790Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-06-24T10:07:20.790Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from config [2022-06-24T10:07:20.790Z] --- PASS: TestPrivilegedHostDevices (0.73s) [2022-06-24T10:07:20.790Z] === RUN TestRunConsoleSize [2022-06-24T10:07:20.955Z] #64 ... [2022-06-24T10:07:20.955Z] [2022-06-24T10:07:20.955Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-24T10:07:20.955Z] #58 sha256:edf262fe3807286b2797f7ac5f7d9513024c57a84d7815080af0be689b1dbcd4 [2022-06-24T10:07:20.955Z] #58 DONE 0.1s [2022-06-24T10:07:20.955Z] [2022-06-24T10:07:20.955Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:07:20.955Z] #64 sha256:5294a44902d09116e8fa4b3bfd0153a8b41643f4750df59afe521607f92705c7 [2022-06-24T10:07:21.355Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config [2022-06-24T10:07:21.375Z] #28 32.72 The following NEW packages will be installed: [2022-06-24T10:07:21.375Z] #28 32.72 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-06-24T10:07:21.375Z] #28 32.73 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-24T10:07:21.375Z] #28 32.73 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-06-24T10:07:21.375Z] #28 32.74 libonig5 libprotobuf-c1 libxtables12 libyajl2 net-tools pigz python-pip-whl [2022-06-24T10:07:21.375Z] #28 32.74 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-06-24T10:07:21.375Z] #28 32.74 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-06-24T10:07:21.375Z] #28 32.74 vim-common vim-runtime xfsprogs xxd zip zstd [2022-06-24T10:07:21.525Z] #64 ... [2022-06-24T10:07:21.525Z] [2022-06-24T10:07:21.525Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-24T10:07:21.525Z] #61 sha256:9449da67d1007ea231ad4e776b970911494fbe16f0618b0f80c216e3a20435a0 [2022-06-24T10:07:21.613Z] --- PASS: TestRunConsoleSize (0.69s) [2022-06-24T10:07:21.613Z] === RUN TestStats [2022-06-24T10:07:21.785Z] #61 DONE 0.1s [2022-06-24T10:07:21.785Z] [2022-06-24T10:07:21.785Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:07:21.785Z] #64 sha256:5294a44902d09116e8fa4b3bfd0153a8b41643f4750df59afe521607f92705c7 [2022-06-24T10:07:21.871Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from config [2022-06-24T10:07:21.942Z] #28 33.14 0 upgraded, 45 newly installed, 0 to remove and 0 not upgraded. [2022-06-24T10:07:21.942Z] #28 33.14 Need to get 18.6 MB of archives. [2022-06-24T10:07:21.942Z] #28 33.14 After this operation, 71.4 MB of additional disk space will be used. [2022-06-24T10:07:21.942Z] #28 33.14 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-24T10:07:21.942Z] #28 33.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-24T10:07:21.942Z] #28 33.15 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-24T10:07:21.942Z] #28 33.15 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-24T10:07:21.942Z] #28 33.15 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-24T10:07:21.942Z] #28 33.15 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-24T10:07:21.942Z] #28 33.15 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-24T10:07:21.942Z] #28 33.15 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-24T10:07:21.942Z] #28 33.18 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-24T10:07:21.942Z] #28 33.18 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-24T10:07:21.942Z] #28 33.19 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-24T10:07:21.942Z] #28 33.19 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-24T10:07:21.942Z] #28 33.21 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-24T10:07:21.942Z] #28 33.22 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-24T10:07:21.942Z] #28 33.22 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-24T10:07:21.942Z] #28 33.22 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-24T10:07:21.942Z] #28 33.22 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-24T10:07:21.942Z] #28 33.22 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-24T10:07:21.942Z] #28 33.22 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-24T10:07:21.942Z] #28 33.23 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-24T10:07:21.942Z] #28 33.24 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-24T10:07:21.942Z] #28 33.24 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-24T10:07:21.942Z] #28 33.24 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-24T10:07:21.942Z] #28 33.24 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-24T10:07:21.942Z] #28 33.25 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-24T10:07:21.942Z] #28 33.25 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-24T10:07:21.942Z] #28 33.25 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-24T10:07:21.942Z] #28 33.25 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-24T10:07:21.942Z] #28 33.25 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-24T10:07:21.942Z] #28 33.25 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-24T10:07:21.942Z] #28 33.26 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-24T10:07:21.942Z] #28 33.29 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-24T10:07:21.942Z] #28 33.29 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-24T10:07:21.942Z] #28 33.29 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-24T10:07:21.942Z] #28 33.30 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-24T10:07:21.942Z] #28 33.30 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-24T10:07:21.942Z] #28 33.31 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-24T10:07:21.942Z] #28 33.31 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-24T10:07:21.942Z] #28 33.33 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-24T10:07:21.942Z] #28 33.34 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-24T10:07:21.942Z] #28 33.35 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-24T10:07:21.942Z] #28 33.45 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-24T10:07:22.201Z] #28 33.47 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-24T10:07:22.201Z] #28 33.48 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-24T10:07:22.201Z] #28 33.49 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-24T10:07:22.435Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config [2022-06-24T10:07:22.693Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config [2022-06-24T10:07:22.782Z] #28 34.06 debconf: delaying package configuration, since apt-utils is not installed [2022-06-24T10:07:23.041Z] #28 34.36 Fetched 18.6 MB in 1s (28.6 MB/s) [2022-06-24T10:07:23.041Z] #28 34.44 Selecting previously unselected package pigz. [2022-06-24T10:07:23.257Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli [2022-06-24T10:07:23.257Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-06-24T10:07:23.299Z] #28 34.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 ... 40117 files and directories currently installed.) [2022-06-24T10:07:23.299Z] #28 34.53 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-24T10:07:23.299Z] #28 34.53 Unpacking pigz (2.6-1) ... [2022-06-24T10:07:23.299Z] #28 34.61 Selecting previously unselected package libelf1:amd64. [2022-06-24T10:07:23.299Z] #28 34.61 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-24T10:07:23.299Z] #28 34.62 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-24T10:07:23.299Z] #28 34.73 Selecting previously unselected package libbpf0:amd64. [2022-06-24T10:07:23.299Z] #28 34.74 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-24T10:07:23.299Z] #28 34.75 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-24T10:07:23.299Z] #28 34.82 Selecting previously unselected package libcap2:amd64. [2022-06-24T10:07:23.558Z] #28 34.83 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-24T10:07:23.558Z] #28 34.84 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-24T10:07:23.558Z] #28 34.88 Selecting previously unselected package libmnl0:amd64. [2022-06-24T10:07:23.558Z] #28 34.89 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-24T10:07:23.558Z] #28 34.90 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-24T10:07:23.558Z] #28 34.95 Selecting previously unselected package libxtables12:amd64. [2022-06-24T10:07:23.558Z] #28 34.95 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-24T10:07:23.558Z] #28 34.96 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-24T10:07:23.558Z] #28 35.00 Selecting previously unselected package libcap2-bin. [2022-06-24T10:07:23.558Z] #28 35.01 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-24T10:07:23.558Z] #28 35.02 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-24T10:07:23.558Z] #28 35.07 Selecting previously unselected package iproute2. [2022-06-24T10:07:23.817Z] #28 35.08 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-24T10:07:23.817Z] #28 35.09 Unpacking iproute2 (5.10.0-4) ... [2022-06-24T10:07:23.821Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli [2022-06-24T10:07:24.076Z] #28 35.37 Selecting previously unselected package xxd. [2022-06-24T10:07:24.076Z] #28 35.38 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-24T10:07:24.076Z] #28 35.39 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:07:24.076Z] #28 35.50 Selecting previously unselected package vim-common. [2022-06-24T10:07:24.334Z] #28 35.50 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T10:07:24.334Z] #28 35.51 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:07:24.334Z] #28 35.64 Selecting previously unselected package bash-completion. [2022-06-24T10:07:24.334Z] #28 35.65 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-24T10:07:24.386Z] --- PASS: TestStats (2.79s) [2022-06-24T10:07:24.386Z] === RUN TestStopContainerWithTimeout [2022-06-24T10:07:24.386Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli [2022-06-24T10:07:24.386Z] === RUN TestStopContainerWithTimeout/0 [2022-06-24T10:07:24.386Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-24T10:07:24.386Z] === RUN TestStopContainerWithTimeout/1 [2022-06-24T10:07:24.386Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-24T10:07:24.386Z] === RUN TestStopContainerWithTimeout/3 [2022-06-24T10:07:24.386Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-24T10:07:24.386Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-24T10:07:24.386Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-24T10:07:24.386Z] === CONT TestStopContainerWithTimeout/0 [2022-06-24T10:07:24.386Z] === CONT TestStopContainerWithTimeout/3 [2022-06-24T10:07:24.386Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-24T10:07:24.386Z] === CONT TestStopContainerWithTimeout/1 [2022-06-24T10:07:24.951Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli [2022-06-24T10:07:25.516Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli [2022-06-24T10:07:25.711Z] #28 36.85 Unpacking bash-completion (1:2.11-2) ... [2022-06-24T10:07:25.774Z] check_test.go:540: [d3c2ef560bfc0] daemon is not started [2022-06-24T10:07:25.774Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-06-24T10:07:25.970Z] #28 37.25 Selecting previously unselected package apparmor. [2022-06-24T10:07:25.970Z] #28 37.26 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-06-24T10:07:25.970Z] #28 37.33 Unpacking apparmor (2.13.6-10) ... [2022-06-24T10:07:25.991Z] #64 366.1 + bin/containerd [2022-06-24T10:07:26.228Z] #28 37.60 Selecting previously unselected package inetutils-ping. [2022-06-24T10:07:26.228Z] #28 37.60 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-24T10:07:26.228Z] #28 37.61 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-24T10:07:26.228Z] #28 37.69 Selecting previously unselected package libip4tc2:amd64. [2022-06-24T10:07:26.487Z] #28 37.70 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-24T10:07:26.487Z] #28 37.70 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-24T10:07:26.487Z] #28 37.76 Selecting previously unselected package libip6tc2:amd64. [2022-06-24T10:07:26.487Z] #28 37.76 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-24T10:07:26.487Z] #28 37.77 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-24T10:07:26.487Z] #28 37.83 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-24T10:07:26.487Z] #28 37.84 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-24T10:07:26.487Z] #28 37.84 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-24T10:07:26.487Z] #28 37.90 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-24T10:07:26.487Z] #28 37.90 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-24T10:07:26.487Z] #28 37.90 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-24T10:07:26.487Z] #28 37.95 Selecting previously unselected package libnftnl11:amd64. [2022-06-24T10:07:26.747Z] #28 37.96 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-24T10:07:26.747Z] #28 37.96 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-24T10:07:26.747Z] #28 38.03 Selecting previously unselected package iptables. [2022-06-24T10:07:26.747Z] #28 38.03 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-06-24T10:07:26.747Z] #28 38.04 Unpacking iptables (1.8.7-1) ... [2022-06-24T10:07:26.747Z] #28 38.22 Selecting previously unselected package libonig5:amd64. [2022-06-24T10:07:27.005Z] #28 38.23 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-24T10:07:27.005Z] #28 38.23 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T10:07:27.005Z] #28 38.34 Selecting previously unselected package libjq1:amd64. [2022-06-24T10:07:27.005Z] #28 38.35 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-06-24T10:07:27.005Z] #28 38.36 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-24T10:07:27.005Z] #28 38.43 Selecting previously unselected package jq. [2022-06-24T10:07:27.005Z] #28 38.44 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-06-24T10:07:27.005Z] #28 38.44 Unpacking jq (1.6-2.1) ... [2022-06-24T10:07:27.145Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-06-24T10:07:27.145Z] check_test.go:540: [dc7971a1ba14d] daemon is not started [2022-06-24T10:07:27.145Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-06-24T10:07:27.264Z] #28 38.49 Selecting previously unselected package libaio1:amd64. [2022-06-24T10:07:27.264Z] #28 38.50 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-06-24T10:07:27.264Z] #28 38.51 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-24T10:07:27.264Z] #28 38.57 Selecting previously unselected package libgpm2:amd64. [2022-06-24T10:07:27.264Z] #28 38.57 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-06-24T10:07:27.264Z] #28 38.57 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-24T10:07:27.264Z] #28 38.62 Selecting previously unselected package libinih1:amd64. [2022-06-24T10:07:27.264Z] #28 38.63 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-06-24T10:07:27.264Z] #28 38.63 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-24T10:07:27.264Z] #28 38.67 Selecting previously unselected package libnet1:amd64. [2022-06-24T10:07:27.264Z] #28 38.68 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-24T10:07:27.264Z] #28 38.68 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T10:07:27.264Z] #28 38.74 Selecting previously unselected package libnl-3-200:amd64. [2022-06-24T10:07:27.402Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-06-24T10:07:27.402Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-24T10:07:27.402Z] --- PASS: TestStopContainerWithTimeout/0 (0.93s) [2022-06-24T10:07:27.402Z] --- PASS: TestStopContainerWithTimeout/1 (1.77s) [2022-06-24T10:07:27.402Z] --- PASS: TestStopContainerWithTimeout/-1 (3.08s) [2022-06-24T10:07:27.402Z] --- PASS: TestStopContainerWithTimeout/3 (3.12s) [2022-06-24T10:07:27.402Z] === RUN TestDeleteDevicemapper [2022-06-24T10:07:27.402Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-24T10:07:27.402Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-24T10:07:27.402Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-24T10:07:27.522Z] #28 38.74 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-24T10:07:27.522Z] #28 38.75 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T10:07:27.522Z] #28 38.81 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-24T10:07:27.522Z] #28 38.82 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-24T10:07:27.522Z] #28 38.82 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T10:07:27.522Z] #28 38.88 Selecting previously unselected package libyajl2:amd64. [2022-06-24T10:07:27.522Z] #28 38.88 Preparing to unpack .../28-libyajl2_2.1.0-3_amd64.deb ... [2022-06-24T10:07:27.522Z] #28 38.89 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-24T10:07:27.522Z] #28 38.92 Selecting previously unselected package net-tools. [2022-06-24T10:07:27.522Z] #28 38.92 Preparing to unpack .../29-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-24T10:07:27.522Z] #28 38.93 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-24T10:07:27.781Z] #28 39.03 Selecting previously unselected package python-pip-whl. [2022-06-24T10:07:27.781Z] #28 39.04 Preparing to unpack .../30-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-24T10:07:27.781Z] #28 39.04 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-24T10:07:27.781Z] #28 39.30 Selecting previously unselected package python3-lib2to3. [2022-06-24T10:07:28.039Z] #28 39.30 Preparing to unpack .../31-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-24T10:07:28.039Z] #28 39.31 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-24T10:07:28.039Z] #28 39.37 Selecting previously unselected package python3-distutils. [2022-06-24T10:07:28.039Z] #28 39.38 Preparing to unpack .../32-python3-distutils_3.9.2-1_all.deb ... [2022-06-24T10:07:28.039Z] #28 39.39 Unpacking python3-distutils (3.9.2-1) ... [2022-06-24T10:07:28.039Z] #28 39.48 Selecting previously unselected package python3-pkg-resources. [2022-06-24T10:07:28.039Z] #28 39.49 Preparing to unpack .../33-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-24T10:07:28.039Z] #28 39.49 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-24T10:07:28.039Z] #28 39.57 Selecting previously unselected package python3-setuptools. [2022-06-24T10:07:28.297Z] #28 39.58 Preparing to unpack .../34-python3-setuptools_52.0.0-4_all.deb ... [2022-06-24T10:07:28.297Z] #28 39.59 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-24T10:07:28.556Z] #28 39.73 Selecting previously unselected package python3-wheel. [2022-06-24T10:07:28.556Z] #28 39.73 Preparing to unpack .../35-python3-wheel_0.34.2-1_all.deb ... [2022-06-24T10:07:28.556Z] #28 39.74 Unpacking python3-wheel (0.34.2-1) ... [2022-06-24T10:07:28.556Z] #28 39.78 Selecting previously unselected package python3-pip. [2022-06-24T10:07:28.556Z] #28 39.79 Preparing to unpack .../36-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-24T10:07:28.556Z] #28 39.79 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-24T10:07:28.556Z] #28 39.95 Selecting previously unselected package sudo. [2022-06-24T10:07:28.556Z] #28 39.95 Preparing to unpack .../37-sudo_1.9.5p2-3_amd64.deb ... [2022-06-24T10:07:28.556Z] #28 39.96 Unpacking sudo (1.9.5p2-3) ... [2022-06-24T10:07:28.814Z] #28 40.23 Selecting previously unselected package thin-provisioning-tools. [2022-06-24T10:07:28.814Z] #28 40.24 Preparing to unpack .../38-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-24T10:07:28.814Z] #28 40.24 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-24T10:07:29.073Z] #28 40.40 Selecting previously unselected package uidmap. [2022-06-24T10:07:29.073Z] #28 40.41 Preparing to unpack .../39-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-24T10:07:29.073Z] #28 40.42 Unpacking uidmap (1:4.8.1-1) ... [2022-06-24T10:07:29.298Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-06-24T10:07:29.298Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-06-24T10:07:29.331Z] #28 40.51 Selecting previously unselected package vim-runtime. [2022-06-24T10:07:29.331Z] #28 40.51 Preparing to unpack .../40-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-24T10:07:29.331Z] #28 40.55 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-24T10:07:29.331Z] #28 40.56 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-24T10:07:29.331Z] #28 40.57 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:07:29.557Z] === RUN TestDockerSuite/TestBuildAddTar [2022-06-24T10:07:29.557Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.07s) [2022-06-24T10:07:29.557Z] === RUN TestUpdateMemory [2022-06-24T10:07:29.557Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-24T10:07:29.557Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-24T10:07:29.557Z] === RUN TestUpdateCPUQuota [2022-06-24T10:07:29.898Z] #28 ... [2022-06-24T10:07:29.898Z] [2022-06-24T10:07:29.898Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:07:29.898Z] #71 sha256:eeb7ca46e099d8faf999cd7d670272689c63b040d6643cdef6c5b9c7b3bd4e57 [2022-06-24T10:07:29.898Z] #71 100.5 + bin/containerd [2022-06-24T10:07:30.929Z] --- PASS: TestUpdateCPUQuota (1.13s) [2022-06-24T10:07:30.929Z] === RUN TestUpdatePidsLimit [2022-06-24T10:07:30.929Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-24T10:07:30.929Z] === RUN TestUpdatePidsLimit/no_change [2022-06-24T10:07:31.187Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-24T10:07:31.445Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-24T10:07:31.703Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-24T10:07:31.703Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-06-24T10:07:31.961Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-24T10:07:32.219Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-24T10:07:32.220Z] check_test.go:540: [d96d1cbe80003] daemon is not started [2022-06-24T10:07:32.220Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-06-24T10:07:33.153Z] --- PASS: TestUpdatePidsLimit (2.34s) [2022-06-24T10:07:33.153Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-06-24T10:07:33.153Z] --- PASS: TestUpdatePidsLimit/no_change (0.23s) [2022-06-24T10:07:33.153Z] --- PASS: TestUpdatePidsLimit/update_lower (0.26s) [2022-06-24T10:07:33.153Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2022-06-24T10:07:33.153Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s) [2022-06-24T10:07:33.153Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-06-24T10:07:33.153Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s) [2022-06-24T10:07:33.153Z] === RUN TestUpdateRestartPolicy [2022-06-24T10:07:34.086Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-06-24T10:07:35.168Z] #71 ... [2022-06-24T10:07:35.168Z] [2022-06-24T10:07:35.168Z] #28 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-24T10:07:35.168Z] #28 sha256:f8ffcaf772ebfdf5a71000ac90c088d37dca84420126daa350cd2ffaf494ded3 [2022-06-24T10:07:35.168Z] #28 42.34 Selecting previously unselected package vim. [2022-06-24T10:07:35.168Z] #28 42.35 Preparing to unpack .../41-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-24T10:07:35.168Z] #28 42.36 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:07:35.168Z] #28 42.72 Selecting previously unselected package xfsprogs. [2022-06-24T10:07:35.168Z] #28 42.73 Preparing to unpack .../42-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-24T10:07:35.168Z] #28 42.74 Unpacking xfsprogs (5.10.0-4) ... [2022-06-24T10:07:35.168Z] #28 43.00 Selecting previously unselected package zip. [2022-06-24T10:07:35.168Z] #28 43.00 Preparing to unpack .../43-zip_3.0-12_amd64.deb ... [2022-06-24T10:07:35.168Z] #28 43.02 Unpacking zip (3.0-12) ... [2022-06-24T10:07:35.168Z] #28 43.11 Selecting previously unselected package zstd. [2022-06-24T10:07:35.168Z] #28 43.12 Preparing to unpack .../44-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-24T10:07:35.168Z] #28 43.12 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-24T10:07:35.168Z] #28 43.35 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-24T10:07:35.168Z] #28 43.94 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-24T10:07:35.168Z] #28 43.95 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-24T10:07:35.168Z] #28 43.96 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-24T10:07:35.168Z] #28 43.97 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-24T10:07:35.168Z] #28 43.98 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-24T10:07:35.168Z] #28 43.99 Setting up uidmap (1:4.8.1-1) ... [2022-06-24T10:07:35.168Z] #28 44.00 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-24T10:07:35.168Z] #28 44.01 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-24T10:07:35.168Z] #28 44.02 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-24T10:07:35.168Z] #28 44.04 Setting up python3-wheel (0.34.2-1) ... [2022-06-24T10:07:35.168Z] #28 44.40 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:07:35.168Z] #28 44.42 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-24T10:07:35.168Z] #28 44.43 Setting up libcap2-bin (1:2.44-1) ... [2022-06-24T10:07:35.168Z] #28 44.45 Setting up apparmor (2.13.6-10) ... [2022-06-24T10:07:35.168Z] #28 45.49 Setting up zip (3.0-12) ... [2022-06-24T10:07:35.168Z] #28 45.50 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:07:35.168Z] #28 45.53 Setting up bash-completion (1:2.11-2) ... [2022-06-24T10:07:35.427Z] #28 46.80 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-24T10:07:35.427Z] #28 46.81 Setting up sudo (1.9.5p2-3) ... [2022-06-24T10:07:35.427Z] #28 46.87 invoke-rc.d: could not determine current runlevel [2022-06-24T10:07:35.427Z] #28 46.88 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-24T10:07:35.427Z] #28 46.88 Setting up xfsprogs (5.10.0-4) ... [2022-06-24T10:07:35.427Z] #28 46.89 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-24T10:07:35.459Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-06-24T10:07:35.459Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-06-24T10:07:35.686Z] #28 46.91 Setting up inetutils-ping (2:2.0-1) ... [2022-06-24T10:07:35.686Z] #28 46.92 Setting up pigz (2.6-1) ... [2022-06-24T10:07:35.686Z] #28 46.93 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-24T10:07:35.686Z] #28 46.94 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-24T10:07:35.686Z] #28 46.96 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-24T10:07:35.686Z] #28 46.97 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:07:36.024Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-06-24T10:07:36.253Z] #28 47.42 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-24T10:07:36.253Z] #28 47.43 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-24T10:07:36.512Z] #28 47.68 Setting up libelf1:amd64 (0.183-1) ... [2022-06-24T10:07:36.512Z] #28 47.70 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-24T10:07:36.512Z] #28 47.71 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-24T10:07:36.512Z] #28 47.72 Setting up python3-distutils (3.9.2-1) ... [2022-06-24T10:07:36.771Z] #28 48.07 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-24T10:07:36.771Z] #28 48.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-24T10:07:36.771Z] #28 48.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-24T10:07:36.771Z] #28 48.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-24T10:07:36.771Z] #28 48.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-24T10:07:36.771Z] #28 48.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-24T10:07:36.771Z] #28 48.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-24T10:07:36.771Z] #28 48.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-24T10:07:36.771Z] #28 48.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-24T10:07:36.771Z] #28 48.12 Setting up python3-setuptools (52.0.0-4) ... [2022-06-24T10:07:36.956Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-06-24T10:07:37.706Z] #28 49.02 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-24T10:07:37.706Z] #28 49.04 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-24T10:07:37.706Z] #28 49.05 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-24T10:07:37.706Z] #28 49.06 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-24T10:07:38.536Z] #28 49.72 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-24T10:07:38.536Z] #28 49.73 Setting up jq (1.6-2.1) ... [2022-06-24T10:07:38.536Z] #28 49.75 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-24T10:07:38.536Z] #28 49.76 Setting up iptables (1.8.7-1) ... [2022-06-24T10:07:38.536Z] #28 49.77 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-24T10:07:38.536Z] #28 49.77 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-24T10:07:38.536Z] #28 49.78 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-24T10:07:38.536Z] #28 49.78 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-24T10:07:38.536Z] #28 49.79 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-24T10:07:38.536Z] #28 49.79 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-24T10:07:38.536Z] #28 49.80 Setting up iproute2 (5.10.0-4) ... [2022-06-24T10:07:38.795Z] #28 50.02 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-24T10:07:38.856Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-06-24T10:07:39.369Z] #28 DONE 50.5s [2022-06-24T10:07:39.369Z] [2022-06-24T10:07:39.369Z] #29 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-24T10:07:39.369Z] #29 sha256:71f7632be175786c8827fa4742ae8ee5ae6038e92051c9115558e902517dcdf7 [2022-06-24T10:07:39.788Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-06-24T10:07:39.789Z] check_test.go:540: [d9a53e43a0fda] daemon is not started [2022-06-24T10:07:39.789Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-06-24T10:07:39.938Z] #29 0.780 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-24T10:07:39.938Z] #29 0.784 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-24T10:07:39.938Z] #29 0.787 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-24T10:07:39.938Z] #29 DONE 0.8s [2022-06-24T10:07:39.938Z] [2022-06-24T10:07:39.938Z] #30 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-24T10:07:39.938Z] #30 sha256:1c8b2133bb9824f069c2df9aa9fcb3b5f33d7200f084e8da699d35d776e64c27 [2022-06-24T10:07:43.068Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-06-24T10:07:44.442Z] === RUN TestDockerSuite/TestBuildBlankName [2022-06-24T10:07:44.442Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-06-24T10:07:44.526Z] ok github.com/docker/docker/cmd/dockerd 0.076s coverage: 29.7% of statements [2022-06-24T10:07:45.088Z] ok github.com/docker/docker/container 0.118s coverage: 34.8% of statements [2022-06-24T10:07:45.375Z] --- PASS: TestUpdateRestartPolicy (12.30s) [2022-06-24T10:07:45.375Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-24T10:07:45.650Z] ok github.com/docker/docker/cmd/dockerd/trap 2.451s coverage: 0.0% of statements [2022-06-24T10:07:45.650Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-24T10:07:45.650Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-24T10:07:45.650Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-24T10:07:45.651Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-24T10:07:45.651Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-24T10:07:45.940Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-06-24T10:07:46.198Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2022-06-24T10:07:46.198Z] === RUN TestWaitNonBlocked [2022-06-24T10:07:46.198Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-24T10:07:46.198Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-24T10:07:46.198Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-24T10:07:46.198Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-24T10:07:46.198Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-24T10:07:46.198Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-24T10:07:46.198Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-06-24T10:07:47.132Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-24T10:07:47.132Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.03s) [2022-06-24T10:07:47.132Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.12s) [2022-06-24T10:07:47.132Z] === RUN TestWaitBlocked [2022-06-24T10:07:47.132Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-24T10:07:47.132Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-24T10:07:47.132Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-24T10:07:47.132Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-24T10:07:47.132Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-24T10:07:47.132Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-24T10:07:47.698Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-06-24T10:07:48.053Z] #30 7.666 Collecting yamllint==1.26.1 [2022-06-24T10:07:48.267Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-24T10:07:48.267Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.98s) [2022-06-24T10:07:48.267Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.08s) [2022-06-24T10:07:48.267Z] === CONT TestContainerStartOnDaemonRestart [2022-06-24T10:07:48.267Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-24T10:07:48.267Z] === CONT TestIpcModeOlderClient [2022-06-24T10:07:48.267Z] === CONT TestContainerKillOnDaemonStart [2022-06-24T10:07:48.267Z] === CONT TestDaemonHostGatewayIP [2022-06-24T10:07:48.267Z] === CONT TestDaemonRestartIpcMode [2022-06-24T10:07:48.267Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-06-24T10:07:48.267Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-06-24T10:07:48.833Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-06-24T10:07:48.989Z] #30 8.725 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-24T10:07:49.248Z] #30 9.360 Collecting pathspec>=0.5.3 [2022-06-24T10:07:49.507Z] #30 9.373 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-24T10:07:49.507Z] #30 9.627 Collecting pyyaml [2022-06-24T10:07:49.766Z] #30 9.633 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-06-24T10:07:49.766Z] #30 9.666 Building wheels for collected packages: yamllint [2022-06-24T10:07:49.766Z] #30 9.670 Building wheel for yamllint (setup.py): started [2022-06-24T10:07:50.333Z] #30 10.23 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-24T10:07:50.333Z] #30 10.23 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=c10664f1ed138136bd3fb702b80c7c1308e0489640495a3128c61dd74a6f58a3 [2022-06-24T10:07:50.333Z] #30 10.23 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-24T10:07:50.333Z] #30 10.24 Successfully built yamllint [2022-06-24T10:07:50.333Z] #30 10.26 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-24T10:07:50.592Z] #30 10.47 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-24T10:07:50.734Z] check_test.go:540: [d1ade50c315dc] daemon is not started [2022-06-24T10:07:50.734Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-06-24T10:07:50.734Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-06-24T10:07:50.854Z] #30 DONE 10.8s [2022-06-24T10:07:50.854Z] [2022-06-24T10:07:50.854Z] #34 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-24T10:07:50.854Z] #34 sha256:b9e00a469b29aa759aa89a4dedad9c2bbc6d9f3c027137a9fe71aa39cd492fbb [2022-06-24T10:07:50.854Z] #34 DONE 0.2s [2022-06-24T10:07:50.854Z] [2022-06-24T10:07:50.854Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:07:50.854Z] #71 sha256:eeb7ca46e099d8faf999cd7d670272689c63b040d6643cdef6c5b9c7b3bd4e57 [2022-06-24T10:07:51.113Z] #71 ... [2022-06-24T10:07:51.113Z] [2022-06-24T10:07:51.113Z] #39 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-24T10:07:51.113Z] #39 sha256:3509deeb83fe043f6ae366e8c4f0346cd1521cd20d60c5c930e1dcd6c484df85 [2022-06-24T10:07:51.113Z] #39 DONE 0.3s [2022-06-24T10:07:51.113Z] [2022-06-24T10:07:51.113Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:07:51.113Z] #71 sha256:eeb7ca46e099d8faf999cd7d670272689c63b040d6643cdef6c5b9c7b3bd4e57 [2022-06-24T10:07:51.300Z] --- PASS: TestContainerStartOnDaemonRestart (2.99s) [2022-06-24T10:07:51.300Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-06-24T10:07:51.300Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.03s) [2022-06-24T10:07:51.374Z] #71 ... [2022-06-24T10:07:51.374Z] [2022-06-24T10:07:51.374Z] #42 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-24T10:07:51.374Z] #42 sha256:48b8aefeb2f48752b1bb123887fe9f73d992fa66f015572f0a3893291eb7e97a [2022-06-24T10:07:51.374Z] #42 DONE 0.1s [2022-06-24T10:07:51.374Z] [2022-06-24T10:07:51.374Z] #44 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-24T10:07:51.374Z] #44 sha256:a417c538e6e41c7a6b3f22a1e2eeb5c5f6476f8d100a7389a05108d8064d2788 [2022-06-24T10:07:51.374Z] #44 DONE 0.1s [2022-06-24T10:07:51.374Z] [2022-06-24T10:07:51.374Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:07:51.374Z] #71 sha256:eeb7ca46e099d8faf999cd7d670272689c63b040d6643cdef6c5b9c7b3bd4e57 [2022-06-24T10:07:51.633Z] #71 ... [2022-06-24T10:07:51.633Z] [2022-06-24T10:07:51.633Z] #46 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-24T10:07:51.633Z] #46 sha256:6d5103827522d03b5827c5d08b7c537f474398032533cb3bdb1a4e8dbd73c38c [2022-06-24T10:07:51.633Z] #46 DONE 0.1s [2022-06-24T10:07:51.633Z] [2022-06-24T10:07:51.633Z] #48 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-24T10:07:51.633Z] #48 sha256:8b97c0ea66c9df45723a3bed4a06b0063fb5cd253b5822172861c105f10b9a9b [2022-06-24T10:07:51.633Z] #48 DONE 0.1s [2022-06-24T10:07:51.633Z] [2022-06-24T10:07:51.633Z] #52 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-24T10:07:51.633Z] #52 sha256:8fdb259945f53dd279de3e7f81177b3666ecfa78a72375b42adecaf8805cd7e5 [2022-06-24T10:07:51.633Z] #52 DONE 0.0s [2022-06-24T10:07:51.633Z] [2022-06-24T10:07:51.633Z] #55 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-24T10:07:51.633Z] #55 sha256:4382b23402666e9fb8402928afa4a568948b5612a57720a99251aa248f49e814 [2022-06-24T10:07:51.865Z] --- PASS: TestDaemonHostGatewayIP (3.53s) [2022-06-24T10:07:51.865Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-06-24T10:07:51.895Z] #55 DONE 0.1s [2022-06-24T10:07:51.895Z] [2022-06-24T10:07:51.895Z] #59 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-24T10:07:51.895Z] #59 sha256:85ee3139a3ea58c976ab095ed3f9b9e046c2b395410ca24b98428ec5ef783361 [2022-06-24T10:07:51.895Z] #59 DONE 0.0s [2022-06-24T10:07:51.895Z] [2022-06-24T10:07:51.895Z] #61 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-24T10:07:51.895Z] #61 sha256:de4fcd256aa5d225f62b066502a05a0c3178db03bf90b45b0eece27e4e30e8f9 [2022-06-24T10:07:51.895Z] #61 DONE 0.1s [2022-06-24T10:07:51.895Z] [2022-06-24T10:07:51.895Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:07:51.895Z] #71 sha256:eeb7ca46e099d8faf999cd7d670272689c63b040d6643cdef6c5b9c7b3bd4e57 [2022-06-24T10:07:51.895Z] #71 ... [2022-06-24T10:07:51.895Z] [2022-06-24T10:07:51.895Z] #63 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-24T10:07:51.895Z] #63 sha256:5b4a4153ad499f8335a0343ffc652d1b6a5b532c0f6afc4c9931a6cb4f372707 [2022-06-24T10:07:51.895Z] #63 DONE 0.1s [2022-06-24T10:07:52.154Z] [2022-06-24T10:07:52.154Z] #65 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-24T10:07:52.154Z] #65 sha256:ace325a873e084bf0cd7629a591100cb699e2ad6f5d92b20ebb8fc982fb48752 [2022-06-24T10:07:52.154Z] #65 DONE 0.1s [2022-06-24T10:07:52.154Z] [2022-06-24T10:07:52.154Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-24T10:07:52.154Z] #67 sha256:239d1a69398afb69c2b4cbf6757b91b1ce931d6a55f86d3a07e3826731cd957d [2022-06-24T10:07:52.191Z] ok github.com/docker/docker/daemon/cluster 0.095s coverage: 0.5% of statements [2022-06-24T10:07:52.191Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-06-24T10:07:52.430Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-06-24T10:07:52.430Z] --- PASS: TestDaemonRestartIpcMode (4.17s) [2022-06-24T10:07:52.689Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-06-24T10:07:53.555Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 36.9% of statements [2022-06-24T10:07:54.062Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-06-24T10:07:54.062Z] check_test.go:540: [d1f3bf7966b6d] daemon is not started [2022-06-24T10:07:54.062Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-06-24T10:07:54.320Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-06-24T10:07:55.252Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-06-24T10:07:55.818Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-06-24T10:07:57.189Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-06-24T10:07:58.561Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-06-24T10:08:00.092Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.445s coverage: 13.4% of statements [2022-06-24T10:08:00.457Z] --- PASS: TestContainerKillOnDaemonStart (12.03s) [2022-06-24T10:08:00.457Z] PASS [2022-06-24T10:08:00.457Z] [2022-06-24T10:08:00.457Z] === Skipped [2022-06-24T10:08:00.457Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-24T10:08:00.457Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-24T10:08:00.457Z] [2022-06-24T10:08:00.458Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-24T10:08:00.458Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-24T10:08:00.458Z] [2022-06-24T10:08:00.458Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-24T10:08:00.458Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-24T10:08:00.458Z] [2022-06-24T10:08:00.458Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-24T10:08:00.458Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-24T10:08:00.458Z] [2022-06-24T10:08:00.458Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-24T10:08:00.458Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-24T10:08:00.458Z] [2022-06-24T10:08:00.458Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-24T10:08:00.458Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-24T10:08:00.458Z] [2022-06-24T10:08:00.458Z] DONE 259 tests, 6 skipped in 133.521s [2022-06-24T10:08:00.458Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-24T10:08:00.458Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:08:00.458Z] ++ set -e [2022-06-24T10:08:00.458Z] ++ '[' -n 0 ']' [2022-06-24T10:08:00.458Z] ++ set -x [2022-06-24T10:08:00.458Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:08:00.458Z] === RUN TestConfigDaemonLibtrustID [2022-06-24T10:08:01.020Z] ok github.com/docker/docker/daemon/config 0.033s coverage: 81.5% of statements [2022-06-24T10:08:01.023Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-06-24T10:08:01.023Z] === RUN TestConfigDaemonID [2022-06-24T10:08:01.583Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-06-24T10:08:01.588Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-06-24T10:08:01.846Z] daemon_test.go:83: [d3df014daff56] daemon is not started [2022-06-24T10:08:01.846Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-24T10:08:01.846Z] === RUN TestDaemonConfigValidation [2022-06-24T10:08:01.846Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-24T10:08:01.846Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-24T10:08:01.846Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-24T10:08:01.846Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-24T10:08:01.846Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-24T10:08:01.846Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-24T10:08:01.846Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-24T10:08:01.846Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-24T10:08:01.846Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-24T10:08:01.846Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-24T10:08:01.846Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-24T10:08:01.846Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-24T10:08:01.846Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-24T10:08:01.846Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-24T10:08:01.846Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-24T10:08:02.104Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-24T10:08:02.104Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2022-06-24T10:08:02.104Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-06-24T10:08:02.104Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-06-24T10:08:02.104Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-06-24T10:08:02.104Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2022-06-24T10:08:02.104Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-24T10:08:02.104Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-24T10:08:02.146Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-06-24T10:08:02.402Z] ok github.com/docker/docker/daemon 10.116s coverage: 16.1% of statements [2022-06-24T10:08:02.402Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-24T10:08:02.402Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-24T10:08:02.402Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-24T10:08:02.402Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-24T10:08:02.669Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-06-24T10:08:02.926Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-24T10:08:03.330Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.637s coverage: 74.8% of statements [2022-06-24T10:08:03.860Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-06-24T10:08:04.118Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-24T10:08:04.682Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-06-24T10:08:04.697Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.358s coverage: 56.2% of statements [2022-06-24T10:08:04.697Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 3.0% of statements [2022-06-24T10:08:05.248Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-24T10:08:05.248Z] daemon_test.go:197: [d7f7eeca0135a] daemon is not started [2022-06-24T10:08:05.248Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2022-06-24T10:08:05.248Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.03s) [2022-06-24T10:08:05.248Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.07s) [2022-06-24T10:08:05.248Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-24T10:08:05.248Z] === RUN TestDaemonProxy [2022-06-24T10:08:05.248Z] === RUN TestDaemonProxy/environment_variables [2022-06-24T10:08:06.064Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2022-06-24T10:08:06.181Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-06-24T10:08:06.439Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-06-24T10:08:07.004Z] === RUN TestDaemonProxy/command-line_options [2022-06-24T10:08:07.119Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.360s coverage: 50.6% of statements [2022-06-24T10:08:07.936Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-06-24T10:08:08.194Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-06-24T10:08:08.452Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-06-24T10:08:08.710Z] === RUN TestDaemonProxy/configuration_file [2022-06-24T10:08:09.013Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.967s coverage: 46.1% of statements [2022-06-24T10:08:09.013Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-24T10:08:09.576Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.009s coverage: 58.5% of statements [2022-06-24T10:08:09.576Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-24T10:08:09.576Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-24T10:08:09.641Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-06-24T10:08:10.138Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.012s coverage: 58.5% of statements [2022-06-24T10:08:10.206Z] === RUN TestDaemonProxy/conflicting_options [2022-06-24T10:08:10.394Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2022-06-24T10:08:10.650Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2022-06-24T10:08:10.771Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-24T10:08:11.337Z] daemon_test.go:374: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-06-24T10:08:11.337Z] --- PASS: TestDaemonProxy (6.18s) [2022-06-24T10:08:11.337Z] --- PASS: TestDaemonProxy/environment_variables (1.72s) [2022-06-24T10:08:11.337Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2022-06-24T10:08:11.337Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2022-06-24T10:08:11.337Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-24T10:08:11.337Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-24T10:08:11.337Z] PASS [2022-06-24T10:08:11.337Z] [2022-06-24T10:08:11.337Z] === Skipped [2022-06-24T10:08:11.337Z] === SKIP: amd64.integration.daemon TestDaemonProxy/reload_sanitized (0.52s) [2022-06-24T10:08:11.337Z] daemon_test.go:374: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-06-24T10:08:11.337Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-24T10:08:11.337Z] [2022-06-24T10:08:11.337Z] DONE 18 tests, 1 skipped in 10.974s [2022-06-24T10:08:11.337Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-24T10:08:11.337Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:08:11.337Z] ++ set -e [2022-06-24T10:08:11.337Z] ++ '[' -n 0 ']' [2022-06-24T10:08:11.337Z] ++ set -x [2022-06-24T10:08:11.337Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:08:11.337Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-06-24T10:08:11.337Z] INFO: Testing against a local daemon [2022-06-24T10:08:11.337Z] === RUN TestCommitInheritsEnv [2022-06-24T10:08:11.595Z] --- PASS: TestCommitInheritsEnv (0.28s) [2022-06-24T10:08:11.595Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-24T10:08:11.595Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-24T10:08:11.595Z] === RUN TestImportWithCustomPlatform [2022-06-24T10:08:11.595Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-24T10:08:11.595Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-24T10:08:11.595Z] === RUN TestImportWithCustomPlatform// [2022-06-24T10:08:11.595Z] === RUN TestImportWithCustomPlatform/linux [2022-06-24T10:08:11.853Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-24T10:08:11.853Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-24T10:08:11.853Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-06-24T10:08:11.853Z] === RUN TestImportWithCustomPlatform/macos [2022-06-24T10:08:11.853Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-24T10:08:11.853Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-24T10:08:11.853Z] --- PASS: TestImportWithCustomPlatform (0.30s) [2022-06-24T10:08:11.853Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-06-24T10:08:11.853Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-24T10:08:11.853Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-24T10:08:11.853Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-24T10:08:11.853Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-24T10:08:11.853Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-24T10:08:11.853Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-24T10:08:11.853Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-24T10:08:11.853Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-24T10:08:11.853Z] === RUN TestImagesFilterMultiReference [2022-06-24T10:08:12.015Z] ok github.com/docker/docker/daemon/images 0.035s coverage: 6.9% of statements [2022-06-24T10:08:12.015Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-24T10:08:12.015Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-24T10:08:12.111Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-06-24T10:08:12.111Z] === RUN TestImagePullPlatformInvalid [2022-06-24T10:08:12.111Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-24T10:08:12.111Z] === RUN TestRemoveImageOrphaning [2022-06-24T10:08:12.271Z] ok github.com/docker/docker/daemon/logger 0.218s coverage: 43.2% of statements [2022-06-24T10:08:12.371Z] --- PASS: TestRemoveImageOrphaning (0.23s) [2022-06-24T10:08:12.371Z] === RUN TestRemoveImageGarbageCollector [2022-06-24T10:08:12.628Z] time="2022-06-24T10:08:12Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-24T10:08:13.193Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-06-24T10:08:13.198Z] ok github.com/docker/docker/daemon/logger/fluentd 0.020s coverage: 53.6% of statements [2022-06-24T10:08:13.198Z] ok github.com/docker/docker/daemon/logger/awslogs 0.123s coverage: 80.2% of statements [2022-06-24T10:08:13.198Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-24T10:08:13.760Z] ok github.com/docker/docker/daemon/logger/gelf 0.010s coverage: 68.2% of statements [2022-06-24T10:08:13.760Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.4% of statements [2022-06-24T10:08:14.127Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-06-24T10:08:14.127Z] --- PASS: TestRemoveImageGarbageCollector (1.99s) [2022-06-24T10:08:14.127Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-24T10:08:14.147Z] #67 89.84 + mkdir -p /build [2022-06-24T10:08:14.147Z] #67 89.84 + cp runc /build/runc [2022-06-24T10:08:14.147Z] #67 DONE 90.1s [2022-06-24T10:08:14.147Z] [2022-06-24T10:08:14.147Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:08:14.147Z] #71 sha256:eeb7ca46e099d8faf999cd7d670272689c63b040d6643cdef6c5b9c7b3bd4e57 [2022-06-24T10:08:14.323Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-06-24T10:08:14.384Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-24T10:08:14.384Z] === RUN TestTagInvalidReference [2022-06-24T10:08:14.384Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-24T10:08:14.384Z] === RUN TestTagValidPrefixedRepo [2022-06-24T10:08:14.384Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-24T10:08:14.384Z] === RUN TestTagExistedNameWithoutForce [2022-06-24T10:08:14.384Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-24T10:08:14.384Z] === RUN TestTagOfficialNames [2022-06-24T10:08:14.384Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-24T10:08:14.384Z] === RUN TestTagMatchesDigest [2022-06-24T10:08:14.384Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-24T10:08:14.384Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-24T10:08:14.418Z] #71 ... [2022-06-24T10:08:14.418Z] [2022-06-24T10:08:14.418Z] #68 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-24T10:08:14.418Z] #68 sha256:6962fd0e0bcedb989c3c35206385c9a90eb38b90be9d5068d37785486e7dbf73 [2022-06-24T10:08:14.418Z] #68 DONE 0.1s [2022-06-24T10:08:14.418Z] [2022-06-24T10:08:14.418Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-24T10:08:14.418Z] #71 sha256:eeb7ca46e099d8faf999cd7d670272689c63b040d6643cdef6c5b9c7b3bd4e57 [2022-06-24T10:08:14.888Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.139s coverage: 76.8% of statements [2022-06-24T10:08:14.888Z] ok github.com/docker/docker/daemon/logger/local 0.038s coverage: 79.4% of statements [2022-06-24T10:08:14.888Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-24T10:08:14.888Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-24T10:08:14.950Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-06-24T10:08:15.207Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-06-24T10:08:15.772Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-06-24T10:08:15.818Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.039s coverage: 31.5% of statements [2022-06-24T10:08:15.818Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.032s coverage: 62.0% of statements [2022-06-24T10:08:16.707Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-06-24T10:08:16.749Z] ok github.com/docker/docker/daemon/logger/syslog 0.019s coverage: 46.8% of statements [2022-06-24T10:08:17.005Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-06-24T10:08:17.272Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-06-24T10:08:17.272Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-06-24T10:08:17.530Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-06-24T10:08:17.567Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-06-24T10:08:18.129Z] ok github.com/docker/docker/daemon/logger/splunk 1.559s coverage: 82.5% of statements [2022-06-24T10:08:18.129Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-24T10:08:18.129Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-24T10:08:19.057Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 44.4% of statements [2022-06-24T10:08:19.314Z] ok github.com/docker/docker/distribution 0.595s coverage: 28.0% of statements [2022-06-24T10:08:19.314Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-24T10:08:19.876Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-06-24T10:08:20.439Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-06-24T10:08:21.000Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-06-24T10:08:21.562Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-06-24T10:08:21.562Z] ok github.com/docker/docker/distribution/xfer 1.890s coverage: 84.9% of statements [2022-06-24T10:08:21.562Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-24T10:08:21.562Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-24T10:08:21.562Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-24T10:08:21.712Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-06-24T10:08:21.819Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-06-24T10:08:21.971Z] docker_cli_daemon_test.go:2503: [df111c293825e] daemon is not started [2022-06-24T10:08:21.971Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-06-24T10:08:22.251Z] #64 417.0 # github.com/containerd/containerd/cmd/containerd [2022-06-24T10:08:22.251Z] #64 417.0 /usr/bin/ld: /tmp/go-link-3627110924/000019.o: in function `New': [2022-06-24T10:08:22.251Z] #64 417.0 /tmp/tmp.E8H6PhH9I0/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-06-24T10:08:22.251Z] #64 417.1 + bin/containerd-stress [2022-06-24T10:08:22.251Z] #64 418.2 + bin/containerd-shim [2022-06-24T10:08:22.381Z] ok github.com/docker/docker/oci 0.016s coverage: 46.0% of statements [2022-06-24T10:08:22.536Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-06-24T10:08:22.943Z] ok github.com/docker/docker/opts 0.023s coverage: 66.0% of statements [2022-06-24T10:08:23.102Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-06-24T10:08:23.199Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-24T10:08:23.360Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-06-24T10:08:24.733Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-06-24T10:08:24.991Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-06-24T10:08:25.089Z] ok github.com/docker/docker/pkg/archive 0.285s coverage: 82.3% of statements [2022-06-24T10:08:25.250Z] === RUN TestDockerSuite/TestBuildCmd [2022-06-24T10:08:25.508Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-06-24T10:08:25.766Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-06-24T10:08:26.024Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-06-24T10:08:26.024Z] docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows [2022-06-24T10:08:26.024Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-06-24T10:08:26.589Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-06-24T10:08:26.979Z] ok github.com/docker/docker/pkg/authorization 1.616s coverage: 68.3% of statements [2022-06-24T10:08:26.979Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-24T10:08:27.235Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-06-24T10:08:28.832Z] #64 429.4 + bin/containerd-shim-runc-v1 [2022-06-24T10:08:30.500Z] ok github.com/docker/docker/layer 7.190s coverage: 68.9% of statements [2022-06-24T10:08:30.500Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-24T10:08:30.500Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-24T10:08:30.500Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-24T10:08:30.500Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-24T10:08:30.500Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-24T10:08:30.500Z] ok github.com/docker/docker/pkg/chrootarchive 2.604s coverage: 42.7% of statements [2022-06-24T10:08:30.500Z] ok github.com/docker/docker/pkg/containerfs 0.007s coverage: 6.7% of statements [2022-06-24T10:08:30.500Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-24T10:08:30.756Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2022-06-24T10:08:30.756Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-06-24T10:08:30.771Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-06-24T10:08:30.771Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-06-24T10:08:31.029Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-06-24T10:08:31.320Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 87.2% of statements [2022-06-24T10:08:31.320Z] ok github.com/docker/docker/pkg/fsutils 0.166s coverage: 85.1% of statements [2022-06-24T10:08:31.320Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2022-06-24T10:08:31.962Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-06-24T10:08:31.962Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-06-24T10:08:32.688Z] ok github.com/docker/docker/pkg/ioutils 0.347s coverage: 70.1% of statements [2022-06-24T10:08:32.688Z] ok github.com/docker/docker/pkg/idtools 0.448s coverage: 67.9% of statements [2022-06-24T10:08:32.688Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2022-06-24T10:08:32.688Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2022-06-24T10:08:32.688Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-24T10:08:32.900Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-06-24T10:08:32.900Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-06-24T10:08:32.944Z] ok github.com/docker/docker/pkg/namesgenerator 0.011s coverage: 85.7% of statements [2022-06-24T10:08:32.944Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-06-24T10:08:33.158Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-06-24T10:08:33.200Z] ok github.com/docker/docker/pkg/parsers/kernel 0.012s coverage: 60.0% of statements [2022-06-24T10:08:33.416Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-06-24T10:08:33.456Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 90.5% of statements [2022-06-24T10:08:33.456Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-06-24T10:08:33.456Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-24T10:08:33.456Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-24T10:08:33.982Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-06-24T10:08:34.020Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.018s coverage: 56.8% of statements [2022-06-24T10:08:34.276Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-06-24T10:08:34.534Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-06-24T10:08:34.793Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-24T10:08:35.410Z] #64 435.7 + bin/containerd-shim-runc-v2 [2022-06-24T10:08:35.670Z] #64 436.5 + binaries [2022-06-24T10:08:35.931Z] #64 436.5 + install -D bin/containerd /build/containerd [2022-06-24T10:08:35.931Z] #64 436.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-24T10:08:35.931Z] #64 436.6 + install -D bin/ctr /build/ctr [2022-06-24T10:08:36.158Z] ok github.com/docker/docker/pkg/pubsub 1.048s coverage: 75.0% of statements [2022-06-24T10:08:36.192Z] #64 DONE 437.0s [2022-06-24T10:08:36.414Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-06-24T10:08:36.509Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-06-24T10:08:36.509Z] check_test.go:540: [d4d3a7f9e195f] daemon is not started [2022-06-24T10:08:36.509Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-06-24T10:08:36.670Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-06-24T10:08:36.670Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-06-24T10:08:36.926Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-06-24T10:08:37.182Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-24T10:08:37.576Z] [2022-06-24T10:08:37.576Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-24T10:08:37.576Z] #65 sha256:277d31bb6802e20e7d41cf6158bc9bbcade35cf24431a01eab1d896020b23d87 [2022-06-24T10:08:37.576Z] #65 DONE 0.2s [2022-06-24T10:08:37.576Z] [2022-06-24T10:08:37.576Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-24T10:08:37.576Z] #70 sha256:e24dc59db5cfd3d2a1213391dffc80e48ac69dd3473db25d4ae313a0fab3c64d [2022-06-24T10:08:37.576Z] #70 DONE 0.1s [2022-06-24T10:08:37.576Z] [2022-06-24T10:08:37.576Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-24T10:08:37.576Z] #75 sha256:80e7f3d47aba7b9f9183a10f53430e7156f45817564465ece1c8809da3ceae97 [2022-06-24T10:08:37.745Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.6% of statements [2022-06-24T10:08:37.836Z] #75 DONE 0.2s [2022-06-24T10:08:37.836Z] [2022-06-24T10:08:37.836Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-24T10:08:37.836Z] #78 sha256:b3023e00646b9d9430a3c01b3c04f89bed08ff9b0c9fadca88339e89d3d22b42 [2022-06-24T10:08:37.836Z] #78 DONE 0.1s [2022-06-24T10:08:37.836Z] [2022-06-24T10:08:37.836Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-24T10:08:37.836Z] #79 sha256:d0690b658d1fa909bb9ffb69522af995e5fd7f5d882e1fb42a2ea3a7076d45e6 [2022-06-24T10:08:37.836Z] #79 DONE 0.1s [2022-06-24T10:08:37.836Z] [2022-06-24T10:08:37.836Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-24T10:08:37.836Z] #80 sha256:ac3708661528ac6b01af3122a11ca1abd1348b792e3b75c434e91a255547540b [2022-06-24T10:08:37.836Z] #80 DONE 0.0s [2022-06-24T10:08:38.001Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-24T10:08:38.096Z] [2022-06-24T10:08:38.096Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-24T10:08:38.096Z] #81 sha256:bb5b8ab1310f2c3a7f11161357d8c7e95040adcea288ff743c02fe4aeafb6c0e [2022-06-24T10:08:38.564Z] ok github.com/docker/docker/pkg/tailfile 0.042s coverage: 88.6% of statements [2022-06-24T10:08:38.820Z] ok github.com/docker/docker/pkg/tarsum 0.044s coverage: 89.3% of statements [2022-06-24T10:08:39.076Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements [2022-06-24T10:08:39.332Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-24T10:08:40.635Z] #81 DONE 2.8s [2022-06-24T10:08:40.900Z] [2022-06-24T10:08:40.900Z] #82 exporting to image [2022-06-24T10:08:40.900Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-24T10:08:40.900Z] #82 exporting layers [2022-06-24T10:08:41.220Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-06-24T10:08:41.476Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-24T10:08:41.732Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite (310.76s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.15s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.03s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.58s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (1.66s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.15s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.41s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.26s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.79s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.24s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.12s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (2.95s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.05s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.20s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (1.95s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.04s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (1.99s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.93s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.71s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.57s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.50s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (13.45s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (3.62s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.98s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.01s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.51s) [2022-06-24T10:08:41.771Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.85s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.91s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.98s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.53s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.78s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.51s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.42s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.93s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.31s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.32s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.38s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.36s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.52s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.21s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.33s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (3.26s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (1.94s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (10.15s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (1.90s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.05s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (3.47s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.16s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.31s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.28s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.87s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.12s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.58s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.13s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.54s) [2022-06-24T10:08:41.771Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-24T10:08:41.771Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.66s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.36s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.83s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.80s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.25s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.58s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.23s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.12s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.51s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.88s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.10s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.29s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.59s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.14s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.56s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.07s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.03s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.51s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.59s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.64s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.52s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (1.91s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.33s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.26s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.02s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (3.48s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (2.66s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.57s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.36s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.53s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.45s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.85s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.75s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.17s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (0.90s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.09s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (2.47s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (2.35s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (3.38s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.23s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (0.89s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (0.89s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.29s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (6.16s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (7.30s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.04s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.45s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.12s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.05s) [2022-06-24T10:08:41.771Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (4.56s) [2022-06-24T10:08:41.771Z] === RUN TestDockerSwarmSuite [2022-06-24T10:08:41.771Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-06-24T10:08:41.771Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-06-24T10:08:42.029Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-06-24T10:08:43.098Z] ok github.com/docker/docker/quota 0.244s coverage: 71.4% of statements [2022-06-24T10:08:43.354Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2022-06-24T10:08:43.926Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-06-24T10:08:44.283Z] ok github.com/docker/docker/registry 0.079s coverage: 58.6% of statements [2022-06-24T10:08:44.539Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-06-24T10:08:44.795Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-06-24T10:08:44.860Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-06-24T10:08:45.051Z] ok github.com/docker/docker/runconfig 0.009s coverage: 64.5% of statements [2022-06-24T10:08:45.307Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-06-24T10:08:46.503Z] #71 177.2 # github.com/containerd/containerd/cmd/containerd [2022-06-24T10:08:46.503Z] #71 177.2 /usr/bin/ld: /tmp/go-link-653891223/000019.o: in function `New': [2022-06-24T10:08:46.503Z] #71 177.2 /tmp/tmp.tX8ia02i1E/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-06-24T10:08:46.503Z] #71 177.3 + bin/containerd-stress [2022-06-24T10:08:47.210Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-06-24T10:08:47.388Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-06-24T10:08:47.477Z] #82 exporting layers 6.7s done [2022-06-24T10:08:47.477Z] #82 writing image sha256:fd6aa8b24b051e5eb31ae2861bd55f9df266c99a9d4023b3e6e894ff4f0b68ad done [2022-06-24T10:08:47.477Z] #82 naming to docker.io/library/docker:56a20dbc19786633f605d3871f5242d8e0f1be5a done [2022-06-24T10:08:47.477Z] #82 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-24T10:08:47.646Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-06-24T10:08:47.796Z] ok github.com/docker/docker/volume/local 0.104s coverage: 76.8% of statements [2022-06-24T10:08:47.823Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56a20dbc19786633f605d3871f5242d8e0f1be5a hack/make.sh dynbinary test-integration [2022-06-24T10:08:47.877Z] #71 178.4 + bin/containerd-shim [2022-06-24T10:08:48.368Z] ok github.com/docker/docker/volume/mounts 0.010s coverage: 67.7% of statements [2022-06-24T10:08:48.581Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-06-24T10:08:48.581Z] docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows [2022-06-24T10:08:48.581Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-06-24T10:08:48.581Z] docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows [2022-06-24T10:08:48.581Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-06-24T10:08:48.581Z] docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows [2022-06-24T10:08:48.581Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-06-24T10:08:48.581Z] docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows [2022-06-24T10:08:48.581Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-06-24T10:08:48.762Z] [2022-06-24T10:08:49.022Z] Removing bundles/ [2022-06-24T10:08:49.022Z] [2022-06-24T10:08:49.022Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-24T10:08:49.022Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-24T10:08:49.022Z] GOOS="" GOARCH="" GOARM="" [2022-06-24T10:08:49.296Z] ok github.com/docker/docker/volume/service 0.016s coverage: 72.3% of statements [2022-06-24T10:08:51.108Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-06-24T10:08:51.366Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-06-24T10:08:55.549Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-06-24T10:08:56.923Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-06-24T10:08:56.923Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-06-24T10:08:57.413Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-24T10:08:57.413Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-24T10:08:57.413Z] GOOS="" GOARCH="" GOARM="" [2022-06-24T10:08:57.413Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-24T10:08:57.413Z] [2022-06-24T10:08:57.413Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-24T10:08:57.413Z] DOCKER_SYSTEMD=1 [2022-06-24T10:08:57.413Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-24T10:08:57.413Z] HOSTNAME=683ceaf8545d [2022-06-24T10:08:57.413Z] DEST=bundles/test-integration [2022-06-24T10:08:57.413Z] PWD=/go/src/github.com/docker/docker [2022-06-24T10:08:57.413Z] DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T10:08:57.413Z] container=docker [2022-06-24T10:08:57.413Z] HOME=/root [2022-06-24T10:08:57.413Z] LANG=C.UTF-8 [2022-06-24T10:08:57.413Z] INVOCATION_ID=2e7f9b949b8745d98d854377559f3c26 [2022-06-24T10:08:57.413Z] GOLANG_VERSION=1.18.3 [2022-06-24T10:08:57.413Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-24T10:08:57.413Z] VALIDATE_BRANCH=master [2022-06-24T10:08:57.413Z] TERM=xterm [2022-06-24T10:08:57.413Z] DOCKER_PKG=github.com/docker/docker [2022-06-24T10:08:57.413Z] SHLVL=3 [2022-06-24T10:08:57.413Z] TIMEOUT=120m [2022-06-24T10:08:57.413Z] DOCKER_BUILDTAGS= journald [2022-06-24T10:08:57.413Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-24T10:08:57.413Z] GO111MODULE=off [2022-06-24T10:08:57.413Z] DOCKER_EXPERIMENTAL=1 [2022-06-24T10:08:57.413Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-24T10:08:57.413Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-24T10:08:57.413Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-24T10:08:57.413Z] GOPATH=/go [2022-06-24T10:08:57.413Z] PKG_CONFIG=pkg-config [2022-06-24T10:08:57.413Z] _=/usr/bin/env [2022-06-24T10:08:57.413Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-24T10:09:00.074Z] #71 189.6 + bin/containerd-shim-runc-v1 [2022-06-24T10:09:01.106Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-06-24T10:09:04.386Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-06-24T10:09:04.643Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-06-24T10:09:04.901Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-06-24T10:09:05.159Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-06-24T10:09:05.342Z] #71 195.9 + bin/containerd-shim-runc-v2 [2022-06-24T10:09:06.092Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-06-24T10:09:06.281Z] #71 196.7 + binaries [2022-06-24T10:09:06.281Z] #71 196.7 + install -D bin/containerd /build/containerd [2022-06-24T10:09:06.281Z] #71 196.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-24T10:09:06.281Z] #71 196.8 + install -D bin/ctr /build/ctr [2022-06-24T10:09:06.281Z] #71 DONE 197.1s [2022-06-24T10:09:06.658Z] docker_api_swarm_test.go:563: [d6fe926111aaa] joining swarm manager [db257e8ce5930]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:09:07.234Z] [2022-06-24T10:09:07.234Z] #72 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-24T10:09:07.234Z] #72 sha256:b6852c392a823330f53a216bc1f203644b7969890f3151abd0e4a784b0dd0217 [2022-06-24T10:09:07.802Z] #72 DONE 0.4s [2022-06-24T10:09:07.802Z] [2022-06-24T10:09:07.802Z] #77 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-24T10:09:07.802Z] #77 sha256:5bec8541a3fcc7b1c0ae4c82359c46a40f58f7a4f2b81525ee35d66fffd9e93d [2022-06-24T10:09:08.059Z] #77 DONE 0.1s [2022-06-24T10:09:08.059Z] [2022-06-24T10:09:08.059Z] #82 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-24T10:09:08.059Z] #82 sha256:d91d49386534eb50b92e7ded046fd9354e72231ac6fd5fe6447b48e7435fac7a [2022-06-24T10:09:08.317Z] #82 DONE 0.4s [2022-06-24T10:09:08.317Z] [2022-06-24T10:09:08.317Z] #85 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-24T10:09:08.317Z] #85 sha256:c7ae0d095d88e5e30cdce8357dadc9f379bd3a9ab69d34af2a7153c1b0805895 [2022-06-24T10:09:08.317Z] #85 DONE 0.1s [2022-06-24T10:09:08.317Z] [2022-06-24T10:09:08.317Z] #86 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-24T10:09:08.317Z] #86 sha256:ac4c958a03fb3f77e45fb3a734f2c37fe6974605cf7b3153844f87e1d071e014 [2022-06-24T10:09:08.317Z] #86 DONE 0.0s [2022-06-24T10:09:08.317Z] [2022-06-24T10:09:08.317Z] #87 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-24T10:09:08.317Z] #87 sha256:ebb27eda2412f8e0c47735fd8543204a553f0389168675a3e23c64e515bba32e [2022-06-24T10:09:08.317Z] #87 DONE 0.0s [2022-06-24T10:09:08.558Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-06-24T10:09:08.574Z] [2022-06-24T10:09:08.574Z] #88 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-24T10:09:08.574Z] #88 sha256:6ba07244be14d7899e0c4e7672a7d364b85d0b367472e9199bfd82ad7f1c8dce [2022-06-24T10:09:08.815Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-06-24T10:09:08.816Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-06-24T10:09:09.749Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-06-24T10:09:10.683Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-06-24T10:09:11.177Z] ok github.com/docker/docker/pkg/plugins 33.648s coverage: 76.3% of statements [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/rootless [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/volume [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-24T10:09:11.177Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === Skipped [2022-06-24T10:09:11.177Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-24T10:09:11.177Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-24T10:09:11.177Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-24T10:09:11.177Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-24T10:09:11.177Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-24T10:09:11.177Z] graphtest_unix.go:71: No driver to put! [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-24T10:09:11.177Z] time="2022-06-24T10:08:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-24T10:09:11.177Z] time="2022-06-24T10:08:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-24T10:09:11.177Z] time="2022-06-24T10:08:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-24T10:09:11.177Z] time="2022-06-24T10:08:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-24T10:09:11.177Z] time="2022-06-24T10:08:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-24T10:09:11.177Z] graphtest_unix.go:71: No driver to put! [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-24T10:09:11.177Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-24T10:09:11.177Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-24T10:09:11.177Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-24T10:09:11.177Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-24T10:09:11.177Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:09:11.177Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-24T10:09:11.177Z] graphtest_unix.go:71: No driver to put! [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-24T10:09:11.177Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-24T10:09:11.177Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-24T10:09:11.177Z] [2022-06-24T10:09:11.177Z] DONE 2785 tests, 28 skipped in 206.704s [2022-06-24T10:09:11.177Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/bitseq [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/cluster [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/config [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/datastore [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/driverapi [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/etchosts [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/idm [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/ipam [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/iptables [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/netlabel [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/netutils [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/networkdb [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/ns [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/options [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/osl [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/portallocator [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/portmapper [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/testutils [2022-06-24T10:09:11.177Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-24T10:09:11.177Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-06-24T10:09:11.249Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-06-24T10:09:12.759Z] #88 DONE 3.7s [2022-06-24T10:09:12.759Z] [2022-06-24T10:09:12.759Z] #89 exporting to image [2022-06-24T10:09:12.759Z] #89 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-24T10:09:12.759Z] #89 exporting layers [2022-06-24T10:09:16.511Z] docker_api_swarm_test.go:585: [d20dc3edf5ad2] joining swarm manager [db257e8ce5930]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:09:19.039Z] check_test.go:611: [d6fe926111aaa] daemon is not started [2022-06-24T10:09:19.039Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-06-24T10:09:19.971Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-06-24T10:09:21.870Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-06-24T10:09:26.052Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-06-24T10:09:26.052Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-24T10:09:26.052Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-06-24T10:09:27.954Z] docker_api_swarm_test.go:46: [dd5cf4a322cbd] joining swarm manager [d44dd291d4e16]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:09:30.482Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-06-24T10:09:30.482Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-06-24T10:09:30.482Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-06-24T10:09:33.762Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-06-24T10:09:35.136Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-06-24T10:09:36.510Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-06-24T10:09:39.310Z] #89 exporting layers 24.8s done [2022-06-24T10:09:39.310Z] #89 writing image sha256:174c343815b941ba6231b6c99647701d54ee1e448ce0d03ff3731c8f33d5daf9 done [2022-06-24T10:09:39.310Z] #89 naming to docker.io/library/docker:56a20dbc19786633f605d3871f5242d8e0f1be5a done [2022-06-24T10:09:39.310Z] #89 DONE 24.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-06-24T10:09:39.631Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43622/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43622/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56a20dbc19786633f605d3871f5242d8e0f1be5a hack/validate/default [2022-06-24T10:09:40.197Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-06-24T10:09:40.692Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-06-24T10:09:42.591Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-06-24T10:09:43.524Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-06-24T10:09:44.092Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-24T10:09:44.092Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-24T10:09:46.051Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-06-24T10:09:46.617Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-06-24T10:09:48.305Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2022-06-24T10:09:48.516Z] --- PASS: TestImportExtremelyLargeImageWorks (93.80s) [2022-06-24T10:09:48.516Z] PASS [2022-06-24T10:09:48.516Z] [2022-06-24T10:09:48.516Z] DONE 22 tests in 96.863s [2022-06-24T10:09:48.516Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-24T10:09:48.516Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:09:48.516Z] ++ set -e [2022-06-24T10:09:48.516Z] ++ '[' -n 0 ']' [2022-06-24T10:09:48.516Z] ++ set -x [2022-06-24T10:09:48.516Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:09:48.516Z] === RUN TestStripANSICommands [2022-06-24T10:09:48.516Z] === RUN TestStripANSICommands/#00 [2022-06-24T10:09:48.516Z] === RUN TestStripANSICommands/#01 [2022-06-24T10:09:48.516Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-24T10:09:48.516Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-24T10:09:48.516Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-24T10:09:48.516Z] PASS [2022-06-24T10:09:48.516Z] [2022-06-24T10:09:48.516Z] DONE 3 tests in 0.009s [2022-06-24T10:09:48.516Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-24T10:09:48.516Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:09:48.516Z] ++ set -e [2022-06-24T10:09:48.516Z] ++ '[' -n 0 ']' [2022-06-24T10:09:48.516Z] ++ set -x [2022-06-24T10:09:48.516Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:09:48.516Z] INFO: Testing against a local daemon [2022-06-24T10:09:48.516Z] === RUN TestNetworkCreateDelete [2022-06-24T10:09:48.516Z] --- PASS: TestNetworkCreateDelete (0.23s) [2022-06-24T10:09:48.516Z] === RUN TestDockerNetworkDeletePreferID [2022-06-24T10:09:49.081Z] --- PASS: TestDockerNetworkDeletePreferID (0.61s) [2022-06-24T10:09:49.081Z] === RUN TestDaemonDNSFallback [2022-06-24T10:09:53.572Z] Congratulations! All API changes are done the right way. [2022-06-24T10:09:53.573Z] Congratulations! All TOML source files changed here have valid syntax. [2022-06-24T10:09:53.573Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-06-24T10:09:53.573Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-06-24T10:09:53.573Z] [2022-06-24T10:09:53.573Z] INFO Start validation with golang-ci-lint [2022-06-24T10:09:53.831Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-06-24T10:09:53.831Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-06-24T10:09:54.463Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-06-24T10:09:54.463Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-06-24T10:09:55.836Z] --- PASS: TestDaemonDNSFallback (6.61s) [2022-06-24T10:09:55.836Z] === RUN TestInspectNetwork [2022-06-24T10:09:56.769Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-06-24T10:09:56.769Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-06-24T10:09:57.027Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-06-24T10:09:57.285Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-06-24T10:09:57.285Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-06-24T10:09:57.543Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-06-24T10:09:57.795Z] ok github.com/docker/docker/libnetwork 37.381s coverage: 40.6% of statements [2022-06-24T10:09:57.795Z] ok github.com/docker/docker/libnetwork/bitseq 0.135s coverage: 84.4% of statements [2022-06-24T10:09:57.795Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-24T10:09:57.795Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-24T10:09:57.795Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-24T10:09:57.795Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-24T10:09:57.795Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-24T10:09:57.795Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-24T10:09:57.795Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-24T10:09:57.795Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-24T10:09:57.795Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 22.4% of statements [2022-06-24T10:09:57.795Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-06-24T10:09:57.795Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-24T10:09:57.795Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-24T10:09:57.795Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-06-24T10:09:57.795Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.541s coverage: 59.9% of statements [2022-06-24T10:09:57.795Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-24T10:09:57.795Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-24T10:09:57.795Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.018s coverage: 4.0% of statements [2022-06-24T10:09:57.795Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-24T10:09:57.795Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-06-24T10:09:57.795Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-24T10:09:57.795Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 34.8% of statements [2022-06-24T10:09:57.800Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-06-24T10:09:59.172Z] === RUN TestInspectNetwork/full_network_id [2022-06-24T10:09:59.172Z] === RUN TestInspectNetwork/partial_network_id [2022-06-24T10:09:59.172Z] === RUN TestInspectNetwork/network_name [2022-06-24T10:09:59.172Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-24T10:09:59.172Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-06-24T10:10:00.106Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-06-24T10:10:01.039Z] === RUN TestDockerSuite/TestBuildEnv [2022-06-24T10:10:01.973Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-06-24T10:10:02.905Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-06-24T10:10:04.277Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-06-24T10:10:04.277Z] --- PASS: TestInspectNetwork (8.47s) [2022-06-24T10:10:04.277Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-24T10:10:04.277Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-24T10:10:04.277Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-24T10:10:04.277Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-24T10:10:04.277Z] === RUN TestRunContainerWithBridgeNone [2022-06-24T10:10:06.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-24T10:10:06.176Z] --- PASS: TestRunContainerWithBridgeNone (1.63s) [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-24T10:10:06.176Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-24T10:10:06.176Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-24T10:10:06.176Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-24T10:10:06.176Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-24T10:10:06.176Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-24T10:10:06.176Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-24T10:10:06.176Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-24T10:10:06.176Z] === RUN TestNetworkList [2022-06-24T10:10:06.176Z] === RUN TestNetworkList//networks [2022-06-24T10:10:06.176Z] === PAUSE TestNetworkList//networks [2022-06-24T10:10:06.176Z] === RUN TestNetworkList//networks/ [2022-06-24T10:10:06.176Z] === PAUSE TestNetworkList//networks/ [2022-06-24T10:10:06.176Z] === CONT TestNetworkList//networks [2022-06-24T10:10:06.176Z] === CONT TestNetworkList//networks/ [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkList (0.01s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-24T10:10:06.176Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-24T10:10:06.176Z] === RUN TestHostIPv4BridgeLabel [2022-06-24T10:10:06.433Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-24T10:10:06.433Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-24T10:10:07.366Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-06-24T10:10:07.366Z] === RUN TestDaemonDefaultNetworkPools [2022-06-24T10:10:07.737Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.588s coverage: 7.4% of statements [2022-06-24T10:10:07.737Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-24T10:10:07.737Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-06-24T10:10:07.737Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-06-24T10:10:07.737Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-24T10:10:07.737Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-24T10:10:07.737Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-24T10:10:07.737Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-06-24T10:10:07.737Z] ok github.com/docker/docker/libnetwork/etchosts 0.010s coverage: 81.2% of statements [2022-06-24T10:10:07.737Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-24T10:10:07.993Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-24T10:10:08.300Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s) [2022-06-24T10:10:08.300Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-24T10:10:08.557Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-06-24T10:10:09.490Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.31s) [2022-06-24T10:10:09.490Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-24T10:10:10.864Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) [2022-06-24T10:10:10.864Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-24T10:10:11.429Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.63s) [2022-06-24T10:10:11.429Z] === RUN TestServiceWithPredefinedNetwork [2022-06-24T10:10:14.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-24T10:10:14.708Z] --- PASS: TestServiceWithPredefinedNetwork (2.70s) [2022-06-24T10:10:14.709Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-24T10:10:14.709Z] service_test.go:243: FLAKY_TEST [2022-06-24T10:10:14.709Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-24T10:10:14.709Z] === RUN TestServiceWithDataPathPortInit [2022-06-24T10:10:20.163Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-06-24T10:10:22.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-24T10:10:22.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-24T10:10:22.813Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-06-24T10:10:23.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-24T10:10:23.747Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-06-24T10:10:24.410Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-24T10:10:24.979Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-24T10:10:25.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-24T10:10:26.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-24T10:10:28.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-24T10:10:29.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-24T10:10:30.302Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-06-24T10:10:30.302Z] --- PASS: TestServiceWithDataPathPortInit (15.89s) [2022-06-24T10:10:30.302Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-24T10:10:30.302Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-06-24T10:10:30.559Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-06-24T10:10:30.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-24T10:10:30.817Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-06-24T10:10:31.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-24T10:10:31.750Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-06-24T10:10:31.750Z] docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows [2022-06-24T10:10:31.750Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-06-24T10:10:31.750Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-06-24T10:10:32.089Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-24T10:10:32.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-24T10:10:32.682Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:oaqrw7k5fsctqdihw5lnlncw9 Created:2022-06-24 10:10:31.299000034 +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[e0a32fa797af14417bd458c3f323234b1bc7645d63d28bfadd25700f4e70b1ad:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gvnjy2xhsw54ayj9ijaw5zq4d EndpointID:4ce85677740d8fb1571dab3ae03df28c078c16980e6ab4cf3254b0470705438d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:aa241018c822ddcecb99b70c238f1937750878cf6a02961f12b001e1313a3246 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:55c2f7fbc528 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gvnjy2xhsw54ayj9ijaw5zq4d EndpointID:4ce85677740d8fb1571dab3ae03df28c078c16980e6ab4cf3254b0470705438d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-24T10:10:34.117Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-24T10:10:34.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-24T10:10:35.005Z] ok github.com/docker/docker/libnetwork/ipam 15.805s coverage: 85.3% of statements [2022-06-24T10:10:35.005Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-24T10:10:35.005Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-24T10:10:35.005Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-24T10:10:35.209Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-06-24T10:10:35.261Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2022-06-24T10:10:35.261Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-24T10:10:35.517Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-24T10:10:35.643Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-24T10:10:36.079Z] ok github.com/docker/docker/libnetwork/ipamutils 0.267s coverage: 74.0% of statements [2022-06-24T10:10:36.578Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-24T10:10:36.578Z] Using test binary docker [2022-06-24T10:10:36.578Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-24T10:10:36.578Z] Starting apparmor (via systemctl): apparmor.service. [2022-06-24T10:10:36.578Z] Starting dockerd [2022-06-24T10:10:36.578Z] INFO: Waiting for daemon to start... [2022-06-24T10:10:36.642Z] ok github.com/docker/docker/libnetwork/iptables 0.167s coverage: 45.1% of statements [2022-06-24T10:10:36.642Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-24T10:10:37.107Z] docker_api_swarm_test.go:304: [d86b39287cae5] joining swarm manager [ddc36b50fab3e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:10:37.204Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-06-24T10:10:38.478Z] . [2022-06-24T10:10:38.478Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-24T10:10:38.478Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-24T10:10:38.478Z] Error: No such image: emptyfs [2022-06-24T10:10:38.484Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.19s) [2022-06-24T10:10:38.484Z] PASS [2022-06-24T10:10:38.484Z] [2022-06-24T10:10:38.484Z] === Skipped [2022-06-24T10:10:38.484Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-24T10:10:38.484Z] service_test.go:243: FLAKY_TEST [2022-06-24T10:10:38.484Z] [2022-06-24T10:10:38.484Z] DONE 38 tests, 1 skipped in 50.002s [2022-06-24T10:10:38.484Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-24T10:10:38.484Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:10:38.484Z] ++ set -e [2022-06-24T10:10:38.484Z] ++ '[' -n 0 ']' [2022-06-24T10:10:38.484Z] ++ set -x [2022-06-24T10:10:38.484Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:10:38.484Z] INFO: Testing against a local daemon [2022-06-24T10:10:38.484Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-24T10:10:38.484Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:10:38.484Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-24T10:10:38.484Z] === RUN TestDockerNetworkIpvlan [2022-06-24T10:10:38.484Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:10:38.484Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-24T10:10:38.484Z] PASS [2022-06-24T10:10:38.484Z] [2022-06-24T10:10:38.484Z] === Skipped [2022-06-24T10:10:38.484Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-24T10:10:38.484Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:10:38.484Z] [2022-06-24T10:10:38.484Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-24T10:10:38.484Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:10:38.484Z] [2022-06-24T10:10:38.484Z] DONE 2 tests, 2 skipped in 0.026s [2022-06-24T10:10:38.484Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-24T10:10:38.484Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:10:38.484Z] ++ set -e [2022-06-24T10:10:38.484Z] ++ '[' -n 0 ']' [2022-06-24T10:10:38.484Z] ++ set -x [2022-06-24T10:10:38.485Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:10:38.485Z] INFO: Testing against a local daemon [2022-06-24T10:10:38.485Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-24T10:10:38.485Z] docker_api_swarm_test.go:305: [d0b28d5b9c782] joining swarm manager [ddc36b50fab3e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:10:38.737Z] Running integration-test (iteration 1) [2022-06-24T10:10:38.737Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-24T10:10:38.996Z] Loaded image: busybox:latest [2022-06-24T10:10:38.996Z] Loaded image: busybox:glibc [2022-06-24T10:10:39.857Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2022-06-24T10:10:39.857Z] === RUN TestDockerNetworkMacvlan [2022-06-24T10:10:39.857Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-06-24T10:10:40.372Z] Loaded image: debian:bullseye-slim [2022-06-24T10:10:40.372Z] Loaded image: hello-world:latest [2022-06-24T10:10:40.422Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-24T10:10:40.630Z] Loaded image: arm32v7/hello-world:latest [2022-06-24T10:10:40.630Z] INFO: Testing against a local daemon [2022-06-24T10:10:40.630Z] === RUN TestCgroupNamespacesBuild [2022-06-24T10:10:40.680Z] === RUN TestDockerSuite/TestBuildExpose [2022-06-24T10:10:40.680Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-06-24T10:10:41.251Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-06-24T10:10:41.251Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-24T10:10:41.509Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-06-24T10:10:41.509Z] === RUN TestDockerSuite/TestBuildFails [2022-06-24T10:10:42.005Z] --- PASS: TestCgroupNamespacesBuild (1.41s) [2022-06-24T10:10:42.005Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-24T10:10:42.074Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-24T10:10:42.074Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-06-24T10:10:42.332Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-06-24T10:10:43.380Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.23s) [2022-06-24T10:10:43.380Z] === RUN TestBuildWithSession [2022-06-24T10:10:43.380Z] build_session_test.go:25: TODO: BuildKit [2022-06-24T10:10:43.380Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-24T10:10:43.380Z] === RUN TestBuildSquashParent [2022-06-24T10:10:43.705Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-06-24T10:10:43.962Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-24T10:10:45.892Z] === RUN TestDockerSuite/TestBuildForceRm [2022-06-24T10:10:46.153Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-24T10:10:46.724Z] === RUN TestDockerSuite/TestBuildFromGit [2022-06-24T10:10:47.571Z] --- PASS: TestBuildSquashParent (4.26s) [2022-06-24T10:10:47.571Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-24T10:10:47.571Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-24T10:10:47.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-24T10:10:47.571Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-24T10:10:47.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-24T10:10:47.571Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-24T10:10:47.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-24T10:10:47.571Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-24T10:10:47.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-24T10:10:47.571Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-24T10:10:47.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-24T10:10:47.571Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-24T10:10:47.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-24T10:10:47.571Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-24T10:10:47.571Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-24T10:10:47.661Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-06-24T10:10:47.931Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-06-24T10:10:48.948Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-24T10:10:49.366Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-06-24T10:10:49.514Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-24T10:10:49.656Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-24T10:10:50.450Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-24T10:10:50.608Z] --- PASS: TestDockerNetworkMacvlan (10.87s) [2022-06-24T10:10:50.608Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2022-06-24T10:10:50.608Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2022-06-24T10:10:50.608Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.06s) [2022-06-24T10:10:50.608Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.01s) [2022-06-24T10:10:50.608Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.23s) [2022-06-24T10:10:50.608Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s) [2022-06-24T10:10:50.608Z] PASS [2022-06-24T10:10:50.608Z] [2022-06-24T10:10:50.608Z] DONE 8 tests in 12.295s [2022-06-24T10:10:50.608Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-24T10:10:50.608Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:10:50.608Z] ++ set -e [2022-06-24T10:10:50.608Z] ++ '[' -n 0 ']' [2022-06-24T10:10:50.608Z] ++ set -x [2022-06-24T10:10:50.608Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:10:50.608Z] testing: warning: no tests to run [2022-06-24T10:10:50.608Z] PASS [2022-06-24T10:10:50.608Z] [2022-06-24T10:10:50.608Z] DONE 0 tests in 0.008s [2022-06-24T10:10:50.608Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-24T10:10:50.608Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:10:50.608Z] ++ set -e [2022-06-24T10:10:50.608Z] ++ '[' -n 0 ']' [2022-06-24T10:10:50.608Z] ++ set -x [2022-06-24T10:10:50.608Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:10:50.608Z] INFO: Testing against a local daemon [2022-06-24T10:10:50.608Z] === RUN TestAuthZPluginAllowRequest [2022-06-24T10:10:50.608Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-06-24T10:10:51.018Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-24T10:10:51.180Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-06-24T10:10:51.447Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-06-24T10:10:52.019Z] --- PASS: TestAuthZPluginAllowRequest (1.38s) [2022-06-24T10:10:52.019Z] === RUN TestAuthZPluginTLS [2022-06-24T10:10:52.394Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-24T10:10:52.394Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.51s) [2022-06-24T10:10:52.394Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.92s) [2022-06-24T10:10:52.394Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.54s) [2022-06-24T10:10:52.394Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.65s) [2022-06-24T10:10:52.394Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.54s) [2022-06-24T10:10:52.394Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.47s) [2022-06-24T10:10:52.394Z] === RUN TestBuildMultiStageCopy [2022-06-24T10:10:52.394Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-24T10:10:52.584Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-06-24T10:10:52.584Z] === RUN TestAuthZPluginDenyRequest [2022-06-24T10:10:52.842Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-06-24T10:10:53.100Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-24T10:10:53.100Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-24T10:10:53.100Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-06-24T10:10:53.665Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-24T10:10:53.665Z] === RUN TestAuthZPluginDenyResponse [2022-06-24T10:10:53.778Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-24T10:10:54.036Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-24T10:10:54.229Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-24T10:10:54.229Z] === RUN TestAuthZPluginAllowEventStream [2022-06-24T10:10:54.295Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-24T10:10:54.487Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-06-24T10:10:54.553Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-24T10:10:54.811Z] --- PASS: TestBuildMultiStageCopy (2.27s) [2022-06-24T10:10:54.811Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.37s) [2022-06-24T10:10:54.811Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2022-06-24T10:10:54.811Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-06-24T10:10:54.811Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2022-06-24T10:10:54.811Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-06-24T10:10:54.811Z] === RUN TestBuildMultiStageParentConfig [2022-06-24T10:10:55.378Z] --- PASS: TestBuildMultiStageParentConfig (0.66s) [2022-06-24T10:10:55.378Z] === RUN TestBuildLabelWithTargets [2022-06-24T10:10:55.420Z] --- PASS: TestAuthZPluginAllowEventStream (1.23s) [2022-06-24T10:10:55.420Z] === RUN TestAuthZPluginErrorResponse [2022-06-24T10:10:55.420Z] === RUN TestDockerSuite/TestBuildIidFile [2022-06-24T10:10:55.535Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-24T10:10:55.535Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-24T10:10:55.535Z] GOOS="" GOARCH="" GOARM="" [2022-06-24T10:10:55.535Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-24T10:10:55.535Z] [2022-06-24T10:10:55.535Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-24T10:10:55.535Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-24T10:10:55.535Z] HOSTNAME=c8b22595c8fb [2022-06-24T10:10:55.535Z] DEST=bundles/test-integration [2022-06-24T10:10:55.535Z] PWD=/go/src/github.com/docker/docker [2022-06-24T10:10:55.535Z] DOCKER_ROOTLESS=1 [2022-06-24T10:10:55.535Z] DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T10:10:55.535Z] container=docker [2022-06-24T10:10:55.535Z] HOME=/root [2022-06-24T10:10:55.535Z] GOLANG_VERSION=1.18.3 [2022-06-24T10:10:55.535Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-24T10:10:55.535Z] VALIDATE_BRANCH=master [2022-06-24T10:10:55.535Z] TERM=xterm [2022-06-24T10:10:55.535Z] DOCKER_PKG=github.com/docker/docker [2022-06-24T10:10:55.535Z] SHLVL=1 [2022-06-24T10:10:55.535Z] TIMEOUT=120m [2022-06-24T10:10:55.535Z] DOCKER_BUILDTAGS= journald [2022-06-24T10:10:55.535Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-24T10:10:55.535Z] GO111MODULE=off [2022-06-24T10:10:55.535Z] DOCKER_EXPERIMENTAL=1 [2022-06-24T10:10:55.535Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-24T10:10:55.535Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-24T10:10:55.535Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-24T10:10:55.535Z] GOPATH=/go [2022-06-24T10:10:55.535Z] PKG_CONFIG=pkg-config [2022-06-24T10:10:55.535Z] _=/usr/bin/env [2022-06-24T10:10:55.535Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-24T10:10:55.678Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-06-24T10:10:55.936Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-06-24T10:10:55.936Z] === RUN TestAuthZPluginErrorRequest [2022-06-24T10:10:56.193Z] === RUN TestDockerSuite/TestBuildInheritance [2022-06-24T10:10:56.451Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-24T10:10:56.451Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-24T10:10:56.709Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-06-24T10:10:56.755Z] --- PASS: TestBuildLabelWithTargets (1.02s) [2022-06-24T10:10:56.755Z] === RUN TestBuildWithEmptyLayers [2022-06-24T10:10:56.967Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-06-24T10:10:56.967Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-06-24T10:10:56.967Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-24T10:10:56.967Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-24T10:10:57.013Z] --- PASS: TestBuildWithEmptyLayers (0.44s) [2022-06-24T10:10:57.013Z] === RUN TestBuildMultiStageOnBuild [2022-06-24T10:10:57.532Z] === RUN TestDockerSuite/TestBuildLabel [2022-06-24T10:10:57.790Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-06-24T10:10:58.048Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-06-24T10:10:58.305Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-06-24T10:10:58.305Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.41s) [2022-06-24T10:10:58.305Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-24T10:10:58.563Z] === RUN TestDockerSuite/TestBuildLabels [2022-06-24T10:10:58.820Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-06-24T10:10:58.916Z] --- PASS: TestBuildMultiStageOnBuild (1.64s) [2022-06-24T10:10:58.916Z] === RUN TestBuildUncleanTarFilenames [2022-06-24T10:10:59.175Z] --- PASS: TestBuildUncleanTarFilenames (0.60s) [2022-06-24T10:10:59.175Z] === RUN TestBuildMultiStageLayerLeak [2022-06-24T10:10:59.386Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-06-24T10:10:59.951Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.39s) [2022-06-24T10:10:59.951Z] === RUN TestAuthZPluginHeader [2022-06-24T10:11:00.517Z] --- PASS: TestAuthZPluginHeader (0.72s) [2022-06-24T10:11:00.517Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-24T10:11:01.076Z] --- PASS: TestBuildMultiStageLayerLeak (1.70s) [2022-06-24T10:11:01.076Z] === RUN TestBuildWithHugeFile [2022-06-24T10:11:01.449Z] === RUN TestDockerSuite/TestBuildLastModified [2022-06-24T10:11:04.728Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.82s) [2022-06-24T10:11:04.728Z] === RUN TestAuthZPluginV2Disable [2022-06-24T10:11:04.728Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-06-24T10:11:05.660Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-06-24T10:11:06.594Z] docker_api_swarm_test.go:272: [d770be2b8259a] joining swarm manager [dc4e2e04b2005]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:11:07.966Z] --- PASS: TestAuthZPluginV2Disable (3.49s) [2022-06-24T10:11:07.966Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-24T10:11:08.224Z] docker_api_swarm_test.go:273: [d881b794c694e] joining swarm manager [dc4e2e04b2005]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:11:08.481Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-06-24T10:11:08.481Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-06-24T10:11:08.481Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-06-24T10:11:08.739Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-06-24T10:11:08.739Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-06-24T10:11:08.997Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-06-24T10:11:09.563Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-06-24T10:11:10.934Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-06-24T10:11:10.934Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.19s) [2022-06-24T10:11:10.934Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-24T10:11:13.461Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-06-24T10:11:13.718Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-06-24T10:11:13.976Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-06-24T10:11:20.531Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (8.84s) [2022-06-24T10:11:20.531Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-24T10:11:21.464Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-06-24T10:11:23.990Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-06-24T10:11:24.555Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-06-24T10:11:25.930Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-06-24T10:11:25.930Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-06-24T10:11:25.930Z] docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows [2022-06-24T10:11:26.187Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-06-24T10:11:29.465Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-06-24T10:11:29.723Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-06-24T10:11:31.095Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-06-24T10:11:31.353Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-06-24T10:11:32.725Z] === RUN TestDockerSuite/TestBuildNetNone [2022-06-24T10:11:32.983Z] === RUN TestDockerSuite/TestBuildNoContext [2022-06-24T10:11:33.914Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-06-24T10:11:34.479Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-06-24T10:11:35.412Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-06-24T10:11:35.669Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-06-24T10:11:35.927Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-06-24T10:11:35.927Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-06-24T10:11:36.185Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-06-24T10:11:36.443Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.63s) [2022-06-24T10:11:36.443Z] PASS [2022-06-24T10:11:36.443Z] [2022-06-24T10:11:36.443Z] DONE 17 tests in 45.835s [2022-06-24T10:11:36.443Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-24T10:11:36.443Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:11:36.443Z] ++ set -e [2022-06-24T10:11:36.443Z] ++ '[' -n 0 ']' [2022-06-24T10:11:36.443Z] ++ set -x [2022-06-24T10:11:36.443Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:11:36.443Z] INFO: Testing against a local daemon [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-24T10:11:36.443Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-24T10:11:36.443Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-24T10:11:36.443Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-24T10:11:36.443Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-24T10:11:36.443Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-24T10:11:36.443Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-24T10:11:36.443Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-24T10:11:36.443Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-24T10:11:36.443Z] === RUN TestPluginInstall [2022-06-24T10:11:36.443Z] === RUN TestPluginInstall/no_auth [2022-06-24T10:11:36.701Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-06-24T10:11:37.267Z] time="2022-06-24T10:11:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:11:37.267Z] time="2022-06-24T10:11:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:89cdcdafb7901fdbf7d30336d570378eb1392c71cb442fc18023089c4627d7ca" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:11:37.267Z] time="2022-06-24T10:11:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:11:37.267Z] time="2022-06-24T10:11:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:89cdcdafb7901fdbf7d30336d570378eb1392c71cb442fc18023089c4627d7ca" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:11:37.267Z] === RUN TestPluginInstall/with_htpasswd [2022-06-24T10:11:37.832Z] time="2022-06-24T10:11:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:11:37.832Z] time="2022-06-24T10:11:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:95f72c40c94eba3c2d802e843c429c7aeb6640ff955acf023affe936136003bd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:11:37.832Z] time="2022-06-24T10:11:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:11:37.832Z] time="2022-06-24T10:11:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:95f72c40c94eba3c2d802e843c429c7aeb6640ff955acf023affe936136003bd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:11:37.832Z] === RUN TestPluginInstall/with_insecure [2022-06-24T10:11:38.090Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-06-24T10:11:39.023Z] time="2022-06-24T10:11:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:11:39.023Z] time="2022-06-24T10:11:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e356a55838e97503a4a93f33be52da81b4bb06c566f9084b439455de8a95a8a1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:11:39.023Z] time="2022-06-24T10:11:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:11:39.023Z] time="2022-06-24T10:11:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e356a55838e97503a4a93f33be52da81b4bb06c566f9084b439455de8a95a8a1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:11:39.023Z] plugin_test.go:195: [de20633ae04c1] daemon is not started [2022-06-24T10:11:39.023Z] --- PASS: TestPluginInstall (2.48s) [2022-06-24T10:11:39.023Z] --- PASS: TestPluginInstall/no_auth (0.88s) [2022-06-24T10:11:39.023Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-06-24T10:11:39.023Z] --- PASS: TestPluginInstall/with_insecure (1.04s) [2022-06-24T10:11:39.023Z] === RUN TestPluginsWithRuntimes [2022-06-24T10:11:39.956Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-06-24T10:11:40.521Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-24T10:11:40.779Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-06-24T10:11:41.344Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-24T10:11:42.246Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-24T10:11:42.247Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-24T10:11:42.276Z] --- PASS: TestPluginsWithRuntimes (3.32s) [2022-06-24T10:11:42.276Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.84s) [2022-06-24T10:11:42.276Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.90s) [2022-06-24T10:11:42.276Z] === RUN TestPluginBackCompatMediaTypes [2022-06-24T10:11:42.276Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-06-24T10:11:42.841Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-06-24T10:11:42.841Z] PASS [2022-06-24T10:11:42.841Z] [2022-06-24T10:11:42.841Z] DONE 24 tests in 6.404s [2022-06-24T10:11:42.841Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-24T10:11:42.841Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:11:42.841Z] ++ set -e [2022-06-24T10:11:42.841Z] ++ '[' -n 0 ']' [2022-06-24T10:11:42.841Z] ++ set -x [2022-06-24T10:11:42.841Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:11:42.841Z] INFO: Testing against a local daemon [2022-06-24T10:11:42.841Z] === RUN TestExternalGraphDriver [2022-06-24T10:11:42.841Z] === RUN TestExternalGraphDriver/json [2022-06-24T10:11:43.099Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-06-24T10:11:44.032Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-06-24T10:11:44.597Z] === RUN TestExternalGraphDriver/spec [2022-06-24T10:11:46.494Z] === RUN TestExternalGraphDriver/pull [2022-06-24T10:11:46.752Z] === RUN TestDockerSuite/TestBuildPATH [2022-06-24T10:11:48.126Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-06-24T10:11:48.383Z] --- PASS: TestExternalGraphDriver (5.42s) [2022-06-24T10:11:48.383Z] --- PASS: TestExternalGraphDriver/json (1.78s) [2022-06-24T10:11:48.383Z] --- PASS: TestExternalGraphDriver/spec (1.84s) [2022-06-24T10:11:48.383Z] --- PASS: TestExternalGraphDriver/pull (1.77s) [2022-06-24T10:11:48.383Z] === RUN TestGraphdriverPluginV2 [2022-06-24T10:11:49.315Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-06-24T10:11:49.572Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-06-24T10:11:49.830Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-06-24T10:11:53.109Z] --- PASS: TestGraphdriverPluginV2 (4.78s) [2022-06-24T10:11:53.109Z] PASS [2022-06-24T10:11:53.109Z] [2022-06-24T10:11:53.109Z] DONE 5 tests in 10.217s [2022-06-24T10:11:53.110Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-24T10:11:53.110Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:11:53.110Z] ++ set -e [2022-06-24T10:11:53.110Z] ++ '[' -n 0 ']' [2022-06-24T10:11:53.110Z] ++ set -x [2022-06-24T10:11:53.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:11:53.110Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-06-24T10:11:53.110Z] INFO: Testing against a local daemon [2022-06-24T10:11:53.110Z] === RUN TestContinueAfterPluginCrash [2022-06-24T10:11:53.110Z] === PAUSE TestContinueAfterPluginCrash [2022-06-24T10:11:53.110Z] === RUN TestReadPluginNoRead [2022-06-24T10:11:53.110Z] === PAUSE TestReadPluginNoRead [2022-06-24T10:11:53.110Z] === RUN TestDaemonStartWithLogOpt [2022-06-24T10:11:53.110Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-24T10:11:53.110Z] === CONT TestContinueAfterPluginCrash [2022-06-24T10:11:53.110Z] === CONT TestDaemonStartWithLogOpt [2022-06-24T10:11:53.110Z] === CONT TestReadPluginNoRead [2022-06-24T10:11:55.639Z] docker_api_swarm_node_test.go:20: [d3af386ba9729] joining swarm manager [d83c05a5183fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:11:55.639Z] === RUN TestReadPluginNoRead/default [2022-06-24T10:11:55.897Z] docker_api_swarm_node_test.go:21: [dd14318e76f9d] joining swarm manager [d83c05a5183fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:11:56.155Z] --- PASS: TestDaemonStartWithLogOpt (3.06s) [2022-06-24T10:11:57.306Z] --- PASS: TestBuildWithHugeFile (49.25s) [2022-06-24T10:11:57.306Z] === RUN TestBuildWCOWSandboxSize [2022-06-24T10:11:57.306Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-24T10:11:57.306Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-24T10:11:57.306Z] === RUN TestBuildWithEmptyDockerfile [2022-06-24T10:11:57.306Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-24T10:11:57.306Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-24T10:11:57.306Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-24T10:11:57.306Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-24T10:11:57.306Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-24T10:11:57.306Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-24T10:11:57.306Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-24T10:11:57.306Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-24T10:11:57.306Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-24T10:11:57.306Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-24T10:11:57.306Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2022-06-24T10:11:57.306Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-06-24T10:11:57.306Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-24T10:11:57.306Z] === RUN TestBuildPreserveOwnership [2022-06-24T10:11:57.306Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-24T10:11:57.307Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-24T10:11:57.307Z] --- PASS: TestBuildPreserveOwnership (3.55s) [2022-06-24T10:11:57.307Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.38s) [2022-06-24T10:11:57.307Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.16s) [2022-06-24T10:11:57.307Z] === RUN TestBuildPlatformInvalid [2022-06-24T10:11:57.307Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-06-24T10:11:57.307Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-24T10:11:57.307Z] Loaded image: busybox:latest [2022-06-24T10:11:57.307Z] Loaded image: busybox:glibc [2022-06-24T10:11:57.307Z] Loaded image: debian:bullseye-slim [2022-06-24T10:11:57.307Z] Loaded image: hello-world:latest [2022-06-24T10:11:57.307Z] Loaded image: arm32v7/hello-world:latest [2022-06-24T10:11:57.527Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-24T10:11:57.784Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-06-24T10:11:59.156Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-24T10:12:00.527Z] === CONT TestReadPluginNoRead [2022-06-24T10:12:00.527Z] read_test.go:92: [dc91ffabc77be] daemon is not started [2022-06-24T10:12:00.527Z] --- PASS: TestReadPluginNoRead (7.12s) [2022-06-24T10:12:00.527Z] --- PASS: TestReadPluginNoRead/default (1.78s) [2022-06-24T10:12:00.527Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.36s) [2022-06-24T10:12:00.527Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.43s) [2022-06-24T10:12:00.785Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-06-24T10:12:01.350Z] --- PASS: TestContinueAfterPluginCrash (8.31s) [2022-06-24T10:12:01.350Z] PASS [2022-06-24T10:12:01.350Z] [2022-06-24T10:12:01.350Z] DONE 6 tests in 8.355s [2022-06-24T10:12:01.608Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-06-24T10:12:01.608Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:12:01.608Z] ++ set -e [2022-06-24T10:12:01.608Z] ++ '[' -n 0 ']' [2022-06-24T10:12:01.608Z] ++ set -x [2022-06-24T10:12:01.608Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:12:01.608Z] testing: warning: no tests to run [2022-06-24T10:12:01.608Z] PASS [2022-06-24T10:12:01.608Z] [2022-06-24T10:12:01.608Z] DONE 0 tests in 0.007s [2022-06-24T10:12:01.608Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-24T10:12:01.608Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:12:01.608Z] ++ set -e [2022-06-24T10:12:01.608Z] ++ '[' -n 0 ']' [2022-06-24T10:12:01.608Z] ++ set -x [2022-06-24T10:12:01.608Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:12:01.608Z] INFO: Testing against a local daemon [2022-06-24T10:12:01.608Z] === RUN TestPluginWithDevMounts [2022-06-24T10:12:01.608Z] === PAUSE TestPluginWithDevMounts [2022-06-24T10:12:01.608Z] === CONT TestPluginWithDevMounts [2022-06-24T10:12:02.541Z] === RUN TestDockerSuite/TestBuildRm [2022-06-24T10:12:03.107Z] --- PASS: TestPluginWithDevMounts (1.54s) [2022-06-24T10:12:03.107Z] PASS [2022-06-24T10:12:03.107Z] [2022-06-24T10:12:03.107Z] DONE 1 tests in 1.561s [2022-06-24T10:12:03.107Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-24T10:12:03.107Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:12:03.107Z] ++ set -e [2022-06-24T10:12:03.107Z] ++ '[' -n 0 ']' [2022-06-24T10:12:03.107Z] ++ set -x [2022-06-24T10:12:03.107Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:12:03.107Z] INFO: Testing against a local daemon [2022-06-24T10:12:03.107Z] === RUN TestSecretInspect [2022-06-24T10:12:04.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-24T10:12:04.479Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-06-24T10:12:05.420Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.58s) [2022-06-24T10:12:05.421Z] PASS [2022-06-24T10:12:05.421Z] [2022-06-24T10:12:05.421Z] === Skipped [2022-06-24T10:12:05.421Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-24T10:12:05.421Z] build_session_test.go:25: TODO: BuildKit [2022-06-24T10:12:05.421Z] [2022-06-24T10:12:05.421Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-24T10:12:05.421Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-24T10:12:05.421Z] [2022-06-24T10:12:05.421Z] DONE 34 tests, 2 skipped in 85.790s [2022-06-24T10:12:05.421Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-24T10:12:05.421Z] INFO: Testing against a local daemon [2022-06-24T10:12:05.421Z] === RUN TestConfigInspect [2022-06-24T10:12:05.851Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-06-24T10:12:05.851Z] --- PASS: TestSecretInspect (2.83s) [2022-06-24T10:12:05.851Z] === RUN TestSecretList [2022-06-24T10:12:06.417Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-06-24T10:12:06.674Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-06-24T10:12:06.798Z] --- PASS: TestConfigInspect (2.34s) [2022-06-24T10:12:06.798Z] === RUN TestConfigList [2022-06-24T10:12:06.932Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-06-24T10:12:07.497Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-06-24T10:12:08.430Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-06-24T10:12:08.687Z] --- PASS: TestSecretList (2.84s) [2022-06-24T10:12:08.687Z] === RUN TestSecretsCreateAndDelete [2022-06-24T10:12:09.253Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-06-24T10:12:09.328Z] --- PASS: TestConfigList (2.15s) [2022-06-24T10:12:09.328Z] === RUN TestConfigsCreateAndDelete [2022-06-24T10:12:09.588Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-24T10:12:11.150Z] docker_api_swarm_test.go:502: [dc2d710121459] joining swarm manager [ddc44c7200317]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:12:11.230Z] --- PASS: TestConfigsCreateAndDelete (2.17s) [2022-06-24T10:12:11.230Z] === RUN TestConfigsUpdate [2022-06-24T10:12:12.083Z] --- PASS: TestSecretsCreateAndDelete (3.35s) [2022-06-24T10:12:12.083Z] === RUN TestSecretsUpdate [2022-06-24T10:12:13.455Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-06-24T10:12:13.455Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-06-24T10:12:13.455Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-06-24T10:12:13.455Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-24T10:12:13.455Z] === RUN TestDockerSuite/TestBuildSpaces [2022-06-24T10:12:13.712Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-06-24T10:12:13.759Z] --- PASS: TestConfigsUpdate (2.13s) [2022-06-24T10:12:13.760Z] === RUN TestTemplatedConfig [2022-06-24T10:12:14.277Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-06-24T10:12:14.535Z] === RUN TestDockerSuite/TestBuildStderr [2022-06-24T10:12:15.100Z] --- PASS: TestSecretsUpdate (2.82s) [2022-06-24T10:12:15.100Z] === RUN TestTemplatedSecret [2022-06-24T10:12:15.358Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-06-24T10:12:16.289Z] --- PASS: TestTemplatedConfig (2.61s) [2022-06-24T10:12:16.289Z] === RUN TestConfigCreateResolve [2022-06-24T10:12:18.192Z] --- PASS: TestConfigCreateResolve (2.14s) [2022-06-24T10:12:18.192Z] PASS [2022-06-24T10:12:18.192Z] [2022-06-24T10:12:18.192Z] DONE 6 tests in 13.567s [2022-06-24T10:12:18.192Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-24T10:12:18.192Z] INFO: Testing against a local daemon [2022-06-24T10:12:18.192Z] === RUN TestAttachWithTTY [2022-06-24T10:12:18.192Z] --- PASS: TestAttachWithTTY (0.07s) [2022-06-24T10:12:18.192Z] === RUN TestAttachWithoutTTy [2022-06-24T10:12:18.192Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-06-24T10:12:18.192Z] === RUN TestCheckpoint [2022-06-24T10:12:18.192Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-24T10:12:18.192Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/commit [2022-06-24T10:12:18.192Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-24T10:12:18.192Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-24T10:12:18.192Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-24T10:12:18.192Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-24T10:12:18.192Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-24T10:12:18.192Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-24T10:12:18.192Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-24T10:12:18.192Z] === CONT TestContainerInvalidJSON/commit [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-24T10:12:18.192Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-24T10:12:18.192Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-24T10:12:18.192Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-24T10:12:18.192Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-24T10:12:18.192Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-24T10:12:18.192Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-24T10:12:18.192Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-24T10:12:18.192Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-24T10:12:18.192Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-24T10:12:18.192Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-24T10:12:18.192Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-24T10:12:18.451Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-24T10:12:18.451Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-24T10:12:18.451Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-06-24T10:12:18.451Z] === RUN TestCopyEmptyFile [2022-06-24T10:12:18.638Z] --- PASS: TestTemplatedSecret (3.13s) [2022-06-24T10:12:18.638Z] === RUN TestSecretCreateResolve [2022-06-24T10:12:18.710Z] --- PASS: TestCopyEmptyFile (0.21s) [2022-06-24T10:12:18.710Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-24T10:12:18.710Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-06-24T10:12:18.710Z] === RUN TestCopyFromContainer [2022-06-24T10:12:18.895Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-06-24T10:12:19.460Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-06-24T10:12:19.589Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-24T10:12:19.589Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-24T10:12:19.589Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-24T10:12:19.645Z] === RUN TestCopyFromContainer// [2022-06-24T10:12:19.645Z] === RUN TestCopyFromContainer//bar/root [2022-06-24T10:12:19.904Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-24T10:12:19.904Z] === RUN TestCopyFromContainer/bar/quux [2022-06-24T10:12:19.904Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-24T10:12:19.904Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-24T10:12:20.026Z] docker_api_swarm_test.go:507: [d9f4608032a60] joining swarm manager [ddc44c7200317]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:12:20.162Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-24T10:12:20.162Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-24T10:12:20.162Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-24T10:12:20.162Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-24T10:12:20.421Z] --- PASS: TestCopyFromContainer (1.65s) [2022-06-24T10:12:20.421Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-24T10:12:20.421Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-24T10:12:20.421Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-24T10:12:20.421Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-24T10:12:20.421Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-24T10:12:20.421Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-24T10:12:20.421Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-24T10:12:20.421Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-24T10:12:20.421Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-24T10:12:20.421Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-24T10:12:20.421Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-24T10:12:20.421Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-24T10:12:20.421Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-24T10:12:20.421Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-24T10:12:20.421Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-24T10:12:20.421Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-24T10:12:20.421Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-24T10:12:20.421Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-24T10:12:20.421Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-24T10:12:20.421Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-24T10:12:20.421Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-24T10:12:20.421Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-24T10:12:20.421Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-24T10:12:20.421Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-24T10:12:20.422Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-24T10:12:20.422Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-06-24T10:12:20.422Z] === RUN TestCreateWithInvalidEnv [2022-06-24T10:12:20.422Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-24T10:12:20.422Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-24T10:12:20.422Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-24T10:12:20.422Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-24T10:12:20.422Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-24T10:12:20.422Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-24T10:12:20.422Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-24T10:12:20.422Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-24T10:12:20.422Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-24T10:12:20.422Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-24T10:12:20.422Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-24T10:12:20.422Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-24T10:12:20.422Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-24T10:12:20.422Z] === RUN TestCreateTmpfsMountsTarget [2022-06-24T10:12:20.422Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-24T10:12:20.422Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-24T10:12:20.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-24T10:12:20.590Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-06-24T10:12:20.848Z] --- PASS: TestSecretCreateResolve (2.69s) [2022-06-24T10:12:20.848Z] PASS [2022-06-24T10:12:20.848Z] [2022-06-24T10:12:20.848Z] DONE 6 tests in 17.688s [2022-06-24T10:12:20.848Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-24T10:12:20.848Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:12:20.848Z] ++ set -e [2022-06-24T10:12:20.848Z] ++ '[' -n 0 ']' [2022-06-24T10:12:20.848Z] ++ set -x [2022-06-24T10:12:20.848Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:12:20.848Z] INFO: Testing against a local daemon [2022-06-24T10:12:20.848Z] === RUN TestServiceCreateInit [2022-06-24T10:12:20.848Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-24T10:12:21.100Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-24T10:12:21.105Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-06-24T10:12:21.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-24T10:12:21.670Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-06-24T10:12:21.798Z] --- PASS: TestCreateWithCustomMaskedPaths (1.50s) [2022-06-24T10:12:21.798Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-24T10:12:22.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-24T10:12:23.042Z] === RUN TestDockerSuite/TestBuildUser [2022-06-24T10:12:23.764Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.58s) [2022-06-24T10:12:23.764Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-24T10:12:23.764Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-24T10:12:23.764Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-24T10:12:23.764Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-24T10:12:23.764Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-24T10:12:23.764Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-24T10:12:23.764Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-24T10:12:23.764Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-24T10:12:23.764Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-24T10:12:23.764Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-24T10:12:23.764Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-24T10:12:23.764Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-24T10:12:23.764Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-24T10:12:23.764Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-24T10:12:23.764Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-24T10:12:23.764Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-24T10:12:23.764Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-24T10:12:23.764Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-24T10:12:23.764Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-24T10:12:23.764Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-24T10:12:23.764Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-24T10:12:23.764Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-06-24T10:12:23.764Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-24T10:12:24.027Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.57s) [2022-06-24T10:12:24.027Z] === RUN TestCreateDifferentPlatform [2022-06-24T10:12:24.027Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-24T10:12:24.027Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-24T10:12:24.027Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-24T10:12:24.027Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-24T10:12:24.027Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-24T10:12:24.027Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-24T10:12:24.027Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-06-24T10:12:24.027Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-24T10:12:24.289Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2022-06-24T10:12:24.289Z] === RUN TestCreateInvalidHostConfig [2022-06-24T10:12:24.289Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-24T10:12:24.289Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-24T10:12:24.289Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-24T10:12:24.289Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-24T10:12:24.289Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-24T10:12:24.289Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-24T10:12:24.289Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-24T10:12:24.289Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-24T10:12:24.289Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-24T10:12:24.289Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-24T10:12:24.289Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-24T10:12:24.289Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-24T10:12:24.289Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-24T10:12:24.289Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-24T10:12:24.289Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-24T10:12:24.289Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-24T10:12:24.289Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-24T10:12:24.289Z] === RUN TestContainerStartOnDaemonRestart [2022-06-24T10:12:24.289Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-24T10:12:24.289Z] === RUN TestDaemonRestartIpcMode [2022-06-24T10:12:24.289Z] === PAUSE TestDaemonRestartIpcMode [2022-06-24T10:12:24.289Z] === RUN TestDaemonHostGatewayIP [2022-06-24T10:12:24.289Z] === PAUSE TestDaemonHostGatewayIP [2022-06-24T10:12:24.289Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-24T10:12:24.289Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-24T10:12:24.289Z] === RUN TestContainerKillOnDaemonStart [2022-06-24T10:12:24.289Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-24T10:12:24.289Z] === RUN TestDiff [2022-06-24T10:12:24.415Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-06-24T10:12:24.847Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-24T10:12:24.855Z] --- PASS: TestDiff (0.60s) [2022-06-24T10:12:24.855Z] === RUN TestExecConsoleSize [2022-06-24T10:12:25.347Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-24T10:12:25.421Z] --- PASS: TestExecConsoleSize (0.62s) [2022-06-24T10:12:25.421Z] === RUN TestExecWithCloseStdin [2022-06-24T10:12:25.788Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-24T10:12:26.357Z] --- PASS: TestExecWithCloseStdin (0.72s) [2022-06-24T10:12:26.357Z] === RUN TestExec [2022-06-24T10:12:26.730Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-24T10:12:26.927Z] --- PASS: TestExec (0.64s) [2022-06-24T10:12:26.927Z] === RUN TestExecUser [2022-06-24T10:12:26.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-24T10:12:27.245Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-06-24T10:12:27.493Z] --- PASS: TestExecUser (0.65s) [2022-06-24T10:12:27.493Z] === RUN TestExportContainerAndImportImage [2022-06-24T10:12:27.930Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-24T10:12:28.060Z] --- PASS: TestExportContainerAndImportImage (0.73s) [2022-06-24T10:12:28.060Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-24T10:12:28.500Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-24T10:12:28.582Z] ok github.com/docker/docker/libnetwork/networkdb 105.556s coverage: 60.0% of statements [2022-06-24T10:12:28.582Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-24T10:12:28.582Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-24T10:12:29.143Z] ok github.com/docker/docker/libnetwork/osl 4.327s coverage: 39.7% of statements [2022-06-24T10:12:29.143Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-06-24T10:12:29.399Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.7% of statements [2022-06-24T10:12:29.435Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-06-24T10:12:29.435Z] === RUN TestHealthCheckWorkdir [2022-06-24T10:12:29.770Z] --- PASS: TestServiceCreateInit (8.97s) [2022-06-24T10:12:29.770Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.63s) [2022-06-24T10:12:29.770Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.33s) [2022-06-24T10:12:29.770Z] === RUN TestCreateServiceMultipleTimes [2022-06-24T10:12:29.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-24T10:12:30.001Z] --- PASS: TestHealthCheckWorkdir (0.67s) [2022-06-24T10:12:30.001Z] === RUN TestHealthKillContainer [2022-06-24T10:12:30.454Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-24T10:12:30.765Z] ok github.com/docker/docker/libnetwork/portmapper 0.654s coverage: 48.6% of statements [2022-06-24T10:12:30.765Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-06-24T10:12:30.765Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-24T10:12:31.020Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-24T10:12:31.020Z] [2022-06-24T10:12:31.020Z] === Skipped [2022-06-24T10:12:31.020Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-24T10:12:31.020Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-24T10:12:31.020Z] [2022-06-24T10:12:31.020Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-24T10:12:31.020Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-24T10:12:31.020Z] [2022-06-24T10:12:31.020Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-24T10:12:31.020Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-24T10:12:31.020Z] [2022-06-24T10:12:31.020Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-24T10:12:31.020Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-24T10:12:31.020Z] [2022-06-24T10:12:31.020Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-24T10:12:31.020Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-24T10:12:31.020Z] [2022-06-24T10:12:31.020Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-24T10:12:31.020Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-24T10:12:31.020Z] [2022-06-24T10:12:31.020Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-24T10:12:31.020Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-24T10:12:31.020Z] [2022-06-24T10:12:31.020Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-24T10:12:31.020Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-24T10:12:31.020Z] [2022-06-24T10:12:31.020Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-24T10:12:31.020Z] firewalld_test.go:14: firewalld is not running [2022-06-24T10:12:31.020Z] [2022-06-24T10:12:31.020Z] DONE 326 tests, 9 skipped in 203.128s [2022-06-24T10:12:31.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main Post stage [Pipeline] junit [2022-06-24T10:12:31.594Z] Recording test results [2022-06-24T10:12:32.336Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-24T10:12:32.336Z] Using test binary docker [2022-06-24T10:12:32.336Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-24T10:12:32.336Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-24T10:12:32.336Z] INFO: Waiting for daemon to start... [2022-06-24T10:12:32.336Z] Starting dockerd [2022-06-24T10:12:33.017Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-24T10:12:33.347Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56a20dbc19786633f605d3871f5242d8e0f1be5a hack/make.sh dynbinary test-integration [2022-06-24T10:12:33.603Z] [2022-06-24T10:12:33.859Z] Removing bundles/ [2022-06-24T10:12:33.859Z] [2022-06-24T10:12:33.859Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-24T10:12:33.859Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-24T10:12:33.859Z] GOOS="" GOARCH="" GOARM="" [2022-06-24T10:12:34.243Z] . [2022-06-24T10:12:34.243Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-24T10:12:34.243Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-24T10:12:34.243Z] Error: No such image: emptyfs [2022-06-24T10:12:34.504Z] Running integration-test (iteration 1) [2022-06-24T10:12:34.504Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-24T10:12:34.764Z] Loaded image: busybox:latest [2022-06-24T10:12:34.764Z] Loaded image: busybox:glibc [2022-06-24T10:12:36.146Z] Loaded image: debian:bullseye-slim [2022-06-24T10:12:36.146Z] Loaded image: hello-world:latest [2022-06-24T10:12:36.146Z] Loaded image: arm32v7/hello-world:latest [2022-06-24T10:12:36.406Z] INFO: Testing against a local daemon [2022-06-24T10:12:36.406Z] === RUN TestCgroupNamespacesBuild [2022-06-24T10:12:37.788Z] --- PASS: TestCgroupNamespacesBuild (1.36s) [2022-06-24T10:12:37.788Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-24T10:12:38.107Z] --- PASS: TestHealthKillContainer (8.15s) [2022-06-24T10:12:38.107Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-24T10:12:38.674Z] --- PASS: TestInspectCpusetInConfigPre120 (0.55s) [2022-06-24T10:12:38.674Z] === RUN TestIpcModeNone [2022-06-24T10:12:38.731Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s) [2022-06-24T10:12:38.731Z] === RUN TestBuildWithSession [2022-06-24T10:12:38.731Z] build_session_test.go:25: TODO: BuildKit [2022-06-24T10:12:38.731Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-24T10:12:38.731Z] === RUN TestBuildSquashParent [2022-06-24T10:12:39.608Z] --- PASS: TestIpcModeNone (0.65s) [2022-06-24T10:12:39.608Z] === RUN TestIpcModePrivate [2022-06-24T10:12:39.866Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-06-24T10:12:40.125Z] --- PASS: TestIpcModePrivate (0.60s) [2022-06-24T10:12:40.125Z] === RUN TestIpcModeShareable [2022-06-24T10:12:40.383Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-06-24T10:12:40.642Z] --- PASS: TestIpcModeShareable (0.62s) [2022-06-24T10:12:40.642Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-24T10:12:41.959Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-06-24T10:12:41.959Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-06-24T10:12:41.959Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-06-24T10:12:42.524Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-06-24T10:12:42.544Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.78s) [2022-06-24T10:12:42.544Z] === RUN TestAPIIpcModeHost [2022-06-24T10:12:42.802Z] --- PASS: TestAPIIpcModeHost (0.40s) [2022-06-24T10:12:42.802Z] === RUN TestDaemonIpcModeShareable [2022-06-24T10:12:43.089Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-06-24T10:12:44.021Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-06-24T10:12:44.021Z] docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows [2022-06-24T10:12:44.021Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-06-24T10:12:44.021Z] docker_cli_build_test.go:6032: unmatched requirement DaemonIsWindows [2022-06-24T10:12:44.021Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-06-24T10:12:44.021Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsWindows [2022-06-24T10:12:44.021Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-06-24T10:12:44.021Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-06-24T10:12:44.021Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-06-24T10:12:44.175Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-06-24T10:12:44.175Z] --- PASS: TestDaemonIpcModeShareable (1.20s) [2022-06-24T10:12:44.175Z] === RUN TestDaemonIpcModePrivate [2022-06-24T10:12:45.110Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-06-24T10:12:45.110Z] --- PASS: TestDaemonIpcModePrivate (1.21s) [2022-06-24T10:12:45.110Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-24T10:12:45.392Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-06-24T10:12:45.392Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-06-24T10:12:45.957Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-06-24T10:12:46.214Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-06-24T10:12:46.485Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-06-24T10:12:46.485Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s) [2022-06-24T10:12:46.485Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-24T10:12:46.865Z] --- PASS: TestBuildSquashParent (7.33s) [2022-06-24T10:12:46.865Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-24T10:12:46.865Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-24T10:12:46.865Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-24T10:12:46.865Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-24T10:12:46.865Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-24T10:12:46.865Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-24T10:12:46.865Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-24T10:12:46.865Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-24T10:12:46.865Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-24T10:12:46.865Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-24T10:12:46.865Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-24T10:12:46.865Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-24T10:12:46.865Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-24T10:12:46.865Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-24T10:12:46.865Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-24T10:12:47.146Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-06-24T10:12:47.147Z] --- PASS: TestCreateServiceMultipleTimes (17.44s) [2022-06-24T10:12:47.147Z] === RUN TestCreateServiceConflict [2022-06-24T10:12:47.147Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-06-24T10:12:47.423Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-06-24T10:12:47.681Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.16s) [2022-06-24T10:12:47.681Z] === RUN TestIpcModeOlderClient [2022-06-24T10:12:47.681Z] === PAUSE TestIpcModeOlderClient [2022-06-24T10:12:47.681Z] === RUN TestKillContainerInvalidSignal [2022-06-24T10:12:47.806Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-24T10:12:47.806Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-24T10:12:47.940Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2022-06-24T10:12:47.940Z] === RUN TestKillContainer [2022-06-24T10:12:47.940Z] === RUN TestKillContainer/no_signal [2022-06-24T10:12:48.506Z] === RUN TestKillContainer/non_killing_signal [2022-06-24T10:12:48.765Z] === RUN TestKillContainer/killing_signal [2022-06-24T10:12:49.333Z] --- PASS: TestKillContainer (1.29s) [2022-06-24T10:12:49.333Z] --- PASS: TestKillContainer/no_signal (0.40s) [2022-06-24T10:12:49.333Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-06-24T10:12:49.333Z] --- PASS: TestKillContainer/killing_signal (0.44s) [2022-06-24T10:12:49.333Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-24T10:12:49.333Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-24T10:12:49.671Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-06-24T10:12:49.672Z] --- PASS: TestCreateServiceConflict (2.53s) [2022-06-24T10:12:49.672Z] === RUN TestCreateServiceMaxReplicas [2022-06-24T10:12:49.715Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-24T10:12:49.715Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-24T10:12:49.901Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-24T10:12:50.604Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-06-24T10:12:50.836Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.38s) [2022-06-24T10:12:50.836Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.54s) [2022-06-24T10:12:50.836Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s) [2022-06-24T10:12:50.836Z] === RUN TestKillStoppedContainer [2022-06-24T10:12:50.836Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-24T10:12:50.836Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-24T10:12:50.836Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-24T10:12:50.836Z] === RUN TestKillDifferentUserContainer [2022-06-24T10:12:51.094Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-06-24T10:12:51.094Z] === RUN TestInspectOomKilledTrue [2022-06-24T10:12:51.094Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-24T10:12:51.094Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-24T10:12:51.094Z] === RUN TestInspectOomKilledFalse [2022-06-24T10:12:51.168Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-06-24T10:12:51.661Z] --- PASS: TestInspectOomKilledFalse (0.41s) [2022-06-24T10:12:51.661Z] === RUN TestLinksEtcHostsContentMatch [2022-06-24T10:12:51.920Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s) [2022-06-24T10:12:51.920Z] === RUN TestLinksContainerNames [2022-06-24T10:12:52.102Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-06-24T10:12:52.102Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-06-24T10:12:52.256Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-24T10:12:52.256Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.61s) [2022-06-24T10:12:52.256Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.76s) [2022-06-24T10:12:52.256Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.93s) [2022-06-24T10:12:52.256Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.91s) [2022-06-24T10:12:52.256Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.02s) [2022-06-24T10:12:52.256Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.16s) [2022-06-24T10:12:52.256Z] === RUN TestBuildMultiStageCopy [2022-06-24T10:12:52.256Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-24T10:12:52.360Z] docker_api_swarm_node_test.go:81: [d65825155335c] joining swarm manager [dcb2b8c7314a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:12:52.618Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-06-24T10:12:52.618Z] docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows [2022-06-24T10:12:52.618Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-06-24T10:12:52.855Z] --- PASS: TestLinksContainerNames (0.89s) [2022-06-24T10:12:52.855Z] === RUN TestLogsFollowTailEmpty [2022-06-24T10:12:52.875Z] === RUN TestDockerSuite/TestBuildXZHost [2022-06-24T10:12:53.114Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-06-24T10:12:53.114Z] === RUN TestLogs [2022-06-24T10:12:53.114Z] === RUN TestLogs/driver_local [2022-06-24T10:12:53.114Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-24T10:12:53.114Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-24T10:12:53.114Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-24T10:12:53.114Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-24T10:12:53.114Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-24T10:12:53.114Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-24T10:12:53.114Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-24T10:12:53.114Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-24T10:12:53.114Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-24T10:12:53.114Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-24T10:12:53.114Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-24T10:12:53.114Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-24T10:12:53.114Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-24T10:12:53.114Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-24T10:12:53.132Z] --- PASS: TestCreateServiceMaxReplicas (3.30s) [2022-06-24T10:12:53.132Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-24T10:12:54.050Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-24T10:12:54.050Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-24T10:12:54.503Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-06-24T10:12:54.618Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-24T10:12:54.618Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-24T10:12:55.184Z] === RUN TestLogs/driver_json-file [2022-06-24T10:12:55.184Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-24T10:12:55.184Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-24T10:12:55.184Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-24T10:12:55.184Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-24T10:12:55.184Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-24T10:12:55.184Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-24T10:12:55.184Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-24T10:12:55.184Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-24T10:12:55.184Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-24T10:12:55.184Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-24T10:12:55.184Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-24T10:12:55.184Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-24T10:12:55.184Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-24T10:12:55.184Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-24T10:12:55.436Z] === RUN TestDockerSuite/TestCommitChange [2022-06-24T10:12:55.552Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-24T10:12:56.118Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-24T10:12:56.118Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-24T10:12:56.121Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-24T10:12:56.368Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-06-24T10:12:56.377Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-24T10:12:56.377Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-24T10:12:57.060Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-24T10:12:57.303Z] === RUN TestDockerSuite/TestCommitHardlink [2022-06-24T10:12:57.312Z] --- PASS: TestLogs (3.99s) [2022-06-24T10:12:57.312Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-24T10:12:57.312Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.66s) [2022-06-24T10:12:57.312Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.69s) [2022-06-24T10:12:57.312Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.57s) [2022-06-24T10:12:57.312Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.58s) [2022-06-24T10:12:57.312Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.63s) [2022-06-24T10:12:57.312Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.62s) [2022-06-24T10:12:57.312Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-24T10:12:57.312Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.76s) [2022-06-24T10:12:57.312Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.80s) [2022-06-24T10:12:57.312Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.59s) [2022-06-24T10:12:57.312Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.56s) [2022-06-24T10:12:57.312Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.70s) [2022-06-24T10:12:57.312Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.73s) [2022-06-24T10:12:57.312Z] === RUN TestContainerNetworkMountsNoChown [2022-06-24T10:12:57.571Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/default [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/default [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/private [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/private [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rprivate [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/slave [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/slave [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rslave [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/shared [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/shared [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rshared [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-24T10:12:57.571Z] === CONT TestMountDaemonRoot/default [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-24T10:12:57.571Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-24T10:12:57.571Z] === CONT TestMountDaemonRoot/rshared [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-24T10:12:57.571Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-24T10:12:57.571Z] === CONT TestMountDaemonRoot/shared [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-24T10:12:57.571Z] === CONT TestMountDaemonRoot/rslave [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-24T10:12:57.571Z] === CONT TestMountDaemonRoot/slave [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-24T10:12:57.571Z] === CONT TestMountDaemonRoot/rprivate [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-24T10:12:57.571Z] === CONT TestMountDaemonRoot/private [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-24T10:12:57.571Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-24T10:12:57.571Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-24T10:12:57.571Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-24T10:12:57.571Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-24T10:12:57.830Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-24T10:12:57.830Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-24T10:12:57.830Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-24T10:12:57.830Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-24T10:12:57.830Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-24T10:12:57.830Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-24T10:12:57.830Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-24T10:12:57.830Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-24T10:12:57.830Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-24T10:12:57.830Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-24T10:12:57.830Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-24T10:12:57.830Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-24T10:12:57.830Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-24T10:12:57.830Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-24T10:12:58.088Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-24T10:12:58.088Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-24T10:12:58.088Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-24T10:12:58.088Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-24T10:12:58.088Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-24T10:12:58.088Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-24T10:12:58.088Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-24T10:12:58.088Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-24T10:12:58.088Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-24T10:12:58.088Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-24T10:12:58.088Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-24T10:12:58.088Z] === RUN TestContainerBindMountNonRecursive [2022-06-24T10:12:58.236Z] === RUN TestDockerSuite/TestCommitNewFile [2022-06-24T10:12:58.440Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-24T10:12:59.380Z] --- PASS: TestBuildMultiStageCopy (7.28s) [2022-06-24T10:12:59.380Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.28s) [2022-06-24T10:12:59.380Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-06-24T10:12:59.380Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-06-24T10:12:59.380Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-06-24T10:12:59.380Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-06-24T10:12:59.380Z] === RUN TestBuildMultiStageParentConfig [2022-06-24T10:12:59.464Z] --- PASS: TestContainerBindMountNonRecursive (1.35s) [2022-06-24T10:12:59.464Z] === RUN TestContainerVolumesMountedAsShared [2022-06-24T10:13:00.032Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s) [2022-06-24T10:13:00.032Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-24T10:13:00.135Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-06-24T10:13:00.291Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-06-24T10:13:00.291Z] === RUN TestNetworkNat [2022-06-24T10:13:00.328Z] INFO [loader] Go packages loading at mode 575 (files|name|compiled_files|deps|exports_file|imports|types_sizes) took 2m52.358033481s [2022-06-24T10:13:00.329Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive. [2022-06-24T10:13:00.329Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 509.651777ms [2022-06-24T10:13:00.550Z] --- PASS: TestNetworkNat (0.43s) [2022-06-24T10:13:00.550Z] === RUN TestNetworkLocalhostTCPNat [2022-06-24T10:13:01.068Z] === RUN TestDockerSuite/TestCommitTTY [2022-06-24T10:13:01.117Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2022-06-24T10:13:01.117Z] === RUN TestNetworkLoopbackNat [2022-06-24T10:13:02.439Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-06-24T10:13:03.371Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-06-24T10:13:03.646Z] --- PASS: TestNetworkLoopbackNat (2.61s) [2022-06-24T10:13:03.646Z] === RUN TestPause [2022-06-24T10:13:03.936Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-06-24T10:13:04.213Z] --- PASS: TestPause (0.44s) [2022-06-24T10:13:04.213Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-24T10:13:04.213Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-24T10:13:04.213Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-24T10:13:04.213Z] === RUN TestPauseStopPausedContainer [2022-06-24T10:13:04.471Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2022-06-24T10:13:04.471Z] === RUN TestPidHost [2022-06-24T10:13:04.657Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2022-06-24T10:13:04.657Z] === RUN TestBuildLabelWithTargets [2022-06-24T10:13:05.309Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-06-24T10:13:05.309Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-06-24T10:13:05.847Z] --- PASS: TestPidHost (0.96s) [2022-06-24T10:13:05.847Z] === RUN TestPsFilter [2022-06-24T10:13:05.847Z] --- PASS: TestPsFilter (0.11s) [2022-06-24T10:13:05.847Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-24T10:13:05.874Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-06-24T10:13:06.105Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2022-06-24T10:13:06.105Z] === RUN TestRemoveContainerWithVolume [2022-06-24T10:13:06.132Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-06-24T10:13:06.389Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-06-24T10:13:06.672Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2022-06-24T10:13:06.672Z] === RUN TestRemoveContainerRunning [2022-06-24T10:13:06.930Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-06-24T10:13:06.930Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-24T10:13:06.953Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-06-24T10:13:07.210Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.29s) [2022-06-24T10:13:07.210Z] === RUN TestCreateServiceSecretFileMode [2022-06-24T10:13:07.496Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2022-06-24T10:13:07.496Z] === RUN TestRemoveInvalidContainer [2022-06-24T10:13:07.496Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-24T10:13:07.496Z] === RUN TestRenameLinkedContainer [2022-06-24T10:13:07.775Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-06-24T10:13:08.341Z] docker_api_swarm_node_test.go:53: [df3d42c306b0f] joining swarm manager [d8ea932f8ff07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:13:08.598Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-06-24T10:13:09.163Z] docker_api_swarm_node_test.go:54: [d153060bb9ec0] joining swarm manager [d8ea932f8ff07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:13:09.163Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-06-24T10:13:09.398Z] --- PASS: TestRenameLinkedContainer (1.76s) [2022-06-24T10:13:09.398Z] === RUN TestRenameStoppedContainer [2022-06-24T10:13:09.656Z] --- PASS: TestRenameStoppedContainer (0.43s) [2022-06-24T10:13:09.656Z] === RUN TestRenameRunningContainerAndReuse [2022-06-24T10:13:10.095Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-06-24T10:13:10.594Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2022-06-24T10:13:10.594Z] === RUN TestRenameInvalidName [2022-06-24T10:13:10.659Z] --- PASS: TestCreateServiceSecretFileMode (3.20s) [2022-06-24T10:13:10.659Z] === RUN TestCreateServiceConfigFileMode [2022-06-24T10:13:10.853Z] --- PASS: TestRenameInvalidName (0.43s) [2022-06-24T10:13:10.853Z] === RUN TestRenameAnonymousContainer [2022-06-24T10:13:10.916Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-06-24T10:13:11.481Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-06-24T10:13:12.045Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-06-24T10:13:12.754Z] --- PASS: TestRenameAnonymousContainer (1.55s) [2022-06-24T10:13:12.754Z] === RUN TestRenameContainerWithSameName [2022-06-24T10:13:12.754Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-06-24T10:13:12.754Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-24T10:13:12.782Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-06-24T10:13:12.782Z] === RUN TestBuildWithEmptyLayers [2022-06-24T10:13:12.978Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-06-24T10:13:13.543Z] --- PASS: TestCreateServiceConfigFileMode (2.93s) [2022-06-24T10:13:13.543Z] === RUN TestCreateServiceSysctls [2022-06-24T10:13:13.689Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2022-06-24T10:13:13.689Z] === RUN TestResize [2022-06-24T10:13:13.801Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-06-24T10:13:14.255Z] --- PASS: TestResize (0.45s) [2022-06-24T10:13:14.255Z] === RUN TestResizeWithInvalidSize [2022-06-24T10:13:14.366Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-06-24T10:13:14.513Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2022-06-24T10:13:14.513Z] === RUN TestResizeWhenContainerNotStarted [2022-06-24T10:13:15.079Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-06-24T10:13:15.079Z] === RUN TestDaemonRestartKillContainers [2022-06-24T10:13:15.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-24T10:13:15.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-24T10:13:15.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-24T10:13:15.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-24T10:13:15.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-24T10:13:15.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-24T10:13:15.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-24T10:13:15.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-24T10:13:15.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-24T10:13:15.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-24T10:13:15.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-24T10:13:15.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-24T10:13:15.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-24T10:13:15.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-24T10:13:15.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-24T10:13:15.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-24T10:13:15.080Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:13:15.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:13:15.080Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:13:15.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:13:15.080Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:13:15.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:13:15.080Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:13:15.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:13:15.080Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:13:15.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:13:15.080Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:13:15.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:13:15.080Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:13:15.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:13:15.080Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:13:15.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:13:15.080Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-24T10:13:15.080Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:13:15.299Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-06-24T10:13:15.331Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-06-24T10:13:15.331Z] === RUN TestBuildMultiStageOnBuild [2022-06-24T10:13:16.230Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-06-24T10:13:16.474Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-24T10:13:16.736Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:13:17.164Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-06-24T10:13:17.164Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-06-24T10:13:17.164Z] --- PASS: TestCreateServiceSysctls (3.83s) [2022-06-24T10:13:17.164Z] === RUN TestCreateServiceCapabilities [2022-06-24T10:13:17.729Z] === RUN TestDockerSuite/TestCpRelativePath [2022-06-24T10:13:18.117Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:13:18.117Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:13:18.294Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-06-24T10:13:18.858Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-06-24T10:13:19.491Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:13:19.492Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:13:20.230Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-06-24T10:13:20.230Z] --- PASS: TestCreateServiceCapabilities (3.01s) [2022-06-24T10:13:20.230Z] === RUN TestInspect [2022-06-24T10:13:20.656Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-06-24T10:13:20.656Z] === RUN TestBuildUncleanTarFilenames [2022-06-24T10:13:20.656Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2022-06-24T10:13:20.656Z] === RUN TestBuildMultiStageLayerLeak [2022-06-24T10:13:20.795Z] === RUN TestDockerSuite/TestCpToCaseA [2022-06-24T10:13:21.727Z] === RUN TestDockerSuite/TestCpToCaseB [2022-06-24T10:13:22.660Z] === RUN TestDockerSuite/TestCpToCaseC [2022-06-24T10:13:23.677Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:13:23.677Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:13:24.031Z] --- PASS: TestInspect (3.44s) [2022-06-24T10:13:24.031Z] === RUN TestCreateJob [2022-06-24T10:13:24.595Z] === RUN TestDockerSuite/TestCpToCaseD [2022-06-24T10:13:25.933Z] --- PASS: TestBuildMultiStageLayerLeak (4.38s) [2022-06-24T10:13:25.933Z] === RUN TestBuildWithHugeFile [2022-06-24T10:13:27.873Z] --- PASS: TestCreateJob (3.71s) [2022-06-24T10:13:27.874Z] === RUN TestReplicatedJob [2022-06-24T10:13:27.876Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-24T10:13:27.876Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-24T10:13:28.438Z] === RUN TestDockerSuite/TestCpToCaseE [2022-06-24T10:13:29.250Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-24T10:13:29.251Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-24T10:13:31.161Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-24T10:13:31.424Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-24T10:13:31.717Z] === RUN TestDockerSuite/TestCpToCaseF [2022-06-24T10:13:31.974Z] === RUN TestDockerSuite/TestCpToCaseG [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.41s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.90s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.79s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.38s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.35s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.37s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.62s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.55s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.13s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.30s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.72s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.87s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.99s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.17s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.62s) [2022-06-24T10:13:33.328Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.83s) [2022-06-24T10:13:33.328Z] === RUN TestCgroupNamespacesRun [2022-06-24T10:13:33.346Z] --- PASS: TestReplicatedJob (5.72s) [2022-06-24T10:13:33.346Z] === RUN TestUpdateReplicatedJob [2022-06-24T10:13:34.701Z] --- PASS: TestCgroupNamespacesRun (1.16s) [2022-06-24T10:13:34.701Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-24T10:13:34.701Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-24T10:13:34.701Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-24T10:13:34.701Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-24T10:13:35.637Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.15s) [2022-06-24T10:13:35.637Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-24T10:13:36.623Z] === RUN TestDockerSuite/TestCpToCaseH [2022-06-24T10:13:37.017Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s) [2022-06-24T10:13:37.017Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-24T10:13:37.556Z] --- PASS: TestUpdateReplicatedJob (4.26s) [2022-06-24T10:13:37.556Z] === RUN TestServiceListWithStatuses [2022-06-24T10:13:37.556Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-24T10:13:37.556Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-24T10:13:37.556Z] === RUN TestDockerNetworkConnectAlias [2022-06-24T10:13:37.951Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-06-24T10:13:37.951Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-24T10:13:38.928Z] === RUN TestDockerSuite/TestCpToCaseI [2022-06-24T10:13:39.324Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-06-24T10:13:39.325Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-24T10:13:39.493Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-06-24T10:13:39.891Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-06-24T10:13:39.891Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-24T10:13:41.267Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.19s) [2022-06-24T10:13:41.267Z] === RUN TestNISDomainname [2022-06-24T10:13:41.525Z] --- PASS: TestNISDomainname (0.56s) [2022-06-24T10:13:41.525Z] === RUN TestHostnameDnsResolution [2022-06-24T10:13:42.019Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-06-24T10:13:42.460Z] --- PASS: TestHostnameDnsResolution (0.77s) [2022-06-24T10:13:42.460Z] === RUN TestUnprivilegedPortsAndPing [2022-06-24T10:13:42.718Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s) [2022-06-24T10:13:42.718Z] === RUN TestPrivilegedHostDevices [2022-06-24T10:13:43.284Z] --- PASS: TestPrivilegedHostDevices (0.48s) [2022-06-24T10:13:43.284Z] === RUN TestRunConsoleSize [2022-06-24T10:13:43.391Z] --- PASS: TestDockerNetworkConnectAlias (5.79s) [2022-06-24T10:13:43.391Z] === RUN TestDockerNetworkReConnect [2022-06-24T10:13:43.934Z] --- PASS: TestRunConsoleSize (0.41s) [2022-06-24T10:13:43.934Z] === RUN TestStats [2022-06-24T10:13:43.956Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-06-24T10:13:44.521Z] === RUN TestDockerSuite/TestCpToDot [2022-06-24T10:13:45.452Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-06-24T10:13:46.467Z] --- PASS: TestStats (2.47s) [2022-06-24T10:13:46.467Z] === RUN TestStopContainerWithTimeout [2022-06-24T10:13:46.467Z] === RUN TestStopContainerWithTimeout/0 [2022-06-24T10:13:46.467Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-24T10:13:46.467Z] === RUN TestStopContainerWithTimeout/1 [2022-06-24T10:13:46.468Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-24T10:13:46.468Z] === RUN TestStopContainerWithTimeout/3 [2022-06-24T10:13:46.468Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-24T10:13:46.468Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-24T10:13:46.468Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-24T10:13:46.468Z] === CONT TestStopContainerWithTimeout/0 [2022-06-24T10:13:46.468Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-24T10:13:46.824Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-06-24T10:13:47.034Z] === CONT TestStopContainerWithTimeout/3 [2022-06-24T10:13:48.195Z] --- PASS: TestDockerNetworkReConnect (4.73s) [2022-06-24T10:13:48.195Z] === RUN TestServicePlugin [2022-06-24T10:13:48.195Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-06-24T10:13:48.452Z] === RUN TestDockerSuite/TestCpToStdout [2022-06-24T10:13:48.933Z] === CONT TestStopContainerWithTimeout/1 [2022-06-24T10:13:49.385Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-06-24T10:13:49.951Z] docker_api_swarm_test.go:202: [d57761c31b025] joining swarm manager [d47ff2b9dc229]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:13:50.208Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-06-24T10:13:50.307Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-24T10:13:50.307Z] --- PASS: TestStopContainerWithTimeout/0 (0.75s) [2022-06-24T10:13:50.307Z] --- PASS: TestStopContainerWithTimeout/-1 (2.64s) [2022-06-24T10:13:50.307Z] --- PASS: TestStopContainerWithTimeout/3 (2.41s) [2022-06-24T10:13:50.307Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2022-06-24T10:13:50.307Z] === RUN TestDeleteDevicemapper [2022-06-24T10:13:50.307Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-24T10:13:50.307Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-24T10:13:50.307Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-24T10:13:50.466Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-06-24T10:13:51.030Z] === RUN TestDockerSuite/TestCpVolumePath [2022-06-24T10:13:51.611Z] plugin_test.go:61: [d2934b652f684] joining swarm manager [dfa04de34056e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:13:51.682Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.35s) [2022-06-24T10:13:51.682Z] === RUN TestUpdateMemory [2022-06-24T10:13:51.871Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-06-24T10:13:51.871Z] === RUN TestDockerSuite/TestCreateArgs [2022-06-24T10:13:52.134Z] === RUN TestDockerSuite/TestCreateByImageID [2022-06-24T10:13:52.248Z] --- PASS: TestUpdateMemory (0.50s) [2022-06-24T10:13:52.248Z] === RUN TestUpdateCPUQuota [2022-06-24T10:13:52.395Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-06-24T10:13:52.961Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-06-24T10:13:52.961Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-24T10:13:52.961Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-06-24T10:13:52.961Z] plugin_test.go:64: [d4ee76113ee5f] joining swarm manager [dfa04de34056e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:13:52.961Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-06-24T10:13:53.182Z] --- PASS: TestUpdateCPUQuota (0.92s) [2022-06-24T10:13:53.182Z] === RUN TestUpdatePidsLimit [2022-06-24T10:13:53.182Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-24T10:13:53.182Z] === RUN TestUpdatePidsLimit/no_change [2022-06-24T10:13:53.440Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-24T10:13:53.536Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-06-24T10:13:53.700Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-24T10:13:53.700Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-24T10:13:53.795Z] === RUN TestDockerSuite/TestCreateLabels [2022-06-24T10:13:53.795Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-06-24T10:13:53.795Z] === RUN TestDockerSuite/TestCreateRM [2022-06-24T10:13:53.959Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-24T10:13:54.053Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-06-24T10:13:54.053Z] docker_cli_create_test.go:83: unmatched requirement Devicemapper [2022-06-24T10:13:54.053Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-06-24T10:13:54.053Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-06-24T10:13:54.053Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-06-24T10:13:54.218Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-24T10:13:55.151Z] --- PASS: TestUpdatePidsLimit (2.03s) [2022-06-24T10:13:55.151Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-06-24T10:13:55.151Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-06-24T10:13:55.151Z] --- PASS: TestUpdatePidsLimit/update_lower (0.19s) [2022-06-24T10:13:55.151Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-06-24T10:13:55.151Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s) [2022-06-24T10:13:55.151Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2022-06-24T10:13:55.151Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2022-06-24T10:13:55.151Z] === RUN TestUpdateRestartPolicy [2022-06-24T10:13:55.432Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-06-24T10:13:55.705Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-06-24T10:13:55.705Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-06-24T10:13:58.264Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-06-24T10:13:58.264Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-06-24T10:13:58.264Z] === RUN TestDockerSuite/TestEventsAttach [2022-06-24T10:13:58.838Z] === RUN TestDockerSuite/TestEventsCommit [2022-06-24T10:13:59.403Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-06-24T10:13:59.968Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-06-24T10:14:00.533Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-06-24T10:14:01.098Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-06-24T10:14:02.995Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-06-24T10:14:03.927Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-06-24T10:14:06.452Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-06-24T10:14:07.344Z] --- PASS: TestUpdateRestartPolicy (11.05s) [2022-06-24T10:14:07.344Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-24T10:14:07.344Z] --- PASS: TestUpdateRestartWithAutoRemove (0.47s) [2022-06-24T10:14:07.344Z] === RUN TestWaitNonBlocked [2022-06-24T10:14:07.344Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-24T10:14:07.344Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-24T10:14:07.344Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-24T10:14:07.344Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-24T10:14:07.344Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-24T10:14:07.344Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-24T10:14:07.344Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-24T10:14:07.344Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.79s) [2022-06-24T10:14:07.344Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.82s) [2022-06-24T10:14:07.344Z] === RUN TestWaitBlocked [2022-06-24T10:14:07.344Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-24T10:14:07.344Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-24T10:14:07.344Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-24T10:14:07.344Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-24T10:14:07.344Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-24T10:14:07.344Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-24T10:14:07.822Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-06-24T10:14:08.112Z] === RUN TestDockerSuite/TestEventsCopy [2022-06-24T10:14:08.279Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-24T10:14:08.279Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s) [2022-06-24T10:14:08.279Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s) [2022-06-24T10:14:08.279Z] === CONT TestContainerStartOnDaemonRestart [2022-06-24T10:14:08.279Z] === CONT TestIpcModeOlderClient [2022-06-24T10:14:08.279Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-06-24T10:14:08.279Z] === CONT TestDaemonHostGatewayIP [2022-06-24T10:14:09.050Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-06-24T10:14:09.615Z] docker_api_swarm_test.go:384: [d00ef2e19ce53] joining swarm manager [d859096226ff5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:14:10.181Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-06-24T10:14:10.258Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-24T10:14:10.258Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-24T10:14:10.258Z] GOOS="" GOARCH="" GOARM="" [2022-06-24T10:14:10.258Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-24T10:14:10.258Z] [2022-06-24T10:14:10.258Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-24T10:14:10.258Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-24T10:14:10.258Z] HOSTNAME=d47fce5e518a [2022-06-24T10:14:10.258Z] TESTDEBUG=0 [2022-06-24T10:14:10.258Z] DEST=bundles/test-integration [2022-06-24T10:14:10.258Z] PWD=/go/src/github.com/docker/docker [2022-06-24T10:14:10.258Z] DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a [2022-06-24T10:14:10.258Z] container=docker [2022-06-24T10:14:10.258Z] HOME=/root [2022-06-24T10:14:10.258Z] GOLANG_VERSION=1.18.3 [2022-06-24T10:14:10.258Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-24T10:14:10.258Z] VALIDATE_BRANCH=master [2022-06-24T10:14:10.258Z] TERM=xterm [2022-06-24T10:14:10.258Z] DOCKER_PKG=github.com/docker/docker [2022-06-24T10:14:10.258Z] SHLVL=1 [2022-06-24T10:14:10.258Z] TIMEOUT=120m [2022-06-24T10:14:10.258Z] DOCKER_BUILDTAGS= journald [2022-06-24T10:14:10.258Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-24T10:14:10.258Z] GO111MODULE=off [2022-06-24T10:14:10.258Z] DOCKER_EXPERIMENTAL=1 [2022-06-24T10:14:10.258Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-24T10:14:10.258Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-24T10:14:10.258Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-24T10:14:10.258Z] GOPATH=/go [2022-06-24T10:14:10.258Z] PKG_CONFIG=pkg-config [2022-06-24T10:14:10.258Z] _=/usr/bin/env [2022-06-24T10:14:10.258Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-24T10:14:10.746Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-06-24T10:14:10.811Z] --- PASS: TestContainerStartOnDaemonRestart (2.17s) [2022-06-24T10:14:10.811Z] === CONT TestContainerKillOnDaemonStart [2022-06-24T10:14:11.004Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-06-24T10:14:11.004Z] docker_api_swarm_test.go:385: [dc70c5b2e355b] joining swarm manager [d859096226ff5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:14:11.069Z] --- PASS: TestDaemonHostGatewayIP (2.83s) [2022-06-24T10:14:11.069Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-24T10:14:11.937Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-06-24T10:14:12.195Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-06-24T10:14:12.452Z] === RUN TestDockerSuite/TestEventsFilterType [2022-06-24T10:14:12.452Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-06-24T10:14:12.710Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-06-24T10:14:12.710Z] === RUN TestDockerSuite/TestEventsFilters [2022-06-24T10:14:12.970Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.73s) [2022-06-24T10:14:12.970Z] === CONT TestDaemonRestartIpcMode [2022-06-24T10:14:14.084Z] === RUN TestDockerSuite/TestEventsFormat [2022-06-24T10:14:15.017Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-06-24T10:14:15.017Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-06-24T10:14:15.017Z] === RUN TestDockerSuite/TestEventsImageImport [2022-06-24T10:14:15.274Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-06-24T10:14:15.501Z] --- PASS: TestDaemonRestartIpcMode (2.23s) [2022-06-24T10:14:15.531Z] === RUN TestDockerSuite/TestEventsImagePull [2022-06-24T10:14:16.463Z] === RUN TestDockerSuite/TestEventsImageTag [2022-06-24T10:14:17.394Z] --- PASS: TestServicePlugin (29.33s) [2022-06-24T10:14:17.394Z] === RUN TestServiceUpdateLabel [2022-06-24T10:14:17.394Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-06-24T10:14:17.652Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-06-24T10:14:17.652Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-24T10:14:17.652Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-06-24T10:14:17.652Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-24T10:14:17.652Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-06-24T10:14:19.548Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-06-24T10:14:19.548Z] --- PASS: TestServiceUpdateLabel (2.39s) [2022-06-24T10:14:19.548Z] === RUN TestServiceUpdateSecrets [2022-06-24T10:14:20.114Z] === RUN TestDockerSuite/TestEventsRename [2022-06-24T10:14:20.678Z] === RUN TestDockerSuite/TestEventsResize [2022-06-24T10:14:21.245Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-06-24T10:14:21.760Z] INFO [linters context/goanalysis] analyzers took 4m34.912160182s with top 10 stages: buildir: 2m2.147824125s, goimports: 23.351271541s, unconvert: 16.606302893s, gosec: 14.565636071s, S1038: 8.66968561s, golint: 6.819587886s, misspell: 5.303667808s, nilness: 4.334213191s, inspect: 4.049892385s, S1039: 3.649496268s [2022-06-24T10:14:21.761Z] INFO [runner] Issues before processing: 3035, after processing: 0 [2022-06-24T10:14:21.761Z] INFO [runner] Processors filtering stat (out/in): exclude: 2036/2036, filename_unadjuster: 2419/2419, path_prettifier: 2419/2419, nolint: 0/77, cgo: 2419/3035, skip_files: 2419/2419, skip_dirs: 2419/2419, autogenerated_exclude: 2036/2419, identifier_marker: 2036/2036, exclude-rules: 77/2036 [2022-06-24T10:14:21.761Z] INFO [runner] processing took 84.025982ms with stages: nolint: 33.659437ms, identifier_marker: 21.828435ms, path_prettifier: 9.863931ms, autogenerated_exclude: 8.613234ms, exclude-rules: 7.732499ms, skip_dirs: 1.883055ms, cgo: 270.866µs, filename_unadjuster: 168.613µs, max_same_issues: 1.474µs, uniq_by_line: 654ns, max_from_linter: 638ns, diff: 571ns, path_prefixer: 468ns, skip_files: 411ns, source_code: 394ns, exclude: 386ns, sort_results: 235ns, severity-rules: 231ns, path_shortener: 226ns, max_per_file_from_linter: 224ns [2022-06-24T10:14:21.761Z] INFO [runner] linters took 1m33.002995629s with stages: goanalysis_metalinter: 1m32.918787715s [2022-06-24T10:14:21.761Z] INFO File cache stats: 1674 entries of total size 8.6MiB [2022-06-24T10:14:21.761Z] INFO Memory: 2660 samples, avg is 285.3MB, max is 1168.2MB [2022-06-24T10:14:21.761Z] INFO Execution took 4m25.883214674s [2022-06-24T10:14:21.761Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-06-24T10:14:21.810Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-06-24T10:14:22.056Z] --- PASS: TestContainerKillOnDaemonStart (11.64s) [2022-06-24T10:14:22.056Z] PASS [2022-06-24T10:14:22.056Z] [2022-06-24T10:14:22.056Z] === Skipped [2022-06-24T10:14:22.056Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-24T10:14:22.056Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-24T10:14:22.056Z] [2022-06-24T10:14:22.056Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-24T10:14:22.056Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-24T10:14:22.056Z] [2022-06-24T10:14:22.056Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-24T10:14:22.056Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-24T10:14:22.056Z] [2022-06-24T10:14:22.056Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-24T10:14:22.056Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-24T10:14:22.056Z] [2022-06-24T10:14:22.056Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-24T10:14:22.056Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-24T10:14:22.056Z] [2022-06-24T10:14:22.056Z] DONE 259 tests, 5 skipped in 123.890s [2022-06-24T10:14:22.056Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-24T10:14:22.056Z] === RUN TestConfigDaemonLibtrustID [2022-06-24T10:14:22.081Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56a20dbc19786633f605d3871f5242d8e0f1be5a hack/make.sh dynbinary test-docker-py [2022-06-24T10:14:22.186Z] --- PASS: TestBuildWithHugeFile (50.19s) [2022-06-24T10:14:22.186Z] === RUN TestBuildWCOWSandboxSize [2022-06-24T10:14:22.186Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-24T10:14:22.186Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-24T10:14:22.186Z] === RUN TestBuildWithEmptyDockerfile [2022-06-24T10:14:22.186Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-24T10:14:22.186Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-24T10:14:22.186Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-24T10:14:22.186Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-24T10:14:22.186Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-24T10:14:22.186Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-24T10:14:22.186Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-24T10:14:22.186Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-24T10:14:22.186Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-24T10:14:22.186Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-06-24T10:14:22.186Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2022-06-24T10:14:22.186Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2022-06-24T10:14:22.186Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-24T10:14:22.186Z] === RUN TestBuildPreserveOwnership [2022-06-24T10:14:22.186Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-24T10:14:22.186Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-24T10:14:22.338Z] [2022-06-24T10:14:22.596Z] Removing bundles/ [2022-06-24T10:14:22.596Z] [2022-06-24T10:14:22.596Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-24T10:14:22.596Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-24T10:14:22.596Z] GOOS="" GOARCH="" GOARM="" [2022-06-24T10:14:22.622Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-06-24T10:14:22.622Z] === RUN TestConfigDaemonID [2022-06-24T10:14:22.743Z] === RUN TestDockerSuite/TestEventsStreaming [2022-06-24T10:14:23.000Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-06-24T10:14:23.577Z] daemon_test.go:83: [d637293b87dbf] daemon is not started [2022-06-24T10:14:23.577Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-24T10:14:23.577Z] === RUN TestDaemonConfigValidation [2022-06-24T10:14:23.577Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-24T10:14:23.577Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-24T10:14:23.577Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-24T10:14:23.577Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-24T10:14:23.577Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-24T10:14:23.577Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-24T10:14:23.577Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-24T10:14:23.577Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-24T10:14:23.577Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-24T10:14:23.577Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-24T10:14:23.577Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-24T10:14:23.577Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-24T10:14:23.577Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-24T10:14:23.577Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-24T10:14:23.851Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-24T10:14:23.851Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-24T10:14:23.851Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-06-24T10:14:23.851Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.12s) [2022-06-24T10:14:23.851Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.14s) [2022-06-24T10:14:23.851Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.14s) [2022-06-24T10:14:23.851Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-06-24T10:14:23.851Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-24T10:14:23.851Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-24T10:14:24.796Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-24T10:14:25.482Z] --- PASS: TestBuildPreserveOwnership (9.51s) [2022-06-24T10:14:25.482Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.49s) [2022-06-24T10:14:25.482Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-06-24T10:14:25.482Z] === RUN TestBuildPlatformInvalid [2022-06-24T10:14:25.482Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2022-06-24T10:14:25.482Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-24T10:14:25.482Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-24T10:14:25.482Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-24T10:14:25.482Z] PASS [2022-06-24T10:14:25.482Z] [2022-06-24T10:14:25.482Z] === Skipped [2022-06-24T10:14:25.482Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-24T10:14:25.482Z] build_session_test.go:25: TODO: BuildKit [2022-06-24T10:14:25.482Z] [2022-06-24T10:14:25.482Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-24T10:14:25.482Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-24T10:14:25.482Z] [2022-06-24T10:14:25.482Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-24T10:14:25.482Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-24T10:14:25.482Z] [2022-06-24T10:14:25.482Z] DONE 34 tests, 3 skipped in 110.843s [2022-06-24T10:14:25.482Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-24T10:14:25.482Z] INFO: Testing against a local daemon [2022-06-24T10:14:25.482Z] === RUN TestConfigInspect [2022-06-24T10:14:25.482Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:14:25.482Z] --- SKIP: TestConfigInspect (0.02s) [2022-06-24T10:14:25.482Z] === RUN TestConfigList [2022-06-24T10:14:25.482Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:14:25.482Z] --- SKIP: TestConfigList (0.01s) [2022-06-24T10:14:25.482Z] === RUN TestConfigsCreateAndDelete [2022-06-24T10:14:25.482Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:14:25.482Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-06-24T10:14:25.482Z] === RUN TestConfigsUpdate [2022-06-24T10:14:25.482Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:14:25.482Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-06-24T10:14:25.482Z] === RUN TestTemplatedConfig [2022-06-24T10:14:25.482Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:14:25.482Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-06-24T10:14:25.482Z] === RUN TestConfigCreateResolve [2022-06-24T10:14:25.482Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:14:25.482Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-06-24T10:14:25.482Z] PASS [2022-06-24T10:14:25.482Z] [2022-06-24T10:14:25.482Z] === Skipped [2022-06-24T10:14:25.482Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-06-24T10:14:25.482Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:14:25.482Z] [2022-06-24T10:14:25.482Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-06-24T10:14:25.482Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:14:25.482Z] [2022-06-24T10:14:25.482Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-06-24T10:14:25.482Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:14:25.482Z] [2022-06-24T10:14:25.482Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-06-24T10:14:25.482Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:14:25.482Z] [2022-06-24T10:14:25.482Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-06-24T10:14:25.482Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:14:25.482Z] [2022-06-24T10:14:25.482Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-06-24T10:14:25.482Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:14:25.482Z] [2022-06-24T10:14:25.482Z] DONE 6 tests, 6 skipped in 0.161s [2022-06-24T10:14:25.482Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-24T10:14:25.742Z] INFO: Testing against a local daemon [2022-06-24T10:14:25.742Z] === RUN TestAttachWithTTY [2022-06-24T10:14:25.742Z] --- PASS: TestAttachWithTTY (0.05s) [2022-06-24T10:14:25.742Z] === RUN TestAttachWithoutTTy [2022-06-24T10:14:25.742Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-06-24T10:14:25.742Z] === RUN TestCheckpoint [2022-06-24T10:14:25.742Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-24T10:14:25.742Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/commit [2022-06-24T10:14:25.742Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-24T10:14:25.742Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-24T10:14:25.742Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-24T10:14:25.742Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-24T10:14:25.742Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-24T10:14:25.742Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-24T10:14:25.742Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-24T10:14:25.742Z] === CONT TestContainerInvalidJSON/commit [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-24T10:14:25.742Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-24T10:14:25.742Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-24T10:14:25.742Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-24T10:14:25.742Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-24T10:14:25.742Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-24T10:14:25.742Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-24T10:14:25.742Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-24T10:14:25.742Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-24T10:14:25.742Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-24T10:14:25.742Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-24T10:14:25.742Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-24T10:14:26.002Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-24T10:14:26.002Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-24T10:14:26.002Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-24T10:14:26.002Z] === RUN TestCopyEmptyFile [2022-06-24T10:14:26.177Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-24T10:14:26.261Z] --- PASS: TestCopyEmptyFile (0.20s) [2022-06-24T10:14:26.261Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-24T10:14:26.261Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-06-24T10:14:26.261Z] === RUN TestCopyFromContainer [2022-06-24T10:14:26.279Z] === RUN TestDockerSuite/TestEventsTop [2022-06-24T10:14:26.279Z] === RUN TestDockerSuite/TestEventsUntag [2022-06-24T10:14:27.110Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-24T10:14:27.110Z] daemon_test.go:197: [d8d3145048e09] daemon is not started [2022-06-24T10:14:27.110Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-06-24T10:14:27.110Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-24T10:14:27.110Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-24T10:14:27.110Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-24T10:14:27.110Z] === RUN TestDaemonProxy [2022-06-24T10:14:27.110Z] === RUN TestDaemonProxy/environment_variables [2022-06-24T10:14:28.803Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-06-24T10:14:29.008Z] === RUN TestDaemonProxy/command-line_options [2022-06-24T10:14:30.381Z] === RUN TestDaemonProxy/configuration_file [2022-06-24T10:14:30.455Z] === RUN TestCopyFromContainer// [2022-06-24T10:14:30.455Z] === RUN TestCopyFromContainer//bar/root [2022-06-24T10:14:30.455Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-24T10:14:30.455Z] === RUN TestCopyFromContainer/bar/quux [2022-06-24T10:14:30.455Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-24T10:14:30.455Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-24T10:14:30.455Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-24T10:14:30.455Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-24T10:14:30.714Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-24T10:14:30.714Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-24T10:14:30.714Z] --- PASS: TestCopyFromContainer (4.56s) [2022-06-24T10:14:30.714Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-24T10:14:30.714Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-24T10:14:30.714Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-24T10:14:30.714Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-24T10:14:30.714Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-24T10:14:30.714Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-24T10:14:30.714Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-24T10:14:30.714Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-24T10:14:30.714Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-06-24T10:14:30.714Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-06-24T10:14:30.714Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-24T10:14:30.714Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-24T10:14:30.714Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-24T10:14:30.714Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-24T10:14:30.714Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-24T10:14:30.714Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-24T10:14:30.714Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-24T10:14:30.714Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-24T10:14:30.714Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-24T10:14:30.714Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-24T10:14:30.714Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-24T10:14:30.714Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-24T10:14:30.714Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-24T10:14:30.714Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-24T10:14:30.714Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-24T10:14:30.714Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-24T10:14:30.714Z] === RUN TestCreateWithInvalidEnv [2022-06-24T10:14:30.714Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-24T10:14:30.714Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-24T10:14:30.714Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-24T10:14:30.714Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-24T10:14:30.714Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-24T10:14:30.714Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-24T10:14:30.714Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-24T10:14:30.714Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-24T10:14:30.714Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-24T10:14:30.714Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-06-24T10:14:30.714Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-24T10:14:30.714Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-24T10:14:30.714Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-24T10:14:30.714Z] === RUN TestCreateTmpfsMountsTarget [2022-06-24T10:14:30.714Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-24T10:14:30.714Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-24T10:14:32.095Z] --- PASS: TestCreateWithCustomMaskedPaths (1.21s) [2022-06-24T10:14:32.095Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-24T10:14:32.279Z] === RUN TestDaemonProxy/conflicting_options [2022-06-24T10:14:32.845Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-24T10:14:33.103Z] --- PASS: TestDaemonProxy (6.21s) [2022-06-24T10:14:33.103Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-06-24T10:14:33.103Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-06-24T10:14:33.103Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-06-24T10:14:33.103Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-24T10:14:33.103Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-24T10:14:33.103Z] PASS [2022-06-24T10:14:33.103Z] [2022-06-24T10:14:33.103Z] DONE 18 tests in 11.196s [2022-06-24T10:14:33.103Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-24T10:14:33.361Z] INFO: Testing against a local daemon [2022-06-24T10:14:33.361Z] === RUN TestCommitInheritsEnv [2022-06-24T10:14:33.474Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.22s) [2022-06-24T10:14:33.474Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-24T10:14:33.474Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-24T10:14:33.474Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-24T10:14:33.474Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-24T10:14:33.474Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-24T10:14:33.474Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-24T10:14:33.474Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-24T10:14:33.474Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-24T10:14:33.474Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-24T10:14:33.474Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-24T10:14:33.474Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-24T10:14:33.474Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-24T10:14:33.474Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-24T10:14:33.474Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-24T10:14:33.474Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-24T10:14:33.474Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-24T10:14:33.474Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-24T10:14:33.474Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-06-24T10:14:33.474Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-06-24T10:14:33.474Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2022-06-24T10:14:33.474Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-06-24T10:14:33.474Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-06-24T10:14:33.474Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-24T10:14:33.620Z] --- PASS: TestCommitInheritsEnv (0.30s) [2022-06-24T10:14:33.620Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-24T10:14:33.620Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-24T10:14:33.620Z] === RUN TestImportWithCustomPlatform [2022-06-24T10:14:33.620Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-24T10:14:33.620Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-24T10:14:33.620Z] === RUN TestImportWithCustomPlatform// [2022-06-24T10:14:33.620Z] === RUN TestImportWithCustomPlatform/linux [2022-06-24T10:14:33.620Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-24T10:14:33.734Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-06-24T10:14:33.734Z] === RUN TestCreateDifferentPlatform [2022-06-24T10:14:33.734Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-24T10:14:33.734Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-24T10:14:33.734Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-24T10:14:33.734Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-24T10:14:33.734Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-24T10:14:33.734Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-24T10:14:33.734Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-06-24T10:14:33.734Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-24T10:14:33.734Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-06-24T10:14:33.734Z] === RUN TestCreateInvalidHostConfig [2022-06-24T10:14:33.734Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-24T10:14:33.734Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-24T10:14:33.734Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-24T10:14:33.734Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-24T10:14:33.734Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-24T10:14:33.734Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-24T10:14:33.734Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-24T10:14:33.734Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-24T10:14:33.734Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-24T10:14:33.734Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-24T10:14:33.734Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-24T10:14:33.734Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-24T10:14:33.734Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-24T10:14:33.734Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-24T10:14:33.734Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-24T10:14:33.734Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-24T10:14:33.734Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-24T10:14:33.734Z] === RUN TestContainerStartOnDaemonRestart [2022-06-24T10:14:33.734Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-24T10:14:33.734Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-06-24T10:14:33.734Z] === RUN TestDaemonRestartIpcMode [2022-06-24T10:14:33.734Z] === PAUSE TestDaemonRestartIpcMode [2022-06-24T10:14:33.734Z] === RUN TestDaemonHostGatewayIP [2022-06-24T10:14:33.734Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:14:33.734Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-06-24T10:14:33.734Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-24T10:14:33.734Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-24T10:14:33.734Z] === RUN TestContainerKillOnDaemonStart [2022-06-24T10:14:33.734Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-24T10:14:33.734Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-06-24T10:14:33.734Z] === RUN TestDiff [2022-06-24T10:14:33.879Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-24T10:14:33.879Z] === RUN TestImportWithCustomPlatform/macos [2022-06-24T10:14:33.879Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-24T10:14:33.879Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-24T10:14:33.879Z] --- PASS: TestImportWithCustomPlatform (0.30s) [2022-06-24T10:14:33.879Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-06-24T10:14:33.879Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-24T10:14:33.879Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-24T10:14:33.879Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-06-24T10:14:33.879Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-24T10:14:33.879Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-24T10:14:33.879Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-24T10:14:33.879Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-24T10:14:33.879Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-24T10:14:33.879Z] === RUN TestImagesFilterMultiReference [2022-06-24T10:14:33.879Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-06-24T10:14:33.879Z] === RUN TestImagePullPlatformInvalid [2022-06-24T10:14:33.879Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-24T10:14:33.879Z] === RUN TestRemoveImageOrphaning [2022-06-24T10:14:34.137Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-06-24T10:14:34.137Z] === RUN TestRemoveImageGarbageCollector [2022-06-24T10:14:34.304Z] --- PASS: TestDiff (0.40s) [2022-06-24T10:14:34.304Z] === RUN TestExecConsoleSize [2022-06-24T10:14:34.704Z] time="2022-06-24T10:14:34Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-24T10:14:34.874Z] --- PASS: TestExecConsoleSize (0.47s) [2022-06-24T10:14:34.874Z] === RUN TestExecWithCloseStdin [2022-06-24T10:14:35.134Z] --- PASS: TestExecWithCloseStdin (0.48s) [2022-06-24T10:14:35.134Z] === RUN TestExec [2022-06-24T10:14:35.354Z] --- PASS: TestServiceUpdateSecrets (14.95s) [2022-06-24T10:14:35.354Z] === RUN TestServiceUpdateConfigs [2022-06-24T10:14:35.354Z] === RUN TestDockerSuite/TestNetworkEvents [2022-06-24T10:14:35.612Z] === RUN TestDockerSuite/TestVolumeEvents [2022-06-24T10:14:35.703Z] --- PASS: TestExec (0.46s) [2022-06-24T10:14:35.703Z] === RUN TestExecUser [2022-06-24T10:14:36.078Z] --- PASS: TestRemoveImageGarbageCollector (1.79s) [2022-06-24T10:14:36.078Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-24T10:14:36.078Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-24T10:14:36.078Z] === RUN TestTagInvalidReference [2022-06-24T10:14:36.078Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-24T10:14:36.078Z] === RUN TestTagValidPrefixedRepo [2022-06-24T10:14:36.078Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-24T10:14:36.078Z] === RUN TestTagExistedNameWithoutForce [2022-06-24T10:14:36.078Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-24T10:14:36.078Z] === RUN TestTagOfficialNames [2022-06-24T10:14:36.078Z] --- PASS: TestTagOfficialNames (0.04s) [2022-06-24T10:14:36.078Z] === RUN TestTagMatchesDigest [2022-06-24T10:14:36.078Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-06-24T10:14:36.078Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-24T10:14:36.178Z] === RUN TestDockerSuite/TestExec [2022-06-24T10:14:36.273Z] --- PASS: TestExecUser (0.48s) [2022-06-24T10:14:36.273Z] === RUN TestExportContainerAndImportImage [2022-06-24T10:14:36.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-24T10:14:36.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-24T10:14:36.842Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-06-24T10:14:36.842Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-24T10:14:37.111Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-06-24T10:14:38.223Z] --- PASS: TestExportContainerAfterDaemonRestart (1.33s) [2022-06-24T10:14:38.223Z] === RUN TestHealthCheckWorkdir [2022-06-24T10:14:38.483Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-06-24T10:14:38.483Z] === RUN TestHealthKillContainer [2022-06-24T10:14:38.484Z] === RUN TestDockerSuite/TestExecCgroup [2022-06-24T10:14:39.049Z] === RUN TestDockerSuite/TestExecEnv [2022-06-24T10:14:39.613Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-06-24T10:14:40.985Z] === RUN TestDockerSuite/TestExecExitStatus [2022-06-24T10:14:41.243Z] === RUN TestDockerSuite/TestExecInspectID [2022-06-24T10:14:44.523Z] === RUN TestDockerSuite/TestExecInteractive [2022-06-24T10:14:44.523Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-06-24T10:14:45.089Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-06-24T10:14:45.679Z] === RUN TestDockerSuite/TestExecParseError [2022-06-24T10:14:46.246Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-06-24T10:14:46.605Z] --- PASS: TestHealthKillContainer (7.85s) [2022-06-24T10:14:46.605Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-24T10:14:46.605Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-24T10:14:46.605Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-06-24T10:14:46.605Z] === RUN TestIpcModeNone [2022-06-24T10:14:46.810Z] === RUN TestDockerSuite/TestExecSetEnv [2022-06-24T10:14:46.864Z] --- PASS: TestIpcModeNone (0.50s) [2022-06-24T10:14:46.864Z] === RUN TestIpcModePrivate [2022-06-24T10:14:47.124Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-06-24T10:14:47.374Z] === RUN TestDockerSuite/TestExecStartFails [2022-06-24T10:14:47.384Z] --- PASS: TestIpcModePrivate (0.46s) [2022-06-24T10:14:47.384Z] === RUN TestIpcModeShareable [2022-06-24T10:14:47.384Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-24T10:14:47.384Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-06-24T10:14:47.384Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-24T10:14:47.939Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-06-24T10:14:48.503Z] === RUN TestDockerSuite/TestExecTTY [2022-06-24T10:14:48.765Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.38s) [2022-06-24T10:14:48.765Z] === RUN TestAPIIpcModeHost [2022-06-24T10:14:48.765Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-24T10:14:48.765Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-06-24T10:14:48.765Z] === RUN TestDaemonIpcModeShareable [2022-06-24T10:14:48.765Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-24T10:14:48.765Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-06-24T10:14:48.765Z] === RUN TestDaemonIpcModePrivate [2022-06-24T10:14:49.435Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-06-24T10:14:49.692Z] --- PASS: TestServiceUpdateConfigs (15.04s) [2022-06-24T10:14:49.692Z] === RUN TestServiceUpdateNetwork [2022-06-24T10:14:49.703Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-06-24T10:14:49.950Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-06-24T10:14:49.963Z] --- PASS: TestDaemonIpcModePrivate (1.18s) [2022-06-24T10:14:49.963Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-24T10:14:49.963Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-24T10:14:49.963Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-24T10:14:49.963Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-24T10:14:49.963Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-24T10:14:49.963Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-24T10:14:49.963Z] === RUN TestIpcModeOlderClient [2022-06-24T10:14:49.963Z] === PAUSE TestIpcModeOlderClient [2022-06-24T10:14:49.963Z] === RUN TestKillContainerInvalidSignal [2022-06-24T10:14:50.515Z] === RUN TestDockerSuite/TestExecUlimits [2022-06-24T10:14:50.533Z] --- PASS: TestKillContainerInvalidSignal (0.46s) [2022-06-24T10:14:50.533Z] === RUN TestKillContainer [2022-06-24T10:14:50.533Z] === RUN TestKillContainer/no_signal [2022-06-24T10:14:50.793Z] === RUN TestKillContainer/non_killing_signal [2022-06-24T10:14:51.053Z] === RUN TestKillContainer/killing_signal [2022-06-24T10:14:51.447Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-06-24T10:14:51.447Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows [2022-06-24T10:14:51.447Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-06-24T10:14:51.622Z] --- PASS: TestKillContainer (1.29s) [2022-06-24T10:14:51.622Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-06-24T10:14:51.622Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-06-24T10:14:51.622Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2022-06-24T10:14:51.622Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-24T10:14:51.622Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-24T10:14:52.192Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-24T10:14:52.452Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.85s) [2022-06-24T10:14:52.452Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2022-06-24T10:14:52.452Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2022-06-24T10:14:52.452Z] === RUN TestKillStoppedContainer [2022-06-24T10:14:52.712Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-06-24T10:14:52.712Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-24T10:14:52.712Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-06-24T10:14:52.712Z] === RUN TestKillDifferentUserContainer [2022-06-24T10:14:52.820Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-06-24T10:14:53.281Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-06-24T10:14:53.281Z] === RUN TestInspectOomKilledTrue [2022-06-24T10:14:53.281Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-24T10:14:53.281Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-24T10:14:53.281Z] === RUN TestInspectOomKilledFalse [2022-06-24T10:14:53.281Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-24T10:14:53.281Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-24T10:14:53.281Z] === RUN TestLinksEtcHostsContentMatch [2022-06-24T10:14:53.281Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-24T10:14:53.281Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-06-24T10:14:53.281Z] === RUN TestLinksContainerNames [2022-06-24T10:14:53.384Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-06-24T10:14:53.850Z] --- PASS: TestLinksContainerNames (0.85s) [2022-06-24T10:14:53.850Z] === RUN TestLogsFollowTailEmpty [2022-06-24T10:14:54.316Z] === RUN TestDockerSuite/TestExecWithTERM [2022-06-24T10:14:54.419Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-06-24T10:14:54.419Z] === RUN TestLogs [2022-06-24T10:14:54.419Z] === RUN TestLogs/driver_local [2022-06-24T10:14:54.419Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-24T10:14:54.419Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-24T10:14:54.419Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-24T10:14:54.419Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-24T10:14:54.419Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-24T10:14:54.419Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-24T10:14:54.419Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-24T10:14:54.419Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-24T10:14:54.419Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-24T10:14:54.419Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-24T10:14:54.419Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-24T10:14:54.419Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-24T10:14:54.419Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-24T10:14:54.419Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-24T10:14:54.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-24T10:14:54.881Z] === RUN TestDockerSuite/TestExecWithUser [2022-06-24T10:14:54.988Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-24T10:14:55.249Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-24T10:14:55.446Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-06-24T10:14:55.818Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-24T10:14:55.818Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-24T10:14:56.387Z] === RUN TestLogs/driver_json-file [2022-06-24T10:14:56.387Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-24T10:14:56.387Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-24T10:14:56.387Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-24T10:14:56.387Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-24T10:14:56.387Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-24T10:14:56.387Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-24T10:14:56.387Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-24T10:14:56.387Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-24T10:14:56.387Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-24T10:14:56.387Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-24T10:14:56.387Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-24T10:14:56.387Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-24T10:14:56.387Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-24T10:14:56.387Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-24T10:14:56.956Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-24T10:14:57.216Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-24T10:14:57.344Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-06-24T10:14:57.786Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-24T10:14:57.786Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-24T10:14:58.356Z] --- PASS: TestLogs (4.05s) [2022-06-24T10:14:58.356Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-24T10:14:58.356Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.59s) [2022-06-24T10:14:58.356Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.76s) [2022-06-24T10:14:58.356Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.75s) [2022-06-24T10:14:58.356Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.60s) [2022-06-24T10:14:58.356Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.59s) [2022-06-24T10:14:58.356Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.61s) [2022-06-24T10:14:58.356Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-24T10:14:58.356Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.62s) [2022-06-24T10:14:58.356Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.72s) [2022-06-24T10:14:58.356Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.68s) [2022-06-24T10:14:58.356Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.76s) [2022-06-24T10:14:58.356Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.64s) [2022-06-24T10:14:58.356Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.58s) [2022-06-24T10:14:58.356Z] === RUN TestContainerNetworkMountsNoChown [2022-06-24T10:14:58.925Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/default [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/default [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/private [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/private [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rprivate [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/slave [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/slave [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rslave [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/shared [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/shared [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rshared [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/default [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/rshared [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/shared [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/rslave [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/slave [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/rprivate [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/private [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-24T10:14:58.925Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-24T10:14:58.925Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-24T10:14:58.925Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-24T10:14:59.185Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-24T10:14:59.185Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-24T10:14:59.185Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-24T10:14:59.185Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-24T10:14:59.185Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-24T10:14:59.185Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-24T10:14:59.185Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-24T10:14:59.185Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-24T10:14:59.185Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-24T10:14:59.185Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-24T10:14:59.185Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-24T10:14:59.185Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-24T10:14:59.185Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-24T10:14:59.185Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-24T10:14:59.186Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-24T10:14:59.186Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-24T10:14:59.186Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-24T10:14:59.186Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-24T10:14:59.186Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-24T10:14:59.186Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-24T10:14:59.186Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-24T10:14:59.186Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-24T10:14:59.186Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-24T10:14:59.186Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-24T10:14:59.186Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2022-06-24T10:14:59.186Z] === RUN TestContainerBindMountNonRecursive [2022-06-24T10:14:59.186Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-06-24T10:14:59.186Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-06-24T10:14:59.186Z] === RUN TestContainerVolumesMountedAsShared [2022-06-24T10:14:59.186Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-06-24T10:14:59.186Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-06-24T10:14:59.186Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-24T10:14:59.186Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-06-24T10:14:59.186Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-06-24T10:14:59.186Z] === RUN TestNetworkNat [2022-06-24T10:14:59.239Z] === RUN TestDockerSuite/TestHealth [2022-06-24T10:14:59.756Z] --- PASS: TestNetworkNat (0.51s) [2022-06-24T10:14:59.756Z] === RUN TestNetworkLocalhostTCPNat [2022-06-24T10:15:00.325Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-06-24T10:15:00.325Z] === RUN TestNetworkLoopbackNat [2022-06-24T10:15:01.400Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-24T10:15:02.862Z] --- PASS: TestNetworkLoopbackNat (2.56s) [2022-06-24T10:15:02.862Z] === RUN TestPause [2022-06-24T10:15:02.862Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-24T10:15:02.862Z] --- SKIP: TestPause (0.00s) [2022-06-24T10:15:02.862Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-24T10:15:02.862Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-24T10:15:02.862Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-24T10:15:02.862Z] === RUN TestPauseStopPausedContainer [2022-06-24T10:15:02.862Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-24T10:15:02.862Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-06-24T10:15:02.862Z] === RUN TestPidHost [2022-06-24T10:15:03.800Z] --- PASS: TestPidHost (1.10s) [2022-06-24T10:15:03.800Z] === RUN TestPsFilter [2022-06-24T10:15:04.060Z] --- PASS: TestPsFilter (0.12s) [2022-06-24T10:15:04.060Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-24T10:15:04.319Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-06-24T10:15:04.319Z] === RUN TestRemoveContainerWithVolume [2022-06-24T10:15:04.495Z] --- PASS: TestServiceUpdateNetwork (13.91s) [2022-06-24T10:15:04.495Z] === RUN TestServiceUpdatePidsLimit [2022-06-24T10:15:04.753Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-24T10:15:04.889Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-06-24T10:15:04.889Z] === RUN TestRemoveContainerRunning [2022-06-24T10:15:05.149Z] --- PASS: TestRemoveContainerRunning (0.46s) [2022-06-24T10:15:05.149Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-24T10:15:05.318Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-24T10:15:05.741Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2022-06-24T10:15:05.741Z] === RUN TestRemoveInvalidContainer [2022-06-24T10:15:05.741Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-24T10:15:05.741Z] === RUN TestRenameLinkedContainer [2022-06-24T10:15:07.692Z] --- PASS: TestRenameLinkedContainer (1.81s) [2022-06-24T10:15:07.692Z] === RUN TestRenameStoppedContainer [2022-06-24T10:15:07.951Z] --- PASS: TestRenameStoppedContainer (0.43s) [2022-06-24T10:15:07.951Z] === RUN TestRenameRunningContainerAndReuse [2022-06-24T10:15:08.890Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s) [2022-06-24T10:15:08.890Z] === RUN TestRenameInvalidName [2022-06-24T10:15:09.149Z] --- PASS: TestRenameInvalidName (0.40s) [2022-06-24T10:15:09.149Z] === RUN TestRenameAnonymousContainer [2022-06-24T10:15:09.502Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-24T10:15:09.502Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-24T10:15:09.502Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-24T10:15:10.429Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-24T10:15:10.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-24T10:15:11.096Z] --- PASS: TestRenameAnonymousContainer (1.60s) [2022-06-24T10:15:11.096Z] === RUN TestRenameContainerWithSameName [2022-06-24T10:15:11.096Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-06-24T10:15:11.096Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-24T10:15:11.246Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-24T10:15:11.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-24T10:15:12.051Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s) [2022-06-24T10:15:12.051Z] === RUN TestResize [2022-06-24T10:15:12.619Z] --- PASS: TestResize (0.41s) [2022-06-24T10:15:12.619Z] === RUN TestResizeWithInvalidSize [2022-06-24T10:15:12.879Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-06-24T10:15:12.879Z] === RUN TestResizeWhenContainerNotStarted [2022-06-24T10:15:13.418Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-24T10:15:13.456Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-06-24T10:15:13.456Z] === RUN TestDaemonRestartKillContainers [2022-06-24T10:15:13.456Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-24T10:15:13.456Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-06-24T10:15:13.456Z] === RUN TestCgroupNamespacesRun [2022-06-24T10:15:13.983Z] check_test.go:611: [dc70c5b2e355b] daemon is not started [2022-06-24T10:15:13.983Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-06-24T10:15:14.322Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-24T10:15:14.394Z] --- PASS: TestCgroupNamespacesRun (1.15s) [2022-06-24T10:15:14.394Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-24T10:15:14.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-24T10:15:15.778Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.16s) [2022-06-24T10:15:15.778Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-24T10:15:15.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-24T10:15:15.893Z] docker_api_swarm_test.go:802: [db31d93b2c8b8] joining swarm manager [d731bd5fee0db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:15:16.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-24T10:15:16.933Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-24T10:15:17.159Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.22s) [2022-06-24T10:15:17.160Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-24T10:15:17.263Z] docker_api_swarm_test.go:802: [dfcc1e5fa6886] joining swarm manager [d731bd5fee0db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:15:17.866Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-24T10:15:18.099Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s) [2022-06-24T10:15:18.099Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-24T10:15:18.195Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-06-24T10:15:18.452Z] docker_api_swarm_test.go:802: [d110e99a74d2d] joining swarm manager [d731bd5fee0db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-24T10:15:18.794Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-24T10:15:19.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-24T10:15:19.479Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2022-06-24T10:15:19.479Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-24T10:15:19.823Z] docker_api_swarm_test.go:802: [dfaade5bdddc1] joining swarm manager [d731bd5fee0db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-24T10:15:20.081Z] --- PASS: TestServiceUpdatePidsLimit (16.55s) [2022-06-24T10:15:20.081Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-06-24T10:15:20.081Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.99s) [2022-06-24T10:15:20.081Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-06-24T10:15:20.081Z] PASS [2022-06-24T10:15:20.081Z] [2022-06-24T10:15:20.081Z] === Skipped [2022-06-24T10:15:20.081Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-24T10:15:20.081Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-24T10:15:20.081Z] [2022-06-24T10:15:20.081Z] DONE 27 tests, 1 skipped in 179.360s [2022-06-24T10:15:20.081Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-24T10:15:20.081Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:15:20.081Z] ++ set -e [2022-06-24T10:15:20.081Z] ++ '[' -n 0 ']' [2022-06-24T10:15:20.081Z] ++ set -x [2022-06-24T10:15:20.081Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:15:20.081Z] INFO: Testing against a local daemon [2022-06-24T10:15:20.081Z] === RUN TestSessionCreate [2022-06-24T10:15:20.285Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-24T10:15:20.338Z] --- PASS: TestSessionCreate (0.02s) [2022-06-24T10:15:20.339Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-24T10:15:20.339Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2022-06-24T10:15:20.339Z] PASS [2022-06-24T10:15:20.339Z] [2022-06-24T10:15:20.339Z] DONE 2 tests in 0.050s [2022-06-24T10:15:20.339Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-24T10:15:20.339Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:15:20.339Z] ++ set -e [2022-06-24T10:15:20.339Z] ++ '[' -n 0 ']' [2022-06-24T10:15:20.339Z] ++ set -x [2022-06-24T10:15:20.339Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:15:20.339Z] INFO: Testing against a local daemon [2022-06-24T10:15:20.339Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-24T10:15:20.339Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-24T10:15:20.339Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-24T10:15:20.339Z] === RUN TestDiskUsage [2022-06-24T10:15:20.339Z] === PAUSE TestDiskUsage [2022-06-24T10:15:20.339Z] === RUN TestEventsExecDie [2022-06-24T10:15:20.420Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-06-24T10:15:20.420Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-24T10:15:20.847Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-24T10:15:20.847Z] Using test binary docker [2022-06-24T10:15:20.847Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-24T10:15:20.847Z] +++ /etc/init.d/apparmor start [2022-06-24T10:15:20.847Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-24T10:15:20.847Z] INFO: Waiting for daemon to start... [2022-06-24T10:15:20.847Z] Starting dockerd [2022-06-24T10:15:20.847Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2022-06-24T10:15:20.903Z] --- PASS: TestEventsExecDie (0.63s) [2022-06-24T10:15:20.903Z] === RUN TestEventsBackwardsCompatible [2022-06-24T10:15:20.903Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-06-24T10:15:20.903Z] === RUN TestEventsVolumeCreate [2022-06-24T10:15:20.903Z] --- PASS: TestEventsVolumeCreate (0.04s) [2022-06-24T10:15:20.903Z] === RUN TestInfoBinaryCommits [2022-06-24T10:15:20.903Z] --- PASS: TestInfoBinaryCommits (0.01s) [2022-06-24T10:15:20.903Z] === RUN TestInfoAPIVersioned [2022-06-24T10:15:20.903Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-06-24T10:15:20.903Z] === RUN TestInfoAPI [2022-06-24T10:15:20.903Z] --- PASS: TestInfoAPI (0.01s) [2022-06-24T10:15:20.903Z] === RUN TestInfoAPIWarnings [2022-06-24T10:15:20.989Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-06-24T10:15:20.989Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-24T10:15:21.161Z] === RUN TestDockerSuite/TestBuildHistory [2022-06-24T10:15:22.094Z] docker_api_swarm_test.go:810: [d47be35c62df6] joining swarm manager [d731bd5fee0db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-06-24T10:15:22.369Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-06-24T10:15:22.369Z] === RUN TestNISDomainname [2022-06-24T10:15:22.369Z] run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-06-24T10:15:22.369Z] --- SKIP: TestNISDomainname (0.02s) [2022-06-24T10:15:22.369Z] === RUN TestHostnameDnsResolution [2022-06-24T10:15:22.939Z] --- PASS: TestHostnameDnsResolution (0.70s) [2022-06-24T10:15:22.939Z] === RUN TestUnprivilegedPortsAndPing [2022-06-24T10:15:22.939Z] run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-06-24T10:15:22.939Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-06-24T10:15:22.939Z] === RUN TestPrivilegedHostDevices [2022-06-24T10:15:23.466Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-06-24T10:15:23.466Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-06-24T10:15:23.466Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-06-24T10:15:23.466Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-06-24T10:15:23.508Z] --- PASS: TestPrivilegedHostDevices (0.48s) [2022-06-24T10:15:23.508Z] === RUN TestRunConsoleSize [2022-06-24T10:15:23.768Z] --- PASS: TestRunConsoleSize (0.44s) [2022-06-24T10:15:23.768Z] === RUN TestStats [2022-06-24T10:15:23.768Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-24T10:15:23.768Z] --- SKIP: TestStats (0.00s) [2022-06-24T10:15:23.768Z] === RUN TestStopContainerWithTimeout [2022-06-24T10:15:23.768Z] === RUN TestStopContainerWithTimeout/0 [2022-06-24T10:15:23.768Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-24T10:15:23.768Z] === RUN TestStopContainerWithTimeout/1 [2022-06-24T10:15:23.768Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-24T10:15:23.768Z] === RUN TestStopContainerWithTimeout/3 [2022-06-24T10:15:23.768Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-24T10:15:23.768Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-24T10:15:23.768Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-24T10:15:23.768Z] === CONT TestStopContainerWithTimeout/0 [2022-06-24T10:15:23.768Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-24T10:15:24.030Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-06-24T10:15:24.030Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-06-24T10:15:24.706Z] === CONT TestStopContainerWithTimeout/3 [2022-06-24T10:15:24.962Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-06-24T10:15:25.219Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-06-24T10:15:25.219Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-06-24T10:15:25.219Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-06-24T10:15:25.477Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-06-24T10:15:25.477Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-06-24T10:15:25.735Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-06-24T10:15:25.992Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-06-24T10:15:25.992Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-06-24T10:15:26.557Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-06-24T10:15:26.558Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-06-24T10:15:26.612Z] === CONT TestStopContainerWithTimeout/1 [2022-06-24T10:15:27.123Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-06-24T10:15:27.382Z] . [2022-06-24T10:15:27.382Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-24T10:15:27.382Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-24T10:15:27.382Z] Error: No such image: emptyfs [2022-06-24T10:15:27.382Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-24T10:15:27.382Z] ++++ docker load [2022-06-24T10:15:27.637Z] Running integration-test (iteration 1) [2022-06-24T10:15:27.637Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-06-24T10:15:27.637Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:15:27.637Z] ++ set -e [2022-06-24T10:15:27.637Z] ++ '[' -n 0 ']' [2022-06-24T10:15:27.637Z] ++ set -x [2022-06-24T10:15:27.637Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:15:27.893Z] Loaded image: busybox:latest [2022-06-24T10:15:27.893Z] Loaded image: busybox:glibc [2022-06-24T10:15:27.991Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-24T10:15:27.991Z] --- PASS: TestStopContainerWithTimeout/0 (0.67s) [2022-06-24T10:15:27.991Z] --- PASS: TestStopContainerWithTimeout/-1 (2.53s) [2022-06-24T10:15:27.991Z] --- PASS: TestStopContainerWithTimeout/3 (2.41s) [2022-06-24T10:15:27.991Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2022-06-24T10:15:27.991Z] === RUN TestDeleteDevicemapper [2022-06-24T10:15:27.991Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-24T10:15:27.991Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-24T10:15:27.991Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-24T10:15:28.055Z] === RUN TestDockerSuite/TestImagesFormat [2022-06-24T10:15:28.055Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-06-24T10:15:28.312Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-06-24T10:15:29.258Z] Loaded image: debian:bullseye-slim [2022-06-24T10:15:29.258Z] Loaded image: hello-world:latest [2022-06-24T10:15:29.258Z] Loaded image: arm32v7/hello-world:latest [2022-06-24T10:15:29.258Z] INFO: Testing against a local daemon [2022-06-24T10:15:29.258Z] === RUN TestCgroupNamespacesBuild [2022-06-24T10:15:29.371Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.46s) [2022-06-24T10:15:29.371Z] === RUN TestUpdateMemory [2022-06-24T10:15:29.371Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-24T10:15:29.371Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-24T10:15:29.371Z] === RUN TestUpdateCPUQuota [2022-06-24T10:15:29.371Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-24T10:15:29.371Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-06-24T10:15:29.371Z] === RUN TestUpdatePidsLimit [2022-06-24T10:15:29.371Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-24T10:15:29.371Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-06-24T10:15:29.371Z] === RUN TestUpdateRestartPolicy [2022-06-24T10:15:30.186Z] --- PASS: TestCgroupNamespacesBuild (1.15s) [2022-06-24T10:15:30.186Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-24T10:15:30.835Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-06-24T10:15:30.835Z] === RUN TestDockerSuite/TestImportBadURL [2022-06-24T10:15:31.092Z] === RUN TestDockerSuite/TestImportDisplay [2022-06-24T10:15:31.551Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s) [2022-06-24T10:15:31.551Z] === RUN TestBuildWithSession [2022-06-24T10:15:31.551Z] build_session_test.go:25: TODO: BuildKit [2022-06-24T10:15:31.551Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-24T10:15:31.551Z] === RUN TestBuildSquashParent [2022-06-24T10:15:32.025Z] === RUN TestDockerSuite/TestImportFile [2022-06-24T10:15:33.395Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-06-24T10:15:33.395Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-06-24T10:15:34.326Z] === RUN TestDockerSuite/TestImportGzipped [2022-06-24T10:15:35.698Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-06-24T10:15:35.717Z] --- PASS: TestBuildSquashParent (3.86s) [2022-06-24T10:15:35.717Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-24T10:15:35.717Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-24T10:15:35.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-24T10:15:35.717Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-24T10:15:35.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-24T10:15:35.717Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-24T10:15:35.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-24T10:15:35.717Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-24T10:15:35.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-24T10:15:35.717Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-24T10:15:35.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-24T10:15:35.717Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-24T10:15:35.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-24T10:15:35.717Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-24T10:15:35.717Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-24T10:15:36.644Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-24T10:15:36.644Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-24T10:15:37.071Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-06-24T10:15:37.329Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-06-24T10:15:37.572Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-24T10:15:37.586Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-06-24T10:15:37.586Z] === RUN TestInfoDebug [2022-06-24T10:15:37.828Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-24T10:15:38.151Z] --- PASS: TestInfoDebug (0.52s) [2022-06-24T10:15:38.151Z] === RUN TestInfoInsecureRegistries [2022-06-24T10:15:38.151Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-06-24T10:15:38.714Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2022-06-24T10:15:38.714Z] === RUN TestInfoRegistryMirrors [2022-06-24T10:15:38.714Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-06-24T10:15:38.714Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-06-24T10:15:38.714Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-06-24T10:15:39.193Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-24T10:15:39.193Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.32s) [2022-06-24T10:15:39.193Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.42s) [2022-06-24T10:15:39.193Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.09s) [2022-06-24T10:15:39.193Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.26s) [2022-06-24T10:15:39.193Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.38s) [2022-06-24T10:15:39.193Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.23s) [2022-06-24T10:15:39.193Z] === RUN TestBuildMultiStageCopy [2022-06-24T10:15:39.193Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-24T10:15:39.278Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-24T10:15:39.278Z] === RUN TestLoginFailsWithBadCredentials [2022-06-24T10:15:39.278Z] --- PASS: TestLoginFailsWithBadCredentials (0.07s) [2022-06-24T10:15:39.278Z] === RUN TestPingCacheHeaders [2022-06-24T10:15:39.278Z] --- PASS: TestPingCacheHeaders (0.01s) [2022-06-24T10:15:39.278Z] === RUN TestPingGet [2022-06-24T10:15:39.278Z] --- PASS: TestPingGet (0.01s) [2022-06-24T10:15:39.278Z] === RUN TestPingHead [2022-06-24T10:15:39.278Z] --- PASS: TestPingHead (0.01s) [2022-06-24T10:15:39.278Z] === RUN TestPingSwarmHeader [2022-06-24T10:15:39.278Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-06-24T10:15:39.843Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-24T10:15:39.843Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-06-24T10:15:39.843Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-06-24T10:15:40.408Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-24T10:15:40.408Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-06-24T10:15:40.408Z] docker_cli_inspect_test.go:195: unmatched requirement Devicemapper [2022-06-24T10:15:40.408Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-06-24T10:15:40.557Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-24T10:15:40.557Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-24T10:15:40.813Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-24T10:15:41.069Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-24T10:15:41.069Z] --- PASS: TestBuildMultiStageCopy (2.01s) [2022-06-24T10:15:41.069Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.15s) [2022-06-24T10:15:41.069Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-06-24T10:15:41.069Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-06-24T10:15:41.069Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2022-06-24T10:15:41.069Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2022-06-24T10:15:41.069Z] === RUN TestBuildMultiStageParentConfig [2022-06-24T10:15:41.581Z] --- PASS: TestUpdateRestartPolicy (10.87s) [2022-06-24T10:15:41.581Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-24T10:15:41.581Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2022-06-24T10:15:41.581Z] === RUN TestWaitNonBlocked [2022-06-24T10:15:41.581Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-24T10:15:41.581Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-24T10:15:41.581Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-24T10:15:41.581Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-24T10:15:41.581Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-24T10:15:41.581Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-24T10:15:41.581Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-24T10:15:41.581Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.57s) [2022-06-24T10:15:41.581Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.67s) [2022-06-24T10:15:41.581Z] === RUN TestWaitBlocked [2022-06-24T10:15:41.581Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-24T10:15:41.581Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-24T10:15:41.581Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-24T10:15:41.581Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-24T10:15:41.581Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-24T10:15:41.581Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-24T10:15:41.779Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-06-24T10:15:41.779Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-24T10:15:41.779Z] --- PASS: TestPingSwarmHeader (2.62s) [2022-06-24T10:15:41.779Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-24T10:15:41.779Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-24T10:15:41.779Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-24T10:15:41.779Z] === RUN TestVersion [2022-06-24T10:15:41.779Z] --- PASS: TestVersion (0.01s) [2022-06-24T10:15:41.779Z] === CONT TestDiskUsage [2022-06-24T10:15:41.846Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-24T10:15:41.846Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.59s) [2022-06-24T10:15:41.846Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.65s) [2022-06-24T10:15:41.846Z] === CONT TestDaemonRestartIpcMode [2022-06-24T10:15:41.846Z] === CONT TestIpcModeOlderClient [2022-06-24T10:15:41.846Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-06-24T10:15:41.846Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-24T10:15:41.997Z] --- PASS: TestBuildMultiStageParentConfig (0.59s) [2022-06-24T10:15:41.997Z] === RUN TestBuildLabelWithTargets [2022-06-24T10:15:42.343Z] === RUN TestDockerSuite/TestInspectDefault [2022-06-24T10:15:42.344Z] === RUN TestDiskUsage/empty [2022-06-24T10:15:42.344Z] === RUN TestDiskUsage/empty/container_types [2022-06-24T10:15:42.344Z] === RUN TestDiskUsage/empty/image_types [2022-06-24T10:15:42.344Z] === RUN TestDiskUsage/empty/volume_types [2022-06-24T10:15:42.344Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-24T10:15:42.344Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-24T10:15:42.344Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-24T10:15:42.344Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-24T10:15:42.344Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-24T10:15:42.344Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-24T10:15:42.344Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-24T10:15:42.344Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-24T10:15:42.601Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-24T10:15:42.601Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-24T10:15:42.601Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-24T10:15:42.601Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-24T10:15:42.601Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-24T10:15:42.601Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-24T10:15:42.601Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-24T10:15:42.601Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-24T10:15:42.601Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-24T10:15:42.601Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-24T10:15:42.601Z] === RUN TestDiskUsage/after_container.Run [2022-06-24T10:15:42.858Z] === RUN TestDockerSuite/TestInspectHistory [2022-06-24T10:15:42.858Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-24T10:15:42.858Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-24T10:15:42.858Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-24T10:15:42.858Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-24T10:15:42.858Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-24T10:15:42.858Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-24T10:15:42.858Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-24T10:15:42.858Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-24T10:15:42.858Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-24T10:15:42.858Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-24T10:15:42.925Z] --- PASS: TestBuildLabelWithTargets (0.95s) [2022-06-24T10:15:42.925Z] === RUN TestBuildWithEmptyLayers [2022-06-24T10:15:43.118Z] --- PASS: TestDiskUsage (1.33s) [2022-06-24T10:15:43.118Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-24T10:15:43.118Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-24T10:15:43.118Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-24T10:15:43.118Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-24T10:15:43.118Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-24T10:15:43.118Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-24T10:15:43.118Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-24T10:15:43.118Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-24T10:15:43.118Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.14s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_container.Run (0.39s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-24T10:15:43.119Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-24T10:15:43.119Z] PASS [2022-06-24T10:15:43.119Z] [2022-06-24T10:15:43.119Z] === Skipped [2022-06-24T10:15:43.119Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-24T10:15:43.119Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-24T10:15:43.119Z] [2022-06-24T10:15:43.119Z] DONE 54 tests, 1 skipped in 22.958s [2022-06-24T10:15:43.119Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-24T10:15:43.119Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:15:43.119Z] ++ set -e [2022-06-24T10:15:43.119Z] ++ '[' -n 0 ']' [2022-06-24T10:15:43.119Z] ++ set -x [2022-06-24T10:15:43.119Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:15:43.119Z] INFO: Testing against a local daemon [2022-06-24T10:15:43.119Z] === RUN TestVolumesCreateAndList [2022-06-24T10:15:43.119Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-24T10:15:43.119Z] === RUN TestVolumesRemove [2022-06-24T10:15:43.180Z] --- PASS: TestBuildWithEmptyLayers (0.43s) [2022-06-24T10:15:43.180Z] === RUN TestBuildMultiStageOnBuild [2022-06-24T10:15:43.386Z] --- PASS: TestVolumesRemove (0.06s) [2022-06-24T10:15:43.386Z] === RUN TestVolumesInspect [2022-06-24T10:15:43.386Z] --- PASS: TestVolumesInspect (0.01s) [2022-06-24T10:15:43.386Z] === RUN TestVolumesInvalidJSON [2022-06-24T10:15:43.386Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-24T10:15:43.386Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-24T10:15:43.386Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-24T10:15:43.386Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-24T10:15:43.386Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-24T10:15:43.386Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-24T10:15:43.386Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-24T10:15:43.386Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-24T10:15:43.386Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-24T10:15:43.386Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-24T10:15:43.386Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-24T10:15:43.386Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-24T10:15:43.386Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-24T10:15:43.386Z] PASS [2022-06-24T10:15:43.386Z] [2022-06-24T10:15:43.386Z] DONE 9 tests in 0.115s [2022-06-24T10:15:43.386Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-24T10:15:43.386Z] === RUN TestDockerSuite/TestInspectImage [2022-06-24T10:15:43.386Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-06-24T10:15:43.386Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-06-24T10:15:43.386Z] docker_cli_inspect_test.go:177: unmatched requirement Devicemapper [2022-06-24T10:15:43.386Z] === RUN TestDockerSuite/TestInspectInt64 [2022-06-24T10:15:43.659Z] ++++ cat bundles/test-integration/docker.pid [2022-06-24T10:15:43.659Z] +++ kill 23955 [2022-06-24T10:15:43.920Z] +++ /etc/init.d/apparmor stop [2022-06-24T10:15:43.920Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-24T10:15:43.920Z] [2022-06-24T10:15:43.920Z] Unloading profiles will leave already running processes permanently [2022-06-24T10:15:43.920Z] unconfined, which can lead to unexpected situations. [2022-06-24T10:15:43.920Z] [2022-06-24T10:15:43.920Z] To set a process to complain mode, use the command line tool [2022-06-24T10:15:43.920Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-24T10:15:43.920Z] +++ true [2022-06-24T10:15:43.920Z] exiting test-integration [2022-06-24T10:15:43.920Z] ++ exit 0 [2022-06-24T10:15:43.920Z] [2022-06-24T10:15:44.177Z] + for job in $(jobs -p) [2022-06-24T10:15:44.177Z] + wait 741 [2022-06-24T10:15:44.177Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-06-24T10:15:44.545Z] --- PASS: TestBuildMultiStageOnBuild (1.30s) [2022-06-24T10:15:44.545Z] === RUN TestBuildUncleanTarFilenames [2022-06-24T10:15:45.106Z] --- PASS: TestBuildUncleanTarFilenames (0.61s) [2022-06-24T10:15:45.106Z] === RUN TestBuildMultiStageLayerLeak [2022-06-24T10:15:45.108Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-06-24T10:15:45.108Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-06-24T10:15:45.140Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.63s) [2022-06-24T10:15:45.140Z] --- PASS: TestDaemonRestartIpcMode (2.93s) [2022-06-24T10:15:45.140Z] PASS [2022-06-24T10:15:45.140Z] [2022-06-24T10:15:45.140Z] === Skipped [2022-06-24T10:15:45.140Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-24T10:15:45.140Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-24T10:15:45.140Z] [2022-06-24T10:15:45.140Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-06-24T10:15:45.140Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-24T10:15:45.140Z] [2022-06-24T10:15:45.140Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-06-24T10:15:45.140Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:15:45.140Z] [2022-06-24T10:15:45.140Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-06-24T10:15:45.140Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-24T10:15:45.140Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-06-24T10:15:45.141Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-06-24T10:15:45.141Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-06-24T10:15:45.141Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-06-24T10:15:45.141Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-24T10:15:45.141Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-24T10:15:45.141Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-24T10:15:45.141Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-24T10:15:45.141Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-06-24T10:15:45.141Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-06-24T10:15:45.141Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-06-24T10:15:45.141Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-06-24T10:15:45.141Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-06-24T10:15:45.141Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-24T10:15:45.141Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-06-24T10:15:45.141Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-06-24T10:15:45.141Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-06-24T10:15:45.141Z] run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-06-24T10:15:45.141Z] run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-06-24T10:15:45.141Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-24T10:15:45.141Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-24T10:15:45.141Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-06-24T10:15:45.141Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-06-24T10:15:45.141Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-24T10:15:45.141Z] [2022-06-24T10:15:45.141Z] DONE 236 tests, 27 skipped in 79.318s [2022-06-24T10:15:45.141Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-24T10:15:45.141Z] === RUN TestConfigDaemonLibtrustID [2022-06-24T10:15:45.672Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-06-24T10:15:45.715Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-06-24T10:15:45.715Z] === RUN TestConfigDaemonID [2022-06-24T10:15:46.237Z] === RUN TestDockerSuite/TestInspectPlugin [2022-06-24T10:15:46.471Z] --- PASS: TestBuildMultiStageLayerLeak (1.44s) [2022-06-24T10:15:46.471Z] === RUN TestBuildWithHugeFile [2022-06-24T10:15:46.654Z] daemon_test.go:83: [d0e48db7a7e11] daemon is not started [2022-06-24T10:15:46.654Z] --- PASS: TestConfigDaemonID (1.08s) [2022-06-24T10:15:46.654Z] === RUN TestDaemonConfigValidation [2022-06-24T10:15:46.654Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-24T10:15:46.654Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-24T10:15:46.654Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-24T10:15:46.654Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-24T10:15:46.654Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-24T10:15:46.654Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-24T10:15:46.654Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-24T10:15:46.654Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-24T10:15:46.654Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-24T10:15:46.654Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-24T10:15:46.654Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-24T10:15:46.654Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-24T10:15:46.654Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-24T10:15:46.654Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-24T10:15:46.916Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-24T10:15:46.916Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-24T10:15:46.916Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-06-24T10:15:46.916Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-06-24T10:15:46.916Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2022-06-24T10:15:46.916Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.10s) [2022-06-24T10:15:46.916Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-06-24T10:15:46.916Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-24T10:15:46.916Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-24T10:15:47.858Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-24T10:15:48.134Z] === RUN TestDockerSuite/TestInspectRootFS [2022-06-24T10:15:48.135Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-06-24T10:15:48.698Z] === RUN TestDockerSuite/TestInspectStatus [2022-06-24T10:15:49.239Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-24T10:15:49.264Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-06-24T10:15:50.177Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-24T10:15:50.177Z] daemon_test.go:197: [d81f2d60d6a1b] daemon is not started [2022-06-24T10:15:50.177Z] --- PASS: TestConfigDaemonSeccompProfiles (3.24s) [2022-06-24T10:15:50.177Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-06-24T10:15:50.177Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-06-24T10:15:50.177Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-06-24T10:15:50.177Z] === RUN TestDaemonProxy [2022-06-24T10:15:50.177Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-24T10:15:50.177Z] --- SKIP: TestDaemonProxy (0.00s) [2022-06-24T10:15:50.177Z] PASS [2022-06-24T10:15:50.177Z] [2022-06-24T10:15:50.177Z] === Skipped [2022-06-24T10:15:50.177Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-06-24T10:15:50.177Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-24T10:15:50.177Z] [2022-06-24T10:15:50.177Z] DONE 13 tests, 1 skipped in 5.277s [2022-06-24T10:15:50.177Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-24T10:15:50.195Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-06-24T10:15:50.437Z] INFO: Testing against a local daemon [2022-06-24T10:15:50.437Z] === RUN TestCommitInheritsEnv [2022-06-24T10:15:50.760Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-06-24T10:15:51.325Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-06-24T10:15:51.890Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-06-24T10:15:52.344Z] --- PASS: TestCommitInheritsEnv (1.85s) [2022-06-24T10:15:52.344Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-24T10:15:52.344Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-24T10:15:52.344Z] === RUN TestImportWithCustomPlatform [2022-06-24T10:15:52.344Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-24T10:15:52.344Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-24T10:15:52.344Z] === RUN TestImportWithCustomPlatform// [2022-06-24T10:15:52.344Z] === RUN TestImportWithCustomPlatform/linux [2022-06-24T10:15:52.344Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-24T10:15:52.344Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-24T10:15:52.454Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-06-24T10:15:52.604Z] === RUN TestImportWithCustomPlatform/macos [2022-06-24T10:15:52.604Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-24T10:15:52.604Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-24T10:15:52.604Z] --- PASS: TestImportWithCustomPlatform (0.35s) [2022-06-24T10:15:52.604Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-24T10:15:52.604Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-24T10:15:52.604Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-24T10:15:52.604Z] --- PASS: TestImportWithCustomPlatform/linux (0.08s) [2022-06-24T10:15:52.604Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-24T10:15:52.604Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s) [2022-06-24T10:15:52.604Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-24T10:15:52.604Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-24T10:15:52.604Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-24T10:15:52.604Z] === RUN TestImagesFilterMultiReference [2022-06-24T10:15:52.604Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-06-24T10:15:52.604Z] === RUN TestImagePullPlatformInvalid [2022-06-24T10:15:52.604Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-24T10:15:52.604Z] === RUN TestRemoveImageOrphaning [2022-06-24T10:15:53.019Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-06-24T10:15:53.276Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-06-24T10:15:53.276Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-06-24T10:15:54.511Z] --- PASS: TestRemoveImageOrphaning (1.50s) [2022-06-24T10:15:54.511Z] === RUN TestRemoveImageGarbageCollector [2022-06-24T10:15:54.511Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-24T10:15:54.511Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-24T10:15:54.511Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-24T10:15:54.511Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-24T10:15:54.511Z] === RUN TestTagInvalidReference [2022-06-24T10:15:54.511Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-24T10:15:54.511Z] === RUN TestTagValidPrefixedRepo [2022-06-24T10:15:54.511Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-06-24T10:15:54.511Z] === RUN TestTagExistedNameWithoutForce [2022-06-24T10:15:54.511Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-24T10:15:54.511Z] === RUN TestTagOfficialNames [2022-06-24T10:15:54.511Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-24T10:15:54.511Z] === RUN TestTagMatchesDigest [2022-06-24T10:15:54.511Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-24T10:15:54.511Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-24T10:15:54.647Z] === RUN TestDockerSuite/TestLinksEnvs [2022-06-24T10:15:55.580Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-06-24T10:15:55.580Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-06-24T10:15:56.952Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-06-24T10:15:58.322Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-06-24T10:16:00.220Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-06-24T10:16:00.220Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-06-24T10:16:01.592Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-06-24T10:16:01.849Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-06-24T10:16:02.414Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-06-24T10:16:05.691Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-06-24T10:16:10.948Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-06-24T10:16:12.321Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-06-24T10:16:12.508Z] --- PASS: TestImportExtremelyLargeImageWorks (91.57s) [2022-06-24T10:16:12.508Z] PASS [2022-06-24T10:16:12.508Z] [2022-06-24T10:16:12.508Z] DONE 22 tests in 94.480s [2022-06-24T10:16:12.508Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-24T10:16:12.508Z] === RUN TestStripANSICommands [2022-06-24T10:16:12.508Z] === RUN TestStripANSICommands/#00 [2022-06-24T10:16:12.508Z] === RUN TestStripANSICommands/#01 [2022-06-24T10:16:12.508Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-24T10:16:12.508Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-24T10:16:12.508Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-24T10:16:12.508Z] PASS [2022-06-24T10:16:12.508Z] [2022-06-24T10:16:12.508Z] DONE 3 tests in 0.010s [2022-06-24T10:16:12.508Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-24T10:16:12.508Z] INFO: Testing against a local daemon [2022-06-24T10:16:12.508Z] === RUN TestNetworkCreateDelete [2022-06-24T10:16:12.508Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-06-24T10:16:12.508Z] === RUN TestDockerNetworkDeletePreferID [2022-06-24T10:16:12.508Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-06-24T10:16:12.508Z] === RUN TestDaemonDNSFallback [2022-06-24T10:16:12.913Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-06-24T10:16:14.808Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-06-24T10:16:14.808Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-06-24T10:16:14.808Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-06-24T10:16:15.036Z] --- PASS: TestDaemonDNSFallback (6.33s) [2022-06-24T10:16:15.037Z] === RUN TestInspectNetwork [2022-06-24T10:16:15.373Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-06-24T10:16:16.304Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-06-24T10:16:17.236Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-06-24T10:16:18.168Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-06-24T10:16:18.319Z] === RUN TestInspectNetwork/full_network_id [2022-06-24T10:16:18.319Z] === RUN TestInspectNetwork/partial_network_id [2022-06-24T10:16:18.319Z] === RUN TestInspectNetwork/network_name [2022-06-24T10:16:18.319Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-24T10:16:18.732Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-06-24T10:16:20.102Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-06-24T10:16:20.667Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-06-24T10:16:21.232Z] === RUN TestDockerSuite/TestLogsSince [2022-06-24T10:16:22.501Z] --- PASS: TestInspectNetwork (7.29s) [2022-06-24T10:16:22.501Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-24T10:16:22.501Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-24T10:16:22.501Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-24T10:16:22.501Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-24T10:16:22.501Z] === RUN TestRunContainerWithBridgeNone [2022-06-24T10:16:23.436Z] --- PASS: TestRunContainerWithBridgeNone (1.56s) [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-24T10:16:23.436Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-24T10:16:23.436Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-24T10:16:23.436Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-24T10:16:23.436Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-24T10:16:23.436Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-24T10:16:23.436Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-24T10:16:23.436Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-24T10:16:23.437Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-24T10:16:23.437Z] === RUN TestNetworkList [2022-06-24T10:16:23.437Z] === RUN TestNetworkList//networks [2022-06-24T10:16:23.437Z] === PAUSE TestNetworkList//networks [2022-06-24T10:16:23.437Z] === RUN TestNetworkList//networks/ [2022-06-24T10:16:23.437Z] === PAUSE TestNetworkList//networks/ [2022-06-24T10:16:23.437Z] === CONT TestNetworkList//networks [2022-06-24T10:16:23.437Z] === CONT TestNetworkList//networks/ [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkList (0.01s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-24T10:16:23.437Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-24T10:16:23.437Z] === RUN TestHostIPv4BridgeLabel [2022-06-24T10:16:24.003Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-06-24T10:16:24.003Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-24T10:16:24.937Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-06-24T10:16:24.937Z] === RUN TestDaemonDefaultNetworkPools [2022-06-24T10:16:25.870Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-06-24T10:16:25.870Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-24T10:16:26.486Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-06-24T10:16:26.806Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-06-24T10:16:26.806Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-24T10:16:27.857Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-06-24T10:16:28.181Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-06-24T10:16:28.181Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-24T10:16:28.746Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-06-24T10:16:28.746Z] === RUN TestServiceWithPredefinedNetwork [2022-06-24T10:16:29.048Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-24T10:16:29.048Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-24T10:16:29.048Z] GOOS="" GOARCH="" GOARM="" [2022-06-24T10:16:29.048Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-24T10:16:29.048Z] [2022-06-24T10:16:29.048Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-06-24T10:16:29.048Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-06-24T10:16:29.048Z] Using test binary docker [2022-06-24T10:16:29.048Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-24T10:16:29.048Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-24T10:16:29.048Z] INFO: Waiting for daemon to start... [2022-06-24T10:16:29.048Z] Starting dockerd [2022-06-24T10:16:29.048Z] . [2022-06-24T10:16:29.048Z] INFO: Building docker-sdk-python3:5.0.3... [2022-06-24T10:16:30.382Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-06-24T10:16:31.276Z] --- PASS: TestServiceWithPredefinedNetwork (2.33s) [2022-06-24T10:16:31.276Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-24T10:16:31.276Z] service_test.go:243: FLAKY_TEST [2022-06-24T10:16:31.276Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-24T10:16:31.276Z] === RUN TestServiceWithDataPathPortInit [2022-06-24T10:16:32.278Z] docker_api_swarm_service_test.go:395: [dfcc9063c8911] joining swarm manager [d330a3f6df24a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:16:33.091Z] --- PASS: TestBuildWithHugeFile (43.92s) [2022-06-24T10:16:33.091Z] === RUN TestBuildWCOWSandboxSize [2022-06-24T10:16:33.091Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-24T10:16:33.091Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-24T10:16:33.091Z] === RUN TestBuildWithEmptyDockerfile [2022-06-24T10:16:33.091Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-24T10:16:33.091Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-24T10:16:33.091Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-24T10:16:33.091Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-24T10:16:33.091Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-24T10:16:33.091Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-24T10:16:33.091Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-24T10:16:33.091Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-24T10:16:33.091Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-24T10:16:33.091Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-06-24T10:16:33.091Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-06-24T10:16:33.091Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-06-24T10:16:33.091Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-06-24T10:16:33.091Z] === RUN TestBuildPreserveOwnership [2022-06-24T10:16:33.091Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-24T10:16:33.091Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-24T10:16:33.210Z] docker_api_swarm_service_test.go:395: [d61ede08eea2f] joining swarm manager [d330a3f6df24a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:16:33.347Z] --- PASS: TestBuildPreserveOwnership (2.83s) [2022-06-24T10:16:33.347Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.90s) [2022-06-24T10:16:33.347Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.93s) [2022-06-24T10:16:33.347Z] === RUN TestBuildPlatformInvalid [2022-06-24T10:16:33.469Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-06-24T10:16:33.603Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-06-24T10:16:33.604Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-24T10:16:34.165Z] Loaded image: busybox:latest [2022-06-24T10:16:34.401Z] === RUN TestDockerSuite/TestLogsTail [2022-06-24T10:16:34.420Z] Loaded image: busybox:glibc [2022-06-24T10:16:34.967Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-06-24T10:16:35.348Z] Loaded image: debian:bullseye-slim [2022-06-24T10:16:35.348Z] Loaded image: hello-world:latest [2022-06-24T10:16:35.531Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-06-24T10:16:35.604Z] Loaded image: arm32v7/hello-world:latest [2022-06-24T10:16:36.097Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-06-24T10:16:36.097Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-06-24T10:16:36.354Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-06-24T10:16:36.354Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-06-24T10:16:36.354Z] === RUN TestDockerSuite/TestNetHostname [2022-06-24T10:16:38.880Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-06-24T10:16:38.880Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-06-24T10:16:38.880Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-06-24T10:16:38.880Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-06-24T10:16:39.811Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-06-24T10:16:40.376Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-06-24T10:16:41.308Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-06-24T10:16:41.308Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-06-24T10:16:41.308Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-06-24T10:16:41.566Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-06-24T10:16:43.743Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.39s) [2022-06-24T10:16:43.743Z] PASS [2022-06-24T10:16:43.743Z] [2022-06-24T10:16:43.743Z] === Skipped [2022-06-24T10:16:43.743Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-06-24T10:16:43.743Z] build_session_test.go:25: TODO: BuildKit [2022-06-24T10:16:43.743Z] [2022-06-24T10:16:43.743Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-24T10:16:43.743Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-24T10:16:43.743Z] [2022-06-24T10:16:43.743Z] DONE 34 tests, 2 skipped in 75.312s [2022-06-24T10:16:43.743Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-06-24T10:16:43.743Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:16:43.743Z] ++ set -e [2022-06-24T10:16:43.743Z] ++ '[' -n 0 ']' [2022-06-24T10:16:43.743Z] ++ set -x [2022-06-24T10:16:43.743Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:16:43.743Z] INFO: Testing against a local daemon [2022-06-24T10:16:43.743Z] === RUN TestConfigInspect [2022-06-24T10:16:45.631Z] --- PASS: TestConfigInspect (2.27s) [2022-06-24T10:16:45.631Z] === RUN TestConfigList [2022-06-24T10:16:46.151Z] --- PASS: TestServiceWithDataPathPortInit (13.93s) [2022-06-24T10:16:46.152Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-24T10:16:47.521Z] --- PASS: TestConfigList (2.15s) [2022-06-24T10:16:47.521Z] === RUN TestConfigsCreateAndDelete [2022-06-24T10:16:47.527Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:o0xsx6vk4kexd0qvu11jubkmi Created:2022-06-24 10:16:46.170222228 +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[1e830a9fd1189a950858e957ac3e05e8b021fca1ecee29e643bf053e5cdaff35:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.mnwtno9oqkvp3psmwu62cbciv EndpointID:38a2154f38ad1067a803781528f0d61dae4d8fbe1a00591e4049d7ccb7ab7cd5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:30db5103fe4b8c7ab308fd66870b00bd8fbda753dea8d3c5f45afa778b640b2e 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:56b37f61021b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.mnwtno9oqkvp3psmwu62cbciv EndpointID:38a2154f38ad1067a803781528f0d61dae4d8fbe1a00591e4049d7ccb7ab7cd5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-24T10:16:48.155Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-06-24T10:16:48.155Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-06-24T10:16:48.412Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-06-24T10:16:48.977Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-06-24T10:16:50.036Z] --- PASS: TestConfigsCreateAndDelete (2.27s) [2022-06-24T10:16:50.036Z] === RUN TestConfigsUpdate [2022-06-24T10:16:50.348Z] docker_api_swarm_service_test.go:343: [d3067da0a0927] joining swarm manager [d9dc2fab7c8b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:16:51.280Z] docker_api_swarm_service_test.go:343: [d9135e273fe19] joining swarm manager [d9dc2fab7c8b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:16:51.402Z] --- PASS: TestConfigsUpdate (1.79s) [2022-06-24T10:16:51.402Z] === RUN TestTemplatedConfig [2022-06-24T10:16:51.708Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.88s) [2022-06-24T10:16:51.708Z] PASS [2022-06-24T10:16:51.708Z] [2022-06-24T10:16:51.708Z] === Skipped [2022-06-24T10:16:51.708Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-24T10:16:51.708Z] service_test.go:243: FLAKY_TEST [2022-06-24T10:16:51.708Z] [2022-06-24T10:16:51.708Z] DONE 38 tests, 1 skipped in 44.063s [2022-06-24T10:16:51.708Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-24T10:16:51.708Z] INFO: Testing against a local daemon [2022-06-24T10:16:51.708Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-24T10:16:51.708Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:16:51.708Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-24T10:16:51.708Z] === RUN TestDockerNetworkIpvlan [2022-06-24T10:16:51.708Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:16:51.708Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-24T10:16:51.708Z] PASS [2022-06-24T10:16:51.708Z] [2022-06-24T10:16:51.708Z] === Skipped [2022-06-24T10:16:51.708Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-24T10:16:51.708Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:16:51.708Z] [2022-06-24T10:16:51.708Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-24T10:16:51.708Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:16:51.708Z] [2022-06-24T10:16:51.708Z] DONE 2 tests, 2 skipped in 0.024s [2022-06-24T10:16:51.708Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-24T10:16:51.844Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-06-24T10:16:51.967Z] INFO: Testing against a local daemon [2022-06-24T10:16:51.967Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-24T10:16:53.340Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.27s) [2022-06-24T10:16:53.340Z] === RUN TestDockerNetworkMacvlan [2022-06-24T10:16:53.906Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-24T10:16:53.918Z] --- PASS: TestTemplatedConfig (2.44s) [2022-06-24T10:16:53.918Z] === RUN TestConfigCreateResolve [2022-06-24T10:16:54.473Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-24T10:16:55.407Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-24T10:16:56.023Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-06-24T10:16:56.432Z] --- PASS: TestConfigCreateResolve (2.14s) [2022-06-24T10:16:56.432Z] PASS [2022-06-24T10:16:56.432Z] [2022-06-24T10:16:56.432Z] DONE 6 tests in 13.164s [2022-06-24T10:16:56.432Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-06-24T10:16:56.432Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:16:56.432Z] ++ set -e [2022-06-24T10:16:56.432Z] ++ '[' -n 0 ']' [2022-06-24T10:16:56.432Z] ++ set -x [2022-06-24T10:16:56.432Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:16:56.432Z] INFO: Testing against a local daemon [2022-06-24T10:16:56.432Z] === RUN TestAttachWithTTY [2022-06-24T10:16:56.432Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-24T10:16:56.432Z] === RUN TestAttachWithoutTTy [2022-06-24T10:16:56.432Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-06-24T10:16:56.432Z] === RUN TestCheckpoint [2022-06-24T10:16:56.432Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-24T10:16:56.432Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/commit [2022-06-24T10:16:56.432Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-24T10:16:56.432Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-24T10:16:56.432Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-24T10:16:56.432Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-24T10:16:56.432Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-24T10:16:56.432Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-24T10:16:56.432Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-24T10:16:56.432Z] === CONT TestContainerInvalidJSON/commit [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-24T10:16:56.432Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-24T10:16:56.432Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-24T10:16:56.432Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-24T10:16:56.432Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-24T10:16:56.432Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-24T10:16:56.432Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-24T10:16:56.432Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-24T10:16:56.432Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-24T10:16:56.432Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-24T10:16:56.432Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-24T10:16:56.432Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-24T10:16:56.432Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-06-24T10:16:56.432Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-24T10:16:56.432Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-24T10:16:56.432Z] === RUN TestCopyEmptyFile [2022-06-24T10:16:56.688Z] --- PASS: TestCopyEmptyFile (0.21s) [2022-06-24T10:16:56.688Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-24T10:16:56.688Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-06-24T10:16:56.688Z] === RUN TestCopyFromContainer [2022-06-24T10:16:56.954Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-06-24T10:16:57.308Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-24T10:16:57.615Z] === RUN TestCopyFromContainer// [2022-06-24T10:16:57.615Z] === RUN TestCopyFromContainer//bar/root [2022-06-24T10:16:57.871Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-24T10:16:57.871Z] === RUN TestCopyFromContainer/bar/quux [2022-06-24T10:16:57.871Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-24T10:16:57.871Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-24T10:16:58.127Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-24T10:16:58.127Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-24T10:16:58.127Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-24T10:16:58.127Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-24T10:16:58.386Z] --- PASS: TestCopyFromContainer (1.52s) [2022-06-24T10:16:58.386Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-24T10:16:58.386Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-06-24T10:16:58.386Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-24T10:16:58.386Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-24T10:16:58.386Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-24T10:16:58.386Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-24T10:16:58.386Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-06-24T10:16:58.386Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-24T10:16:58.386Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-24T10:16:58.386Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-24T10:16:58.386Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-24T10:16:58.386Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-24T10:16:58.386Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-24T10:16:58.386Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-24T10:16:58.386Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-24T10:16:58.386Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-24T10:16:58.386Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-24T10:16:58.386Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-24T10:16:58.386Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-24T10:16:58.386Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-24T10:16:58.386Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-24T10:16:58.386Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-24T10:16:58.386Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-24T10:16:58.386Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-24T10:16:58.386Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-24T10:16:58.386Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-24T10:16:58.386Z] === RUN TestCreateWithInvalidEnv [2022-06-24T10:16:58.386Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-24T10:16:58.386Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-24T10:16:58.386Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-24T10:16:58.386Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-24T10:16:58.386Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-24T10:16:58.386Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-24T10:16:58.386Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-24T10:16:58.386Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-24T10:16:58.386Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-24T10:16:58.386Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-06-24T10:16:58.386Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-24T10:16:58.386Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-24T10:16:58.386Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-24T10:16:58.386Z] === RUN TestCreateTmpfsMountsTarget [2022-06-24T10:16:58.386Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-24T10:16:58.386Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-24T10:16:58.683Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-24T10:16:59.752Z] --- PASS: TestCreateWithCustomMaskedPaths (1.20s) [2022-06-24T10:16:59.752Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-24T10:17:00.231Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-06-24T10:17:00.681Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.19s) [2022-06-24T10:17:00.681Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-24T10:17:00.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-24T10:17:00.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-24T10:17:00.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-24T10:17:00.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-24T10:17:00.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-24T10:17:00.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-24T10:17:00.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-24T10:17:00.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-24T10:17:00.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-24T10:17:00.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-24T10:17:00.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-24T10:17:00.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-24T10:17:00.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-24T10:17:00.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-24T10:17:00.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-24T10:17:00.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-24T10:17:00.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-24T10:17:00.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-24T10:17:00.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-24T10:17:00.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-24T10:17:00.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-24T10:17:00.681Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-24T10:17:01.245Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-06-24T10:17:01.245Z] === RUN TestCreateDifferentPlatform [2022-06-24T10:17:01.245Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-24T10:17:01.245Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-24T10:17:01.245Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-24T10:17:01.245Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-24T10:17:01.245Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-24T10:17:01.245Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-24T10:17:01.245Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-06-24T10:17:01.245Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-24T10:17:01.245Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-06-24T10:17:01.245Z] === RUN TestCreateInvalidHostConfig [2022-06-24T10:17:01.245Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-24T10:17:01.245Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-24T10:17:01.245Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-24T10:17:01.245Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-24T10:17:01.245Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-24T10:17:01.245Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-24T10:17:01.245Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-24T10:17:01.245Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-24T10:17:01.245Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-24T10:17:01.245Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-24T10:17:01.245Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-24T10:17:01.245Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-24T10:17:01.245Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-24T10:17:01.245Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-24T10:17:01.245Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-24T10:17:01.245Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-24T10:17:01.245Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-24T10:17:01.245Z] === RUN TestContainerStartOnDaemonRestart [2022-06-24T10:17:01.245Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-24T10:17:01.245Z] === RUN TestDaemonRestartIpcMode [2022-06-24T10:17:01.245Z] === PAUSE TestDaemonRestartIpcMode [2022-06-24T10:17:01.245Z] === RUN TestDaemonHostGatewayIP [2022-06-24T10:17:01.245Z] === PAUSE TestDaemonHostGatewayIP [2022-06-24T10:17:01.245Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-24T10:17:01.245Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-24T10:17:01.245Z] === RUN TestContainerKillOnDaemonStart [2022-06-24T10:17:01.245Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-24T10:17:01.245Z] === RUN TestDiff [2022-06-24T10:17:01.602Z] === RUN TestDockerSuite/TestPluginActive [2022-06-24T10:17:01.807Z] --- PASS: TestDiff (0.45s) [2022-06-24T10:17:01.807Z] === RUN TestExecConsoleSize [2022-06-24T10:17:02.369Z] --- PASS: TestExecConsoleSize (0.50s) [2022-06-24T10:17:02.369Z] === RUN TestExecWithCloseStdin [2022-06-24T10:17:02.624Z] --- PASS: TestExecWithCloseStdin (0.46s) [2022-06-24T10:17:02.624Z] === RUN TestExec [2022-06-24T10:17:02.936Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-24T10:17:03.186Z] --- PASS: TestExec (0.46s) [2022-06-24T10:17:03.186Z] === RUN TestExecUser [2022-06-24T10:17:03.196Z] --- PASS: TestDockerNetworkMacvlan (10.03s) [2022-06-24T10:17:03.196Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-06-24T10:17:03.196Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-06-24T10:17:03.196Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2022-06-24T10:17:03.196Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.83s) [2022-06-24T10:17:03.196Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.16s) [2022-06-24T10:17:03.196Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.69s) [2022-06-24T10:17:03.196Z] PASS [2022-06-24T10:17:03.196Z] [2022-06-24T10:17:03.196Z] DONE 8 tests in 11.319s [2022-06-24T10:17:03.196Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-24T10:17:03.196Z] testing: warning: no tests to run [2022-06-24T10:17:03.196Z] PASS [2022-06-24T10:17:03.196Z] [2022-06-24T10:17:03.196Z] DONE 0 tests in 0.008s [2022-06-24T10:17:03.196Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-24T10:17:03.196Z] INFO: Testing against a local daemon [2022-06-24T10:17:03.196Z] === RUN TestAuthZPluginAllowRequest [2022-06-24T10:17:03.496Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-06-24T10:17:03.748Z] --- PASS: TestExecUser (0.49s) [2022-06-24T10:17:03.748Z] === RUN TestExportContainerAndImportImage [2022-06-24T10:17:04.309Z] --- PASS: TestExportContainerAndImportImage (0.56s) [2022-06-24T10:17:04.309Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-24T10:17:04.569Z] --- PASS: TestAuthZPluginAllowRequest (1.16s) [2022-06-24T10:17:04.569Z] === RUN TestAuthZPluginTLS [2022-06-24T10:17:04.828Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-06-24T10:17:04.828Z] === RUN TestAuthZPluginDenyRequest [2022-06-24T10:17:04.867Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-06-24T10:17:05.394Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-24T10:17:05.394Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-24T10:17:05.674Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-06-24T10:17:05.674Z] === RUN TestHealthCheckWorkdir [2022-06-24T10:17:05.960Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-24T10:17:05.960Z] === RUN TestAuthZPluginDenyResponse [2022-06-24T10:17:06.236Z] --- PASS: TestHealthCheckWorkdir (0.65s) [2022-06-24T10:17:06.236Z] === RUN TestHealthKillContainer [2022-06-24T10:17:06.526Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-06-24T10:17:06.526Z] === RUN TestAuthZPluginAllowEventStream [2022-06-24T10:17:06.765Z] docker_api_swarm_service_test.go:490: [d8184bdf25ff5] joining swarm manager [d2bfed2a9498e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:17:07.330Z] docker_api_swarm_service_test.go:490: [d0cacb19645aa] joining swarm manager [d2bfed2a9498e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:17:07.742Z] sha256:c68d22f4263f74b880c4b7002db4666de406507a89772102c5373d5fc0fbf2ba [2022-06-24T10:17:07.742Z] INFO: Starting docker-py tests... [2022-06-24T10:17:07.742Z] ============================= test session starts ============================== [2022-06-24T10:17:07.742Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-06-24T10:17:07.742Z] rootdir: /src, inifile: pytest.ini [2022-06-24T10:17:07.742Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-06-24T10:17:07.742Z] collected 395 items / 2 deselected / 393 selected [2022-06-24T10:17:07.742Z] [2022-06-24T10:17:07.906Z] --- PASS: TestAuthZPluginAllowEventStream (1.16s) [2022-06-24T10:17:07.906Z] === RUN TestAuthZPluginErrorResponse [2022-06-24T10:17:08.164Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-06-24T10:17:08.164Z] === RUN TestAuthZPluginErrorRequest [2022-06-24T10:17:08.262Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-06-24T10:17:08.262Z] docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows [2022-06-24T10:17:08.262Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-06-24T10:17:08.731Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-24T10:17:08.731Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-24T10:17:09.298Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-24T10:17:09.298Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-24T10:17:09.633Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-06-24T10:17:10.673Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.50s) [2022-06-24T10:17:10.673Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-24T10:17:12.047Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.40s) [2022-06-24T10:17:12.047Z] === RUN TestAuthZPluginHeader [2022-06-24T10:17:12.157Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-06-24T10:17:12.984Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-06-24T10:17:12.984Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-24T10:17:14.316Z] --- PASS: TestHealthKillContainer (7.90s) [2022-06-24T10:17:14.316Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-24T10:17:14.316Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s) [2022-06-24T10:17:14.316Z] === RUN TestIpcModeNone [2022-06-24T10:17:14.878Z] --- PASS: TestIpcModeNone (0.47s) [2022-06-24T10:17:14.878Z] === RUN TestIpcModePrivate [2022-06-24T10:17:15.134Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-06-24T10:17:15.390Z] --- PASS: TestIpcModePrivate (0.51s) [2022-06-24T10:17:15.390Z] === RUN TestIpcModeShareable [2022-06-24T10:17:15.645Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-06-24T10:17:15.901Z] --- PASS: TestIpcModeShareable (0.48s) [2022-06-24T10:17:15.901Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-24T10:17:17.166Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.02s) [2022-06-24T10:17:17.166Z] === RUN TestAuthZPluginV2Disable [2022-06-24T10:17:17.267Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.42s) [2022-06-24T10:17:17.267Z] === RUN TestAPIIpcModeHost [2022-06-24T10:17:17.414Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-06-24T10:17:17.523Z] --- PASS: TestAPIIpcModeHost (0.36s) [2022-06-24T10:17:17.523Z] === RUN TestDaemonIpcModeShareable [2022-06-24T10:17:18.346Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-06-24T10:17:18.888Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-06-24T10:17:18.888Z] --- PASS: TestDaemonIpcModeShareable (1.13s) [2022-06-24T10:17:18.888Z] === RUN TestDaemonIpcModePrivate [2022-06-24T10:17:19.279Z] === RUN TestDockerSuite/TestPortHostBinding [2022-06-24T10:17:19.816Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-06-24T10:17:19.850Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-06-24T10:17:20.072Z] --- PASS: TestDaemonIpcModePrivate (1.25s) [2022-06-24T10:17:20.072Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-24T10:17:20.125Z] === RUN TestDockerSuite/TestPortList [2022-06-24T10:17:20.447Z] --- PASS: TestAuthZPluginV2Disable (3.34s) [2022-06-24T10:17:20.447Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-24T10:17:21.001Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-06-24T10:17:21.256Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.12s) [2022-06-24T10:17:21.256Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-24T10:17:21.602Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-06-24T10:17:22.184Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-06-24T10:17:22.184Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.14s) [2022-06-24T10:17:22.184Z] === RUN TestIpcModeOlderClient [2022-06-24T10:17:22.184Z] === PAUSE TestIpcModeOlderClient [2022-06-24T10:17:22.184Z] === RUN TestKillContainerInvalidSignal [2022-06-24T10:17:22.425Z] tests/integration/api_client_test.py ..... [ 7%] [2022-06-24T10:17:22.745Z] --- PASS: TestKillContainerInvalidSignal (0.44s) [2022-06-24T10:17:22.745Z] === RUN TestKillContainer [2022-06-24T10:17:22.745Z] === RUN TestKillContainer/no_signal [2022-06-24T10:17:23.001Z] === RUN TestKillContainer/non_killing_signal [2022-06-24T10:17:23.257Z] === RUN TestKillContainer/killing_signal [2022-06-24T10:17:23.725Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.20s) [2022-06-24T10:17:23.725Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-24T10:17:23.819Z] --- PASS: TestKillContainer (1.21s) [2022-06-24T10:17:23.819Z] --- PASS: TestKillContainer/no_signal (0.37s) [2022-06-24T10:17:23.819Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-06-24T10:17:23.819Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-06-24T10:17:23.819Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-24T10:17:23.819Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-24T10:17:24.227Z] tests/integration/api_config_test.py ...... [ 8%] [2022-06-24T10:17:24.381Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-24T10:17:25.327Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.23s) [2022-06-24T10:17:25.327Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-06-24T10:17:25.327Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s) [2022-06-24T10:17:25.327Z] === RUN TestKillStoppedContainer [2022-06-24T10:17:25.327Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-06-24T10:17:25.327Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-24T10:17:25.327Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-24T10:17:25.327Z] === RUN TestKillDifferentUserContainer [2022-06-24T10:17:25.386Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-06-24T10:17:25.590Z] --- PASS: TestKillDifferentUserContainer (0.45s) [2022-06-24T10:17:25.590Z] === RUN TestInspectOomKilledTrue [2022-06-24T10:17:26.185Z] --- PASS: TestInspectOomKilledTrue (0.48s) [2022-06-24T10:17:26.185Z] === RUN TestInspectOomKilledFalse [2022-06-24T10:17:26.747Z] --- PASS: TestInspectOomKilledFalse (0.43s) [2022-06-24T10:17:26.747Z] === RUN TestLinksEtcHostsContentMatch [2022-06-24T10:17:27.002Z] --- PASS: TestLinksEtcHostsContentMatch (0.28s) [2022-06-24T10:17:27.002Z] === RUN TestLinksContainerNames [2022-06-24T10:17:27.283Z] docker_api_swarm_service_test.go:128: [d7b325fe93c4b] joining swarm manager [d4fa419b4d53c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:17:27.929Z] --- PASS: TestLinksContainerNames (0.83s) [2022-06-24T10:17:27.929Z] === RUN TestLogsFollowTailEmpty [2022-06-24T10:17:28.184Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-06-24T10:17:28.184Z] === RUN TestLogs [2022-06-24T10:17:28.184Z] === RUN TestLogs/driver_local [2022-06-24T10:17:28.184Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-24T10:17:28.184Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-24T10:17:28.184Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-24T10:17:28.184Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-24T10:17:28.184Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-24T10:17:28.184Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-24T10:17:28.184Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-24T10:17:28.184Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-24T10:17:28.184Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-24T10:17:28.184Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-24T10:17:28.184Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-24T10:17:28.184Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-24T10:17:28.184Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-24T10:17:28.184Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-24T10:17:28.214Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-06-24T10:17:28.214Z] docker_api_swarm_service_test.go:129: [d6ce435ba422a] joining swarm manager [d4fa419b4d53c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:17:28.745Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-24T10:17:29.001Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-24T10:17:29.257Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-24T10:17:29.512Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-24T10:17:29.586Z] docker_api_swarm_service_test.go:137: [d16b7af5d3d1c] joining swarm manager [d4fa419b4d53c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-24T10:17:30.074Z] === RUN TestLogs/driver_json-file [2022-06-24T10:17:30.074Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-24T10:17:30.074Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-24T10:17:30.074Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-24T10:17:30.074Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-24T10:17:30.074Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-24T10:17:30.074Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-24T10:17:30.074Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-24T10:17:30.074Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-24T10:17:30.074Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-24T10:17:30.074Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-24T10:17:30.074Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-24T10:17:30.074Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-24T10:17:30.074Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-24T10:17:30.074Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-24T10:17:30.519Z] docker_api_swarm_service_test.go:138: [d8227d8f25169] joining swarm manager [d4fa419b4d53c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-24T10:17:30.636Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-24T10:17:30.636Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-24T10:17:30.977Z] --- PASS: TestImportExtremelyLargeImageWorks (92.31s) [2022-06-24T10:17:30.977Z] PASS [2022-06-24T10:17:30.977Z] [2022-06-24T10:17:30.977Z] === Skipped [2022-06-24T10:17:30.977Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-24T10:17:30.977Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-24T10:17:30.977Z] [2022-06-24T10:17:30.977Z] DONE 22 tests, 1 skipped in 96.521s [2022-06-24T10:17:30.977Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-24T10:17:30.977Z] === RUN TestStripANSICommands [2022-06-24T10:17:30.977Z] === RUN TestStripANSICommands/#00 [2022-06-24T10:17:30.977Z] === RUN TestStripANSICommands/#01 [2022-06-24T10:17:30.977Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-24T10:17:30.977Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-24T10:17:30.977Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-24T10:17:30.977Z] PASS [2022-06-24T10:17:30.977Z] [2022-06-24T10:17:30.977Z] DONE 3 tests in 0.047s [2022-06-24T10:17:30.977Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-24T10:17:30.977Z] INFO: Testing against a local daemon [2022-06-24T10:17:30.977Z] === RUN TestNetworkCreateDelete [2022-06-24T10:17:30.977Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-06-24T10:17:30.977Z] === RUN TestDockerNetworkDeletePreferID [2022-06-24T10:17:30.977Z] --- PASS: TestDockerNetworkDeletePreferID (0.40s) [2022-06-24T10:17:30.977Z] === RUN TestDaemonDNSFallback [2022-06-24T10:17:31.197Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-24T10:17:31.197Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-24T10:17:31.451Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-06-24T10:17:31.451Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-06-24T10:17:31.759Z] --- PASS: TestLogs (3.73s) [2022-06-24T10:17:31.759Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-24T10:17:31.759Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.62s) [2022-06-24T10:17:31.759Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.77s) [2022-06-24T10:17:31.759Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.52s) [2022-06-24T10:17:31.759Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.54s) [2022-06-24T10:17:31.759Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.60s) [2022-06-24T10:17:31.759Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.55s) [2022-06-24T10:17:31.759Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-24T10:17:31.759Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.67s) [2022-06-24T10:17:31.759Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.71s) [2022-06-24T10:17:31.759Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.58s) [2022-06-24T10:17:31.759Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.58s) [2022-06-24T10:17:31.759Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.51s) [2022-06-24T10:17:31.759Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.57s) [2022-06-24T10:17:31.759Z] === RUN TestContainerNetworkMountsNoChown [2022-06-24T10:17:32.320Z] --- PASS: TestContainerNetworkMountsNoChown (0.45s) [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/default [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/default [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/private [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/private [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rprivate [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/slave [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/slave [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rslave [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/shared [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/shared [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rshared [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-24T10:17:32.320Z] === CONT TestMountDaemonRoot/default [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-24T10:17:32.320Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-24T10:17:32.320Z] === CONT TestMountDaemonRoot/rshared [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-24T10:17:32.320Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-24T10:17:32.320Z] === CONT TestMountDaemonRoot/shared [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-24T10:17:32.320Z] === CONT TestMountDaemonRoot/rslave [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-24T10:17:32.320Z] === CONT TestMountDaemonRoot/slave [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-24T10:17:32.320Z] === CONT TestMountDaemonRoot/rprivate [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-24T10:17:32.320Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-24T10:17:32.320Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-24T10:17:32.320Z] === CONT TestMountDaemonRoot/private [2022-06-24T10:17:32.321Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-24T10:17:32.321Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-24T10:17:32.321Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-24T10:17:32.321Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-24T10:17:32.321Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-24T10:17:32.321Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-24T10:17:32.321Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-24T10:17:32.321Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-24T10:17:32.321Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-24T10:17:32.321Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-24T10:17:32.321Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-24T10:17:32.321Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-24T10:17:32.576Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-24T10:17:32.837Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-24T10:17:32.837Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-24T10:17:32.837Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-24T10:17:32.837Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-24T10:17:32.837Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-24T10:17:32.837Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-24T10:17:32.837Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-24T10:17:32.837Z] === RUN TestContainerBindMountNonRecursive [2022-06-24T10:17:33.976Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-06-24T10:17:34.201Z] --- PASS: TestContainerBindMountNonRecursive (1.32s) [2022-06-24T10:17:34.201Z] === RUN TestContainerVolumesMountedAsShared [2022-06-24T10:17:34.266Z] --- PASS: TestDaemonDNSFallback (6.38s) [2022-06-24T10:17:34.266Z] === RUN TestInspectNetwork [2022-06-24T10:17:34.266Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:34.266Z] --- SKIP: TestInspectNetwork (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestRunContainerWithBridgeNone [2022-06-24T10:17:34.266Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-24T10:17:34.266Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-24T10:17:34.266Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-24T10:17:34.266Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-24T10:17:34.266Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-24T10:17:34.266Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-24T10:17:34.266Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-24T10:17:34.266Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestNetworkList [2022-06-24T10:17:34.266Z] === RUN TestNetworkList//networks [2022-06-24T10:17:34.266Z] === PAUSE TestNetworkList//networks [2022-06-24T10:17:34.266Z] === RUN TestNetworkList//networks/ [2022-06-24T10:17:34.266Z] === PAUSE TestNetworkList//networks/ [2022-06-24T10:17:34.266Z] === CONT TestNetworkList//networks [2022-06-24T10:17:34.266Z] === CONT TestNetworkList//networks/ [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkList (0.01s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-24T10:17:34.266Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestHostIPv4BridgeLabel [2022-06-24T10:17:34.266Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-24T10:17:34.266Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-06-24T10:17:34.266Z] === RUN TestDaemonDefaultNetworkPools [2022-06-24T10:17:34.266Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-06-24T10:17:34.266Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-24T10:17:34.266Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-24T10:17:34.266Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-24T10:17:34.266Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-24T10:17:34.266Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-24T10:17:34.266Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-24T10:17:34.266Z] === RUN TestServiceWithPredefinedNetwork [2022-06-24T10:17:34.266Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:34.266Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-24T10:17:34.266Z] service_test.go:243: FLAKY_TEST [2022-06-24T10:17:34.266Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestServiceWithDataPathPortInit [2022-06-24T10:17:34.266Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:34.266Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-06-24T10:17:34.266Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-24T10:17:34.266Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:34.266Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-24T10:17:34.266Z] PASS [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === Skipped [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-06-24T10:17:34.266Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-06-24T10:17:34.266Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-06-24T10:17:34.266Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-06-24T10:17:34.266Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-06-24T10:17:34.266Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-24T10:17:34.266Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-24T10:17:34.266Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-24T10:17:34.266Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-06-24T10:17:34.266Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-24T10:17:34.266Z] service_test.go:243: FLAKY_TEST [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-06-24T10:17:34.266Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-24T10:17:34.266Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] DONE 34 tests, 12 skipped in 7.160s [2022-06-24T10:17:34.266Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-24T10:17:34.266Z] INFO: Testing against a local daemon [2022-06-24T10:17:34.266Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-24T10:17:34.266Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:17:34.266Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestDockerNetworkIpvlan [2022-06-24T10:17:34.266Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:17:34.266Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-24T10:17:34.266Z] PASS [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === Skipped [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-24T10:17:34.266Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-24T10:17:34.266Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] DONE 2 tests, 2 skipped in 0.113s [2022-06-24T10:17:34.266Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-24T10:17:34.266Z] INFO: Testing against a local daemon [2022-06-24T10:17:34.266Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-24T10:17:34.266Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestDockerNetworkMacvlan [2022-06-24T10:17:34.266Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-06-24T10:17:34.266Z] PASS [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === Skipped [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-24T10:17:34.266Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-06-24T10:17:34.266Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] DONE 2 tests, 2 skipped in 0.108s [2022-06-24T10:17:34.266Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-24T10:17:34.266Z] testing: warning: no tests to run [2022-06-24T10:17:34.266Z] PASS [2022-06-24T10:17:34.266Z] [2022-06-24T10:17:34.266Z] DONE 0 tests in 0.030s [2022-06-24T10:17:34.266Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-24T10:17:34.266Z] INFO: Testing against a local daemon [2022-06-24T10:17:34.266Z] === RUN TestAuthZPluginAllowRequest [2022-06-24T10:17:34.266Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.266Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestAuthZPluginTLS [2022-06-24T10:17:34.266Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.266Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestAuthZPluginDenyRequest [2022-06-24T10:17:34.266Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.266Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-24T10:17:34.266Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.266Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestAuthZPluginDenyResponse [2022-06-24T10:17:34.266Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.266Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestAuthZPluginAllowEventStream [2022-06-24T10:17:34.266Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.266Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestAuthZPluginErrorResponse [2022-06-24T10:17:34.266Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.266Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestAuthZPluginErrorRequest [2022-06-24T10:17:34.266Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.266Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-24T10:17:34.266Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.266Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-24T10:17:34.266Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-24T10:17:34.267Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.267Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-24T10:17:34.267Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-24T10:17:34.267Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.267Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-24T10:17:34.267Z] === RUN TestAuthZPluginHeader [2022-06-24T10:17:34.267Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.267Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-06-24T10:17:34.267Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-24T10:17:34.457Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2022-06-24T10:17:34.457Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.15s) [2022-06-24T10:17:34.526Z] === RUN TestAuthZPluginV2Disable [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2022-06-24T10:17:34.526Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-06-24T10:17:34.526Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-06-24T10:17:34.526Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-06-24T10:17:34.526Z] PASS [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === Skipped [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.15s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-06-24T10:17:34.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.526Z] [2022-06-24T10:17:34.526Z] DONE 17 tests, 17 skipped in 0.326s [2022-06-24T10:17:34.526Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-24T10:17:34.526Z] INFO: Testing against a local daemon [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-24T10:17:34.526Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-24T10:17:34.526Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-24T10:17:34.526Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-24T10:17:34.526Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-24T10:17:34.526Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-24T10:17:34.526Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-24T10:17:34.526Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-24T10:17:34.526Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-24T10:17:34.526Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-06-24T10:17:34.713Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-06-24T10:17:34.713Z] === RUN TestNetworkNat [2022-06-24T10:17:34.786Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-24T10:17:34.786Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-24T10:17:34.786Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-24T10:17:34.786Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-24T10:17:34.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-24T10:17:34.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-24T10:17:34.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-24T10:17:34.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-24T10:17:34.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-24T10:17:34.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-24T10:17:34.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-24T10:17:34.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-24T10:17:34.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-24T10:17:34.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-24T10:17:34.786Z] === RUN TestPluginInstall [2022-06-24T10:17:34.786Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.786Z] --- SKIP: TestPluginInstall (0.00s) [2022-06-24T10:17:34.786Z] === RUN TestPluginsWithRuntimes [2022-06-24T10:17:34.786Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-06-24T10:17:34.786Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-06-24T10:17:34.786Z] === RUN TestPluginBackCompatMediaTypes [2022-06-24T10:17:34.786Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-24T10:17:34.786Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-06-24T10:17:34.786Z] PASS [2022-06-24T10:17:34.786Z] [2022-06-24T10:17:34.786Z] === Skipped [2022-06-24T10:17:34.786Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-06-24T10:17:34.786Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-24T10:17:34.786Z] [2022-06-24T10:17:34.786Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-06-24T10:17:34.786Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-06-24T10:17:34.786Z] [2022-06-24T10:17:34.786Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-06-24T10:17:34.786Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-24T10:17:34.786Z] [2022-06-24T10:17:34.786Z] DONE 19 tests, 3 skipped in 0.146s [2022-06-24T10:17:34.786Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-24T10:17:34.786Z] INFO: Testing against a local daemon [2022-06-24T10:17:34.786Z] === RUN TestExternalGraphDriver [2022-06-24T10:17:34.786Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-24T10:17:34.786Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-06-24T10:17:34.786Z] === RUN TestGraphdriverPluginV2 [2022-06-24T10:17:35.274Z] --- PASS: TestNetworkNat (0.46s) [2022-06-24T10:17:35.274Z] === RUN TestNetworkLocalhostTCPNat [2022-06-24T10:17:35.347Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-06-24T10:17:35.606Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-06-24T10:17:35.606Z] === RUN TestDockerSuite/TestPsByOrder [2022-06-24T10:17:35.836Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-06-24T10:17:35.836Z] === RUN TestNetworkLoopbackNat [2022-06-24T10:17:35.922Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.64s) [2022-06-24T10:17:35.922Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-24T10:17:38.131Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-06-24T10:17:38.349Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2022-06-24T10:17:38.349Z] === RUN TestPause [2022-06-24T10:17:38.605Z] --- PASS: TestPause (0.43s) [2022-06-24T10:17:38.605Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-24T10:17:38.605Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-24T10:17:38.605Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-24T10:17:38.605Z] === RUN TestPauseStopPausedContainer [2022-06-24T10:17:38.695Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-06-24T10:17:39.001Z] --- PASS: TestGraphdriverPluginV2 (3.50s) [2022-06-24T10:17:39.001Z] PASS [2022-06-24T10:17:39.001Z] [2022-06-24T10:17:39.001Z] === Skipped [2022-06-24T10:17:39.001Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-06-24T10:17:39.001Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-24T10:17:39.001Z] [2022-06-24T10:17:39.001Z] DONE 2 tests, 1 skipped in 3.648s [2022-06-24T10:17:39.001Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-24T10:17:39.001Z] INFO: Testing against a local daemon [2022-06-24T10:17:39.001Z] === RUN TestContinueAfterPluginCrash [2022-06-24T10:17:39.001Z] === PAUSE TestContinueAfterPluginCrash [2022-06-24T10:17:39.001Z] === RUN TestReadPluginNoRead [2022-06-24T10:17:39.001Z] === PAUSE TestReadPluginNoRead [2022-06-24T10:17:39.001Z] === RUN TestDaemonStartWithLogOpt [2022-06-24T10:17:39.001Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-24T10:17:39.001Z] === CONT TestContinueAfterPluginCrash [2022-06-24T10:17:39.001Z] === CONT TestDaemonStartWithLogOpt [2022-06-24T10:17:39.167Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-06-24T10:17:39.167Z] === RUN TestPidHost [2022-06-24T10:17:40.094Z] --- PASS: TestPidHost (0.91s) [2022-06-24T10:17:40.094Z] === RUN TestPsFilter [2022-06-24T10:17:40.094Z] --- PASS: TestPsFilter (0.10s) [2022-06-24T10:17:40.094Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-24T10:17:40.656Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2022-06-24T10:17:40.656Z] === RUN TestRemoveContainerWithVolume [2022-06-24T10:17:40.912Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-06-24T10:17:40.912Z] === RUN TestRemoveContainerRunning [2022-06-24T10:17:41.221Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-06-24T10:17:41.473Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-06-24T10:17:41.473Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-24T10:17:41.729Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.50s) [2022-06-24T10:17:41.729Z] === RUN TestRemoveInvalidContainer [2022-06-24T10:17:41.729Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-24T10:17:41.729Z] === RUN TestRenameLinkedContainer [2022-06-24T10:17:43.210Z] --- PASS: TestDaemonStartWithLogOpt (4.54s) [2022-06-24T10:17:43.210Z] === CONT TestReadPluginNoRead [2022-06-24T10:17:43.620Z] --- PASS: TestRenameLinkedContainer (1.69s) [2022-06-24T10:17:43.620Z] === RUN TestRenameStoppedContainer [2022-06-24T10:17:43.876Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-06-24T10:17:43.876Z] === RUN TestRenameRunningContainerAndReuse [2022-06-24T10:17:44.497Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-06-24T10:17:44.497Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-06-24T10:17:44.803Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s) [2022-06-24T10:17:44.804Z] === RUN TestRenameInvalidName [2022-06-24T10:17:45.118Z] === RUN TestReadPluginNoRead/default [2022-06-24T10:17:45.366Z] --- PASS: TestRenameInvalidName (0.41s) [2022-06-24T10:17:45.366Z] === RUN TestRenameAnonymousContainer [2022-06-24T10:17:46.497Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-24T10:17:46.731Z] --- PASS: TestRenameAnonymousContainer (1.53s) [2022-06-24T10:17:46.731Z] === RUN TestRenameContainerWithSameName [2022-06-24T10:17:47.022Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-06-24T10:17:47.292Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-06-24T10:17:47.293Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-24T10:17:47.876Z] --- PASS: TestContinueAfterPluginCrash (9.28s) [2022-06-24T10:17:47.876Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-24T10:17:48.219Z] --- PASS: TestRenameContainerWithLinkedContainer (0.86s) [2022-06-24T10:17:48.219Z] === RUN TestResize [2022-06-24T10:17:48.474Z] --- PASS: TestResize (0.40s) [2022-06-24T10:17:48.474Z] === RUN TestResizeWithInvalidSize [2022-06-24T10:17:48.730Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2022-06-24T10:17:48.730Z] === RUN TestResizeWhenContainerNotStarted [2022-06-24T10:17:49.255Z] === CONT TestReadPluginNoRead [2022-06-24T10:17:49.255Z] read_test.go:92: [ddb03d1db8592] daemon is not started [2022-06-24T10:17:49.255Z] --- PASS: TestReadPluginNoRead (6.20s) [2022-06-24T10:17:49.255Z] --- PASS: TestReadPluginNoRead/default (1.30s) [2022-06-24T10:17:49.255Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.38s) [2022-06-24T10:17:49.255Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.29s) [2022-06-24T10:17:49.255Z] PASS [2022-06-24T10:17:49.255Z] [2022-06-24T10:17:49.255Z] DONE 6 tests in 10.857s [2022-06-24T10:17:49.255Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-06-24T10:17:49.255Z] testing: warning: no tests to run [2022-06-24T10:17:49.255Z] PASS [2022-06-24T10:17:49.255Z] [2022-06-24T10:17:49.255Z] DONE 0 tests in 0.036s [2022-06-24T10:17:49.255Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-24T10:17:49.255Z] INFO: Testing against a local daemon [2022-06-24T10:17:49.255Z] === RUN TestPluginWithDevMounts [2022-06-24T10:17:49.255Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-24T10:17:49.255Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-06-24T10:17:49.255Z] PASS [2022-06-24T10:17:49.255Z] [2022-06-24T10:17:49.255Z] === Skipped [2022-06-24T10:17:49.255Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-06-24T10:17:49.255Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-24T10:17:49.255Z] [2022-06-24T10:17:49.255Z] DONE 1 tests, 1 skipped in 0.108s [2022-06-24T10:17:49.255Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-24T10:17:49.291Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:17:49.292Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:17:49.292Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:17:49.292Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-24T10:17:49.292Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:17:49.515Z] INFO: Testing against a local daemon [2022-06-24T10:17:49.515Z] === RUN TestSecretInspect [2022-06-24T10:17:49.515Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.515Z] --- SKIP: TestSecretInspect (0.01s) [2022-06-24T10:17:49.515Z] === RUN TestSecretList [2022-06-24T10:17:49.515Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.515Z] --- SKIP: TestSecretList (0.01s) [2022-06-24T10:17:49.515Z] === RUN TestSecretsCreateAndDelete [2022-06-24T10:17:49.515Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.515Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-06-24T10:17:49.515Z] === RUN TestSecretsUpdate [2022-06-24T10:17:49.515Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.515Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-06-24T10:17:49.515Z] === RUN TestTemplatedSecret [2022-06-24T10:17:49.515Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.515Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-06-24T10:17:49.515Z] === RUN TestSecretCreateResolve [2022-06-24T10:17:49.515Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.515Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-06-24T10:17:49.515Z] PASS [2022-06-24T10:17:49.515Z] [2022-06-24T10:17:49.515Z] === Skipped [2022-06-24T10:17:49.515Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-06-24T10:17:49.515Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.515Z] [2022-06-24T10:17:49.515Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-06-24T10:17:49.515Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.515Z] [2022-06-24T10:17:49.515Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-06-24T10:17:49.515Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.515Z] [2022-06-24T10:17:49.515Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-06-24T10:17:49.515Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.515Z] [2022-06-24T10:17:49.515Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-06-24T10:17:49.515Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.515Z] [2022-06-24T10:17:49.515Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-06-24T10:17:49.515Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.515Z] [2022-06-24T10:17:49.515Z] DONE 6 tests, 6 skipped in 0.158s [2022-06-24T10:17:49.515Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-24T10:17:49.776Z] INFO: Testing against a local daemon [2022-06-24T10:17:49.776Z] === RUN TestServiceCreateInit [2022-06-24T10:17:49.776Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-24T10:17:49.776Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-24T10:17:49.776Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- PASS: TestServiceCreateInit (0.02s) [2022-06-24T10:17:49.776Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-24T10:17:49.776Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-24T10:17:49.776Z] === RUN TestCreateServiceMultipleTimes [2022-06-24T10:17:49.776Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s) [2022-06-24T10:17:49.776Z] === RUN TestCreateServiceConflict [2022-06-24T10:17:49.776Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-06-24T10:17:49.776Z] === RUN TestCreateServiceMaxReplicas [2022-06-24T10:17:49.776Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-06-24T10:17:49.776Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-24T10:17:49.776Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-24T10:17:49.776Z] === RUN TestCreateServiceSecretFileMode [2022-06-24T10:17:49.776Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-06-24T10:17:49.776Z] === RUN TestCreateServiceConfigFileMode [2022-06-24T10:17:49.776Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-06-24T10:17:49.776Z] === RUN TestCreateServiceSysctls [2022-06-24T10:17:49.776Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-06-24T10:17:49.776Z] === RUN TestCreateServiceCapabilities [2022-06-24T10:17:49.776Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-06-24T10:17:49.776Z] === RUN TestInspect [2022-06-24T10:17:49.776Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- SKIP: TestInspect (0.01s) [2022-06-24T10:17:49.776Z] === RUN TestCreateJob [2022-06-24T10:17:49.776Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- SKIP: TestCreateJob (0.01s) [2022-06-24T10:17:49.776Z] === RUN TestReplicatedJob [2022-06-24T10:17:49.776Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- SKIP: TestReplicatedJob (0.01s) [2022-06-24T10:17:49.776Z] === RUN TestUpdateReplicatedJob [2022-06-24T10:17:49.776Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-06-24T10:17:49.776Z] === RUN TestServiceListWithStatuses [2022-06-24T10:17:49.776Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-24T10:17:49.776Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-24T10:17:49.776Z] === RUN TestDockerNetworkConnectAlias [2022-06-24T10:17:49.776Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-06-24T10:17:49.776Z] === RUN TestDockerNetworkReConnect [2022-06-24T10:17:49.776Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:49.776Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-06-24T10:17:49.776Z] === RUN TestServicePlugin [2022-06-24T10:17:50.786Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-06-24T10:17:50.786Z] PASS [2022-06-24T10:17:50.786Z] [2022-06-24T10:17:50.786Z] DONE 17 tests in 47.448s [2022-06-24T10:17:50.786Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-24T10:17:50.786Z] INFO: Testing against a local daemon [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-24T10:17:50.786Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-24T10:17:50.786Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-24T10:17:50.786Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-24T10:17:50.786Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-24T10:17:50.786Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-24T10:17:50.786Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-24T10:17:50.786Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-24T10:17:50.786Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-24T10:17:50.786Z] === RUN TestPluginInstall [2022-06-24T10:17:50.786Z] === RUN TestPluginInstall/no_auth [2022-06-24T10:17:51.180Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:17:51.685Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.720Z] time="2022-06-24T10:17:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:17:51.720Z] time="2022-06-24T10:17:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad5e7af242d830d1614ad6431a22eba9f98b519a9320484b016bf65c7a7fc973" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:17:51.720Z] time="2022-06-24T10:17:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:17:51.720Z] time="2022-06-24T10:17:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad5e7af242d830d1614ad6431a22eba9f98b519a9320484b016bf65c7a7fc973" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:17:51.720Z] === RUN TestPluginInstall/with_htpasswd [2022-06-24T10:17:51.945Z] --- SKIP: TestServicePlugin (1.94s) [2022-06-24T10:17:51.945Z] === RUN TestServiceUpdateLabel [2022-06-24T10:17:51.945Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-06-24T10:17:51.945Z] === RUN TestServiceUpdateSecrets [2022-06-24T10:17:51.945Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-06-24T10:17:51.945Z] === RUN TestServiceUpdateConfigs [2022-06-24T10:17:51.945Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-06-24T10:17:51.945Z] === RUN TestServiceUpdateNetwork [2022-06-24T10:17:51.945Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-06-24T10:17:51.945Z] === RUN TestServiceUpdatePidsLimit [2022-06-24T10:17:51.945Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2022-06-24T10:17:51.945Z] PASS [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.945Z] === Skipped [2022-06-24T10:17:51.945Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-24T10:17:51.945Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.945Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-24T10:17:51.945Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.945Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s) [2022-06-24T10:17:51.945Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.945Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-06-24T10:17:51.945Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.945Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-06-24T10:17:51.945Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.945Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-24T10:17:51.945Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.945Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-06-24T10:17:51.945Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.945Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-06-24T10:17:51.945Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.945Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-06-24T10:17:51.945Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.945Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-06-24T10:17:51.945Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.945Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-06-24T10:17:51.945Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.945Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-06-24T10:17:51.945Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.945Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-06-24T10:17:51.945Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.945Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-06-24T10:17:51.945Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.945Z] [2022-06-24T10:17:51.946Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-24T10:17:51.946Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-24T10:17:51.946Z] [2022-06-24T10:17:51.946Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-06-24T10:17:51.946Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.946Z] [2022-06-24T10:17:51.946Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-06-24T10:17:51.946Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.946Z] [2022-06-24T10:17:51.946Z] === SKIP: amd64.integration.service TestServicePlugin (1.94s) [2022-06-24T10:17:51.946Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.946Z] [2022-06-24T10:17:51.946Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-06-24T10:17:51.946Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.946Z] [2022-06-24T10:17:51.946Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-06-24T10:17:51.946Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.946Z] [2022-06-24T10:17:51.946Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-06-24T10:17:51.946Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.946Z] [2022-06-24T10:17:51.946Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-06-24T10:17:51.946Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.946Z] [2022-06-24T10:17:51.946Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2022-06-24T10:17:51.946Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-24T10:17:51.946Z] [2022-06-24T10:17:51.946Z] DONE 24 tests, 23 skipped in 2.365s [2022-06-24T10:17:51.946Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-24T10:17:51.946Z] INFO: Testing against a local daemon [2022-06-24T10:17:51.946Z] === RUN TestSessionCreate [2022-06-24T10:17:51.946Z] --- PASS: TestSessionCreate (0.04s) [2022-06-24T10:17:51.946Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-24T10:17:51.978Z] time="2022-06-24T10:17:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:17:51.978Z] time="2022-06-24T10:17:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad5e7af242d830d1614ad6431a22eba9f98b519a9320484b016bf65c7a7fc973" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:17:51.978Z] time="2022-06-24T10:17:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:17:51.978Z] time="2022-06-24T10:17:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad5e7af242d830d1614ad6431a22eba9f98b519a9320484b016bf65c7a7fc973" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:17:52.107Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:17:52.205Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-06-24T10:17:52.205Z] PASS [2022-06-24T10:17:52.205Z] [2022-06-24T10:17:52.205Z] DONE 2 tests in 0.175s [2022-06-24T10:17:52.205Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-24T10:17:52.205Z] INFO: Testing against a local daemon [2022-06-24T10:17:52.205Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-24T10:17:52.205Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-24T10:17:52.205Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-24T10:17:52.205Z] === RUN TestDiskUsage [2022-06-24T10:17:52.205Z] === PAUSE TestDiskUsage [2022-06-24T10:17:52.205Z] === RUN TestEventsExecDie [2022-06-24T10:17:52.236Z] === RUN TestPluginInstall/with_insecure [2022-06-24T10:17:52.775Z] --- PASS: TestEventsExecDie (0.52s) [2022-06-24T10:17:52.775Z] === RUN TestEventsBackwardsCompatible [2022-06-24T10:17:52.775Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-06-24T10:17:52.775Z] === RUN TestEventsVolumeCreate [2022-06-24T10:17:52.775Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-24T10:17:52.775Z] === RUN TestInfoBinaryCommits [2022-06-24T10:17:52.775Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-24T10:17:52.775Z] === RUN TestInfoAPIVersioned [2022-06-24T10:17:52.775Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-24T10:17:52.775Z] === RUN TestInfoAPI [2022-06-24T10:17:52.775Z] --- PASS: TestInfoAPI (0.02s) [2022-06-24T10:17:52.775Z] === RUN TestInfoAPIWarnings [2022-06-24T10:17:53.170Z] time="2022-06-24T10:17:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:17:53.170Z] time="2022-06-24T10:17:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:817894e9a9f4572720e17aaf6d00d975f303a84d74cdf358f1318878b45bd7f5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:17:53.170Z] time="2022-06-24T10:17:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:17:53.170Z] time="2022-06-24T10:17:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:817894e9a9f4572720e17aaf6d00d975f303a84d74cdf358f1318878b45bd7f5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:17:53.428Z] plugin_test.go:195: [d90f4b49f6a7d] daemon is not started [2022-06-24T10:17:53.428Z] --- PASS: TestPluginInstall (2.74s) [2022-06-24T10:17:53.428Z] --- PASS: TestPluginInstall/no_auth (1.05s) [2022-06-24T10:17:53.428Z] --- PASS: TestPluginInstall/with_htpasswd (0.62s) [2022-06-24T10:17:53.428Z] --- PASS: TestPluginInstall/with_insecure (1.06s) [2022-06-24T10:17:53.428Z] === RUN TestPluginsWithRuntimes [2022-06-24T10:17:53.471Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-24T10:17:53.471Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-24T10:17:53.572Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-06-24T10:17:53.572Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-06-24T10:17:53.681Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-06-24T10:17:54.398Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:17:54.504Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-06-24T10:17:54.654Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-24T10:17:54.801Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-24T10:17:55.735Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-24T10:17:55.875Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-06-24T10:17:56.669Z] --- PASS: TestPluginsWithRuntimes (3.36s) [2022-06-24T10:17:56.669Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.89s) [2022-06-24T10:17:56.669Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.91s) [2022-06-24T10:17:56.669Z] === RUN TestPluginBackCompatMediaTypes [2022-06-24T10:17:56.818Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-06-24T10:17:57.235Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-06-24T10:17:57.235Z] PASS [2022-06-24T10:17:57.235Z] [2022-06-24T10:17:57.235Z] DONE 24 tests in 6.705s [2022-06-24T10:17:57.235Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-24T10:17:57.494Z] INFO: Testing against a local daemon [2022-06-24T10:17:57.494Z] === RUN TestExternalGraphDriver [2022-06-24T10:17:57.494Z] === RUN TestExternalGraphDriver/json [2022-06-24T10:17:57.920Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-24T10:17:57.920Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-24T10:17:58.195Z] docker_api_swarm_service_test.go:304: [d7f56e2fdf546] joining swarm manager [d2e7c53e82c3c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:17:58.195Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-06-24T10:17:58.760Z] docker_api_swarm_service_test.go:304: [dd979a359c5bf] joining swarm manager [d2e7c53e82c3c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:17:59.018Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-06-24T10:17:59.393Z] === RUN TestExternalGraphDriver/spec [2022-06-24T10:17:59.807Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-24T10:18:00.767Z] === RUN TestExternalGraphDriver/pull [2022-06-24T10:18:01.544Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-06-24T10:18:01.695Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-24T10:18:01.696Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-24T10:18:02.667Z] --- PASS: TestExternalGraphDriver (4.92s) [2022-06-24T10:18:02.667Z] --- PASS: TestExternalGraphDriver/json (1.61s) [2022-06-24T10:18:02.667Z] --- PASS: TestExternalGraphDriver/spec (1.63s) [2022-06-24T10:18:02.667Z] --- PASS: TestExternalGraphDriver/pull (1.65s) [2022-06-24T10:18:02.667Z] === RUN TestGraphdriverPluginV2 [2022-06-24T10:18:02.916Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-06-24T10:18:03.587Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-24T10:18:03.587Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-24T10:18:03.848Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-06-24T10:18:04.105Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-06-24T10:18:04.670Z] === RUN TestDockerSuite/TestPsRightTagName [2022-06-24T10:18:04.953Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-24T10:18:06.567Z] === RUN TestDockerSuite/TestPsShowMounts [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.71s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.96s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.21s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.33s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.38s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.88s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.59s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.81s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.73s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.92s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.67s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.72s) [2022-06-24T10:18:06.841Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.58s) [2022-06-24T10:18:06.841Z] === RUN TestCgroupNamespacesRun [2022-06-24T10:18:06.850Z] --- PASS: TestGraphdriverPluginV2 (3.81s) [2022-06-24T10:18:06.850Z] PASS [2022-06-24T10:18:06.850Z] [2022-06-24T10:18:06.850Z] DONE 5 tests in 8.769s [2022-06-24T10:18:06.850Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-24T10:18:06.850Z] INFO: Testing against a local daemon [2022-06-24T10:18:06.850Z] === RUN TestContinueAfterPluginCrash [2022-06-24T10:18:06.850Z] === PAUSE TestContinueAfterPluginCrash [2022-06-24T10:18:06.850Z] === RUN TestReadPluginNoRead [2022-06-24T10:18:06.850Z] === PAUSE TestReadPluginNoRead [2022-06-24T10:18:06.850Z] === RUN TestDaemonStartWithLogOpt [2022-06-24T10:18:06.850Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-24T10:18:06.850Z] === CONT TestContinueAfterPluginCrash [2022-06-24T10:18:06.850Z] === CONT TestDaemonStartWithLogOpt [2022-06-24T10:18:07.768Z] --- PASS: TestCgroupNamespacesRun (1.14s) [2022-06-24T10:18:07.768Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-24T10:18:08.695Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.12s) [2022-06-24T10:18:08.695Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-24T10:18:09.091Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-06-24T10:18:09.091Z] docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows [2022-06-24T10:18:09.091Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-06-24T10:18:09.091Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-06-24T10:18:09.091Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-06-24T10:18:09.091Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-06-24T10:18:10.022Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-06-24T10:18:10.060Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.21s) [2022-06-24T10:18:10.060Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-24T10:18:10.137Z] --- PASS: TestDaemonStartWithLogOpt (3.51s) [2022-06-24T10:18:10.137Z] === CONT TestReadPluginNoRead [2022-06-24T10:18:10.867Z] --- PASS: TestInfoAPIWarnings (16.56s) [2022-06-24T10:18:10.868Z] === RUN TestInfoDebug [2022-06-24T10:18:10.868Z] --- PASS: TestInfoDebug (0.54s) [2022-06-24T10:18:10.868Z] === RUN TestInfoInsecureRegistries [2022-06-24T10:18:10.868Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-06-24T10:18:10.868Z] === RUN TestInfoRegistryMirrors [2022-06-24T10:18:10.992Z] --- PASS: TestCgroupNamespacesRunHostMode (1.15s) [2022-06-24T10:18:10.992Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-24T10:18:11.127Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-06-24T10:18:11.127Z] === RUN TestLoginFailsWithBadCredentials [2022-06-24T10:18:11.127Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-24T10:18:11.127Z] === RUN TestPingCacheHeaders [2022-06-24T10:18:11.127Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-06-24T10:18:11.127Z] === RUN TestPingGet [2022-06-24T10:18:11.127Z] --- PASS: TestPingGet (0.01s) [2022-06-24T10:18:11.127Z] === RUN TestPingHead [2022-06-24T10:18:11.127Z] --- PASS: TestPingHead (0.04s) [2022-06-24T10:18:11.127Z] === RUN TestPingSwarmHeader [2022-06-24T10:18:11.393Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-06-24T10:18:11.650Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-06-24T10:18:11.695Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-24T10:18:12.038Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-24T10:18:12.371Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2022-06-24T10:18:12.371Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-24T10:18:12.634Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-24T10:18:12.971Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-24T10:18:13.298Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-06-24T10:18:13.298Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-24T10:18:13.572Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-24T10:18:13.572Z] --- PASS: TestPingSwarmHeader (2.19s) [2022-06-24T10:18:13.572Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-24T10:18:13.572Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-24T10:18:13.572Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-24T10:18:13.572Z] === RUN TestVersion [2022-06-24T10:18:13.572Z] --- PASS: TestVersion (0.03s) [2022-06-24T10:18:13.572Z] === CONT TestDiskUsage [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/empty [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/empty/container_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/empty/image_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/empty/volume_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-24T10:18:14.141Z] === RUN TestDiskUsage/after_container.Run [2022-06-24T10:18:14.224Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-06-24T10:18:14.224Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-24T10:18:14.344Z] === RUN TestReadPluginNoRead/default [2022-06-24T10:18:14.400Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-24T10:18:14.400Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-24T10:18:14.400Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-24T10:18:14.400Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-24T10:18:14.400Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-24T10:18:14.400Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-24T10:18:14.400Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-24T10:18:14.400Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-24T10:18:14.400Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-24T10:18:14.400Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-24T10:18:14.602Z] --- PASS: TestContinueAfterPluginCrash (8.40s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage (1.23s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_container.Run (0.38s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.02s) [2022-06-24T10:18:14.659Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-06-24T10:18:14.659Z] PASS [2022-06-24T10:18:14.659Z] [2022-06-24T10:18:14.659Z] === Skipped [2022-06-24T10:18:14.659Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-24T10:18:14.659Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-24T10:18:14.659Z] [2022-06-24T10:18:14.659Z] DONE 54 tests, 1 skipped in 22.582s [2022-06-24T10:18:14.659Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-24T10:18:14.918Z] INFO: Testing against a local daemon [2022-06-24T10:18:14.918Z] === RUN TestVolumesCreateAndList [2022-06-24T10:18:14.918Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-24T10:18:14.918Z] === RUN TestVolumesRemove [2022-06-24T10:18:14.918Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-24T10:18:14.918Z] === RUN TestVolumesInspect [2022-06-24T10:18:14.918Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-24T10:18:14.918Z] === RUN TestVolumesInvalidJSON [2022-06-24T10:18:14.918Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-24T10:18:14.918Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-24T10:18:14.918Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-24T10:18:14.918Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-24T10:18:14.918Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-24T10:18:14.918Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-24T10:18:14.918Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-24T10:18:14.918Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-24T10:18:14.918Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-24T10:18:14.918Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-24T10:18:14.918Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-24T10:18:14.918Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-24T10:18:14.918Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-24T10:18:14.918Z] PASS [2022-06-24T10:18:14.918Z] [2022-06-24T10:18:14.918Z] DONE 9 tests in 0.204s [2022-06-24T10:18:14.918Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-24T10:18:14.918Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14260 is not a child of this shell [2022-06-24T10:18:14.918Z] warning: PID 14260 from bundles/test-integration/docker.pid had a nonzero exit code [2022-06-24T10:18:14.918Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-24T10:18:14.918Z] [2022-06-24T10:18:14.918Z] Unloading profiles will leave already running processes permanently [2022-06-24T10:18:14.918Z] unconfined, which can lead to unexpected situations. [2022-06-24T10:18:14.918Z] [2022-06-24T10:18:14.918Z] To set a process to complain mode, use the command line tool [2022-06-24T10:18:14.918Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-24T10:18:14.918Z] Removing test suite binaries [2022-06-24T10:18:14.918Z] exiting test-integration [2022-06-24T10:18:14.918Z] ++ exit 0 [2022-06-24T10:18:14.918Z] [2022-06-24T10:18:15.151Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.18s) [2022-06-24T10:18:15.151Z] === RUN TestNISDomainname [2022-06-24T10:18:15.535Z] === CONT TestReadPluginNoRead [2022-06-24T10:18:15.535Z] read_test.go:92: [dc8b2000766b2] daemon is not started [2022-06-24T10:18:15.535Z] --- PASS: TestReadPluginNoRead (5.89s) [2022-06-24T10:18:15.535Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.20s) [2022-06-24T10:18:15.535Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.22s) [2022-06-24T10:18:15.535Z] --- PASS: TestReadPluginNoRead/default (1.25s) [2022-06-24T10:18:15.535Z] PASS [2022-06-24T10:18:15.535Z] [2022-06-24T10:18:15.535Z] DONE 6 tests in 9.425s [2022-06-24T10:18:15.535Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-06-24T10:18:15.535Z] testing: warning: no tests to run [2022-06-24T10:18:15.535Z] PASS [2022-06-24T10:18:15.535Z] [2022-06-24T10:18:15.535Z] DONE 0 tests in 0.008s [2022-06-24T10:18:15.535Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-24T10:18:15.535Z] INFO: Testing against a local daemon [2022-06-24T10:18:15.535Z] === RUN TestPluginWithDevMounts [2022-06-24T10:18:15.535Z] === PAUSE TestPluginWithDevMounts [2022-06-24T10:18:15.535Z] === CONT TestPluginWithDevMounts [2022-06-24T10:18:15.713Z] --- PASS: TestNISDomainname (0.51s) [2022-06-24T10:18:15.713Z] === RUN TestHostnameDnsResolution Post stage [Pipeline] junit [2022-06-24T10:18:15.870Z] Recording test results [2022-06-24T10:18:16.274Z] --- PASS: TestHostnameDnsResolution (0.61s) [2022-06-24T10:18:16.274Z] === RUN TestUnprivilegedPortsAndPing [2022-06-24T10:18:16.836Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s) [2022-06-24T10:18:16.836Z] === RUN TestPrivilegedHostDevices [2022-06-24T10:18:17.401Z] --- PASS: TestPrivilegedHostDevices (0.51s) [2022-06-24T10:18:17.401Z] === RUN TestRunConsoleSize [2022-06-24T10:18:17.481Z] --- PASS: TestPluginWithDevMounts (1.60s) [2022-06-24T10:18:17.481Z] PASS [2022-06-24T10:18:17.481Z] [2022-06-24T10:18:17.481Z] DONE 1 tests in 1.631s [2022-06-24T10:18:17.481Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-24T10:18:17.481Z] INFO: Testing against a local daemon [2022-06-24T10:18:17.481Z] === RUN TestSecretInspect [2022-06-24T10:18:17.695Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-24T10:18:17.964Z] --- PASS: TestRunConsoleSize (0.43s) [2022-06-24T10:18:17.964Z] === RUN TestStats [2022-06-24T10:18:18.042Z] + echo Ensuring container killed. [2022-06-24T10:18:18.042Z] Ensuring container killed. [2022-06-24T10:18:18.042Z] + docker rm -vf docker-pr7 [2022-06-24T10:18:18.042Z] Error: No such container: docker-pr7 [Pipeline] sh [2022-06-24T10:18:18.334Z] + echo Chowning /workspace to jenkins user [2022-06-24T10:18:18.334Z] Chowning /workspace to jenkins user [2022-06-24T10:18:18.334Z] + id -u [2022-06-24T10:18:18.334Z] + id -g [2022-06-24T10:18:18.334Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43622:/workspace busybox chown -R 1000:1000 /workspace [2022-06-24T10:18:18.334Z] Unable to find image 'busybox:latest' locally [2022-06-24T10:18:18.334Z] latest: Pulling from library/busybox [2022-06-24T10:18:18.594Z] 19d511225f94: Pulling fs layer [2022-06-24T10:18:18.594Z] 19d511225f94: Download complete [2022-06-24T10:18:18.594Z] 19d511225f94: Pull complete [2022-06-24T10:18:18.594Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-24T10:18:18.594Z] Status: Downloaded newer image for busybox:latest [2022-06-24T10:18:19.393Z] --- PASS: TestSecretInspect (2.16s) [2022-06-24T10:18:19.393Z] === RUN TestSecretList [2022-06-24T10:18:19.748Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-06-24T10:18:19.748Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-06-24T10:18:19.748Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-06-24T10:18:20.312Z] docker_api_swarm_service_test.go:100: [d56ffe2bd4516] joining swarm manager [db09099e427aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:18:20.476Z] --- PASS: TestStats (2.45s) [2022-06-24T10:18:20.476Z] === RUN TestStopContainerWithTimeout [2022-06-24T10:18:20.476Z] === RUN TestStopContainerWithTimeout/0 [2022-06-24T10:18:20.476Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-24T10:18:20.476Z] === RUN TestStopContainerWithTimeout/1 [2022-06-24T10:18:20.476Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-24T10:18:20.476Z] === RUN TestStopContainerWithTimeout/3 [2022-06-24T10:18:20.476Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-24T10:18:20.476Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-24T10:18:20.476Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-24T10:18:20.476Z] === CONT TestStopContainerWithTimeout/0 [2022-06-24T10:18:20.476Z] === CONT TestStopContainerWithTimeout/3 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-24T10:18:20.800Z] + bundleName=amd64-rootless [2022-06-24T10:18:20.800Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-06-24T10:18:20.800Z] Creating amd64-rootless-bundles.tar.gz [2022-06-24T10:18:20.800Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-06-24T10:18:20.800Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-06-24T10:18:20.813Z] Archiving artifacts [2022-06-24T10:18:21.037Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-24T10:18:21.245Z] docker_api_swarm_service_test.go:101: [d97aca2204b61] joining swarm manager [db09099e427aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:18:21.503Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-06-24T10:18:21.503Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-06-24T10:18:21.503Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-06-24T10:18:21.760Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-06-24T10:18:21.921Z] --- PASS: TestSecretList (2.16s) [2022-06-24T10:18:21.921Z] === RUN TestSecretsCreateAndDelete [2022-06-24T10:18:22.822Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43622/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-24T10:18:22.924Z] === CONT TestStopContainerWithTimeout/1 [2022-06-24T10:18:23.143Z] + make clean [2022-06-24T10:18:23.402Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-24T10:18:23.402Z] docker-dev-cache [2022-06-24T10:18:23.402Z] docker-mod-cache [Pipeline] deleteDir [2022-06-24T10:18:23.821Z] --- PASS: TestSecretsCreateAndDelete (2.25s) [2022-06-24T10:18:23.821Z] === RUN TestSecretsUpdate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-24T10:18:24.286Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-06-24T10:18:24.287Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-24T10:18:24.288Z] --- PASS: TestStopContainerWithTimeout/0 (0.69s) [2022-06-24T10:18:24.288Z] --- PASS: TestStopContainerWithTimeout/3 (2.64s) [2022-06-24T10:18:24.288Z] --- PASS: TestStopContainerWithTimeout/-1 (2.37s) [2022-06-24T10:18:24.288Z] --- PASS: TestStopContainerWithTimeout/1 (1.42s) [2022-06-24T10:18:24.288Z] === RUN TestDeleteDevicemapper [2022-06-24T10:18:24.288Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-24T10:18:24.288Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-24T10:18:24.288Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-24T10:18:25.658Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-06-24T10:18:26.348Z] --- PASS: TestSecretsUpdate (2.16s) [2022-06-24T10:18:26.348Z] === RUN TestTemplatedSecret [2022-06-24T10:18:26.803Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.08s) [2022-06-24T10:18:26.803Z] === RUN TestUpdateMemory [2022-06-24T10:18:27.059Z] --- PASS: TestUpdateMemory (0.57s) [2022-06-24T10:18:27.059Z] === RUN TestUpdateCPUQuota [2022-06-24T10:18:27.556Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-06-24T10:18:27.620Z] --- PASS: TestUpdateCPUQuota (0.73s) [2022-06-24T10:18:27.620Z] === RUN TestUpdatePidsLimit [2022-06-24T10:18:27.620Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-24T10:18:27.876Z] === RUN TestUpdatePidsLimit/no_change [2022-06-24T10:18:28.132Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-24T10:18:28.387Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-24T10:18:28.387Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-24T10:18:28.643Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-24T10:18:28.877Z] --- PASS: TestTemplatedSecret (2.54s) [2022-06-24T10:18:28.877Z] === RUN TestSecretCreateResolve [2022-06-24T10:18:28.899Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-24T10:18:28.926Z] === RUN TestDockerSuite/TestRmiBlank [2022-06-24T10:18:28.926Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-06-24T10:18:28.926Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-06-24T10:18:29.461Z] --- PASS: TestUpdatePidsLimit (1.71s) [2022-06-24T10:18:29.461Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2022-06-24T10:18:29.461Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2022-06-24T10:18:29.461Z] --- PASS: TestUpdatePidsLimit/update_lower (0.19s) [2022-06-24T10:18:29.461Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s) [2022-06-24T10:18:29.461Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s) [2022-06-24T10:18:29.461Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s) [2022-06-24T10:18:29.461Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s) [2022-06-24T10:18:29.461Z] === RUN TestUpdateRestartPolicy [2022-06-24T10:18:30.780Z] --- PASS: TestSecretCreateResolve (2.16s) [2022-06-24T10:18:30.780Z] PASS [2022-06-24T10:18:30.780Z] [2022-06-24T10:18:30.780Z] DONE 6 tests in 13.449s [2022-06-24T10:18:30.780Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-24T10:18:30.780Z] INFO: Testing against a local daemon [2022-06-24T10:18:30.780Z] === RUN TestServiceCreateInit [2022-06-24T10:18:30.780Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-24T10:18:31.478Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-06-24T10:18:32.409Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-06-24T10:18:32.409Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-06-24T10:18:33.780Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-06-24T10:18:34.345Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-06-24T10:18:34.966Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-24T10:18:35.716Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-06-24T10:18:36.047Z] === RUN TestDockerSuite/TestRmiTag [2022-06-24T10:18:36.304Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-06-24T10:18:36.869Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-06-24T10:18:38.383Z] --- PASS: TestServiceCreateInit (7.62s) [2022-06-24T10:18:38.383Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.66s) [2022-06-24T10:18:38.383Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.95s) [2022-06-24T10:18:38.383Z] === RUN TestCreateServiceMultipleTimes [2022-06-24T10:18:40.146Z] check_test.go:611: [d56ffe2bd4516] daemon is not started [2022-06-24T10:18:40.712Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-06-24T10:18:41.277Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-06-24T10:18:41.677Z] --- PASS: TestUpdateRestartPolicy (10.89s) [2022-06-24T10:18:41.677Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-24T10:18:41.677Z] --- PASS: TestUpdateRestartWithAutoRemove (0.49s) [2022-06-24T10:18:41.677Z] === RUN TestWaitNonBlocked [2022-06-24T10:18:41.677Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-24T10:18:41.677Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-24T10:18:41.677Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-24T10:18:41.677Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-24T10:18:41.677Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-24T10:18:41.677Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-24T10:18:41.677Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-24T10:18:41.677Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s) [2022-06-24T10:18:41.677Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.73s) [2022-06-24T10:18:41.677Z] === RUN TestWaitBlocked [2022-06-24T10:18:41.677Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-24T10:18:41.677Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-24T10:18:41.677Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-24T10:18:41.677Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-24T10:18:41.677Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-24T10:18:41.677Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-24T10:18:41.842Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-06-24T10:18:42.099Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-06-24T10:18:42.238Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-24T10:18:42.238Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.62s) [2022-06-24T10:18:42.238Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s) [2022-06-24T10:18:42.238Z] === CONT TestContainerStartOnDaemonRestart [2022-06-24T10:18:42.238Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-24T10:18:42.664Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-06-24T10:18:43.229Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-06-24T10:18:43.794Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-06-24T10:18:44.051Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-06-24T10:18:44.755Z] --- PASS: TestContainerStartOnDaemonRestart (2.13s) [2022-06-24T10:18:44.755Z] === CONT TestIpcModeOlderClient [2022-06-24T10:18:44.755Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.14s) [2022-06-24T10:18:44.755Z] === CONT TestContainerKillOnDaemonStart [2022-06-24T10:18:44.755Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-06-24T10:18:44.755Z] === CONT TestDaemonHostGatewayIP [2022-06-24T10:18:44.983Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-06-24T10:18:45.548Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-06-24T10:18:46.471Z] .........................xx.................... [ 29%] [2022-06-24T10:18:47.269Z] === CONT TestDaemonRestartIpcMode [2022-06-24T10:18:47.269Z] --- PASS: TestDaemonHostGatewayIP (2.49s) [2022-06-24T10:18:47.444Z] docker_api_swarm_service_test.go:533: [d74e6571bb5c3] joining swarm manager [dbd2235f78551]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:18:48.376Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-06-24T10:18:48.941Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-06-24T10:18:48.941Z] docker_api_swarm_service_test.go:534: [dfa751838e00d] joining swarm manager [dbd2235f78551]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:18:49.157Z] --- PASS: TestDaemonRestartIpcMode (2.18s) [2022-06-24T10:18:49.874Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-06-24T10:18:51.772Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-06-24T10:18:54.299Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-06-24T10:18:56.196Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-06-24T10:18:56.462Z] --- PASS: TestCreateServiceMultipleTimes (15.88s) [2022-06-24T10:18:56.462Z] === RUN TestCreateServiceConflict [2022-06-24T10:18:56.462Z] --- PASS: TestCreateServiceConflict (2.35s) [2022-06-24T10:18:56.462Z] === RUN TestCreateServiceMaxReplicas [2022-06-24T10:18:57.238Z] --- PASS: TestContainerKillOnDaemonStart (11.75s) [2022-06-24T10:18:57.238Z] PASS [2022-06-24T10:18:57.238Z] [2022-06-24T10:18:57.238Z] === Skipped [2022-06-24T10:18:57.238Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-06-24T10:18:57.238Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-24T10:18:57.238Z] [2022-06-24T10:18:57.238Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-24T10:18:57.238Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-24T10:18:57.238Z] [2022-06-24T10:18:57.238Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-24T10:18:57.238Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-24T10:18:57.238Z] [2022-06-24T10:18:57.238Z] DONE 259 tests, 3 skipped in 120.054s [2022-06-24T10:18:57.238Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-24T10:18:57.238Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:18:57.238Z] ++ set -e [2022-06-24T10:18:57.238Z] ++ '[' -n 0 ']' [2022-06-24T10:18:57.238Z] ++ set -x [2022-06-24T10:18:57.238Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:18:57.238Z] === RUN TestConfigDaemonLibtrustID [2022-06-24T10:18:57.238Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-06-24T10:18:57.238Z] === RUN TestConfigDaemonID [2022-06-24T10:18:57.800Z] daemon_test.go:83: [de15d28bc7667] daemon is not started [2022-06-24T10:18:57.800Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-24T10:18:57.800Z] === RUN TestDaemonConfigValidation [2022-06-24T10:18:57.800Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-24T10:18:57.800Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-24T10:18:57.800Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-24T10:18:57.800Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-24T10:18:57.800Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-24T10:18:57.800Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-24T10:18:57.800Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-24T10:18:57.800Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-24T10:18:57.800Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-24T10:18:57.800Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-24T10:18:57.800Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-24T10:18:57.800Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-24T10:18:58.056Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-24T10:18:58.056Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-24T10:18:58.056Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-24T10:18:58.056Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-24T10:18:58.056Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-06-24T10:18:58.056Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s) [2022-06-24T10:18:58.056Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-06-24T10:18:58.056Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-06-24T10:18:58.056Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-06-24T10:18:58.056Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-24T10:18:58.056Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-24T10:18:58.092Z] === RUN TestDockerSuite/TestDevicePermissions [2022-06-24T10:18:58.350Z] === RUN TestDockerSuite/TestDockerFails [2022-06-24T10:18:58.608Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-06-24T10:18:59.423Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-24T10:18:59.744Z] --- PASS: TestCreateServiceMaxReplicas (2.76s) [2022-06-24T10:18:59.744Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-24T10:18:59.987Z] === RUN TestDockerSuite/TestMountIntoProc [2022-06-24T10:19:00.259Z] === RUN TestDockerSuite/TestMountIntoSys [2022-06-24T10:19:00.350Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-24T10:19:00.836Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-06-24T10:19:01.277Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-24T10:19:01.277Z] daemon_test.go:197: [d66d8115d412d] daemon is not started [2022-06-24T10:19:01.277Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-06-24T10:19:01.277Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-24T10:19:01.277Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-24T10:19:01.277Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-24T10:19:01.277Z] === RUN TestDaemonProxy [2022-06-24T10:19:01.277Z] === RUN TestDaemonProxy/environment_variables [2022-06-24T10:19:02.208Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-06-24T10:19:02.772Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-06-24T10:19:03.024Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-06-24T10:19:03.165Z] === RUN TestDaemonProxy/command-line_options [2022-06-24T10:19:03.336Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-06-24T10:19:04.268Z] === RUN TestDockerSuite/TestRunAddHost [2022-06-24T10:19:04.832Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-06-24T10:19:05.052Z] === RUN TestDaemonProxy/configuration_file [2022-06-24T10:19:05.090Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-06-24T10:19:05.655Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-06-24T10:19:05.655Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-06-24T10:19:06.219Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-06-24T10:19:06.415Z] === RUN TestDaemonProxy/conflicting_options [2022-06-24T10:19:06.977Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-24T10:19:07.538Z] --- PASS: TestDaemonProxy (6.25s) [2022-06-24T10:19:07.538Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-06-24T10:19:07.538Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-06-24T10:19:07.538Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-06-24T10:19:07.538Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-24T10:19:07.538Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-24T10:19:07.538Z] PASS [2022-06-24T10:19:07.538Z] [2022-06-24T10:19:07.538Z] DONE 18 tests in 11.299s [2022-06-24T10:19:07.538Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-06-24T10:19:07.538Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:19:07.538Z] ++ set -e [2022-06-24T10:19:07.538Z] ++ '[' -n 0 ']' [2022-06-24T10:19:07.538Z] ++ set -x [2022-06-24T10:19:07.538Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:19:07.538Z] INFO: Testing against a local daemon [2022-06-24T10:19:07.538Z] === RUN TestCommitInheritsEnv [2022-06-24T10:19:07.591Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-06-24T10:19:07.848Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-06-24T10:19:08.099Z] --- PASS: TestCommitInheritsEnv (0.26s) [2022-06-24T10:19:08.099Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-24T10:19:08.099Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-24T10:19:08.099Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-06-24T10:19:08.099Z] === RUN TestImportWithCustomPlatform [2022-06-24T10:19:08.099Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-24T10:19:08.099Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-24T10:19:08.099Z] === RUN TestImportWithCustomPlatform// [2022-06-24T10:19:08.099Z] === RUN TestImportWithCustomPlatform/linux [2022-06-24T10:19:08.099Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-24T10:19:08.099Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-24T10:19:08.355Z] === RUN TestImportWithCustomPlatform/macos [2022-06-24T10:19:08.355Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-24T10:19:08.355Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-24T10:19:08.355Z] --- PASS: TestImportWithCustomPlatform (0.34s) [2022-06-24T10:19:08.355Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-24T10:19:08.355Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-24T10:19:08.355Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-24T10:19:08.355Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-24T10:19:08.355Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-24T10:19:08.355Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.09s) [2022-06-24T10:19:08.355Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-24T10:19:08.355Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-24T10:19:08.355Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-24T10:19:08.355Z] === RUN TestImagesFilterMultiReference [2022-06-24T10:19:08.355Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-06-24T10:19:08.355Z] === RUN TestImagePullPlatformInvalid [2022-06-24T10:19:08.355Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-24T10:19:08.355Z] === RUN TestRemoveImageOrphaning [2022-06-24T10:19:08.413Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-06-24T10:19:08.618Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-06-24T10:19:08.618Z] === RUN TestRemoveImageGarbageCollector [2022-06-24T10:19:08.618Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-24T10:19:08.619Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-24T10:19:08.619Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-24T10:19:08.619Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-24T10:19:08.619Z] === RUN TestTagInvalidReference [2022-06-24T10:19:08.619Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-24T10:19:08.619Z] === RUN TestTagValidPrefixedRepo [2022-06-24T10:19:08.619Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-24T10:19:08.619Z] === RUN TestTagExistedNameWithoutForce [2022-06-24T10:19:08.619Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-24T10:19:08.619Z] === RUN TestTagOfficialNames [2022-06-24T10:19:08.876Z] --- PASS: TestTagOfficialNames (0.06s) [2022-06-24T10:19:08.876Z] === RUN TestTagMatchesDigest [2022-06-24T10:19:08.876Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-24T10:19:08.876Z] PASS [2022-06-24T10:19:08.876Z] [2022-06-24T10:19:08.876Z] === Skipped [2022-06-24T10:19:08.876Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-06-24T10:19:08.876Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-24T10:19:08.876Z] [2022-06-24T10:19:08.876Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-24T10:19:08.876Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-24T10:19:08.876Z] [2022-06-24T10:19:08.876Z] DONE 22 tests, 2 skipped in 1.318s [2022-06-24T10:19:08.876Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-24T10:19:08.876Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:19:08.876Z] ++ set -e [2022-06-24T10:19:08.876Z] ++ '[' -n 0 ']' [2022-06-24T10:19:08.876Z] ++ set -x [2022-06-24T10:19:08.876Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:19:08.876Z] === RUN TestStripANSICommands [2022-06-24T10:19:08.876Z] === RUN TestStripANSICommands/#00 [2022-06-24T10:19:08.876Z] === RUN TestStripANSICommands/#01 [2022-06-24T10:19:08.876Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-24T10:19:08.876Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-24T10:19:08.876Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-24T10:19:08.876Z] PASS [2022-06-24T10:19:08.876Z] [2022-06-24T10:19:08.876Z] DONE 3 tests in 0.039s [2022-06-24T10:19:08.876Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-06-24T10:19:08.876Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:19:08.876Z] ++ set -e [2022-06-24T10:19:08.876Z] ++ '[' -n 0 ']' [2022-06-24T10:19:08.876Z] ++ set -x [2022-06-24T10:19:08.876Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:19:08.876Z] INFO: Testing against a local daemon [2022-06-24T10:19:08.876Z] === RUN TestNetworkCreateDelete [2022-06-24T10:19:09.136Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-06-24T10:19:09.136Z] === RUN TestDockerNetworkDeletePreferID [2022-06-24T10:19:09.344Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-06-24T10:19:09.403Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s) [2022-06-24T10:19:09.403Z] === RUN TestDaemonDNSFallback [2022-06-24T10:19:10.277Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-06-24T10:19:10.468Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-06-24T10:19:11.208Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-06-24T10:19:11.208Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-06-24T10:19:11.773Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-06-24T10:19:11.941Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.72s) [2022-06-24T10:19:11.941Z] === RUN TestCreateServiceSecretFileMode [2022-06-24T10:19:12.706Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-06-24T10:19:12.963Z] docker_api_swarm_service_test.go:148: [d791722328f18] joining swarm manager [d65f0934154ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:19:13.528Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-06-24T10:19:13.786Z] docker_api_swarm_service_test.go:148: [d3a8711f8a3ec] joining swarm manager [d65f0934154ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:19:14.044Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-06-24T10:19:14.470Z] --- PASS: TestCreateServiceSecretFileMode (2.51s) [2022-06-24T10:19:14.470Z] === RUN TestCreateServiceConfigFileMode [2022-06-24T10:19:14.978Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-06-24T10:19:15.111Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-06-24T10:19:15.542Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-06-24T10:19:15.938Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-06-24T10:19:15.938Z] === RUN TestInspectNetwork [2022-06-24T10:19:16.473Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-06-24T10:19:16.999Z] --- PASS: TestCreateServiceConfigFileMode (2.47s) [2022-06-24T10:19:16.999Z] === RUN TestCreateServiceSysctls [2022-06-24T10:19:17.405Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-06-24T10:19:17.662Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-06-24T10:19:18.227Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-06-24T10:19:18.228Z] === RUN TestDockerSuite/TestRunBindMounts [2022-06-24T10:19:19.203Z] === RUN TestInspectNetwork/full_network_id [2022-06-24T10:19:19.203Z] === RUN TestInspectNetwork/partial_network_id [2022-06-24T10:19:19.203Z] === RUN TestInspectNetwork/network_name [2022-06-24T10:19:19.203Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-24T10:19:20.123Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-06-24T10:19:20.280Z] --- PASS: TestCreateServiceSysctls (3.14s) [2022-06-24T10:19:20.280Z] === RUN TestCreateServiceCapabilities [2022-06-24T10:19:20.380Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-06-24T10:19:20.946Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-06-24T10:19:21.510Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-06-24T10:19:22.076Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-06-24T10:19:22.076Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-06-24T10:19:22.809Z] --- PASS: TestCreateServiceCapabilities (2.59s) [2022-06-24T10:19:22.809Z] === RUN TestInspect [2022-06-24T10:19:23.008Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-06-24T10:19:23.365Z] --- PASS: TestInspectNetwork (7.18s) [2022-06-24T10:19:23.365Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-24T10:19:23.365Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-24T10:19:23.365Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-24T10:19:23.365Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-24T10:19:23.365Z] === RUN TestRunContainerWithBridgeNone [2022-06-24T10:19:23.572Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-06-24T10:19:24.137Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-06-24T10:19:24.292Z] --- PASS: TestRunContainerWithBridgeNone (1.42s) [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-24T10:19:24.292Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-24T10:19:24.292Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-24T10:19:24.292Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-24T10:19:24.292Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-24T10:19:24.292Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-24T10:19:24.292Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-24T10:19:24.292Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-24T10:19:24.292Z] === RUN TestNetworkList [2022-06-24T10:19:24.292Z] === RUN TestNetworkList//networks [2022-06-24T10:19:24.292Z] === PAUSE TestNetworkList//networks [2022-06-24T10:19:24.292Z] === RUN TestNetworkList//networks/ [2022-06-24T10:19:24.292Z] === PAUSE TestNetworkList//networks/ [2022-06-24T10:19:24.292Z] === CONT TestNetworkList//networks [2022-06-24T10:19:24.292Z] === CONT TestNetworkList//networks/ [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkList (0.02s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-24T10:19:24.292Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-24T10:19:24.292Z] === RUN TestHostIPv4BridgeLabel [2022-06-24T10:19:24.396Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-06-24T10:19:24.853Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-24T10:19:24.854Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-24T10:19:24.961Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-06-24T10:19:24.961Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-06-24T10:19:25.338Z] --- PASS: TestInspect (2.70s) [2022-06-24T10:19:25.338Z] === RUN TestCreateJob [2022-06-24T10:19:25.543Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-06-24T10:19:25.543Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-06-24T10:19:26.219Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-06-24T10:19:26.219Z] === RUN TestDaemonDefaultNetworkPools [2022-06-24T10:19:26.482Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-06-24T10:19:26.780Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-06-24T10:19:26.780Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-24T10:19:27.046Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-06-24T10:19:27.611Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-06-24T10:19:28.144Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-06-24T10:19:28.144Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-24T10:19:28.177Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-06-24T10:19:28.177Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-06-24T10:19:28.624Z] --- PASS: TestCreateJob (3.02s) [2022-06-24T10:19:28.625Z] === RUN TestReplicatedJob [2022-06-24T10:19:28.742Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-06-24T10:19:29.070Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-06-24T10:19:29.071Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-24T10:19:29.632Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-06-24T10:19:29.632Z] === RUN TestServiceWithPredefinedNetwork [2022-06-24T10:19:30.117Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-06-24T10:19:30.833Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-06-24T10:19:31.488Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-06-24T10:19:32.146Z] --- PASS: TestServiceWithPredefinedNetwork (2.37s) [2022-06-24T10:19:32.146Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-24T10:19:32.146Z] service_test.go:243: FLAKY_TEST [2022-06-24T10:19:32.146Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-24T10:19:32.146Z] === RUN TestServiceWithDataPathPortInit [2022-06-24T10:19:32.421Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-06-24T10:19:32.985Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-06-24T10:19:33.550Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-06-24T10:19:33.807Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-06-24T10:19:33.891Z] --- PASS: TestReplicatedJob (4.96s) [2022-06-24T10:19:33.891Z] === RUN TestUpdateReplicatedJob [2022-06-24T10:19:34.373Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-06-24T10:19:34.938Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-06-24T10:19:36.310Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-06-24T10:19:37.174Z] --- PASS: TestUpdateReplicatedJob (3.23s) [2022-06-24T10:19:37.174Z] === RUN TestServiceListWithStatuses [2022-06-24T10:19:37.174Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-24T10:19:37.174Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-24T10:19:37.174Z] === RUN TestDockerNetworkConnectAlias [2022-06-24T10:19:39.587Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-06-24T10:19:39.587Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-06-24T10:19:40.152Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-06-24T10:19:40.742Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-06-24T10:19:41.358Z] --- PASS: TestDockerNetworkConnectAlias (4.12s) [2022-06-24T10:19:41.358Z] === RUN TestDockerNetworkReConnect [2022-06-24T10:19:41.523Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-06-24T10:19:42.129Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-06-24T10:19:42.895Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-06-24T10:19:44.641Z] --- PASS: TestDockerNetworkReConnect (3.44s) [2022-06-24T10:19:44.641Z] === RUN TestServicePlugin [2022-06-24T10:19:44.792Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-06-24T10:19:46.164Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-06-24T10:19:46.164Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-24T10:19:46.164Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-06-24T10:19:46.164Z] docker_cli_run_test.go:4054: unmatched requirement DaemonIsWindows [2022-06-24T10:19:46.164Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-06-24T10:19:46.555Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-06-24T10:19:46.729Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-06-24T10:19:46.983Z] --- PASS: TestServiceWithDataPathPortInit (13.67s) [2022-06-24T10:19:46.983Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-24T10:19:47.925Z] plugin_test.go:61: [dacdcb2161f45] joining swarm manager [d8fe1f1439baf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:19:48.100Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-06-24T10:19:48.348Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:3ms6jcgwn29y2iyyzw0ktrpp3 Created:2022-06-24 10:19:46.985697255 +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[777b1c59a965e49724aa253e0c03715d73263e3158dc3ef10b0e524cc856340d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xb1sclem0s9r39j8l7sxc76w1 EndpointID:7066c81b04117178a6839595dc5b3effca11393eb09bc51f67cc7e9381763d52 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:51db4116db8151b0ae659fbf7ba1e6d1f93c7907ba555310927d56bc616e3314 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:b47cc74b9f85 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xb1sclem0s9r39j8l7sxc76w1 EndpointID:7066c81b04117178a6839595dc5b3effca11393eb09bc51f67cc7e9381763d52 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-24T10:19:49.032Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-06-24T10:19:49.357Z] plugin_test.go:64: [d7e6d060035d7] joining swarm manager [d8fe1f1439baf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:19:49.597Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-06-24T10:19:50.529Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-06-24T10:19:51.093Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-06-24T10:19:51.239Z] ............................ [ 66%] [2022-06-24T10:19:52.465Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-06-24T10:19:52.512Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.78s) [2022-06-24T10:19:52.512Z] PASS [2022-06-24T10:19:52.512Z] [2022-06-24T10:19:52.512Z] === Skipped [2022-06-24T10:19:52.512Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-24T10:19:52.512Z] service_test.go:243: FLAKY_TEST [2022-06-24T10:19:52.512Z] [2022-06-24T10:19:52.512Z] DONE 38 tests, 1 skipped in 43.609s [2022-06-24T10:19:52.512Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-24T10:19:52.512Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:19:52.512Z] ++ set -e [2022-06-24T10:19:52.512Z] ++ '[' -n 0 ']' [2022-06-24T10:19:52.512Z] ++ set -x [2022-06-24T10:19:52.512Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:19:52.512Z] INFO: Testing against a local daemon [2022-06-24T10:19:52.512Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-24T10:19:52.512Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:19:52.512Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-24T10:19:52.512Z] === RUN TestDockerNetworkIpvlan [2022-06-24T10:19:52.512Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:19:52.512Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-24T10:19:52.512Z] PASS [2022-06-24T10:19:52.512Z] [2022-06-24T10:19:52.512Z] === Skipped [2022-06-24T10:19:52.512Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-24T10:19:52.512Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:19:52.512Z] [2022-06-24T10:19:52.512Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-24T10:19:52.512Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-24T10:19:52.512Z] [2022-06-24T10:19:52.512Z] DONE 2 tests, 2 skipped in 0.092s [2022-06-24T10:19:52.512Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-24T10:19:52.512Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:19:52.512Z] ++ set -e [2022-06-24T10:19:52.512Z] ++ '[' -n 0 ']' [2022-06-24T10:19:52.512Z] ++ set -x [2022-06-24T10:19:52.512Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:19:52.768Z] INFO: Testing against a local daemon [2022-06-24T10:19:52.768Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-24T10:19:53.404Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-06-24T10:19:53.404Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-24T10:19:53.404Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-06-24T10:19:53.668Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-06-24T10:19:54.134Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.44s) [2022-06-24T10:19:54.134Z] === RUN TestDockerNetworkMacvlan [2022-06-24T10:19:54.696Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-24T10:19:55.043Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-06-24T10:19:55.044Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-06-24T10:19:55.608Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-06-24T10:19:55.622Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-24T10:19:56.173Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-06-24T10:19:56.183Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-24T10:19:56.738Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-06-24T10:19:57.303Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-06-24T10:19:57.303Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-06-24T10:19:57.867Z] === RUN TestDockerSuite/TestRunEnvironment [2022-06-24T10:19:58.072Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-24T10:19:58.433Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-06-24T10:19:58.999Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-06-24T10:19:59.565Z] === RUN TestDockerSuite/TestRunExitCode [2022-06-24T10:19:59.961Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-24T10:20:00.130Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-06-24T10:20:00.694Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-06-24T10:20:01.259Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-06-24T10:20:01.824Z] === RUN TestDockerSuite/TestRunExposePort [2022-06-24T10:20:01.824Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-06-24T10:20:02.389Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-06-24T10:20:02.954Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-06-24T10:20:03.228Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-24T10:20:03.791Z] --- PASS: TestDockerNetworkMacvlan (9.55s) [2022-06-24T10:20:03.791Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-06-24T10:20:03.791Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-06-24T10:20:03.791Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s) [2022-06-24T10:20:03.791Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.79s) [2022-06-24T10:20:03.791Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.00s) [2022-06-24T10:20:03.791Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2022-06-24T10:20:03.791Z] PASS [2022-06-24T10:20:03.791Z] [2022-06-24T10:20:03.791Z] DONE 8 tests in 11.101s [2022-06-24T10:20:03.791Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-24T10:20:03.791Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:03.791Z] ++ set -e [2022-06-24T10:20:03.791Z] ++ '[' -n 0 ']' [2022-06-24T10:20:03.791Z] ++ set -x [2022-06-24T10:20:03.791Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:03.791Z] testing: warning: no tests to run [2022-06-24T10:20:03.791Z] PASS [2022-06-24T10:20:03.791Z] [2022-06-24T10:20:03.791Z] DONE 0 tests in 0.034s [2022-06-24T10:20:03.791Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-24T10:20:03.791Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:03.791Z] ++ set -e [2022-06-24T10:20:03.791Z] ++ '[' -n 0 ']' [2022-06-24T10:20:03.791Z] ++ set -x [2022-06-24T10:20:03.791Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:04.047Z] INFO: Testing against a local daemon [2022-06-24T10:20:04.047Z] === RUN TestAuthZPluginAllowRequest [2022-06-24T10:20:04.326Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-06-24T10:20:04.326Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-24T10:20:04.326Z] docker_cli_run_test.go:4137: unmatched requirement DaemonIsWindows [2022-06-24T10:20:04.326Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-06-24T10:20:04.974Z] --- PASS: TestAuthZPluginAllowRequest (1.14s) [2022-06-24T10:20:04.974Z] === RUN TestAuthZPluginTLS [2022-06-24T10:20:05.536Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-06-24T10:20:05.536Z] === RUN TestAuthZPluginDenyRequest [2022-06-24T10:20:06.097Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-24T10:20:06.097Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-24T10:20:06.658Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-24T10:20:06.658Z] === RUN TestAuthZPluginDenyResponse [2022-06-24T10:20:07.220Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-24T10:20:07.220Z] === RUN TestAuthZPluginAllowEventStream [2022-06-24T10:20:07.605Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-06-24T10:20:07.863Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-06-24T10:20:08.584Z] --- PASS: TestAuthZPluginAllowEventStream (1.10s) [2022-06-24T10:20:08.584Z] === RUN TestAuthZPluginErrorResponse [2022-06-24T10:20:08.840Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-06-24T10:20:08.840Z] === RUN TestAuthZPluginErrorRequest [2022-06-24T10:20:09.402Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-24T10:20:09.402Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-24T10:20:09.964Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-24T10:20:09.964Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-24T10:20:11.333Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.34s) [2022-06-24T10:20:11.333Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-24T10:20:12.718Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.34s) [2022-06-24T10:20:12.718Z] === RUN TestAuthZPluginHeader [2022-06-24T10:20:13.121Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-06-24T10:20:13.286Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-06-24T10:20:13.286Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-24T10:20:13.286Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-24T10:20:13.286Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-24T10:20:13.286Z] === RUN TestAuthZPluginV2Disable [2022-06-24T10:20:13.286Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-24T10:20:13.286Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-06-24T10:20:13.286Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-24T10:20:13.286Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-24T10:20:13.286Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-24T10:20:13.286Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-24T10:20:13.286Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-24T10:20:13.286Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-24T10:20:13.286Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-24T10:20:15.896Z] --- PASS: TestServicePlugin (30.33s) [2022-06-24T10:20:15.896Z] === RUN TestServiceUpdateLabel [2022-06-24T10:20:16.830Z] --- PASS: TestServiceUpdateLabel (2.14s) [2022-06-24T10:20:16.830Z] === RUN TestServiceUpdateSecrets [2022-06-24T10:20:17.299Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-06-24T10:20:19.823Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-06-24T10:20:19.823Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-06-24T10:20:20.081Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-06-24T10:20:21.452Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-06-24T10:20:21.452Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-06-24T10:20:21.452Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-06-24T10:20:21.452Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-06-24T10:20:22.385Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-06-24T10:20:22.644Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-06-24T10:20:24.542Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-06-24T10:20:25.932Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-06-24T10:20:26.192Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-06-24T10:20:27.124Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-06-24T10:20:29.020Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-06-24T10:20:31.320Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-06-24T10:20:31.320Z] PASS [2022-06-24T10:20:31.320Z] [2022-06-24T10:20:31.320Z] === Skipped [2022-06-24T10:20:31.320Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-24T10:20:31.320Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-24T10:20:31.320Z] [2022-06-24T10:20:31.320Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-06-24T10:20:31.320Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-24T10:20:31.320Z] [2022-06-24T10:20:31.321Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-24T10:20:31.321Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-24T10:20:31.321Z] [2022-06-24T10:20:31.321Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-24T10:20:31.321Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-24T10:20:31.321Z] [2022-06-24T10:20:31.321Z] DONE 17 tests, 4 skipped in 26.062s [2022-06-24T10:20:31.321Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-24T10:20:31.321Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:31.321Z] ++ set -e [2022-06-24T10:20:31.321Z] ++ '[' -n 0 ']' [2022-06-24T10:20:31.321Z] ++ set -x [2022-06-24T10:20:31.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:31.321Z] INFO: Testing against a local daemon [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-24T10:20:31.321Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-24T10:20:31.321Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-24T10:20:31.321Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-24T10:20:31.321Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-24T10:20:31.321Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-24T10:20:31.321Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-24T10:20:31.321Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-24T10:20:31.321Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-24T10:20:31.321Z] === RUN TestPluginInstall [2022-06-24T10:20:31.321Z] === RUN TestPluginInstall/no_auth [2022-06-24T10:20:31.321Z] time="2022-06-24T10:20:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:20:31.321Z] time="2022-06-24T10:20:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4121a79c65103bec9010ba536108db4e70093c65cbe2d149a5bb53c66400070d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:20:31.321Z] time="2022-06-24T10:20:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:20:31.321Z] time="2022-06-24T10:20:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4121a79c65103bec9010ba536108db4e70093c65cbe2d149a5bb53c66400070d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:20:31.321Z] === RUN TestPluginInstall/with_htpasswd [2022-06-24T10:20:31.321Z] time="2022-06-24T10:20:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:20:31.321Z] time="2022-06-24T10:20:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4121a79c65103bec9010ba536108db4e70093c65cbe2d149a5bb53c66400070d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:20:31.321Z] time="2022-06-24T10:20:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:20:31.321Z] time="2022-06-24T10:20:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4121a79c65103bec9010ba536108db4e70093c65cbe2d149a5bb53c66400070d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:20:31.546Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-06-24T10:20:31.576Z] === RUN TestPluginInstall/with_insecure [2022-06-24T10:20:31.693Z] --- PASS: TestServiceUpdateSecrets (14.53s) [2022-06-24T10:20:31.693Z] === RUN TestServiceUpdateConfigs [2022-06-24T10:20:32.502Z] time="2022-06-24T10:20:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:20:32.502Z] time="2022-06-24T10:20:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ef5fa0ec9284109bcd45c6dc22e509d39095085ddefd4b7a20eb2ece83886e7b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:20:32.502Z] time="2022-06-24T10:20:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-24T10:20:32.502Z] time="2022-06-24T10:20:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ef5fa0ec9284109bcd45c6dc22e509d39095085ddefd4b7a20eb2ece83886e7b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-24T10:20:32.502Z] plugin_test.go:195: [d61777bff6c47] daemon is not started [2022-06-24T10:20:32.502Z] --- PASS: TestPluginInstall (2.54s) [2022-06-24T10:20:32.502Z] --- PASS: TestPluginInstall/no_auth (0.95s) [2022-06-24T10:20:32.502Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-06-24T10:20:32.502Z] --- PASS: TestPluginInstall/with_insecure (1.03s) [2022-06-24T10:20:32.502Z] === RUN TestPluginsWithRuntimes [2022-06-24T10:20:32.527Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-06-24T10:20:33.441Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-06-24T10:20:33.699Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-06-24T10:20:33.956Z] === RUN TestDockerSuite/TestRunModeHostname [2022-06-24T10:20:34.390Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-24T10:20:34.952Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-24T10:20:35.328Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-06-24T10:20:35.328Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-06-24T10:20:35.328Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-06-24T10:20:35.585Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-06-24T10:20:35.878Z] --- PASS: TestPluginsWithRuntimes (3.25s) [2022-06-24T10:20:35.878Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-06-24T10:20:35.878Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-06-24T10:20:35.878Z] === RUN TestPluginBackCompatMediaTypes [2022-06-24T10:20:36.441Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-06-24T10:20:36.441Z] PASS [2022-06-24T10:20:36.441Z] [2022-06-24T10:20:36.441Z] DONE 24 tests in 6.488s [2022-06-24T10:20:36.441Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-24T10:20:36.441Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:36.441Z] ++ set -e [2022-06-24T10:20:36.441Z] ++ '[' -n 0 ']' [2022-06-24T10:20:36.441Z] ++ set -x [2022-06-24T10:20:36.441Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:36.441Z] INFO: Testing against a local daemon [2022-06-24T10:20:36.441Z] === RUN TestExternalGraphDriver [2022-06-24T10:20:36.441Z] === RUN TestExternalGraphDriver/json [2022-06-24T10:20:36.518Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-06-24T10:20:37.451Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-06-24T10:20:38.329Z] === RUN TestExternalGraphDriver/spec [2022-06-24T10:20:38.822Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-06-24T10:20:38.822Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-06-24T10:20:39.387Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-06-24T10:20:39.695Z] === RUN TestExternalGraphDriver/pull [2022-06-24T10:20:40.320Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-06-24T10:20:40.578Z] === RUN TestDockerSuite/TestRunMount [2022-06-24T10:20:41.584Z] --- PASS: TestExternalGraphDriver (4.79s) [2022-06-24T10:20:41.584Z] --- PASS: TestExternalGraphDriver/json (1.57s) [2022-06-24T10:20:41.584Z] --- PASS: TestExternalGraphDriver/spec (1.53s) [2022-06-24T10:20:41.584Z] --- PASS: TestExternalGraphDriver/pull (1.66s) [2022-06-24T10:20:41.584Z] === RUN TestGraphdriverPluginV2 [2022-06-24T10:20:41.584Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-24T10:20:41.584Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-06-24T10:20:41.584Z] PASS [2022-06-24T10:20:41.584Z] [2022-06-24T10:20:41.584Z] === Skipped [2022-06-24T10:20:41.584Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-06-24T10:20:41.584Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-24T10:20:41.584Z] [2022-06-24T10:20:41.584Z] DONE 5 tests, 1 skipped in 4.895s [2022-06-24T10:20:41.584Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-24T10:20:41.584Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:41.584Z] ++ set -e [2022-06-24T10:20:41.584Z] ++ '[' -n 0 ']' [2022-06-24T10:20:41.584Z] ++ set -x [2022-06-24T10:20:41.584Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:41.584Z] INFO: Testing against a local daemon [2022-06-24T10:20:41.584Z] === RUN TestContinueAfterPluginCrash [2022-06-24T10:20:41.584Z] === PAUSE TestContinueAfterPluginCrash [2022-06-24T10:20:41.584Z] === RUN TestReadPluginNoRead [2022-06-24T10:20:41.584Z] === PAUSE TestReadPluginNoRead [2022-06-24T10:20:41.584Z] === RUN TestDaemonStartWithLogOpt [2022-06-24T10:20:41.584Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-24T10:20:41.584Z] === CONT TestContinueAfterPluginCrash [2022-06-24T10:20:41.584Z] === CONT TestDaemonStartWithLogOpt [2022-06-24T10:20:44.850Z] --- PASS: TestDaemonStartWithLogOpt (2.96s) [2022-06-24T10:20:44.851Z] === CONT TestReadPluginNoRead [2022-06-24T10:20:45.837Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-06-24T10:20:45.837Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-06-24T10:20:46.094Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-06-24T10:20:46.561Z] --- PASS: TestServiceUpdateConfigs (14.48s) [2022-06-24T10:20:46.561Z] === RUN TestServiceUpdateNetwork [2022-06-24T10:20:46.740Z] === RUN TestReadPluginNoRead/default [2022-06-24T10:20:47.465Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-06-24T10:20:47.667Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-24T10:20:47.900Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-06-24T10:20:48.836Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-06-24T10:20:49.031Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-24T10:20:49.286Z] --- PASS: TestContinueAfterPluginCrash (7.97s) [2022-06-24T10:20:49.796Z] tests/integration/client_test.py ..... [ 75%] [2022-06-24T10:20:49.796Z] tests/integration/context_api_test.py ... [ 76%] [2022-06-24T10:20:49.848Z] === CONT TestReadPluginNoRead [2022-06-24T10:20:49.848Z] read_test.go:92: [d9f99e275322a] daemon is not started [2022-06-24T10:20:49.848Z] --- PASS: TestReadPluginNoRead (5.58s) [2022-06-24T10:20:49.848Z] --- PASS: TestReadPluginNoRead/default (1.16s) [2022-06-24T10:20:49.848Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.15s) [2022-06-24T10:20:49.848Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.14s) [2022-06-24T10:20:49.848Z] PASS [2022-06-24T10:20:49.848Z] [2022-06-24T10:20:49.848Z] DONE 6 tests in 8.636s [2022-06-24T10:20:49.848Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-06-24T10:20:49.848Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:49.848Z] ++ set -e [2022-06-24T10:20:49.848Z] ++ '[' -n 0 ']' [2022-06-24T10:20:49.848Z] ++ set -x [2022-06-24T10:20:49.848Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:50.104Z] testing: warning: no tests to run [2022-06-24T10:20:50.104Z] PASS [2022-06-24T10:20:50.104Z] [2022-06-24T10:20:50.104Z] DONE 0 tests in 0.031s [2022-06-24T10:20:50.104Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-24T10:20:50.104Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:50.104Z] ++ set -e [2022-06-24T10:20:50.104Z] ++ '[' -n 0 ']' [2022-06-24T10:20:50.104Z] ++ set -x [2022-06-24T10:20:50.104Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:50.104Z] INFO: Testing against a local daemon [2022-06-24T10:20:50.104Z] === RUN TestPluginWithDevMounts [2022-06-24T10:20:50.104Z] === PAUSE TestPluginWithDevMounts [2022-06-24T10:20:50.104Z] === CONT TestPluginWithDevMounts [2022-06-24T10:20:50.362Z] tests/integration/errors_test.py . [ 76%] [2022-06-24T10:20:50.734Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-06-24T10:20:51.992Z] --- PASS: TestPluginWithDevMounts (1.51s) [2022-06-24T10:20:51.992Z] PASS [2022-06-24T10:20:51.992Z] [2022-06-24T10:20:51.992Z] DONE 1 tests in 1.612s [2022-06-24T10:20:51.992Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-24T10:20:51.992Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:51.992Z] ++ set -e [2022-06-24T10:20:51.992Z] ++ '[' -n 0 ']' [2022-06-24T10:20:51.992Z] ++ set -x [2022-06-24T10:20:51.992Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:20:51.992Z] INFO: Testing against a local daemon [2022-06-24T10:20:51.992Z] === RUN TestSecretInspect [2022-06-24T10:20:52.105Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-06-24T10:20:53.037Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-06-24T10:20:53.968Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-06-24T10:20:53.968Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-06-24T10:20:54.506Z] --- PASS: TestSecretInspect (2.31s) [2022-06-24T10:20:54.506Z] === RUN TestSecretList [2022-06-24T10:20:54.533Z] === RUN TestDockerSuite/TestRunNetHost [2022-06-24T10:20:55.097Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-06-24T10:20:55.662Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-06-24T10:20:55.872Z] --- PASS: TestSecretList (1.78s) [2022-06-24T10:20:55.872Z] === RUN TestSecretsCreateAndDelete [2022-06-24T10:20:55.922Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-06-24T10:20:57.846Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-06-24T10:20:58.386Z] --- PASS: TestSecretsCreateAndDelete (2.14s) [2022-06-24T10:20:58.386Z] === RUN TestSecretsUpdate [2022-06-24T10:20:58.757Z] --- PASS: TestServiceUpdateNetwork (12.46s) [2022-06-24T10:20:58.757Z] === RUN TestServiceUpdatePidsLimit [2022-06-24T10:20:59.216Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-06-24T10:20:59.323Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-24T10:21:00.261Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-24T10:21:00.274Z] --- PASS: TestSecretsUpdate (2.16s) [2022-06-24T10:21:00.274Z] === RUN TestTemplatedSecret [2022-06-24T10:21:02.495Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-06-24T10:21:02.495Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-06-24T10:21:02.495Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-06-24T10:21:02.788Z] --- PASS: TestTemplatedSecret (2.52s) [2022-06-24T10:21:02.788Z] === RUN TestSecretCreateResolve [2022-06-24T10:21:03.059Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-06-24T10:21:03.059Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-06-24T10:21:03.624Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-06-24T10:21:04.557Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-06-24T10:21:04.557Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-06-24T10:21:05.125Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-06-24T10:21:05.125Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-06-24T10:21:05.303Z] --- PASS: TestSecretCreateResolve (2.19s) [2022-06-24T10:21:05.303Z] PASS [2022-06-24T10:21:05.303Z] [2022-06-24T10:21:05.303Z] DONE 6 tests in 13.189s [2022-06-24T10:21:05.303Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-06-24T10:21:05.303Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:21:05.303Z] ++ set -e [2022-06-24T10:21:05.303Z] ++ '[' -n 0 ']' [2022-06-24T10:21:05.303Z] ++ set -x [2022-06-24T10:21:05.303Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:21:05.303Z] INFO: Testing against a local daemon [2022-06-24T10:21:05.303Z] === RUN TestServiceCreateInit [2022-06-24T10:21:05.303Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-24T10:21:08.368Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-24T10:21:08.568Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-24T10:21:09.157Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-06-24T10:21:11.675Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-06-24T10:21:11.675Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-24T10:21:11.675Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-06-24T10:21:11.675Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-06-24T10:21:12.240Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-06-24T10:21:12.731Z] --- PASS: TestServiceCreateInit (7.13s) [2022-06-24T10:21:12.731Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.62s) [2022-06-24T10:21:12.731Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.49s) [2022-06-24T10:21:12.731Z] === RUN TestCreateServiceMultipleTimes [2022-06-24T10:21:13.612Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-06-24T10:21:13.870Z] === RUN TestDockerSuite/TestRunPortInUse [2022-06-24T10:21:14.803Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-06-24T10:21:14.924Z] --- PASS: TestServiceUpdatePidsLimit (16.35s) [2022-06-24T10:21:14.924Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.75s) [2022-06-24T10:21:14.924Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-06-24T10:21:14.924Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s) [2022-06-24T10:21:14.924Z] PASS [2022-06-24T10:21:14.924Z] [2022-06-24T10:21:14.924Z] === Skipped [2022-06-24T10:21:14.924Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-24T10:21:14.924Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-24T10:21:14.924Z] [2022-06-24T10:21:14.924Z] DONE 27 tests, 1 skipped in 163.822s [2022-06-24T10:21:14.924Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-24T10:21:14.924Z] INFO: Testing against a local daemon [2022-06-24T10:21:14.924Z] === RUN TestSessionCreate [2022-06-24T10:21:14.924Z] --- PASS: TestSessionCreate (0.02s) [2022-06-24T10:21:14.924Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-24T10:21:14.924Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-24T10:21:14.924Z] PASS [2022-06-24T10:21:14.924Z] [2022-06-24T10:21:14.924Z] DONE 2 tests in 0.054s [2022-06-24T10:21:14.924Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-24T10:21:14.924Z] INFO: Testing against a local daemon [2022-06-24T10:21:14.924Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-24T10:21:14.924Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-06-24T10:21:14.924Z] === RUN TestDiskUsage [2022-06-24T10:21:14.924Z] === PAUSE TestDiskUsage [2022-06-24T10:21:14.924Z] === RUN TestEventsExecDie [2022-06-24T10:21:15.183Z] --- PASS: TestEventsExecDie (0.55s) [2022-06-24T10:21:15.183Z] === RUN TestEventsBackwardsCompatible [2022-06-24T10:21:15.183Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-06-24T10:21:15.183Z] === RUN TestEventsVolumeCreate [2022-06-24T10:21:15.183Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-24T10:21:15.183Z] === RUN TestInfoBinaryCommits [2022-06-24T10:21:15.183Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-24T10:21:15.183Z] === RUN TestInfoAPIVersioned [2022-06-24T10:21:15.183Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-24T10:21:15.183Z] === RUN TestInfoAPI [2022-06-24T10:21:15.368Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-06-24T10:21:15.368Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-06-24T10:21:15.441Z] --- PASS: TestInfoAPI (0.03s) [2022-06-24T10:21:15.441Z] === RUN TestInfoAPIWarnings [2022-06-24T10:21:15.934Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-06-24T10:21:16.499Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-06-24T10:21:17.431Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-06-24T10:21:17.431Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-06-24T10:21:17.996Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-24T10:21:17.996Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2022-06-24T10:21:17.996Z] === RUN TestDockerSuite/TestRunPublishPort [2022-06-24T10:21:18.560Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-06-24T10:21:19.124Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-06-24T10:21:19.124Z] docker_cli_run_test.go:2855: kernel doesn't have latency_stats configured [2022-06-24T10:21:19.124Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-06-24T10:21:20.056Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-06-24T10:21:20.620Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-06-24T10:21:21.185Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-06-24T10:21:21.185Z] docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved [2022-06-24T10:21:21.185Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-06-24T10:21:23.711Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-06-24T10:21:23.968Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-06-24T10:21:24.902Z] === RUN TestDockerSuite/TestRunRm [2022-06-24T10:21:25.049Z] ......... [ 85%] [2022-06-24T10:21:25.833Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-06-24T10:21:26.765Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-06-24T10:21:27.600Z] --- PASS: TestCreateServiceMultipleTimes (15.20s) [2022-06-24T10:21:27.600Z] === RUN TestCreateServiceConflict [2022-06-24T10:21:28.968Z] --- PASS: TestCreateServiceConflict (1.79s) [2022-06-24T10:21:28.968Z] === RUN TestCreateServiceMaxReplicas [2022-06-24T10:21:29.327Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-06-24T10:21:29.327Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-06-24T10:21:29.892Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-06-24T10:21:30.152Z] tests/integration/models_images_test.py ............... [ 89%] [2022-06-24T10:21:30.457Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-06-24T10:21:31.343Z] tests/integration/models_networks_test.py .... [ 90%] [2022-06-24T10:21:32.233Z] --- PASS: TestCreateServiceMaxReplicas (2.76s) [2022-06-24T10:21:32.233Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-24T10:21:32.355Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-06-24T10:21:32.355Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-06-24T10:21:32.920Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-06-24T10:21:33.512Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-06-24T10:21:33.512Z] === RUN TestInfoDebug [2022-06-24T10:21:33.512Z] --- PASS: TestInfoDebug (0.52s) [2022-06-24T10:21:33.512Z] === RUN TestInfoInsecureRegistries [2022-06-24T10:21:33.512Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-24T10:21:33.512Z] === RUN TestInfoRegistryMirrors [2022-06-24T10:21:33.512Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-24T10:21:33.512Z] === RUN TestLoginFailsWithBadCredentials [2022-06-24T10:21:33.512Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-06-24T10:21:33.512Z] === RUN TestPingCacheHeaders [2022-06-24T10:21:33.512Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-24T10:21:33.512Z] === RUN TestPingGet [2022-06-24T10:21:33.512Z] --- PASS: TestPingGet (0.01s) [2022-06-24T10:21:33.512Z] === RUN TestPingHead [2022-06-24T10:21:33.512Z] --- PASS: TestPingHead (0.02s) [2022-06-24T10:21:33.512Z] === RUN TestPingSwarmHeader [2022-06-24T10:21:34.078Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-24T10:21:34.645Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-24T10:21:35.446Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-06-24T10:21:35.580Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-24T10:21:35.580Z] --- PASS: TestPingSwarmHeader (2.04s) [2022-06-24T10:21:35.580Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-24T10:21:35.580Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-24T10:21:35.580Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-24T10:21:35.580Z] === RUN TestVersion [2022-06-24T10:21:35.580Z] --- PASS: TestVersion (0.02s) [2022-06-24T10:21:35.580Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-06-24T10:21:35.580Z] === CONT TestDiskUsage [2022-06-24T10:21:36.011Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-06-24T10:21:36.146Z] === RUN TestDiskUsage/empty [2022-06-24T10:21:36.147Z] === RUN TestDiskUsage/empty/container_types [2022-06-24T10:21:36.147Z] === RUN TestDiskUsage/empty/image_types [2022-06-24T10:21:36.147Z] === RUN TestDiskUsage/empty/volume_types [2022-06-24T10:21:36.147Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-24T10:21:36.147Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-24T10:21:36.147Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-24T10:21:36.147Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-24T10:21:36.147Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-24T10:21:36.147Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-24T10:21:36.147Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-24T10:21:36.147Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-24T10:21:36.405Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-24T10:21:36.405Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-24T10:21:36.405Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-24T10:21:36.405Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-24T10:21:36.405Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-24T10:21:36.405Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-24T10:21:36.405Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-24T10:21:36.405Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-24T10:21:36.405Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-24T10:21:36.405Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-24T10:21:36.405Z] === RUN TestDiskUsage/after_container.Run [2022-06-24T10:21:36.973Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-24T10:21:36.973Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-24T10:21:36.973Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-24T10:21:36.973Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-24T10:21:36.973Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-24T10:21:36.973Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-24T10:21:36.973Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-24T10:21:36.973Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-24T10:21:36.973Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-24T10:21:36.973Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage (1.55s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.29s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_container.Run (0.52s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.01s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.56s) [2022-06-24T10:21:37.232Z] PASS [2022-06-24T10:21:37.232Z] [2022-06-24T10:21:37.232Z] DONE 54 tests in 22.577s [2022-06-24T10:21:37.232Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-24T10:21:37.232Z] INFO: Testing against a local daemon [2022-06-24T10:21:37.232Z] === RUN TestVolumesCreateAndList [2022-06-24T10:21:37.232Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-24T10:21:37.232Z] === RUN TestVolumesRemove [2022-06-24T10:21:37.232Z] --- PASS: TestVolumesRemove (0.06s) [2022-06-24T10:21:37.232Z] === RUN TestVolumesInspect [2022-06-24T10:21:37.232Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-24T10:21:37.232Z] === RUN TestVolumesInvalidJSON [2022-06-24T10:21:37.232Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-24T10:21:37.232Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-24T10:21:37.232Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-24T10:21:37.232Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-24T10:21:37.232Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-24T10:21:37.232Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-24T10:21:37.232Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-24T10:21:37.232Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-06-24T10:21:37.232Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-24T10:21:37.232Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-24T10:21:37.232Z] PASS [2022-06-24T10:21:37.232Z] [2022-06-24T10:21:37.232Z] DONE 9 tests in 0.139s [2022-06-24T10:21:37.232Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-24T10:21:37.798Z] Stopping apparmor (via systemctl): apparmor.service. [2022-06-24T10:21:37.798Z] Removing test suite binaries [2022-06-24T10:21:37.798Z] exiting test-integration [2022-06-24T10:21:37.798Z] ++ exit 0 [2022-06-24T10:21:37.798Z] [2022-06-24T10:21:37.893Z] tests/integration/models_nodes_test.py . [ 90%] [2022-06-24T10:21:37.893Z] tests/integration/models_resources_test.py . [ 91%] [2022-06-24T10:21:38.537Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple Post stage [Pipeline] junit [2022-06-24T10:21:39.185Z] Recording test results [2022-06-24T10:21:39.648Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-06-24T10:21:40.433Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-06-24T10:21:40.824Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-24T10:21:40.998Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-06-24T10:21:40.998Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-06-24T10:21:41.151Z] + echo Ensuring container killed. [2022-06-24T10:21:41.151Z] Ensuring container killed. [2022-06-24T10:21:41.151Z] + docker rm -vf docker-pr7 [2022-06-24T10:21:41.151Z] Error: No such container: docker-pr7 [Pipeline] sh [2022-06-24T10:21:41.431Z] + echo Chowning /workspace to jenkins user [2022-06-24T10:21:41.431Z] Chowning /workspace to jenkins user [2022-06-24T10:21:41.431Z] + id -u [2022-06-24T10:21:41.431Z] + id -g [2022-06-24T10:21:41.431Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43622:/workspace busybox chown -R 1000:1000 /workspace [2022-06-24T10:21:41.431Z] Unable to find image 'busybox:latest' locally [2022-06-24T10:21:41.431Z] latest: Pulling from library/busybox [2022-06-24T10:21:41.563Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-06-24T10:21:41.696Z] 19d511225f94: Pulling fs layer [2022-06-24T10:21:41.696Z] 19d511225f94: Verifying Checksum [2022-06-24T10:21:41.696Z] 19d511225f94: Download complete [2022-06-24T10:21:41.696Z] 19d511225f94: Pull complete [2022-06-24T10:21:41.696Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-24T10:21:41.696Z] Status: Downloaded newer image for busybox:latest [2022-06-24T10:21:42.130Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-06-24T10:21:42.695Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-06-24T10:21:42.916Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-06-24T10:21:42.916Z] tests/integration/models_volumes_test.py .. [ 96%] [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-24T10:21:43.364Z] + bundleName=amd64-cgroup2 [2022-06-24T10:21:43.364Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-06-24T10:21:43.364Z] Creating amd64-cgroup2-bundles.tar.gz [2022-06-24T10:21:43.364Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-06-24T10:21:43.364Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-06-24T10:21:43.628Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [Pipeline] archiveArtifacts [2022-06-24T10:21:43.634Z] Archiving artifacts [2022-06-24T10:21:44.193Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-06-24T10:21:44.450Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-06-24T10:21:45.016Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-06-24T10:21:45.581Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-06-24T10:21:45.592Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43622/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-24T10:21:45.895Z] + make clean [2022-06-24T10:21:45.895Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-24T10:21:45.895Z] docker-dev-cache [2022-06-24T10:21:45.895Z] docker-mod-cache [Pipeline] deleteDir [2022-06-24T10:21:46.514Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-06-24T10:21:46.832Z] tests/integration/regression_test.py ...... [ 98%] [2022-06-24T10:21:47.068Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.97s) [2022-06-24T10:21:47.068Z] === RUN TestCreateServiceSecretFileMode [2022-06-24T10:21:47.324Z] --- PASS: TestCreateServiceSecretFileMode (2.41s) [2022-06-24T10:21:47.324Z] === RUN TestCreateServiceConfigFileMode [2022-06-24T10:21:47.348Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-06-24T10:21:47.348Z] tests/integration/credentials/utils_test.py . [100%] [2022-06-24T10:21:47.348Z] [2022-06-24T10:21:47.348Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-06-24T10:21:47.348Z] =========================== short test summary info ============================ [2022-06-24T10:21:47.348Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-06-24T10:21:47.348Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-06-24T10:21:47.348Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-06-24T10:21:47.348Z] Not supported on most drivers [2022-06-24T10:21:47.348Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-06-24T10:21:47.348Z] Output of docker top depends on host distro, and is not formalized. [2022-06-24T10:21:47.348Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-06-24T10:21:47.348Z] Output of docker top depends on host distro, and is not formalized. [2022-06-24T10:21:47.348Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-06-24T10:21:47.348Z] Can fail if eth0 has multiple IP addresses [2022-06-24T10:21:47.348Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-06-24T10:21:47.348Z] This doesn't seem to be taken into account by the engine [2022-06-24T10:21:47.348Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-06-24T10:21:47.348Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-06-24T10:21:47.348Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 283.83 seconds == [2022-06-24T10:21:47.605Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-24T10:21:49.039Z] === RUN TestDockerSuite/TestRunState [2022-06-24T10:21:49.840Z] --- PASS: TestCreateServiceConfigFileMode (2.41s) [2022-06-24T10:21:49.840Z] === RUN TestCreateServiceSysctls [2022-06-24T10:21:50.410Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-06-24T10:21:50.411Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-06-24T10:21:50.668Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-06-24T10:21:51.233Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-06-24T10:21:51.491Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-06-24T10:21:51.491Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-24T10:21:51.491Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-06-24T10:21:52.057Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-06-24T10:21:52.990Z] === RUN TestDockerSuite/TestRunSysctls [2022-06-24T10:21:53.106Z] --- PASS: TestCreateServiceSysctls (2.94s) [2022-06-24T10:21:53.106Z] === RUN TestCreateServiceCapabilities [2022-06-24T10:21:53.923Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-06-24T10:21:53.923Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-06-24T10:21:53.923Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-06-24T10:21:54.492Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-06-24T10:21:54.994Z] --- PASS: TestCreateServiceCapabilities (2.34s) [2022-06-24T10:21:54.994Z] === RUN TestInspect [2022-06-24T10:21:55.864Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-06-24T10:21:56.834Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-06-24T10:21:57.400Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-06-24T10:21:57.511Z] --- PASS: TestInspect (2.69s) [2022-06-24T10:21:57.511Z] === RUN TestCreateJob [2022-06-24T10:21:59.297Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-06-24T10:21:59.297Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-06-24T10:21:59.791Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-24T10:21:59.791Z] [2022-06-24T10:21:59.791Z] Unloading profiles will leave already running processes permanently [2022-06-24T10:21:59.791Z] unconfined, which can lead to unexpected situations. [2022-06-24T10:21:59.791Z] [2022-06-24T10:21:59.791Z] To set a process to complain mode, use the command line tool [2022-06-24T10:21:59.791Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-24T10:21:59.791Z] Post stage [Pipeline] junit [2022-06-24T10:21:59.802Z] Recording test results [2022-06-24T10:22:00.027Z] --- PASS: TestCreateJob (2.53s) [2022-06-24T10:22:00.027Z] === RUN TestReplicatedJob [2022-06-24T10:22:00.990Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-06-24T10:22:01.266Z] + echo Ensuring container killed. [2022-06-24T10:22:01.266Z] Ensuring container killed. [2022-06-24T10:22:01.266Z] + docker rm -vf docker-pr7 [2022-06-24T10:22:01.266Z] Error: No such container: docker-pr7 [Pipeline] sh [2022-06-24T10:22:01.550Z] + echo Chowning /workspace to jenkins user [2022-06-24T10:22:01.550Z] Chowning /workspace to jenkins user [2022-06-24T10:22:01.550Z] + id -u [2022-06-24T10:22:01.550Z] + id -g [2022-06-24T10:22:01.550Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43622:/workspace busybox chown -R 1000:1000 /workspace [2022-06-24T10:22:01.550Z] Unable to find image 'busybox:latest' locally [2022-06-24T10:22:01.550Z] latest: Pulling from library/busybox [2022-06-24T10:22:01.807Z] 19d511225f94: Pulling fs layer [2022-06-24T10:22:01.807Z] 19d511225f94: Download complete [2022-06-24T10:22:01.807Z] 19d511225f94: Pull complete [2022-06-24T10:22:01.807Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-24T10:22:01.822Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-06-24T10:22:02.065Z] Status: Downloaded newer image for busybox:latest [2022-06-24T10:22:02.080Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-24T10:22:03.737Z] + bundleName=docker-py [2022-06-24T10:22:03.737Z] + echo Creating docker-py-bundles.tar.gz [2022-06-24T10:22:03.737Z] Creating docker-py-bundles.tar.gz [2022-06-24T10:22:03.737Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2022-06-24T10:22:03.747Z] Archiving artifacts [2022-06-24T10:22:04.606Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-06-24T10:22:05.171Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-06-24T10:22:05.272Z] --- PASS: TestReplicatedJob (4.71s) [2022-06-24T10:22:05.272Z] === RUN TestUpdateReplicatedJob [2022-06-24T10:22:05.486Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43622/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-06-24T10:22:05.737Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-06-24T10:22:05.834Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a -e DOCKER_GRAPHDRIVER docker:56a20dbc19786633f605d3871f5242d8e0f1be5a hack/make.sh binary [2022-06-24T10:22:06.092Z] [2022-06-24T10:22:06.302Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-06-24T10:22:06.351Z] Removing bundles/ [2022-06-24T10:22:06.351Z] [2022-06-24T10:22:06.351Z] ---> Making bundle: binary (in bundles/binary) [2022-06-24T10:22:06.351Z] Building: bundles/binary-daemon/dockerd-dev [2022-06-24T10:22:06.351Z] GOOS="" GOARCH="" GOARM="" [2022-06-24T10:22:07.235Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-06-24T10:22:07.787Z] --- PASS: TestUpdateReplicatedJob (3.04s) [2022-06-24T10:22:07.787Z] === RUN TestServiceListWithStatuses [2022-06-24T10:22:07.787Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-24T10:22:07.787Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-24T10:22:07.787Z] === RUN TestDockerNetworkConnectAlias [2022-06-24T10:22:07.800Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-06-24T10:22:08.731Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-06-24T10:22:10.102Z] === RUN TestDockerSuite/TestRunUserByID [2022-06-24T10:22:10.667Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-06-24T10:22:10.925Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-06-24T10:22:10.926Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-06-24T10:22:11.491Z] === RUN TestDockerSuite/TestRunUserByName [2022-06-24T10:22:11.953Z] --- PASS: TestDockerNetworkConnectAlias (4.07s) [2022-06-24T10:22:11.953Z] === RUN TestDockerNetworkReConnect [2022-06-24T10:22:12.056Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-06-24T10:22:12.989Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-06-24T10:22:12.989Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-24T10:22:12.989Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-06-24T10:22:12.989Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-06-24T10:22:12.989Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-06-24T10:22:13.921Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-06-24T10:22:15.219Z] --- PASS: TestDockerNetworkReConnect (3.28s) [2022-06-24T10:22:15.219Z] === RUN TestServicePlugin [2022-06-24T10:22:15.219Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-24T10:22:15.219Z] --- SKIP: TestServicePlugin (0.00s) [2022-06-24T10:22:15.219Z] === RUN TestServiceUpdateLabel [2022-06-24T10:22:16.447Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-06-24T10:22:17.379Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-06-24T10:22:17.735Z] --- PASS: TestServiceUpdateLabel (2.20s) [2022-06-24T10:22:17.735Z] === RUN TestServiceUpdateSecrets [2022-06-24T10:22:18.311Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-06-24T10:22:19.242Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-06-24T10:22:19.242Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-06-24T10:22:21.139Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-06-24T10:22:22.510Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-06-24T10:22:22.510Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-06-24T10:22:24.408Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-06-24T10:22:24.666Z] docker_cli_service_logs_test.go:246: checking task dp6zka3wudbg [2022-06-24T10:22:24.666Z] docker_cli_service_logs_test.go:251: checking messages for dp6zka3wudbg [2022-06-24T10:22:24.666Z] docker_cli_service_logs_test.go:246: checking task l3zbodn5ytjj [2022-06-24T10:22:24.666Z] docker_cli_service_logs_test.go:251: checking messages for l3zbodn5ytjj [2022-06-24T10:22:26.052Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-06-24T10:22:26.988Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-06-24T10:22:27.553Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-06-24T10:22:27.553Z] docker_cli_run_test.go:4090: unmatched requirement DaemonIsWindows [2022-06-24T10:22:27.553Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-06-24T10:22:27.553Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2022-06-24T10:22:27.553Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-06-24T10:22:27.553Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2022-06-24T10:22:27.553Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-06-24T10:22:27.811Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-06-24T10:22:27.811Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-24T10:22:27.811Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-06-24T10:22:28.375Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-06-24T10:22:28.632Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-06-24T10:22:29.197Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-06-24T10:22:30.570Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-06-24T10:22:30.828Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-06-24T10:22:31.393Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-06-24T10:22:31.393Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-06-24T10:22:31.958Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-06-24T10:22:31.958Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-24T10:22:31.958Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-06-24T10:22:31.958Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-06-24T10:22:31.958Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-06-24T10:22:31.958Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-24T10:22:31.958Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-06-24T10:22:31.958Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-24T10:22:31.958Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-06-24T10:22:31.958Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-24T10:22:31.958Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-06-24T10:22:31.958Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-24T10:22:31.958Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-06-24T10:22:31.958Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-24T10:22:31.958Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-06-24T10:22:32.523Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-06-24T10:22:32.572Z] --- PASS: TestServiceUpdateSecrets (14.27s) [2022-06-24T10:22:32.572Z] === RUN TestServiceUpdateConfigs [2022-06-24T10:22:33.088Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-06-24T10:22:33.088Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-06-24T10:22:33.653Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-06-24T10:22:33.911Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-06-24T10:22:34.475Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-06-24T10:22:34.475Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-06-24T10:22:35.039Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-06-24T10:22:35.604Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-06-24T10:22:35.604Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-06-24T10:22:35.604Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-06-24T10:22:36.168Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-06-24T10:22:38.066Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-06-24T10:22:38.323Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-06-24T10:22:38.323Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-24T10:22:38.323Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-06-24T10:22:38.580Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-06-24T10:22:38.837Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-06-24T10:22:39.769Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-06-24T10:22:40.334Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-06-24T10:22:42.230Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-06-24T10:22:42.488Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-06-24T10:22:42.488Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-06-24T10:22:42.488Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-06-24T10:22:42.488Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-06-24T10:22:43.420Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-06-24T10:22:43.986Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-06-24T10:22:44.918Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-06-24T10:22:46.290Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-06-24T10:22:46.548Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-06-24T10:22:47.114Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-06-24T10:22:47.405Z] --- PASS: TestServiceUpdateConfigs (14.31s) [2022-06-24T10:22:47.405Z] === RUN TestServiceUpdateNetwork [2022-06-24T10:22:49.010Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-06-24T10:22:49.945Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-06-24T10:22:51.336Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-06-24T10:22:52.708Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-06-24T10:22:53.273Z] docker_cli_swarm_test.go:1895: [d3b4d7a64c575] joining swarm manager [d8d52f14aeeef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:22:55.169Z] docker_cli_swarm_test.go:1896: [df94ffda6d5fe] joining swarm manager [d8d52f14aeeef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:22:55.426Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-06-24T10:22:57.323Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-06-24T10:22:59.220Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-06-24T10:22:59.569Z] --- PASS: TestServiceUpdateNetwork (12.22s) [2022-06-24T10:22:59.569Z] === RUN TestServiceUpdatePidsLimit [2022-06-24T10:22:59.569Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-24T10:23:00.130Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-24T10:23:00.154Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-06-24T10:23:01.086Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-06-24T10:23:02.982Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-06-24T10:23:04.353Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-06-24T10:23:06.249Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-06-24T10:23:07.620Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-06-24T10:23:08.252Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-24T10:23:08.991Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-06-24T10:23:10.362Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-06-24T10:23:12.887Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-06-24T10:23:14.785Z] --- PASS: TestServiceUpdatePidsLimit (16.59s) [2022-06-24T10:23:14.785Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-06-24T10:23:14.785Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2022-06-24T10:23:14.785Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.32s) [2022-06-24T10:23:14.785Z] PASS [2022-06-24T10:23:14.785Z] [2022-06-24T10:23:14.785Z] === Skipped [2022-06-24T10:23:14.785Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-24T10:23:14.785Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-24T10:23:14.785Z] [2022-06-24T10:23:14.785Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-06-24T10:23:14.785Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-24T10:23:14.785Z] [2022-06-24T10:23:14.785Z] DONE 27 tests, 2 skipped in 129.990s [2022-06-24T10:23:14.785Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-06-24T10:23:14.785Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:23:14.785Z] ++ set -e [2022-06-24T10:23:14.785Z] ++ '[' -n 0 ']' [2022-06-24T10:23:14.785Z] ++ set -x [2022-06-24T10:23:14.785Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:23:15.041Z] INFO: Testing against a local daemon [2022-06-24T10:23:15.041Z] === RUN TestSessionCreate [2022-06-24T10:23:15.041Z] --- PASS: TestSessionCreate (0.02s) [2022-06-24T10:23:15.041Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-24T10:23:15.041Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-24T10:23:15.041Z] PASS [2022-06-24T10:23:15.041Z] [2022-06-24T10:23:15.041Z] DONE 2 tests in 0.131s [2022-06-24T10:23:15.041Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-06-24T10:23:15.041Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:23:15.041Z] ++ set -e [2022-06-24T10:23:15.041Z] ++ '[' -n 0 ']' [2022-06-24T10:23:15.041Z] ++ set -x [2022-06-24T10:23:15.041Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:23:15.041Z] INFO: Testing against a local daemon [2022-06-24T10:23:15.041Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-24T10:23:15.041Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-24T10:23:15.041Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-24T10:23:15.041Z] === RUN TestDiskUsage [2022-06-24T10:23:15.041Z] === PAUSE TestDiskUsage [2022-06-24T10:23:15.041Z] === RUN TestEventsExecDie [2022-06-24T10:23:15.412Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-06-24T10:23:15.412Z] docker_cli_run_test.go:4435: unmatched requirement DaemonIsWindows [2022-06-24T10:23:15.412Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-06-24T10:23:15.412Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-06-24T10:23:15.412Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-06-24T10:23:15.603Z] --- PASS: TestEventsExecDie (0.48s) [2022-06-24T10:23:15.603Z] === RUN TestEventsBackwardsCompatible [2022-06-24T10:23:15.603Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-06-24T10:23:15.603Z] === RUN TestEventsVolumeCreate [2022-06-24T10:23:15.603Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-24T10:23:15.603Z] === RUN TestInfoBinaryCommits [2022-06-24T10:23:15.603Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-24T10:23:15.603Z] === RUN TestInfoAPIVersioned [2022-06-24T10:23:15.603Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-24T10:23:15.603Z] === RUN TestInfoAPI [2022-06-24T10:23:15.603Z] --- PASS: TestInfoAPI (0.02s) [2022-06-24T10:23:15.603Z] === RUN TestInfoAPIWarnings [2022-06-24T10:23:15.976Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-06-24T10:23:15.976Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-06-24T10:23:16.907Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-06-24T10:23:17.473Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-06-24T10:23:17.473Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-06-24T10:23:18.847Z] === RUN TestDockerSuite/TestSaveImageId [2022-06-24T10:23:19.107Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-06-24T10:23:19.378Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-06-24T10:23:20.311Z] docker_cli_save_load_test.go:376: tmpdir /tmp/save-load-parents3672229025 [2022-06-24T10:23:20.569Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-06-24T10:23:20.569Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-06-24T10:23:21.941Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-06-24T10:23:21.941Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-06-24T10:23:21.941Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-06-24T10:23:22.873Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-06-24T10:23:23.806Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-06-24T10:23:24.370Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-06-24T10:23:24.936Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-06-24T10:23:24.936Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-06-24T10:23:24.936Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-06-24T10:23:24.936Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-06-24T10:23:25.500Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-06-24T10:23:25.500Z] docker_cli_sni_test.go:30: Flakey test [2022-06-24T10:23:25.500Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-06-24T10:23:26.432Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-06-24T10:23:31.689Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-06-24T10:23:32.620Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-06-24T10:23:33.184Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-06-24T10:23:33.641Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-06-24T10:23:33.641Z] === RUN TestInfoDebug [2022-06-24T10:23:33.641Z] --- PASS: TestInfoDebug (0.52s) [2022-06-24T10:23:33.641Z] === RUN TestInfoInsecureRegistries [2022-06-24T10:23:33.641Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-24T10:23:33.641Z] === RUN TestInfoRegistryMirrors [2022-06-24T10:23:33.897Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-24T10:23:33.897Z] === RUN TestLoginFailsWithBadCredentials [2022-06-24T10:23:33.897Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-24T10:23:33.897Z] === RUN TestPingCacheHeaders [2022-06-24T10:23:33.897Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-24T10:23:33.897Z] === RUN TestPingGet [2022-06-24T10:23:33.897Z] --- PASS: TestPingGet (0.01s) [2022-06-24T10:23:33.897Z] === RUN TestPingHead [2022-06-24T10:23:33.897Z] --- PASS: TestPingHead (0.02s) [2022-06-24T10:23:33.897Z] === RUN TestPingSwarmHeader [2022-06-24T10:23:34.458Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-24T10:23:34.556Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-06-24T10:23:35.020Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-24T10:23:35.947Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-24T10:23:35.947Z] --- PASS: TestPingSwarmHeader (2.06s) [2022-06-24T10:23:35.947Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-24T10:23:35.947Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-24T10:23:35.947Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-24T10:23:35.947Z] === RUN TestVersion [2022-06-24T10:23:35.947Z] --- PASS: TestVersion (0.02s) [2022-06-24T10:23:35.947Z] === CONT TestDiskUsage [2022-06-24T10:23:36.508Z] === RUN TestDiskUsage/empty [2022-06-24T10:23:36.508Z] === RUN TestDiskUsage/empty/container_types [2022-06-24T10:23:36.508Z] === RUN TestDiskUsage/empty/image_types [2022-06-24T10:23:36.508Z] === RUN TestDiskUsage/empty/volume_types [2022-06-24T10:23:36.508Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-24T10:23:36.508Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-24T10:23:36.508Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-24T10:23:36.508Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-24T10:23:36.508Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-24T10:23:36.508Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-24T10:23:36.508Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-24T10:23:36.508Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-24T10:23:36.764Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-24T10:23:36.764Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-24T10:23:36.764Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-24T10:23:36.764Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-24T10:23:36.764Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-24T10:23:36.764Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-24T10:23:36.764Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-24T10:23:36.764Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-24T10:23:36.764Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-24T10:23:36.764Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-24T10:23:36.764Z] === RUN TestDiskUsage/after_container.Run [2022-06-24T10:23:37.019Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-24T10:23:37.019Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-24T10:23:37.019Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-24T10:23:37.019Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-24T10:23:37.019Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-24T10:23:37.019Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-24T10:23:37.019Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-24T10:23:37.019Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-24T10:23:37.019Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-24T10:23:37.019Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-24T10:23:37.080Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-06-24T10:23:37.275Z] --- PASS: TestDiskUsage (1.15s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_container.Run (0.32s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-24T10:23:37.276Z] PASS [2022-06-24T10:23:37.276Z] [2022-06-24T10:23:37.276Z] === Skipped [2022-06-24T10:23:37.276Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-24T10:23:37.276Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-24T10:23:37.276Z] [2022-06-24T10:23:37.276Z] DONE 54 tests, 1 skipped in 22.195s [2022-06-24T10:23:37.276Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-24T10:23:37.276Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:23:37.276Z] ++ set -e [2022-06-24T10:23:37.276Z] ++ '[' -n 0 ']' [2022-06-24T10:23:37.276Z] ++ set -x [2022-06-24T10:23:37.276Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-06-24T10:23:37.276Z] INFO: Testing against a local daemon [2022-06-24T10:23:37.276Z] === RUN TestVolumesCreateAndList [2022-06-24T10:23:37.276Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-24T10:23:37.276Z] === RUN TestVolumesRemove [2022-06-24T10:23:37.276Z] --- PASS: TestVolumesRemove (0.06s) [2022-06-24T10:23:37.276Z] === RUN TestVolumesInspect [2022-06-24T10:23:37.276Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-24T10:23:37.276Z] === RUN TestVolumesInvalidJSON [2022-06-24T10:23:37.276Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-24T10:23:37.276Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-24T10:23:37.276Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-24T10:23:37.276Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-24T10:23:37.276Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-24T10:23:37.276Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-24T10:23:37.276Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-24T10:23:37.276Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-24T10:23:37.276Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-24T10:23:37.276Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-24T10:23:37.276Z] PASS [2022-06-24T10:23:37.276Z] [2022-06-24T10:23:37.276Z] DONE 9 tests in 0.207s [2022-06-24T10:23:37.532Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-24T10:23:37.532Z] ++++ cat bundles/test-integration/docker.pid [2022-06-24T10:23:37.532Z] +++ kill 14265 [2022-06-24T10:23:37.790Z] +++ /etc/init.d/apparmor stop [2022-06-24T10:23:37.790Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-24T10:23:37.790Z] [2022-06-24T10:23:37.790Z] Unloading profiles will leave already running processes permanently [2022-06-24T10:23:37.790Z] unconfined, which can lead to unexpected situations. [2022-06-24T10:23:37.790Z] [2022-06-24T10:23:37.790Z] To set a process to complain mode, use the command line tool [2022-06-24T10:23:37.790Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-24T10:23:37.790Z] +++ true [2022-06-24T10:23:37.790Z] exiting test-integration [2022-06-24T10:23:37.790Z] ++ exit 0 [2022-06-24T10:23:37.790Z] Post stage [Pipeline] junit [2022-06-24T10:23:38.362Z] Recording test results [2022-06-24T10:23:38.452Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-06-24T10:23:38.537Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-24T10:23:38.901Z] + echo Ensuring container killed. [2022-06-24T10:23:38.901Z] Ensuring container killed. [2022-06-24T10:23:38.901Z] + docker rm -vf docker-pr7 [2022-06-24T10:23:38.901Z] Error: No such container: docker-pr7 [Pipeline] sh [2022-06-24T10:23:39.017Z] === RUN TestDockerSuite/TestStartRecordError [2022-06-24T10:23:39.218Z] + echo Chowning /workspace to jenkins user [2022-06-24T10:23:39.218Z] Chowning /workspace to jenkins user [2022-06-24T10:23:39.218Z] + id -u [2022-06-24T10:23:39.218Z] + id -g [2022-06-24T10:23:39.218Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43622:/workspace busybox chown -R 1000:1000 /workspace [2022-06-24T10:23:39.218Z] Unable to find image 'busybox:latest' locally [2022-06-24T10:23:39.218Z] latest: Pulling from library/busybox [2022-06-24T10:23:39.474Z] 87379020f3b6: Pulling fs layer [2022-06-24T10:23:39.474Z] 87379020f3b6: Download complete [2022-06-24T10:23:39.474Z] 87379020f3b6: Pull complete [2022-06-24T10:23:39.474Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-24T10:23:39.474Z] Status: Downloaded newer image for busybox:latest [2022-06-24T10:23:40.389Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-24T10:23:41.177Z] + bundleName=arm64-integration [2022-06-24T10:23:41.177Z] + echo Creating arm64-integration-bundles.tar.gz [2022-06-24T10:23:41.177Z] Creating arm64-integration-bundles.tar.gz [2022-06-24T10:23:41.177Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-06-24T10:23:41.177Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-24T10:23:41.441Z] Archiving artifacts [2022-06-24T10:23:42.286Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-06-24T10:23:42.286Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-06-24T10:23:43.136Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43622/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-24T10:23:43.219Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-06-24T10:23:43.480Z] + make clean [2022-06-24T10:23:43.736Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-24T10:23:43.736Z] docker-dev-cache [2022-06-24T10:23:43.736Z] docker-mod-cache [Pipeline] deleteDir [2022-06-24T10:23:43.784Z] docker_cli_swarm_test.go:1796: [d7ae4c8ee38d6] joining swarm manager [db50beb46fb4e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:23:45.156Z] docker_cli_swarm_test.go:1797: [de76aa2ff0268] joining swarm manager [db50beb46fb4e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-24T10:23:46.088Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-06-24T10:23:50.286Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-06-24T10:23:53.563Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-06-24T10:23:57.741Z] === RUN TestDockerSuite/TestStatsNoStream [2022-06-24T10:24:00.265Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-06-24T10:24:00.830Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-06-24T10:24:00.830Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-06-24T10:24:01.394Z] === RUN TestDockerSuite/TestTopPrivileged [2022-06-24T10:24:01.959Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-06-24T10:24:01.959Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows [2022-06-24T10:24:01.959Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-06-24T10:24:02.891Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-06-24T10:24:03.148Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-06-24T10:24:03.148Z] docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport [2022-06-24T10:24:03.148Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-06-24T10:24:03.148Z] docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport [2022-06-24T10:24:03.148Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-06-24T10:24:04.520Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-06-24T10:24:05.085Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-06-24T10:24:05.650Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-06-24T10:24:06.582Z] === RUN TestDockerSuite/TestUpdateStats [2022-06-24T10:24:09.106Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-06-24T10:24:10.478Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-06-24T10:24:10.736Z] docker_cli_swarm_test.go:1315: [d5c42d6d4ad30] joining swarm manager [d0b31e8ba070e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:24:11.668Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-06-24T10:24:11.668Z] docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport [2022-06-24T10:24:11.668Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-06-24T10:24:12.233Z] docker_cli_swarm_test.go:1316: [d5d02b066e883] joining swarm manager [d0b31e8ba070e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:24:12.233Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-06-24T10:24:12.803Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-06-24T10:24:12.803Z] Copying nested executables into bundles/binary-daemon [2022-06-24T10:24:12.803Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-06-24T10:24:12.803Z] GOOS="" GOARCH="" GOARM="" [2022-06-24T10:24:12.803Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-06-24T10:24:12.803Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-06-24T10:24:13.121Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a -e DOCKER_GRAPHDRIVER docker:56a20dbc19786633f605d3871f5242d8e0f1be5a hack/make.sh cross [2022-06-24T10:24:13.164Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-06-24T10:24:13.379Z] [2022-06-24T10:24:13.379Z] Removing bundles/ [2022-06-24T10:24:13.638Z] [2022-06-24T10:24:13.638Z] ---> Making bundle: cross (in bundles/cross) [2022-06-24T10:24:13.638Z] Cross building: bundles/cross/linux/amd64 [2022-06-24T10:24:13.638Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-24T10:24:13.638Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-24T10:24:15.061Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-06-24T10:24:16.433Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-06-24T10:24:17.804Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-06-24T10:24:32.677Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-06-24T10:24:32.935Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-06-24T10:24:32.935Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-06-24T10:24:33.500Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-06-24T10:24:33.500Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-06-24T10:24:33.500Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-06-24T10:24:33.500Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-06-24T10:24:34.064Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-06-24T10:24:34.064Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-06-24T10:24:34.629Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-06-24T10:24:34.629Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-06-24T10:24:34.886Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-06-24T10:24:34.886Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-06-24T10:24:34.886Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-06-24T10:24:36.258Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-06-24T10:24:36.516Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-06-24T10:24:36.516Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-06-24T10:24:36.516Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-06-24T10:24:36.775Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-06-24T10:24:36.775Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-06-24T10:24:36.775Z] --- PASS: TestDockerSuite (1266.67s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.27s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.07s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.20s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.34s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.13s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.26s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.48s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.24s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.83s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.26s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.61s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.05s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.15s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.90s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.61s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (0.89s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.24s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.78s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.85s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.90s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.33s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.37s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (0.80s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.75s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.40s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.37s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.23s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.26s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.36s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.43s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.66s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.83s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.72s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.91s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.78s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.08s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.71s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.84s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.70s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.73s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.85s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.66s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.74s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.53s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.72s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.66s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.65s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.81s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.67s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.67s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.29s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.41s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.70s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.32s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.90s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPITop (1.31s) [2022-06-24T10:24:36.776Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.61s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.58s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (36.68s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (1.42s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (1.32s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (1.38s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (15.96s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0004a83a8__} (2.38s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13732933701_/foo_false_____} (1.49s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13732933701_/foo_true_____} (1.55s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31404035006_/foo_false_____} (1.49s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31404035006_/foo_true_____} (1.64s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31404035006_/foo_true__0xc0004a8438___} (1.36s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0004a8450__} (1.51s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0004a84e0__} (1.40s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0004a8528__} (1.46s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0004a8540__} (1.56s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.89s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.44s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.03s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.05s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.04s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.04s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.14s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.70s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.59s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.83s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.41s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.59s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.84s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.75s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.78s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.65s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.66s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.54s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.82s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.72s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.98s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.85s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.86s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.75s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.59s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.18s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.90s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.59s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.63s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.80s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.84s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (1.35s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.77s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (1.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.92s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.81s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (1.53s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.70s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.63s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.68s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.62s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.72s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.70s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.87s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.56s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.77s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.95s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.71s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.97s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.09s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.96s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.74s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.04s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.59s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAttachDetach (1.01s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.11s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.96s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.85s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.78s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.02s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.28s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (0.97s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.11s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.61s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (1.73s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.45s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (7.09s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.71s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (0.93s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.27s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.99s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.33s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.30s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.41s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.55s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.27s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (5.47s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.51s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.52s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.18s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddTar (5.70s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (0.75s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (0.89s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (2.72s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (4.75s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.17s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.64s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.58s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.01s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.05s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.94s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.58s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (0.72s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.12s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (7.51s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (1.66s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (1.64s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.19s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.40s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (1.76s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (3.73s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (0.80s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.83s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.38s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.38s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (3.59s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (0.92s) [2022-06-24T10:24:36.776Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.37s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.70s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.52s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.47s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.28s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCmd (0.19s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.19s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.19s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.70s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.02s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.50s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.76s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.18s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.79s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.28s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.20s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (8.40s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.27s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.68s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.04s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (0.95s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.62s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.54s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (1.94s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.21s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (3.78s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.05s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.28s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.84s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.67s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.30s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.02s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.84s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.76s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.72s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerignore (7.68s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (0.81s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (1.94s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (8.45s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.41s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.02s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (3.07s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.38s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.38s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (4.40s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.40s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.34s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (10.09s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.07s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (2.91s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.16s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.18s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.38s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.06s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.16s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.18s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.55s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (0.79s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (0.90s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEnv (0.81s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.04s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.22s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (4.36s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (14.19s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.01s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (6.07s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.47s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.28s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.31s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (0.89s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.20s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.72s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildExpose (0.19s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.35s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.28s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.18s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildFails (0.61s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.58s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.76s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.25s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildFromGit (0.96s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.23s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.13s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.54s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.46s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.21s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.49s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.73s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.85s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.27s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.55s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.35s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.30s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.01s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.65s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildLabel (0.28s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.24s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.26s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.18s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildLabels (0.28s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.65s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.79s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.46s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.77s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.06s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.06s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.06s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.06s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.17s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.82s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.01s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.67s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.28s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.29s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.47s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.47s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.74s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.43s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.32s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.28s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.40s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.20s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.47s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.38s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.64s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.66s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.13s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.08s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.22s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.24s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.42s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.43s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.77s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.00s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.48s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.84s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.95s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.62s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildPATH (1.38s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.98s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.71s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.06s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.94s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.56s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildRm (2.11s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.02s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.75s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.37s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.79s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.06s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.84s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.87s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.06s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.19s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.00s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.23s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.67s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.07s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildStderr (0.81s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.53s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.74s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.17s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.31s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.68s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.11s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildUser (1.39s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.78s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.96s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.84s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.18s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.62s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.65s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.86s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.00s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.18s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.62s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.89s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.31s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.67s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.64s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.24s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.38s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.48s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.58s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.89s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCommitChange (1.00s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.67s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.23s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.76s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.08s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCommitTTY (1.11s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.13s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.63s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.02s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.11s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.59s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.55s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.72s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.75s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.75s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.69s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.98s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.69s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.59s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.64s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.81s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.82s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.62s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.87s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.80s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.93s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.65s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.56s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.68s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.10s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.74s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.08s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.71s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.04s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.88s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.92s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.63s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.19s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.62s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.68s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.55s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.57s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToDot (0.76s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.51s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.62s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToStdout (0.68s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.02s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.17s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.57s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.96s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.35s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.52s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.07s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.60s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.20s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2022-06-24T10:24:36.777Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.40s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.02s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.49s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2022-06-24T10:24:36.777Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.10s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsAttach (0.57s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsCommit (0.67s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.58s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.52s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.53s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.54s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.07s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.22s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.10s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsCopy (0.77s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.31s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.57s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.21s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.12s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.10s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.19s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.23s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.17s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsFilters (1.04s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsFormat (1.00s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.54s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.17s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.80s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.17s) [2022-06-24T10:24:36.778Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-24T10:24:36.778Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.91s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.53s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsRename (0.56s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsResize (0.61s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.75s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.62s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.51s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.74s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsTop (0.57s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.99s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.76s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.58s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExec (0.84s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.09s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecCgroup (0.80s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecEnv (0.55s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.14s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.59s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecInspectID (2.65s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecInteractive (0.60s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.57s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.58s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecParseError (0.54s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.54s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.63s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecStartFails (0.60s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.54s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecTTY (0.80s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.76s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.56s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecUlimits (0.63s) [2022-06-24T10:24:36.778Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.66s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.59s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.82s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.62s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestExecWithUser (0.59s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.44s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.19s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestHealth (18.98s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.96s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestBuildHistory (2.33s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.61s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.61s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.57s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.17s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.26s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.51s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.63s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.61s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.50s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImportBadURL (0.07s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImportDisplay (1.02s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImportFile (1.20s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.14s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImportGzipped (1.25s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.16s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.67s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.69s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.59s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.61s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.53s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.47s) [2022-06-24T10:24:36.778Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.12s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.68s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectDefault (0.54s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectHistory (0.73s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-06-24T10:24:36.778Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.74s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.83s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.53s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.54s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.92s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.52s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectStatus (0.57s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.05s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.56s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.54s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.51s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.49s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.50s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.48s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.00s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.98s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.25s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.16s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.50s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.79s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.60s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.24s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.58s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.01s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.69s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.61s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.72s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.83s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.85s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.87s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.97s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.69s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.39s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.48s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.54s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsSince (6.58s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.69s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.74s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsTail (0.66s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.74s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.62s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.09s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestNetHostname (2.28s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.21s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.81s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.54s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.11s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.18s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.45s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.64s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.31s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.97s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.38s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.46s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.91s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.85s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPluginActive (2.00s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.64s) [2022-06-24T10:24:36.778Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.18s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.41s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.89s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.52s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.97s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.87s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPortList (8.00s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.50s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.44s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.10s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.51s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsByOrder (2.22s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.75s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.20s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.44s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.42s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.71s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.07s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.04s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.27s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.15s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.12s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.71s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.07s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.62s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.81s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.25s) [2022-06-24T10:24:36.778Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.11s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.08s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.04s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.04s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.03s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.58s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.17s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.78s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.78s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-06-24T10:24:36.778Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.22s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.66s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.09s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.16s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.12s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.07s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.64s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.69s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.20s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.25s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.68s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.19s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.61s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.62s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.90s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.50s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.57s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.24s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.54s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.56s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.48s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.47s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.74s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.49s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.42s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.11s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.52s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.68s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.74s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.07s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.57s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.33s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.38s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.58s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.36s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.51s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.55s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.06s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAddHost (0.51s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.23s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.57s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.71s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.13s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.49s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.61s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.60s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.95s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.74s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.69s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.89s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.62s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.90s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.75s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.92s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.63s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.52s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.55s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.64s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.53s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.55s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.58s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.49s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.72s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.62s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.53s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.54s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.54s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.54s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.06s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.78s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.55s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.56s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.55s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.58s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.11s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.49s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.00s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.57s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.51s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.49s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.52s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.49s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.19s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.28s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.55s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.52s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.26s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.85s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.64s) [2022-06-24T10:24:36.779Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-24T10:24:36.779Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.56s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.10s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.00s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.51s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.51s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.62s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.64s) [2022-06-24T10:24:36.779Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.52s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.23s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.48s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.63s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.59s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.53s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.56s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.49s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.56s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.65s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunExitCode (0.52s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.55s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.55s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.76s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.53s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.58s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.15s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.23s) [2022-06-24T10:24:36.779Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.87s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.60s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.44s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.80s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.17s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.85s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.41s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.50s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.08s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.86s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.56s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.36s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.09s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.20s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.22s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.98s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.41s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.32s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.48s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunMount (4.47s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.50s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.48s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.05s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.58s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.57s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.58s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.10s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.96s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.43s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNetHost (0.61s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.53s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.38s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.50s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.53s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.05s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.31s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.08s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.48s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.54s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.78s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.86s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.60s) [2022-06-24T10:24:36.779Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.54s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.68s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.86s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.69s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.58s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.59s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.66s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.86s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.53s) [2022-06-24T10:24:36.779Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.62s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.66s) [2022-06-24T10:24:36.779Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.78s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.38s) [2022-06-24T10:24:36.779Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.67s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.00s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunRm (0.69s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.79s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.52s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.58s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.73s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.56s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.30s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (4.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.88s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.57s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.54s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.60s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.95s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.69s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.56s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.55s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.82s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.47s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunState (1.40s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.56s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.58s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s) [2022-06-24T10:24:36.779Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.64s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.82s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunSysctls (1.03s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.53s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.12s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.53s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.85s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.11s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.90s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.56s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.62s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.73s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.79s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.29s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunUserByID (0.60s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.55s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunUserByName (0.55s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.81s) [2022-06-24T10:24:36.779Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.61s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.73s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.77s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.12s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.74s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.50s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.96s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.31s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.55s) [2022-06-24T10:24:36.779Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-24T10:24:36.779Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-24T10:24:36.779Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.30s) [2022-06-24T10:24:36.779Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.88s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.55s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.17s) [2022-06-24T10:24:36.779Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.57s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.51s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.55s) [2022-06-24T10:24:36.780Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.03s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-06-24T10:24:36.780Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-24T10:24:36.780Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-24T10:24:36.780Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-24T10:24:36.780Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-24T10:24:36.780Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.53s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.52s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.02s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.55s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.21s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.53s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.55s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.55s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.70s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.50s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.68s) [2022-06-24T10:24:36.780Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.32s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.00s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.57s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.58s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.53s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.37s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.76s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.77s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.83s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.65s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.52s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.73s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.72s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.07s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.86s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.59s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.05s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.03s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.66s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.65s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.53s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.50s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.53s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.52s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.01s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.64s) [2022-06-24T10:24:36.780Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.23s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.71s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.73s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.79s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.36s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.31s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.32s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.05s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.14s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.50s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.05s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.52s) [2022-06-24T10:24:36.780Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.28s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.73s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.74s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.01s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.70s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.60s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.56s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStartRecordError (1.20s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.62s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.23s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.85s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.07s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.58s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.54s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.53s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.65s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.56s) [2022-06-24T10:24:36.780Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.73s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.56s) [2022-06-24T10:24:36.780Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-24T10:24:36.780Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.99s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.69s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.64s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.07s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUpdateStats (3.59s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.25s) [2022-06-24T10:24:36.780Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.83s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.65s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.74s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.81s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.19s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.50s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.56s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.62s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.52s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2022-06-24T10:24:36.780Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-06-24T10:24:36.780Z] === RUN TestDockerRegistrySuite [2022-06-24T10:24:36.780Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-06-24T10:24:37.713Z] check_test.go:427: [d6e7eb00ebadd] daemon is not started [2022-06-24T10:24:37.713Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-06-24T10:24:38.646Z] check_test.go:427: [db1c4fd99dbeb] daemon is not started [2022-06-24T10:24:38.646Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-06-24T10:24:40.017Z] check_test.go:427: [d63fe9fb9560b] daemon is not started [2022-06-24T10:24:40.017Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-06-24T10:24:40.017Z] check_test.go:427: [db78045712ee7] daemon is not started [2022-06-24T10:24:40.017Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-06-24T10:24:42.543Z] check_test.go:427: [dc9426e4a6ec1] daemon is not started [2022-06-24T10:24:42.543Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-06-24T10:24:49.095Z] check_test.go:427: [d310b4f06543a] daemon is not started [2022-06-24T10:24:49.095Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-06-24T10:24:50.991Z] check_test.go:427: [d672dcae83451] daemon is not started [2022-06-24T10:24:50.991Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-06-24T10:24:51.923Z] check_test.go:427: [da85fff04bf0e] daemon is not started [2022-06-24T10:24:51.923Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-06-24T10:24:52.487Z] check_test.go:427: [dd531f0b37696] daemon is not started [2022-06-24T10:24:52.487Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-06-24T10:24:53.860Z] check_test.go:427: [dd1d428bc8970] daemon is not started [2022-06-24T10:24:53.860Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-06-24T10:24:54.793Z] check_test.go:427: [d62363517e097] daemon is not started [2022-06-24T10:24:54.793Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-06-24T10:24:55.725Z] check_test.go:427: [d4e6a8e8dd628] daemon is not started [2022-06-24T10:24:55.725Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-06-24T10:24:56.657Z] check_test.go:427: [d93fd2441e405] daemon is not started [2022-06-24T10:24:56.658Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-06-24T10:24:57.589Z] check_test.go:427: [dcc9831cb1f66] daemon is not started [2022-06-24T10:24:57.589Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-06-24T10:24:58.529Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:fcce76bff0bd713bad5ffc463d09c693effb2d363699c83b215d03056ab5ac98 [2022-06-24T10:24:59.104Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f4ad761f6cf89030b83d7b274be43d1172641dad5f55b12423109199cf690fa0 [2022-06-24T10:24:59.362Z] check_test.go:427: [df13e6cde6c41] daemon is not started [2022-06-24T10:24:59.362Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-06-24T10:25:00.295Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:432a74794d3e189669cb690f653e9135669b7481b813f7a6e9f4d6b591ebf2b4 [2022-06-24T10:25:01.228Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:528a5ae0970923ab148c34b245df0322f7c63f809cbcdfcd6025ed07b3713489 [2022-06-24T10:25:01.228Z] check_test.go:427: [d841a8cc73766] daemon is not started [2022-06-24T10:25:01.228Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-06-24T10:25:02.159Z] check_test.go:427: [d56d993a5de39] daemon is not started [2022-06-24T10:25:02.159Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-06-24T10:25:04.684Z] check_test.go:427: [d92d8ede83330] daemon is not started [2022-06-24T10:25:04.684Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-06-24T10:25:05.616Z] check_test.go:427: [d99b8e2bbcc16] daemon is not started [2022-06-24T10:25:05.616Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-06-24T10:25:05.873Z] check_test.go:427: [d640220d2f5fe] daemon is not started [2022-06-24T10:25:05.874Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-06-24T10:25:06.806Z] check_test.go:427: [dd12999bc415c] daemon is not started [2022-06-24T10:25:06.806Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-06-24T10:25:07.738Z] check_test.go:427: [de945bc595665] daemon is not started [2022-06-24T10:25:07.738Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-06-24T10:25:08.670Z] check_test.go:427: [d93baaff6e102] daemon is not started [2022-06-24T10:25:08.670Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-06-24T10:25:11.196Z] check_test.go:427: [d75c3c1fff063] daemon is not started [2022-06-24T10:25:11.196Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-06-24T10:25:11.196Z] check_test.go:427: [d3cfa86164c09] daemon is not started [2022-06-24T10:25:11.196Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-06-24T10:25:12.127Z] check_test.go:427: [da11f77cdaae9] daemon is not started [2022-06-24T10:25:12.127Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-06-24T10:25:12.693Z] check_test.go:427: [da338fe764fb3] daemon is not started [2022-06-24T10:25:12.693Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-06-24T10:25:12.693Z] check_test.go:427: [d8725ece06a82] daemon is not started [2022-06-24T10:25:12.693Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-06-24T10:25:12.950Z] check_test.go:427: [da06df21dd387] daemon is not started [2022-06-24T10:25:12.950Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-06-24T10:25:13.208Z] check_test.go:427: [d9d3db3cb8e1a] daemon is not started [2022-06-24T10:25:13.208Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-06-24T10:25:13.465Z] check_test.go:427: [d2ef89ceade85] daemon is not started [2022-06-24T10:25:13.465Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-06-24T10:25:13.465Z] check_test.go:427: [dc3374ab86d07] daemon is not started [2022-06-24T10:25:13.465Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-06-24T10:25:14.836Z] check_test.go:427: [d6138d0347c57] daemon is not started [2022-06-24T10:25:14.836Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-06-24T10:25:16.207Z] check_test.go:427: [d0391caebfc8e] daemon is not started [2022-06-24T10:25:16.207Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-06-24T10:25:16.772Z] check_test.go:427: [d5e7ca40de2b6] daemon is not started [2022-06-24T10:25:16.772Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-06-24T10:25:17.704Z] check_test.go:427: [d0aee6e816867] daemon is not started [2022-06-24T10:25:17.704Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-06-24T10:25:18.636Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite (42.60s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.06s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.94s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.19s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.13s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.58s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.45s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.64s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.98s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.86s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.99s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.05s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.03s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.96s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.94s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.84s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.87s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.96s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.52s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.98s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.90s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.84s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.31s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.35s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.99s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.34s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.25s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.22s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.31s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.97s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.40s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.84s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.98s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.86s) [2022-06-24T10:25:19.570Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.74s) [2022-06-24T10:25:19.570Z] === RUN TestDockerSchema1RegistrySuite [2022-06-24T10:25:19.570Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-06-24T10:25:19.570Z] check_test.go:454: [df39bdcbe8088] daemon is not started [2022-06-24T10:25:19.570Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-06-24T10:25:22.848Z] check_test.go:454: [df2e7425487cc] daemon is not started [2022-06-24T10:25:22.848Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-06-24T10:25:24.743Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-06-24T10:25:28.037Z] check_test.go:454: [dd5fa660f5f08] daemon is not started [2022-06-24T10:25:28.037Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-06-24T10:25:28.968Z] check_test.go:454: [d31ce19d9ae09] daemon is not started [2022-06-24T10:25:28.968Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-06-24T10:25:28.968Z] check_test.go:454: [dd404b3b2d396] daemon is not started [2022-06-24T10:25:28.968Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-06-24T10:25:29.532Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-06-24T10:25:30.098Z] check_test.go:454: [dcd6b21ae33b4] daemon is not started [2022-06-24T10:25:30.098Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-06-24T10:25:31.470Z] check_test.go:454: [d0762c9c041ba] daemon is not started [2022-06-24T10:25:31.470Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-06-24T10:25:32.402Z] check_test.go:454: [d75f1cb8b66d5] daemon is not started [2022-06-24T10:25:32.402Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-06-24T10:25:35.680Z] check_test.go:454: [d14c747617e9d] daemon is not started [2022-06-24T10:25:35.680Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-06-24T10:25:35.680Z] check_test.go:454: [d921d32209f99] daemon is not started [2022-06-24T10:25:35.680Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-06-24T10:25:35.937Z] check_test.go:454: [d91d88ce6e679] daemon is not started [2022-06-24T10:25:35.937Z] --- PASS: TestDockerSchema1RegistrySuite (16.68s) [2022-06-24T10:25:35.937Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.13s) [2022-06-24T10:25:35.937Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.76s) [2022-06-24T10:25:35.937Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.42s) [2022-06-24T10:25:35.937Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.26s) [2022-06-24T10:25:35.937Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2022-06-24T10:25:35.937Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.10s) [2022-06-24T10:25:35.937Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.01s) [2022-06-24T10:25:35.937Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.04s) [2022-06-24T10:25:35.937Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.03s) [2022-06-24T10:25:35.937Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2022-06-24T10:25:35.937Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2022-06-24T10:25:35.937Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-06-24T10:25:35.937Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-06-24T10:25:36.869Z] check_test.go:483: [d7761fb57127e] daemon is not started [2022-06-24T10:25:36.869Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-06-24T10:25:36.869Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-06-24T10:25:37.127Z] check_test.go:483: [d4be1613f3a83] daemon is not started [2022-06-24T10:25:37.127Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-06-24T10:25:37.385Z] check_test.go:483: [d5d631db9314d] daemon is not started [2022-06-24T10:25:37.385Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-06-24T10:25:38.757Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-06-24T10:25:39.322Z] check_test.go:483: [d461c4b2d4328] daemon is not started [2022-06-24T10:25:39.322Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-06-24T10:25:39.580Z] check_test.go:483: [d9724d499448d] daemon is not started [2022-06-24T10:25:39.580Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-06-24T10:25:40.513Z] check_test.go:483: [d6ba7ab49c3af] daemon is not started [2022-06-24T10:25:40.513Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-06-24T10:25:40.513Z] check_test.go:483: [d4f6b2b094f5f] daemon is not started [2022-06-24T10:25:40.513Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.58s) [2022-06-24T10:25:40.513Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.67s) [2022-06-24T10:25:40.513Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.54s) [2022-06-24T10:25:40.513Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-06-24T10:25:40.513Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.22s) [2022-06-24T10:25:40.513Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.54s) [2022-06-24T10:25:40.513Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.48s) [2022-06-24T10:25:40.513Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.82s) [2022-06-24T10:25:40.513Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-06-24T10:25:40.513Z] === RUN TestDockerRegistryAuthTokenSuite [2022-06-24T10:25:40.513Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-06-24T10:25:43.038Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-06-24T10:25:45.563Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-06-24T10:25:45.820Z] check_test.go:510: [dce85a176e924] daemon is not started [2022-06-24T10:25:45.820Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-06-24T10:25:45.820Z] check_test.go:510: [dbb02b0877258] daemon is not started [2022-06-24T10:25:45.820Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-06-24T10:25:46.078Z] check_test.go:510: [df34ab10a3d8e] daemon is not started [2022-06-24T10:25:46.078Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-06-24T10:25:46.335Z] check_test.go:510: [d055a890f1ce9] daemon is not started [2022-06-24T10:25:46.335Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-06-24T10:25:46.335Z] check_test.go:510: [df6bd924b1100] daemon is not started [2022-06-24T10:25:46.335Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.75s) [2022-06-24T10:25:46.335Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-06-24T10:25:46.335Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2022-06-24T10:25:46.335Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-06-24T10:25:46.336Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-06-24T10:25:46.336Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-06-24T10:25:46.336Z] === RUN TestDockerNetworkSuite [2022-06-24T10:25:46.336Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-06-24T10:25:47.709Z] docker_cli_network_unix_test.go:46: [dea587fffa2a8] daemon is not started [2022-06-24T10:25:47.709Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-06-24T10:25:48.274Z] docker_cli_network_unix_test.go:46: [ded94361920fd] daemon is not started [2022-06-24T10:25:48.532Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-06-24T10:25:50.429Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-06-24T10:25:51.363Z] docker_cli_network_unix_test.go:46: [d5f21d5dff50c] daemon is not started [2022-06-24T10:25:52.295Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-06-24T10:25:52.860Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-06-24T10:25:54.232Z] docker_cli_network_unix_test.go:46: [de59874a5253c] daemon is not started [2022-06-24T10:25:54.232Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-06-24T10:25:54.232Z] docker_cli_network_unix_test.go:1233: [daa1a0c0cd31c] daemon is not started [2022-06-24T10:25:57.541Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-06-24T10:25:57.541Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-06-24T10:25:57.541Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-24T10:25:57.541Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-06-24T10:25:58.473Z] docker_cli_network_unix_test.go:46: [de3e64f116d8d] daemon is not started [2022-06-24T10:25:59.038Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-06-24T10:26:04.297Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-06-24T10:26:04.862Z] docker_cli_network_unix_test.go:46: [d2b96bdf906dc] daemon is not started [2022-06-24T10:26:05.119Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-06-24T10:26:05.683Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-06-24T10:26:06.248Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-06-24T10:26:08.773Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-06-24T10:26:08.773Z] docker_cli_network_unix_test.go:46: [de91ba8b821ad] daemon is not started [2022-06-24T10:26:09.338Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-06-24T10:26:10.711Z] docker_cli_network_unix_test.go:46: [d24db351560e0] daemon is not started [2022-06-24T10:26:10.711Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-06-24T10:26:10.969Z] docker_cli_network_unix_test.go:46: [d00920d1b30dd] daemon is not started [2022-06-24T10:26:11.227Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-06-24T10:26:11.484Z] docker_cli_network_unix_test.go:46: [dd0a55b426eb7] daemon is not started [2022-06-24T10:26:11.484Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-06-24T10:26:12.050Z] docker_cli_network_unix_test.go:46: [d6170c6e3beb8] daemon is not started [2022-06-24T10:26:12.615Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-06-24T10:26:13.180Z] docker_cli_network_unix_test.go:46: [db22b0eaa8dd5] daemon is not started [2022-06-24T10:26:13.437Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-06-24T10:26:13.694Z] docker_cli_network_unix_test.go:46: [d61f6d517e82c] daemon is not started [2022-06-24T10:26:13.694Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-06-24T10:26:14.260Z] docker_cli_network_unix_test.go:46: [d8bf83b1297a7] daemon is not started [2022-06-24T10:26:14.260Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-06-24T10:26:14.517Z] docker_cli_network_unix_test.go:46: [da82251dd12c3] daemon is not started [2022-06-24T10:26:14.774Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-06-24T10:26:15.032Z] docker_cli_network_unix_test.go:46: [df67b36f0a996] daemon is not started [2022-06-24T10:26:15.032Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-06-24T10:26:15.032Z] docker_cli_network_unix_test.go:46: [d89ff5fcc59cf] daemon is not started [2022-06-24T10:26:15.032Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-06-24T10:26:15.289Z] docker_cli_network_unix_test.go:46: [df5ed97d23fe5] daemon is not started [2022-06-24T10:26:15.289Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-06-24T10:26:16.221Z] docker_cli_network_unix_test.go:46: [d46ccdddd9e7b] daemon is not started [2022-06-24T10:26:16.222Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-06-24T10:26:16.786Z] docker_cli_network_unix_test.go:46: [dcd838849cf9a] daemon is not started [2022-06-24T10:26:17.351Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-06-24T10:26:17.351Z] docker_cli_network_unix_test.go:46: [d3edeb9ac66b2] daemon is not started [2022-06-24T10:26:17.351Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-06-24T10:26:17.351Z] docker_cli_network_unix_test.go:46: [de07164b18b7d] daemon is not started [2022-06-24T10:26:17.609Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-06-24T10:26:17.609Z] docker_cli_network_unix_test.go:46: [d6dbd30698dfe] daemon is not started [2022-06-24T10:26:17.609Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-06-24T10:26:18.979Z] docker_cli_network_unix_test.go:968: [d2a01b4f63a2e] daemon is not started [2022-06-24T10:26:19.912Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-06-24T10:26:20.095Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-24T10:26:20.095Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-06-24T10:26:20.095Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-24T10:26:20.095Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-24T10:26:20.095Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-24T10:26:20.095Z] Cross building: bundles/cross/windows/amd64 [2022-06-24T10:26:20.095Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-06-24T10:26:20.095Z] { [2022-06-24T10:26:20.095Z] "RT_GROUP_ICON": { [2022-06-24T10:26:20.095Z] "#1": { [2022-06-24T10:26:20.095Z] "0409": "../../winresources/docker.ico" [2022-06-24T10:26:20.095Z] } [2022-06-24T10:26:20.095Z] }, [2022-06-24T10:26:20.095Z] "RT_MANIFEST": { [2022-06-24T10:26:20.095Z] "#1": { [2022-06-24T10:26:20.095Z] "0409": { [2022-06-24T10:26:20.095Z] "identity": {}, [2022-06-24T10:26:20.095Z] "description": "Docker Engine", [2022-06-24T10:26:20.095Z] "minimum-os": "vista", [2022-06-24T10:26:20.095Z] "execution-level": "", [2022-06-24T10:26:20.095Z] "ui-access": false, [2022-06-24T10:26:20.095Z] "auto-elevate": false, [2022-06-24T10:26:20.095Z] "dpi-awareness": "unaware", [2022-06-24T10:26:20.095Z] "disable-theming": false, [2022-06-24T10:26:20.095Z] "disable-window-filtering": false, [2022-06-24T10:26:20.095Z] "high-resolution-scrolling-aware": false, [2022-06-24T10:26:20.095Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-24T10:26:20.095Z] "long-path-aware": false, [2022-06-24T10:26:20.095Z] "printer-driver-isolation": false, [2022-06-24T10:26:20.095Z] "gdi-scaling": false, [2022-06-24T10:26:20.095Z] "segment-heap": false, [2022-06-24T10:26:20.095Z] "use-common-controls-v6": false [2022-06-24T10:26:20.095Z] } [2022-06-24T10:26:20.095Z] } [2022-06-24T10:26:20.095Z] }, [2022-06-24T10:26:20.095Z] "RT_MESSAGETABLE": { [2022-06-24T10:26:20.095Z] "#1": { [2022-06-24T10:26:20.095Z] "0409": "../../winresources/event_messages.bin" [2022-06-24T10:26:20.095Z] } [2022-06-24T10:26:20.095Z] }, [2022-06-24T10:26:20.095Z] "RT_VERSION": { [2022-06-24T10:26:20.095Z] "#1": { [2022-06-24T10:26:20.095Z] "0409": { [2022-06-24T10:26:20.095Z] "fixed": { [2022-06-24T10:26:20.095Z] "file_version": "0.0.0.0", [2022-06-24T10:26:20.095Z] "product_version": "0.0.0.0", [2022-06-24T10:26:20.095Z] "type": "Unknown" [2022-06-24T10:26:20.095Z] }, [2022-06-24T10:26:20.095Z] "info": { [2022-06-24T10:26:20.095Z] "0000": { [2022-06-24T10:26:20.095Z] "CompanyName": "", [2022-06-24T10:26:20.095Z] "FileVersion": "dev", [2022-06-24T10:26:20.095Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-24T10:26:20.095Z] "OriginalFileName": "dockerd-dev.exe", [2022-06-24T10:26:20.095Z] "ProductName": "", [2022-06-24T10:26:20.095Z] "ProductVersion": "dev", [2022-06-24T10:26:20.095Z] "SpecialBuild": "56a20dbc19786633f605d3871f5242d8e0f1be5a" [2022-06-24T10:26:20.095Z] } [2022-06-24T10:26:20.095Z] } [2022-06-24T10:26:20.095Z] } [2022-06-24T10:26:20.095Z] } [2022-06-24T10:26:20.095Z] } [2022-06-24T10:26:20.095Z] } [2022-06-24T10:26:20.095Z] cmd/dockerd/config.go [2022-06-24T10:26:20.095Z] cmd/dockerd/config_windows.go [2022-06-24T10:26:20.095Z] cmd/dockerd/daemon.go [2022-06-24T10:26:20.095Z] cmd/dockerd/daemon_test.go [2022-06-24T10:26:20.095Z] cmd/dockerd/daemon_windows.go [2022-06-24T10:26:20.095Z] cmd/dockerd/docker.go [2022-06-24T10:26:20.095Z] cmd/dockerd/docker_windows.go [2022-06-24T10:26:20.095Z] cmd/dockerd/genwinres_windows.go [2022-06-24T10:26:20.095Z] cmd/dockerd/metrics.go [2022-06-24T10:26:20.095Z] cmd/dockerd/options.go [2022-06-24T10:26:20.095Z] cmd/dockerd/options_test.go [2022-06-24T10:26:20.095Z] cmd/dockerd/service_windows.go [2022-06-24T10:26:20.095Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-24T10:26:20.095Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-24T10:26:21.283Z] docker_cli_network_unix_test.go:46: [d4db1ff36535b] daemon is not started [2022-06-24T10:26:21.283Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-06-24T10:26:23.808Z] docker_cli_network_unix_test.go:1116: [d005f51250c69] daemon is not started [2022-06-24T10:26:25.727Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-06-24T10:26:25.727Z] docker_cli_network_unix_test.go:46: [d568bcb50e05b] daemon is not started [2022-06-24T10:26:25.727Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-06-24T10:26:26.659Z] docker_cli_network_unix_test.go:46: [d1b3c1c8e5972] daemon is not started [2022-06-24T10:26:26.659Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-06-24T10:26:26.659Z] docker_cli_network_unix_test.go:46: [d710c18deda4b] daemon is not started [2022-06-24T10:26:26.917Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-06-24T10:26:26.917Z] docker_cli_network_unix_test.go:46: [db200b4f13127] daemon is not started [2022-06-24T10:26:26.917Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-06-24T10:26:27.174Z] docker_cli_network_unix_test.go:46: [d65b541974b16] daemon is not started [2022-06-24T10:26:27.174Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-06-24T10:26:27.174Z] docker_cli_network_unix_test.go:46: [d03d8fba951ab] daemon is not started [2022-06-24T10:26:27.174Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-06-24T10:26:27.174Z] docker_cli_network_unix_test.go:46: [d048ae4fb933a] daemon is not started [2022-06-24T10:26:27.174Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-06-24T10:26:29.071Z] docker_cli_network_unix_test.go:46: [d9eb4e41d13cf] daemon is not started [2022-06-24T10:26:30.003Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-06-24T10:26:30.003Z] docker_cli_network_unix_test.go:46: [d3f96565b74ad] daemon is not started [2022-06-24T10:26:30.003Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-06-24T10:26:30.003Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-24T10:26:30.003Z] docker_cli_network_unix_test.go:46: [d86044285c3c3] daemon is not started [2022-06-24T10:26:30.003Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-06-24T10:26:30.568Z] docker_cli_network_unix_test.go:46: [d8c4b72fb6fdb] daemon is not started [2022-06-24T10:26:30.825Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-06-24T10:26:35.005Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-06-24T10:26:35.937Z] docker_cli_network_unix_test.go:1084: [d991ccdc71f80] daemon is not started [2022-06-24T10:26:37.834Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-06-24T10:26:37.834Z] docker_cli_network_unix_test.go:46: [d3311cfc9e631] daemon is not started [2022-06-24T10:26:38.092Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-06-24T10:26:38.350Z] docker_cli_network_unix_test.go:46: [dd587b82f2515] daemon is not started [2022-06-24T10:26:38.915Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-06-24T10:26:40.288Z] docker_cli_network_unix_test.go:46: [d6d106e38b73d] daemon is not started [2022-06-24T10:26:40.545Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-06-24T10:26:40.545Z] docker_cli_network_unix_test.go:46: [dac325f5816df] daemon is not started [2022-06-24T10:26:40.545Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-06-24T10:26:41.110Z] docker_cli_network_unix_test.go:46: [d25915e56b8d6] daemon is not started [2022-06-24T10:26:41.367Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-06-24T10:26:41.931Z] docker_cli_network_unix_test.go:46: [d711518e7b0dc] daemon is not started [2022-06-24T10:26:41.931Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-06-24T10:26:42.497Z] docker_cli_network_unix_test.go:46: [de095b6d49739] daemon is not started [2022-06-24T10:26:42.754Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-06-24T10:26:46.932Z] docker_cli_network_unix_test.go:46: [da816f3c91cc9] daemon is not started [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite (60.80s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.40s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.82s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.69s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.97s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.07s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.81s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (6.99s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.12s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.42s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.51s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.35s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.97s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.03s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.19s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.37s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.75s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.20s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.78s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.14s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.31s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.34s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (4.28s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.95s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.17s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.77s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2022-06-24T10:26:47.190Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.81s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.68s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.40s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.83s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.77s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.78s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.48s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.93s) [2022-06-24T10:26:47.190Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.36s) [2022-06-24T10:26:47.190Z] === RUN TestDockerHubPullSuite [2022-06-24T10:26:47.190Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-06-24T10:26:49.086Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-06-24T10:26:50.982Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-06-24T10:26:51.914Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-06-24T10:26:53.285Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-06-24T10:26:53.285Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-06-24T10:26:53.285Z] --- PASS: TestDockerHubPullSuite (6.10s) [2022-06-24T10:26:53.285Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.65s) [2022-06-24T10:26:53.285Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.21s) [2022-06-24T10:26:53.285Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.64s) [2022-06-24T10:26:53.285Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.42s) [2022-06-24T10:26:53.285Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.12s) [2022-06-24T10:26:53.285Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.05s) [2022-06-24T10:26:53.285Z] PASS [2022-06-24T10:26:53.285Z] [2022-06-24T10:26:53.285Z] === Skipped [2022-06-24T10:26:53.285Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-24T10:26:53.285Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.285Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-24T10:26:53.285Z] [2022-06-24T10:26:53.285Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-24T10:26:53.285Z] docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.285Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-24T10:26:53.285Z] [2022-06-24T10:26:53.285Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-24T10:26:53.285Z] docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.285Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-24T10:26:53.285Z] [2022-06-24T10:26:53.285Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-24T10:26:53.285Z] docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.285Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-24T10:26:53.285Z] [2022-06-24T10:26:53.285Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-24T10:26:53.285Z] docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.285Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-24T10:26:53.285Z] [2022-06-24T10:26:53.285Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2022-06-24T10:26:53.285Z] docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.285Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2022-06-24T10:26:53.285Z] [2022-06-24T10:26:53.285Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-06-24T10:26:53.285Z] docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.285Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-06-24T10:26:53.285Z] [2022-06-24T10:26:53.285Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-24T10:26:53.285Z] docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.285Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-24T10:26:53.285Z] [2022-06-24T10:26:53.285Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.00s) [2022-06-24T10:26:53.285Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.285Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.00s) [2022-06-24T10:26:53.285Z] [2022-06-24T10:26:53.285Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-24T10:26:53.285Z] docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.285Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-24T10:26:53.285Z] [2022-06-24T10:26:53.285Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-24T10:26:53.285Z] docker_cli_build_test.go:6032: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.285Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-24T10:26:53.285Z] [2022-06-24T10:26:53.285Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-24T10:26:53.285Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.285Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-24T10:26:53.285Z] [2022-06-24T10:26:53.285Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.00s) [2022-06-24T10:26:53.285Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.285Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.00s) [2022-06-24T10:26:53.285Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-24T10:26:53.286Z] docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_create_test.go:83: unmatched requirement Devicemapper [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_inspect_test.go:195: unmatched requirement Devicemapper [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_inspect_test.go:177: unmatched requirement Devicemapper [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_test.go:4054: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.01s) [2022-06-24T10:26:53.286Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-24T10:26:53.286Z] docker_cli_run_test.go:4137: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_test.go:2855: kernel doesn't have latency_stats configured [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_test.go:4090: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_run_test.go:4435: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_sni_test.go:30: Flakey test [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-24T10:26:53.286Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-24T10:26:53.286Z] docker_cli_network_unix_test.go:46: [d86044285c3c3] daemon is not started [2022-06-24T10:26:53.286Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] DONE 1265 tests, 51 skipped in 1405.982s [2022-06-24T10:26:53.286Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-24T10:26:53.286Z] ++++ cat bundles/test-integration/docker.pid [2022-06-24T10:26:53.286Z] +++ kill 14570 [2022-06-24T10:26:53.286Z] +++ /etc/init.d/apparmor stop [2022-06-24T10:26:53.286Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] Unloading profiles will leave already running processes permanently [2022-06-24T10:26:53.286Z] unconfined, which can lead to unexpected situations. [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.286Z] To set a process to complain mode, use the command line tool [2022-06-24T10:26:53.286Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-24T10:26:53.286Z] +++ true [2022-06-24T10:26:53.286Z] exiting test-integration [2022-06-24T10:26:53.286Z] ++ exit 0 [2022-06-24T10:26:53.286Z] [2022-06-24T10:26:53.856Z] + for job in $(jobs -p) [2022-06-24T10:26:53.856Z] + wait 742 [2022-06-24T10:27:03.834Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-06-24T10:27:04.092Z] docker_cli_swarm_test.go:1180: [d75ad22dd4e4f] joining swarm manager [dcdccce1d4b23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:27:10.640Z] docker_cli_swarm_test.go:1189: [d94842fd3fff3] joining swarm manager [dcdccce1d4b23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:27:49.325Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-06-24T10:27:56.786Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-24T10:27:56.788Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-06-24T10:27:56.788Z] { [2022-06-24T10:27:56.788Z] "RT_GROUP_ICON": { [2022-06-24T10:27:56.788Z] "#1": { [2022-06-24T10:27:56.788Z] "0409": "../../winresources/docker.ico" [2022-06-24T10:27:56.788Z] } [2022-06-24T10:27:56.788Z] }, [2022-06-24T10:27:56.788Z] "RT_MANIFEST": { [2022-06-24T10:27:56.788Z] "#1": { [2022-06-24T10:27:56.788Z] "0409": { [2022-06-24T10:27:56.788Z] "identity": {}, [2022-06-24T10:27:56.788Z] "description": "Docker Engine", [2022-06-24T10:27:56.788Z] "minimum-os": "vista", [2022-06-24T10:27:56.788Z] "execution-level": "", [2022-06-24T10:27:56.788Z] "ui-access": false, [2022-06-24T10:27:56.788Z] "auto-elevate": false, [2022-06-24T10:27:56.788Z] "dpi-awareness": "unaware", [2022-06-24T10:27:56.788Z] "disable-theming": false, [2022-06-24T10:27:56.788Z] "disable-window-filtering": false, [2022-06-24T10:27:56.788Z] "high-resolution-scrolling-aware": false, [2022-06-24T10:27:56.788Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-24T10:27:56.788Z] "long-path-aware": false, [2022-06-24T10:27:56.788Z] "printer-driver-isolation": false, [2022-06-24T10:27:56.788Z] "gdi-scaling": false, [2022-06-24T10:27:56.788Z] "segment-heap": false, [2022-06-24T10:27:56.788Z] "use-common-controls-v6": false [2022-06-24T10:27:56.788Z] } [2022-06-24T10:27:56.788Z] } [2022-06-24T10:27:56.788Z] }, [2022-06-24T10:27:56.788Z] "RT_MESSAGETABLE": { [2022-06-24T10:27:56.788Z] "#1": { [2022-06-24T10:27:56.788Z] "0409": "../../winresources/event_messages.bin" [2022-06-24T10:27:56.788Z] } [2022-06-24T10:27:56.788Z] }, [2022-06-24T10:27:56.788Z] "RT_VERSION": { [2022-06-24T10:27:56.788Z] "#1": { [2022-06-24T10:27:56.788Z] "0409": { [2022-06-24T10:27:56.789Z] "fixed": { [2022-06-24T10:27:56.789Z] "file_version": "0.0.0.0", [2022-06-24T10:27:56.789Z] "product_version": "0.0.0.0", [2022-06-24T10:27:56.789Z] "type": "Unknown" [2022-06-24T10:27:56.789Z] }, [2022-06-24T10:27:56.789Z] "info": { [2022-06-24T10:27:56.789Z] "0000": { [2022-06-24T10:27:56.789Z] "CompanyName": "", [2022-06-24T10:27:56.789Z] "FileVersion": "dev", [2022-06-24T10:27:56.789Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-24T10:27:56.789Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-06-24T10:27:56.789Z] "ProductName": "", [2022-06-24T10:27:56.789Z] "ProductVersion": "dev", [2022-06-24T10:27:56.789Z] "SpecialBuild": "56a20dbc19786633f605d3871f5242d8e0f1be5a" [2022-06-24T10:27:56.789Z] } [2022-06-24T10:27:56.789Z] } [2022-06-24T10:27:56.789Z] } [2022-06-24T10:27:56.789Z] } [2022-06-24T10:27:56.789Z] } [2022-06-24T10:27:56.789Z] } [2022-06-24T10:27:56.789Z] cmd/docker-proxy/genwinres_windows.go [2022-06-24T10:27:56.789Z] cmd/docker-proxy/main.go [2022-06-24T10:27:56.789Z] cmd/docker-proxy/network_proxy_test.go [2022-06-24T10:27:56.789Z] cmd/docker-proxy/proxy.go [2022-06-24T10:27:56.789Z] cmd/docker-proxy/sctp_proxy.go [2022-06-24T10:27:56.789Z] cmd/docker-proxy/tcp_proxy.go [2022-06-24T10:27:56.789Z] cmd/docker-proxy/udp_proxy.go [2022-06-24T10:27:56.789Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-24T10:27:56.789Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-24T10:27:56.789Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-24T10:27:56.789Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-06-24T10:27:56.789Z] remote: Enumerating objects: 23, done. [2022-06-24T10:27:56.789Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-06-24T10:27:56.789Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-06-24T10:27:56.789Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-06-24T10:27:56.789Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-06-24T10:27:56.789Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-06-24T10:27:56.789Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-06-24T10:27:56.789Z] Cross building: bundles/cross/linux/ppc64le [2022-06-24T10:27:56.789Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-24T10:27:56.789Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-24T10:28:04.185Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-06-24T10:28:07.463Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-06-24T10:28:08.837Z] docker_cli_swarm_test.go:1112: [d49e448b1dccf] joining swarm manager [d6c92660102b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:28:10.735Z] docker_cli_swarm_test.go:1113: [db4a04ec96d90] joining swarm manager [d6c92660102b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:29:47.147Z] docker_cli_swarm_test.go:1166: [d120977dac34f] joining swarm manager [d6c92660102b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-24T10:29:48.234Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-24T10:29:48.801Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-24T10:29:48.801Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-24T10:29:48.801Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-24T10:29:48.801Z] Cross building: bundles/cross/linux/s390x [2022-06-24T10:29:48.801Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-24T10:29:48.801Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-24T10:30:13.692Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-06-24T10:30:13.692Z] docker_cli_swarm_test.go:1447: [d3812b7b02b69] joining swarm manager [dbf2f33d375d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:30:13.951Z] docker_cli_swarm_test.go:1448: [dd9c3418541f2] joining swarm manager [dbf2f33d375d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-24T10:30:26.138Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-06-24T10:30:26.138Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-06-24T10:30:26.138Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-06-24T10:30:26.138Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-06-24T10:30:26.138Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-06-24T10:30:26.702Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-06-24T10:30:29.270Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-06-24T10:30:32.549Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-06-24T10:30:35.073Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-06-24T10:30:36.970Z] docker_cli_swarm_unix_test.go:63: [d67904c5bf702] joining swarm manager [d150f2aa7095f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:31:33.169Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-06-24T10:31:33.169Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-06-24T10:31:35.067Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-06-24T10:31:37.592Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-06-24T10:31:40.249Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-24T10:31:40.249Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-24T10:31:40.249Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-24T10:31:40.249Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-24T10:31:40.249Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-24T10:31:40.579Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-24T10:31:40.863Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56a20dbc19786633f605d3871f5242d8e0f1be5a hack/test/unit [2022-06-24T10:31:40.899Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-06-24T10:31:41.121Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-24T10:31:41.121Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-24T10:31:41.121Z] + TESTDIRS=./... [2022-06-24T10:31:41.121Z] + exclude_paths='/vendor/|/integration' [2022-06-24T10:31:41.121Z] ++ go list ./... [2022-06-24T10:31:41.121Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-24T10:31:42.058Z] + pkg_list='github.com/docker/docker/api [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/backend/build [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/httpstatus [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/httputils [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/middleware [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/router [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/router/build [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/router/container [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/router/debug [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/router/distribution [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/router/grpc [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/router/image [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/router/network [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/router/plugin [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/router/session [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/router/swarm [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/router/system [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/server/router/volume [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/backend [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/blkiodev [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/container [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/events [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/filters [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/image [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/mount [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/network [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/registry [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/strslice [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/swarm [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/time [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/versions [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-24T10:31:42.058Z] github.com/docker/docker/api/types/volume [2022-06-24T10:31:42.058Z] github.com/docker/docker/builder [2022-06-24T10:31:42.058Z] github.com/docker/docker/builder/builder-next [2022-06-24T10:31:42.058Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-24T10:31:42.058Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-24T10:31:42.058Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-24T10:31:42.058Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-24T10:31:42.058Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-24T10:31:42.058Z] github.com/docker/docker/builder/builder-next/worker [2022-06-24T10:31:42.058Z] github.com/docker/docker/builder/dockerfile [2022-06-24T10:31:42.058Z] github.com/docker/docker/builder/remotecontext [2022-06-24T10:31:42.058Z] github.com/docker/docker/builder/remotecontext/git [2022-06-24T10:31:42.058Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-24T10:31:42.058Z] github.com/docker/docker/cli [2022-06-24T10:31:42.058Z] github.com/docker/docker/cli/config [2022-06-24T10:31:42.058Z] github.com/docker/docker/cli/debug [2022-06-24T10:31:42.058Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-24T10:31:42.058Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-24T10:31:42.058Z] github.com/docker/docker/client [2022-06-24T10:31:42.058Z] github.com/docker/docker/cmd/docker-proxy [2022-06-24T10:31:42.058Z] github.com/docker/docker/cmd/dockerd [2022-06-24T10:31:42.059Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-24T10:31:42.059Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-24T10:31:42.059Z] github.com/docker/docker/container [2022-06-24T10:31:42.059Z] github.com/docker/docker/container/stream [2022-06-24T10:31:42.059Z] github.com/docker/docker/contrib/apparmor [2022-06-24T10:31:42.059Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-24T10:31:42.059Z] github.com/docker/docker/contrib/httpserver [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/cluster [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/cluster/convert [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/cluster/executor [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/cluster/provider [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/config [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/events [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/events/testutils [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/exec [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/images [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/initlayer [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/links [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/listeners [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/gelf [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/journald [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/local [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/logentries [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/splunk [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/syslog [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/templates [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/names [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/network [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/stats [2022-06-24T10:31:42.059Z] github.com/docker/docker/distribution [2022-06-24T10:31:42.059Z] github.com/docker/docker/distribution/metadata [2022-06-24T10:31:42.059Z] github.com/docker/docker/distribution/utils [2022-06-24T10:31:42.059Z] github.com/docker/docker/distribution/xfer [2022-06-24T10:31:42.059Z] github.com/docker/docker/dockerversion [2022-06-24T10:31:42.059Z] github.com/docker/docker/errdefs [2022-06-24T10:31:42.059Z] github.com/docker/docker/image [2022-06-24T10:31:42.059Z] github.com/docker/docker/image/cache [2022-06-24T10:31:42.059Z] github.com/docker/docker/image/tarexport [2022-06-24T10:31:42.059Z] github.com/docker/docker/image/v1 [2022-06-24T10:31:42.059Z] github.com/docker/docker/internal/test/suite [2022-06-24T10:31:42.059Z] github.com/docker/docker/layer [2022-06-24T10:31:42.059Z] github.com/docker/docker/libcontainerd [2022-06-24T10:31:42.059Z] github.com/docker/docker/libcontainerd/queue [2022-06-24T10:31:42.059Z] github.com/docker/docker/libcontainerd/remote [2022-06-24T10:31:42.059Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-24T10:31:42.059Z] github.com/docker/docker/libcontainerd/types [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/bitseq [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/cluster [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/config [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/datastore [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/driverapi [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/etchosts [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/idm [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/ipam [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/iptables [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/netlabel [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/netutils [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/networkdb [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/ns [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/options [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/osl [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/portallocator [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/portmapper [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/testutils [2022-06-24T10:31:42.059Z] github.com/docker/docker/libnetwork/types [2022-06-24T10:31:42.059Z] github.com/docker/docker/oci [2022-06-24T10:31:42.059Z] github.com/docker/docker/oci/caps [2022-06-24T10:31:42.059Z] github.com/docker/docker/opts [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/aaparser [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/archive [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/authorization [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/broadcaster [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/capabilities [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/chrootarchive [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/containerfs [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/devicemapper [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/directory [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/dmesg [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/fileutils [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/fsutils [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/homedir [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/idtools [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/ioutils [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/jsonmessage [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/longpath [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/loopback [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/namesgenerator [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/parsers [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/pidfile [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/platform [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/plugingetter [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/plugins [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/plugins/transport [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/pools [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/progress [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/pubsub [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/reexec [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/signal [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/stack [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/stdcopy [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/streamformatter [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/stringid [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/sysinfo [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/system [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/tailfile [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/tarsum [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/truncindex [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/urlutil [2022-06-24T10:31:42.059Z] github.com/docker/docker/pkg/useragent [2022-06-24T10:31:42.059Z] github.com/docker/docker/plugin [2022-06-24T10:31:42.059Z] github.com/docker/docker/plugin/executor/containerd [2022-06-24T10:31:42.059Z] github.com/docker/docker/plugin/v2 [2022-06-24T10:31:42.059Z] github.com/docker/docker/profiles/apparmor [2022-06-24T10:31:42.059Z] github.com/docker/docker/profiles/seccomp [2022-06-24T10:31:42.059Z] github.com/docker/docker/quota [2022-06-24T10:31:42.059Z] github.com/docker/docker/reference [2022-06-24T10:31:42.059Z] github.com/docker/docker/registry [2022-06-24T10:31:42.059Z] github.com/docker/docker/registry/resumable [2022-06-24T10:31:42.059Z] github.com/docker/docker/restartmanager [2022-06-24T10:31:42.059Z] github.com/docker/docker/rootless [2022-06-24T10:31:42.059Z] github.com/docker/docker/rootless/specconv [2022-06-24T10:31:42.059Z] github.com/docker/docker/runconfig [2022-06-24T10:31:42.059Z] github.com/docker/docker/runconfig/opts [2022-06-24T10:31:42.059Z] github.com/docker/docker/testutil [2022-06-24T10:31:42.059Z] github.com/docker/docker/testutil/daemon [2022-06-24T10:31:42.059Z] github.com/docker/docker/testutil/environment [2022-06-24T10:31:42.059Z] github.com/docker/docker/testutil/fakecontext [2022-06-24T10:31:42.059Z] github.com/docker/docker/testutil/fakegit [2022-06-24T10:31:42.059Z] github.com/docker/docker/testutil/fakestorage [2022-06-24T10:31:42.059Z] github.com/docker/docker/testutil/fixtures/load [2022-06-24T10:31:42.059Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-24T10:31:42.059Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-24T10:31:42.059Z] github.com/docker/docker/testutil/registry [2022-06-24T10:31:42.059Z] github.com/docker/docker/testutil/request [2022-06-24T10:31:42.059Z] github.com/docker/docker/volume [2022-06-24T10:31:42.059Z] github.com/docker/docker/volume/drivers [2022-06-24T10:31:42.059Z] github.com/docker/docker/volume/local [2022-06-24T10:31:42.059Z] github.com/docker/docker/volume/mounts [2022-06-24T10:31:42.059Z] github.com/docker/docker/volume/service [2022-06-24T10:31:42.059Z] github.com/docker/docker/volume/service/opts [2022-06-24T10:31:42.059Z] github.com/docker/docker/volume/testutils' [2022-06-24T10:31:42.059Z] ++ grep --fixed-strings -v /libnetwork [2022-06-24T10:31:42.059Z] ++ echo 'github.com/docker/docker/api [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/backend/build [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/httpstatus [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/httputils [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/middleware [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/router [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/router/build [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/router/container [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/router/debug [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/router/distribution [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/router/grpc [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/router/image [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/router/network [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/router/plugin [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/router/session [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/router/swarm [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/router/system [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/server/router/volume [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/backend [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/blkiodev [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/container [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/events [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/filters [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/image [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/mount [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/network [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/registry [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/strslice [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/swarm [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/time [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/versions [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-24T10:31:42.059Z] github.com/docker/docker/api/types/volume [2022-06-24T10:31:42.059Z] github.com/docker/docker/builder [2022-06-24T10:31:42.059Z] github.com/docker/docker/builder/builder-next [2022-06-24T10:31:42.059Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-24T10:31:42.059Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-24T10:31:42.059Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-24T10:31:42.059Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-24T10:31:42.059Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-24T10:31:42.059Z] github.com/docker/docker/builder/builder-next/worker [2022-06-24T10:31:42.059Z] github.com/docker/docker/builder/dockerfile [2022-06-24T10:31:42.059Z] github.com/docker/docker/builder/remotecontext [2022-06-24T10:31:42.059Z] github.com/docker/docker/builder/remotecontext/git [2022-06-24T10:31:42.059Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-24T10:31:42.059Z] github.com/docker/docker/cli [2022-06-24T10:31:42.059Z] github.com/docker/docker/cli/config [2022-06-24T10:31:42.059Z] github.com/docker/docker/cli/debug [2022-06-24T10:31:42.059Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-24T10:31:42.059Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-24T10:31:42.059Z] github.com/docker/docker/client [2022-06-24T10:31:42.059Z] github.com/docker/docker/cmd/docker-proxy [2022-06-24T10:31:42.059Z] github.com/docker/docker/cmd/dockerd [2022-06-24T10:31:42.059Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-24T10:31:42.059Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-24T10:31:42.059Z] github.com/docker/docker/container [2022-06-24T10:31:42.059Z] github.com/docker/docker/container/stream [2022-06-24T10:31:42.059Z] github.com/docker/docker/contrib/apparmor [2022-06-24T10:31:42.059Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-24T10:31:42.059Z] github.com/docker/docker/contrib/httpserver [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/cluster [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/cluster/convert [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/cluster/executor [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/cluster/provider [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/config [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/events [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/events/testutils [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/exec [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/images [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/initlayer [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/links [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/listeners [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/gelf [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/journald [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/local [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/logentries [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/splunk [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/syslog [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/logger/templates [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/names [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/network [2022-06-24T10:31:42.059Z] github.com/docker/docker/daemon/stats [2022-06-24T10:31:42.060Z] github.com/docker/docker/distribution [2022-06-24T10:31:42.060Z] github.com/docker/docker/distribution/metadata [2022-06-24T10:31:42.060Z] github.com/docker/docker/distribution/utils [2022-06-24T10:31:42.060Z] github.com/docker/docker/distribution/xfer [2022-06-24T10:31:42.060Z] github.com/docker/docker/dockerversion [2022-06-24T10:31:42.060Z] github.com/docker/docker/errdefs [2022-06-24T10:31:42.060Z] github.com/docker/docker/image [2022-06-24T10:31:42.060Z] github.com/docker/docker/image/cache [2022-06-24T10:31:42.060Z] github.com/docker/docker/image/tarexport [2022-06-24T10:31:42.060Z] github.com/docker/docker/image/v1 [2022-06-24T10:31:42.060Z] github.com/docker/docker/internal/test/suite [2022-06-24T10:31:42.060Z] github.com/docker/docker/layer [2022-06-24T10:31:42.060Z] github.com/docker/docker/libcontainerd [2022-06-24T10:31:42.060Z] github.com/docker/docker/libcontainerd/queue [2022-06-24T10:31:42.060Z] github.com/docker/docker/libcontainerd/remote [2022-06-24T10:31:42.060Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-24T10:31:42.060Z] github.com/docker/docker/libcontainerd/types [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/bitseq [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/cluster [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/config [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/datastore [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/driverapi [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/etchosts [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/idm [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/ipam [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/iptables [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/netlabel [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/netutils [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/networkdb [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/ns [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/options [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/osl [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/portallocator [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/portmapper [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/testutils [2022-06-24T10:31:42.060Z] github.com/docker/docker/libnetwork/types [2022-06-24T10:31:42.060Z] github.com/docker/docker/oci [2022-06-24T10:31:42.060Z] github.com/docker/docker/oci/caps [2022-06-24T10:31:42.060Z] github.com/docker/docker/opts [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/aaparser [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/archive [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/authorization [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/broadcaster [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/capabilities [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/chrootarchive [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/containerfs [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/devicemapper [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/directory [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/dmesg [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/fileutils [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/fsutils [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/homedir [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/idtools [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/ioutils [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/jsonmessage [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/longpath [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/loopback [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/namesgenerator [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/parsers [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/pidfile [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/platform [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/plugingetter [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/plugins [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/plugins/transport [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/pools [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/progress [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/pubsub [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/reexec [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/signal [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/stack [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/stdcopy [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/streamformatter [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/stringid [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/sysinfo [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/system [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/tailfile [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/tarsum [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/truncindex [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/urlutil [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/useragent [2022-06-24T10:31:42.060Z] github.com/docker/docker/plugin [2022-06-24T10:31:42.060Z] github.com/docker/docker/plugin/executor/containerd [2022-06-24T10:31:42.060Z] github.com/docker/docker/plugin/v2 [2022-06-24T10:31:42.060Z] github.com/docker/docker/profiles/apparmor [2022-06-24T10:31:42.060Z] github.com/docker/docker/profiles/seccomp [2022-06-24T10:31:42.060Z] github.com/docker/docker/quota [2022-06-24T10:31:42.060Z] github.com/docker/docker/reference [2022-06-24T10:31:42.060Z] github.com/docker/docker/registry [2022-06-24T10:31:42.060Z] github.com/docker/docker/registry/resumable [2022-06-24T10:31:42.060Z] github.com/docker/docker/restartmanager [2022-06-24T10:31:42.060Z] github.com/docker/docker/rootless [2022-06-24T10:31:42.060Z] github.com/docker/docker/rootless/specconv [2022-06-24T10:31:42.060Z] github.com/docker/docker/runconfig [2022-06-24T10:31:42.060Z] github.com/docker/docker/runconfig/opts [2022-06-24T10:31:42.060Z] github.com/docker/docker/testutil [2022-06-24T10:31:42.060Z] github.com/docker/docker/testutil/daemon [2022-06-24T10:31:42.060Z] github.com/docker/docker/testutil/environment [2022-06-24T10:31:42.060Z] github.com/docker/docker/testutil/fakecontext [2022-06-24T10:31:42.060Z] github.com/docker/docker/testutil/fakegit [2022-06-24T10:31:42.060Z] github.com/docker/docker/testutil/fakestorage [2022-06-24T10:31:42.060Z] github.com/docker/docker/testutil/fixtures/load [2022-06-24T10:31:42.060Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-24T10:31:42.060Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-24T10:31:42.060Z] github.com/docker/docker/testutil/registry [2022-06-24T10:31:42.060Z] github.com/docker/docker/testutil/request [2022-06-24T10:31:42.060Z] github.com/docker/docker/volume [2022-06-24T10:31:42.060Z] github.com/docker/docker/volume/drivers [2022-06-24T10:31:42.060Z] github.com/docker/docker/volume/local [2022-06-24T10:31:42.060Z] github.com/docker/docker/volume/mounts [2022-06-24T10:31:42.060Z] github.com/docker/docker/volume/service [2022-06-24T10:31:42.060Z] github.com/docker/docker/volume/service/opts [2022-06-24T10:31:42.060Z] github.com/docker/docker/volume/testutils' [2022-06-24T10:31:42.060Z] + base_pkg_list='github.com/docker/docker/api [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/backend/build [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/httpstatus [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/httputils [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/middleware [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/router [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/router/build [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/router/container [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/router/debug [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/router/distribution [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/router/grpc [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/router/image [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/router/network [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/router/plugin [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/router/session [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/router/swarm [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/router/system [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/server/router/volume [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/backend [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/blkiodev [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/container [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/events [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/filters [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/image [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/mount [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/network [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/registry [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/strslice [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/swarm [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/time [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/versions [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-24T10:31:42.060Z] github.com/docker/docker/api/types/volume [2022-06-24T10:31:42.060Z] github.com/docker/docker/builder [2022-06-24T10:31:42.060Z] github.com/docker/docker/builder/builder-next [2022-06-24T10:31:42.060Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-24T10:31:42.060Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-24T10:31:42.060Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-24T10:31:42.060Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-24T10:31:42.060Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-24T10:31:42.060Z] github.com/docker/docker/builder/builder-next/worker [2022-06-24T10:31:42.060Z] github.com/docker/docker/builder/dockerfile [2022-06-24T10:31:42.060Z] github.com/docker/docker/builder/remotecontext [2022-06-24T10:31:42.060Z] github.com/docker/docker/builder/remotecontext/git [2022-06-24T10:31:42.060Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-24T10:31:42.060Z] github.com/docker/docker/cli [2022-06-24T10:31:42.060Z] github.com/docker/docker/cli/config [2022-06-24T10:31:42.060Z] github.com/docker/docker/cli/debug [2022-06-24T10:31:42.060Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-24T10:31:42.060Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-24T10:31:42.060Z] github.com/docker/docker/client [2022-06-24T10:31:42.060Z] github.com/docker/docker/cmd/docker-proxy [2022-06-24T10:31:42.060Z] github.com/docker/docker/cmd/dockerd [2022-06-24T10:31:42.060Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-24T10:31:42.060Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-24T10:31:42.060Z] github.com/docker/docker/container [2022-06-24T10:31:42.060Z] github.com/docker/docker/container/stream [2022-06-24T10:31:42.060Z] github.com/docker/docker/contrib/apparmor [2022-06-24T10:31:42.060Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-24T10:31:42.060Z] github.com/docker/docker/contrib/httpserver [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/cluster [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/cluster/convert [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/cluster/executor [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/cluster/provider [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/config [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/events [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/events/testutils [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/exec [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/graphdriver [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/images [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/initlayer [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/links [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/listeners [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/gelf [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/journald [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/local [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/logentries [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/splunk [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/syslog [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/logger/templates [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/names [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/network [2022-06-24T10:31:42.060Z] github.com/docker/docker/daemon/stats [2022-06-24T10:31:42.060Z] github.com/docker/docker/distribution [2022-06-24T10:31:42.060Z] github.com/docker/docker/distribution/metadata [2022-06-24T10:31:42.060Z] github.com/docker/docker/distribution/utils [2022-06-24T10:31:42.060Z] github.com/docker/docker/distribution/xfer [2022-06-24T10:31:42.060Z] github.com/docker/docker/dockerversion [2022-06-24T10:31:42.060Z] github.com/docker/docker/errdefs [2022-06-24T10:31:42.060Z] github.com/docker/docker/image [2022-06-24T10:31:42.060Z] github.com/docker/docker/image/cache [2022-06-24T10:31:42.060Z] github.com/docker/docker/image/tarexport [2022-06-24T10:31:42.060Z] github.com/docker/docker/image/v1 [2022-06-24T10:31:42.060Z] github.com/docker/docker/internal/test/suite [2022-06-24T10:31:42.060Z] github.com/docker/docker/layer [2022-06-24T10:31:42.060Z] github.com/docker/docker/libcontainerd [2022-06-24T10:31:42.060Z] github.com/docker/docker/libcontainerd/queue [2022-06-24T10:31:42.060Z] github.com/docker/docker/libcontainerd/remote [2022-06-24T10:31:42.060Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-24T10:31:42.060Z] github.com/docker/docker/libcontainerd/types [2022-06-24T10:31:42.060Z] github.com/docker/docker/oci [2022-06-24T10:31:42.060Z] github.com/docker/docker/oci/caps [2022-06-24T10:31:42.060Z] github.com/docker/docker/opts [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/aaparser [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/archive [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/authorization [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/broadcaster [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/capabilities [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/chrootarchive [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/containerfs [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/devicemapper [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/directory [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/dmesg [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/fileutils [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/fsutils [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/homedir [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/idtools [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/ioutils [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/jsonmessage [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/longpath [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/loopback [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/namesgenerator [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/parsers [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/pidfile [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/platform [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/plugingetter [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/plugins [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/plugins/transport [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/pools [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/progress [2022-06-24T10:31:42.060Z] github.com/docker/docker/pkg/pubsub [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/reexec [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/signal [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/stack [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/stdcopy [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/streamformatter [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/stringid [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/sysinfo [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/system [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/tailfile [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/tarsum [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/truncindex [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/urlutil [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/useragent [2022-06-24T10:31:42.061Z] github.com/docker/docker/plugin [2022-06-24T10:31:42.061Z] github.com/docker/docker/plugin/executor/containerd [2022-06-24T10:31:42.061Z] github.com/docker/docker/plugin/v2 [2022-06-24T10:31:42.061Z] github.com/docker/docker/profiles/apparmor [2022-06-24T10:31:42.061Z] github.com/docker/docker/profiles/seccomp [2022-06-24T10:31:42.061Z] github.com/docker/docker/quota [2022-06-24T10:31:42.061Z] github.com/docker/docker/reference [2022-06-24T10:31:42.061Z] github.com/docker/docker/registry [2022-06-24T10:31:42.061Z] github.com/docker/docker/registry/resumable [2022-06-24T10:31:42.061Z] github.com/docker/docker/restartmanager [2022-06-24T10:31:42.061Z] github.com/docker/docker/rootless [2022-06-24T10:31:42.061Z] github.com/docker/docker/rootless/specconv [2022-06-24T10:31:42.061Z] github.com/docker/docker/runconfig [2022-06-24T10:31:42.061Z] github.com/docker/docker/runconfig/opts [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/daemon [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/environment [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/fakecontext [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/fakegit [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/fakestorage [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/fixtures/load [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/registry [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/request [2022-06-24T10:31:42.061Z] github.com/docker/docker/volume [2022-06-24T10:31:42.061Z] github.com/docker/docker/volume/drivers [2022-06-24T10:31:42.061Z] github.com/docker/docker/volume/local [2022-06-24T10:31:42.061Z] github.com/docker/docker/volume/mounts [2022-06-24T10:31:42.061Z] github.com/docker/docker/volume/service [2022-06-24T10:31:42.061Z] github.com/docker/docker/volume/service/opts [2022-06-24T10:31:42.061Z] github.com/docker/docker/volume/testutils' [2022-06-24T10:31:42.061Z] ++ grep --fixed-strings /libnetwork [2022-06-24T10:31:42.061Z] ++ echo 'github.com/docker/docker/api [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/backend/build [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/httpstatus [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/httputils [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/middleware [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/router [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/router/build [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/router/container [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/router/debug [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/router/distribution [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/router/grpc [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/router/image [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/router/network [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/router/plugin [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/router/session [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/router/swarm [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/router/system [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/server/router/volume [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/backend [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/blkiodev [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/container [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/events [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/filters [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/image [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/mount [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/network [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/registry [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/strslice [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/swarm [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/time [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/versions [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-24T10:31:42.061Z] github.com/docker/docker/api/types/volume [2022-06-24T10:31:42.061Z] github.com/docker/docker/builder [2022-06-24T10:31:42.061Z] github.com/docker/docker/builder/builder-next [2022-06-24T10:31:42.061Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-24T10:31:42.061Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-24T10:31:42.061Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-24T10:31:42.061Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-24T10:31:42.061Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-24T10:31:42.061Z] github.com/docker/docker/builder/builder-next/worker [2022-06-24T10:31:42.061Z] github.com/docker/docker/builder/dockerfile [2022-06-24T10:31:42.061Z] github.com/docker/docker/builder/remotecontext [2022-06-24T10:31:42.061Z] github.com/docker/docker/builder/remotecontext/git [2022-06-24T10:31:42.061Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-24T10:31:42.061Z] github.com/docker/docker/cli [2022-06-24T10:31:42.061Z] github.com/docker/docker/cli/config [2022-06-24T10:31:42.061Z] github.com/docker/docker/cli/debug [2022-06-24T10:31:42.061Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-24T10:31:42.061Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-24T10:31:42.061Z] github.com/docker/docker/client [2022-06-24T10:31:42.061Z] github.com/docker/docker/cmd/docker-proxy [2022-06-24T10:31:42.061Z] github.com/docker/docker/cmd/dockerd [2022-06-24T10:31:42.061Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-24T10:31:42.061Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-24T10:31:42.061Z] github.com/docker/docker/container [2022-06-24T10:31:42.061Z] github.com/docker/docker/container/stream [2022-06-24T10:31:42.061Z] github.com/docker/docker/contrib/apparmor [2022-06-24T10:31:42.061Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-24T10:31:42.061Z] github.com/docker/docker/contrib/httpserver [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/cluster [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/cluster/convert [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/cluster/executor [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/cluster/provider [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/config [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/events [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/events/testutils [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/exec [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/graphdriver [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/images [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/initlayer [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/links [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/listeners [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/gelf [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/journald [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/local [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/logentries [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/splunk [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/syslog [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/logger/templates [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/names [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/network [2022-06-24T10:31:42.061Z] github.com/docker/docker/daemon/stats [2022-06-24T10:31:42.061Z] github.com/docker/docker/distribution [2022-06-24T10:31:42.061Z] github.com/docker/docker/distribution/metadata [2022-06-24T10:31:42.061Z] github.com/docker/docker/distribution/utils [2022-06-24T10:31:42.061Z] github.com/docker/docker/distribution/xfer [2022-06-24T10:31:42.061Z] github.com/docker/docker/dockerversion [2022-06-24T10:31:42.061Z] github.com/docker/docker/errdefs [2022-06-24T10:31:42.061Z] github.com/docker/docker/image [2022-06-24T10:31:42.061Z] github.com/docker/docker/image/cache [2022-06-24T10:31:42.061Z] github.com/docker/docker/image/tarexport [2022-06-24T10:31:42.061Z] github.com/docker/docker/image/v1 [2022-06-24T10:31:42.061Z] github.com/docker/docker/internal/test/suite [2022-06-24T10:31:42.061Z] github.com/docker/docker/layer [2022-06-24T10:31:42.061Z] github.com/docker/docker/libcontainerd [2022-06-24T10:31:42.061Z] github.com/docker/docker/libcontainerd/queue [2022-06-24T10:31:42.061Z] github.com/docker/docker/libcontainerd/remote [2022-06-24T10:31:42.061Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-24T10:31:42.061Z] github.com/docker/docker/libcontainerd/types [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/bitseq [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/cluster [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/config [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/datastore [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/driverapi [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/etchosts [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/idm [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/ipam [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/iptables [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/netlabel [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/netutils [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/networkdb [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/ns [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/options [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/osl [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/portallocator [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/portmapper [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/testutils [2022-06-24T10:31:42.061Z] github.com/docker/docker/libnetwork/types [2022-06-24T10:31:42.061Z] github.com/docker/docker/oci [2022-06-24T10:31:42.061Z] github.com/docker/docker/oci/caps [2022-06-24T10:31:42.061Z] github.com/docker/docker/opts [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/aaparser [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/archive [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/authorization [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/broadcaster [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/capabilities [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/chrootarchive [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/containerfs [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/devicemapper [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/directory [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/dmesg [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/fileutils [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/fsutils [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/homedir [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/idtools [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/ioutils [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/jsonmessage [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/longpath [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/loopback [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/namesgenerator [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/parsers [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/pidfile [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/platform [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/plugingetter [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/plugins [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/plugins/transport [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/pools [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/progress [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/pubsub [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/reexec [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/signal [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/stack [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/stdcopy [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/streamformatter [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/stringid [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/sysinfo [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/system [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/tailfile [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/tarsum [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/truncindex [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/urlutil [2022-06-24T10:31:42.061Z] github.com/docker/docker/pkg/useragent [2022-06-24T10:31:42.061Z] github.com/docker/docker/plugin [2022-06-24T10:31:42.061Z] github.com/docker/docker/plugin/executor/containerd [2022-06-24T10:31:42.061Z] github.com/docker/docker/plugin/v2 [2022-06-24T10:31:42.061Z] github.com/docker/docker/profiles/apparmor [2022-06-24T10:31:42.061Z] github.com/docker/docker/profiles/seccomp [2022-06-24T10:31:42.061Z] github.com/docker/docker/quota [2022-06-24T10:31:42.061Z] github.com/docker/docker/reference [2022-06-24T10:31:42.061Z] github.com/docker/docker/registry [2022-06-24T10:31:42.061Z] github.com/docker/docker/registry/resumable [2022-06-24T10:31:42.061Z] github.com/docker/docker/restartmanager [2022-06-24T10:31:42.061Z] github.com/docker/docker/rootless [2022-06-24T10:31:42.061Z] github.com/docker/docker/rootless/specconv [2022-06-24T10:31:42.061Z] github.com/docker/docker/runconfig [2022-06-24T10:31:42.061Z] github.com/docker/docker/runconfig/opts [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/daemon [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/environment [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/fakecontext [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/fakegit [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/fakestorage [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/fixtures/load [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/registry [2022-06-24T10:31:42.061Z] github.com/docker/docker/testutil/request [2022-06-24T10:31:42.061Z] github.com/docker/docker/volume [2022-06-24T10:31:42.062Z] github.com/docker/docker/volume/drivers [2022-06-24T10:31:42.062Z] github.com/docker/docker/volume/local [2022-06-24T10:31:42.062Z] github.com/docker/docker/volume/mounts [2022-06-24T10:31:42.062Z] github.com/docker/docker/volume/service [2022-06-24T10:31:42.062Z] github.com/docker/docker/volume/service/opts [2022-06-24T10:31:42.062Z] github.com/docker/docker/volume/testutils' [2022-06-24T10:31:42.062Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/bitseq [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cluster [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/config [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/datastore [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/driverapi [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/etchosts [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/idm [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipam [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/iptables [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/netlabel [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/netutils [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/networkdb [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ns [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/options [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/osl [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/portallocator [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/portmapper [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/testutils [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/types' [2022-06-24T10:31:42.062Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-24T10:31:42.062Z] + echo 'github.com/docker/docker/libnetwork [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/bitseq [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cluster [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/config [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/datastore [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/driverapi [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/etchosts [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/idm [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipam [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/iptables [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/netlabel [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/netutils [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/networkdb [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/ns [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/options [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/osl [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/portallocator [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/portmapper [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/testutils [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/types' [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-24T10:31:42.062Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-24T10:31:42.062Z] + type docker-proxy [2022-06-24T10:31:42.062Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-24T10:31:42.062Z] + hack/make.sh binary-proxy install-proxy [2022-06-24T10:31:42.062Z] [2022-06-24T10:31:42.320Z] Removing bundles/ [2022-06-24T10:31:42.320Z] [2022-06-24T10:31:42.320Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-24T10:31:42.320Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-24T10:31:42.320Z] GOOS="" GOARCH="" GOARM="" [2022-06-24T10:31:43.424Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-06-24T10:31:45.320Z] docker_api_swarm_test.go:962: [d2fef5def86e6] joining swarm manager [df7a9a0e8a6bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-24T10:31:50.433Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-24T10:31:50.433Z] [2022-06-24T10:31:50.433Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-24T10:31:50.433Z] Installing docker-proxy to /usr/local/bin/ [2022-06-24T10:31:50.433Z] [2022-06-24T10:31:50.433Z] + mkdir -p bundles [2022-06-24T10:31:50.433Z] + '[' -n 'github.com/docker/docker/api [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/backend/build [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/httpstatus [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/httputils [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/middleware [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/router [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/router/build [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/router/container [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/router/debug [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/router/distribution [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/router/grpc [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/router/image [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/router/network [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/router/plugin [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/router/session [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/router/swarm [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/router/system [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/server/router/volume [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/backend [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/blkiodev [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/container [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/events [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/filters [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/image [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/mount [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/network [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/registry [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/strslice [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/swarm [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/time [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/versions [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-24T10:31:50.433Z] github.com/docker/docker/api/types/volume [2022-06-24T10:31:50.433Z] github.com/docker/docker/builder [2022-06-24T10:31:50.433Z] github.com/docker/docker/builder/builder-next [2022-06-24T10:31:50.433Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-24T10:31:50.433Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-24T10:31:50.433Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-24T10:31:50.433Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-24T10:31:50.433Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-24T10:31:50.433Z] github.com/docker/docker/builder/builder-next/worker [2022-06-24T10:31:50.433Z] github.com/docker/docker/builder/dockerfile [2022-06-24T10:31:50.433Z] github.com/docker/docker/builder/remotecontext [2022-06-24T10:31:50.433Z] github.com/docker/docker/builder/remotecontext/git [2022-06-24T10:31:50.433Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-24T10:31:50.433Z] github.com/docker/docker/cli [2022-06-24T10:31:50.434Z] github.com/docker/docker/cli/config [2022-06-24T10:31:50.434Z] github.com/docker/docker/cli/debug [2022-06-24T10:31:50.434Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-24T10:31:50.434Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-24T10:31:50.434Z] github.com/docker/docker/client [2022-06-24T10:31:50.434Z] github.com/docker/docker/cmd/docker-proxy [2022-06-24T10:31:50.434Z] github.com/docker/docker/cmd/dockerd [2022-06-24T10:31:50.434Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-24T10:31:50.434Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-24T10:31:50.434Z] github.com/docker/docker/container [2022-06-24T10:31:50.434Z] github.com/docker/docker/container/stream [2022-06-24T10:31:50.434Z] github.com/docker/docker/contrib/apparmor [2022-06-24T10:31:50.434Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-24T10:31:50.434Z] github.com/docker/docker/contrib/httpserver [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/cluster [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/cluster/convert [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/cluster/executor [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/cluster/provider [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/config [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/events [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/events/testutils [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/exec [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/graphdriver [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/images [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/initlayer [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/links [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/listeners [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/gelf [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/journald [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/local [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/logentries [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/splunk [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/syslog [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/logger/templates [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/names [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/network [2022-06-24T10:31:50.434Z] github.com/docker/docker/daemon/stats [2022-06-24T10:31:50.434Z] github.com/docker/docker/distribution [2022-06-24T10:31:50.434Z] github.com/docker/docker/distribution/metadata [2022-06-24T10:31:50.434Z] github.com/docker/docker/distribution/utils [2022-06-24T10:31:50.434Z] github.com/docker/docker/distribution/xfer [2022-06-24T10:31:50.434Z] github.com/docker/docker/dockerversion [2022-06-24T10:31:50.434Z] github.com/docker/docker/errdefs [2022-06-24T10:31:50.434Z] github.com/docker/docker/image [2022-06-24T10:31:50.434Z] github.com/docker/docker/image/cache [2022-06-24T10:31:50.434Z] github.com/docker/docker/image/tarexport [2022-06-24T10:31:50.434Z] github.com/docker/docker/image/v1 [2022-06-24T10:31:50.434Z] github.com/docker/docker/internal/test/suite [2022-06-24T10:31:50.434Z] github.com/docker/docker/layer [2022-06-24T10:31:50.434Z] github.com/docker/docker/libcontainerd [2022-06-24T10:31:50.434Z] github.com/docker/docker/libcontainerd/queue [2022-06-24T10:31:50.434Z] github.com/docker/docker/libcontainerd/remote [2022-06-24T10:31:50.434Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-24T10:31:50.434Z] github.com/docker/docker/libcontainerd/types [2022-06-24T10:31:50.434Z] github.com/docker/docker/oci [2022-06-24T10:31:50.434Z] github.com/docker/docker/oci/caps [2022-06-24T10:31:50.434Z] github.com/docker/docker/opts [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/aaparser [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/archive [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/authorization [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/broadcaster [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/capabilities [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/chrootarchive [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/containerfs [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/devicemapper [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/directory [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/dmesg [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/fileutils [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/fsutils [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/homedir [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/idtools [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/ioutils [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/jsonmessage [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/longpath [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/loopback [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/namesgenerator [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/parsers [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/pidfile [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/platform [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/plugingetter [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/plugins [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/plugins/transport [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/pools [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/progress [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/pubsub [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/reexec [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/signal [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/stack [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/stdcopy [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/streamformatter [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/stringid [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/sysinfo [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/system [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/tailfile [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/tarsum [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/truncindex [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/urlutil [2022-06-24T10:31:50.434Z] github.com/docker/docker/pkg/useragent [2022-06-24T10:31:50.434Z] github.com/docker/docker/plugin [2022-06-24T10:31:50.434Z] github.com/docker/docker/plugin/executor/containerd [2022-06-24T10:31:50.434Z] github.com/docker/docker/plugin/v2 [2022-06-24T10:31:50.434Z] github.com/docker/docker/profiles/apparmor [2022-06-24T10:31:50.434Z] github.com/docker/docker/profiles/seccomp [2022-06-24T10:31:50.434Z] github.com/docker/docker/quota [2022-06-24T10:31:50.434Z] github.com/docker/docker/reference [2022-06-24T10:31:50.434Z] github.com/docker/docker/registry [2022-06-24T10:31:50.434Z] github.com/docker/docker/registry/resumable [2022-06-24T10:31:50.434Z] github.com/docker/docker/restartmanager [2022-06-24T10:31:50.434Z] github.com/docker/docker/rootless [2022-06-24T10:31:50.434Z] github.com/docker/docker/rootless/specconv [2022-06-24T10:31:50.434Z] github.com/docker/docker/runconfig [2022-06-24T10:31:50.434Z] github.com/docker/docker/runconfig/opts [2022-06-24T10:31:50.434Z] github.com/docker/docker/testutil [2022-06-24T10:31:50.434Z] github.com/docker/docker/testutil/daemon [2022-06-24T10:31:50.434Z] github.com/docker/docker/testutil/environment [2022-06-24T10:31:50.434Z] github.com/docker/docker/testutil/fakecontext [2022-06-24T10:31:50.434Z] github.com/docker/docker/testutil/fakegit [2022-06-24T10:31:50.434Z] github.com/docker/docker/testutil/fakestorage [2022-06-24T10:31:50.434Z] github.com/docker/docker/testutil/fixtures/load [2022-06-24T10:31:50.434Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-24T10:31:50.434Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-24T10:31:50.434Z] github.com/docker/docker/testutil/registry [2022-06-24T10:31:50.434Z] github.com/docker/docker/testutil/request [2022-06-24T10:31:50.434Z] github.com/docker/docker/volume [2022-06-24T10:31:50.434Z] github.com/docker/docker/volume/drivers [2022-06-24T10:31:50.434Z] github.com/docker/docker/volume/local [2022-06-24T10:31:50.434Z] github.com/docker/docker/volume/mounts [2022-06-24T10:31:50.434Z] github.com/docker/docker/volume/service [2022-06-24T10:31:50.434Z] github.com/docker/docker/volume/service/opts [2022-06-24T10:31:50.434Z] github.com/docker/docker/volume/testutils' ']' [2022-06-24T10:31:50.434Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-06-24T10:31:50.434Z] ? github.com/docker/docker/api [no test files] [2022-06-24T10:32:07.231Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-06-24T10:32:08.525Z] ok github.com/docker/docker/api/server 0.009s coverage: 7.9% of statements [2022-06-24T10:32:17.189Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-06-24T10:32:18.560Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-06-24T10:32:21.086Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-06-24T10:32:23.612Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-06-24T10:32:31.713Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-06-24T10:32:35.008Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-06-24T10:32:38.285Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-06-24T10:32:40.182Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-06-24T10:32:42.708Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-06-24T10:32:45.233Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-06-24T10:32:47.758Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-06-24T10:32:50.283Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-06-24T10:33:44.964Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-24T10:33:44.965Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 31.9% of statements [2022-06-24T10:33:44.965Z] ok github.com/docker/docker/api/server/middleware 0.016s coverage: 37.7% of statements [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-24T10:33:44.965Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-24T10:33:44.965Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-06-24T10:33:44.965Z] ok github.com/docker/docker/api/server/router/volume 0.013s coverage: 67.9% of statements [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-24T10:33:44.965Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-24T10:33:44.965Z] ok github.com/docker/docker/api/types/time 0.010s coverage: 100.0% of statements [2022-06-24T10:33:44.965Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/builder [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-24T10:33:44.965Z] ok github.com/docker/docker/builder/remotecontext 0.149s coverage: 13.7% of statements [2022-06-24T10:33:44.965Z] ok github.com/docker/docker/builder/dockerfile 0.485s coverage: 49.3% of statements [2022-06-24T10:33:44.965Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-06-24T10:33:44.965Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-06-24T10:33:44.965Z] ok github.com/docker/docker/builder/remotecontext/git 1.797s coverage: 86.3% of statements [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/cli [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-24T10:33:44.965Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-24T10:33:45.530Z] ok github.com/docker/docker/cmd/docker-proxy 0.232s coverage: 67.6% of statements [2022-06-24T10:33:46.478Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-06-24T10:33:49.715Z] ok github.com/docker/docker/client 0.165s coverage: 75.6% of statements [2022-06-24T10:34:01.336Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite (1535.23s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.11s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.98s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.19s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.90s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.70s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (21.27s) [2022-06-24T10:34:16.243Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (19.88s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.67s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.50s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (29.73s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.19s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.48s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.70s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.85s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (43.49s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.58s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.65s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.24s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (19.82s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (66.07s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (51.32s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.20s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.98s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.16s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.16s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.19s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.52s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.80s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.69s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.51s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.17s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (25.41s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.54s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (23.53s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.09s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.53s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.10s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.11s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.94s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.35s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.50s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.67s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.82s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.47s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.70s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.34s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.04s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.98s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.27s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.03s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.04s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.05s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.96s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.16s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.22s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.30s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.24s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.92s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.68s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.14s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.34s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.09s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (3.12s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.04s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.49s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.58s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.77s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.73s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.62s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.48s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.96s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.46s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.66s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.73s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.01s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (75.93s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.73s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.54s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.19s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.18s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.87s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.73s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.59s) [2022-06-24T10:34:16.243Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.82s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.73s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.69s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.73s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.69s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (47.25s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.17s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.47s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (124.24s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.14s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.37s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.18s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.20s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.03s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.29s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.48s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.20s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (55.07s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.27s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.04s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.23s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.47s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.66s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.23s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.39s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.23s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.24s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.90s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.01s) [2022-06-24T10:34:16.243Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.50s) [2022-06-24T10:34:16.244Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.65s) [2022-06-24T10:34:16.244Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.53s) [2022-06-24T10:34:16.244Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.56s) [2022-06-24T10:34:16.244Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.53s) [2022-06-24T10:34:16.244Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.28s) [2022-06-24T10:34:16.244Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.23s) [2022-06-24T10:34:16.244Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.84s) [2022-06-24T10:34:16.244Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.23s) [2022-06-24T10:34:16.244Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.18s) [2022-06-24T10:34:16.244Z] === RUN TestDockerExternalVolumeSuite [2022-06-24T10:34:16.244Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-06-24T10:34:16.501Z] docker_cli_external_volume_driver_test.go:53: [d7a8941d6cc5d] daemon is not started [2022-06-24T10:34:34.562Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-06-24T10:34:36.382Z] ok github.com/docker/docker/cmd/dockerd 0.101s coverage: 29.7% of statements [2022-06-24T10:34:36.382Z] ok github.com/docker/docker/container 0.118s coverage: 34.8% of statements [2022-06-24T10:34:36.382Z] ok github.com/docker/docker/cmd/dockerd/trap 2.482s coverage: 0.0% of statements [2022-06-24T10:34:36.382Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-24T10:34:36.382Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-24T10:34:36.382Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-24T10:34:36.382Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-24T10:34:36.382Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-24T10:34:40.588Z] ok github.com/docker/docker/daemon/cluster 0.070s coverage: 0.5% of statements [2022-06-24T10:34:41.962Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.014s coverage: 65.3% of statements [2022-06-24T10:34:43.336Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 36.9% of statements [2022-06-24T10:34:51.444Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.441s coverage: 13.4% of statements [2022-06-24T10:34:51.444Z] ok github.com/docker/docker/daemon/config 0.029s coverage: 81.5% of statements [2022-06-24T10:34:52.011Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-06-24T10:34:52.578Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-06-24T10:34:52.837Z] ok github.com/docker/docker/daemon 10.166s coverage: 16.1% of statements [2022-06-24T10:34:52.837Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-24T10:34:52.837Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-24T10:34:52.837Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-24T10:34:52.837Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-24T10:34:54.213Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.746s coverage: 74.8% of statements [2022-06-24T10:34:55.150Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.0% of statements [2022-06-24T10:34:55.408Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.428s coverage: 56.2% of statements [2022-06-24T10:34:57.327Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.015s coverage: 1.9% of statements [2022-06-24T10:34:59.237Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.327s coverage: 50.6% of statements [2022-06-24T10:34:59.237Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.340s coverage: 45.9% of statements [2022-06-24T10:34:59.237Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-24T10:35:00.611Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.5% of statements [2022-06-24T10:35:01.178Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.706s coverage: 58.5% of statements [2022-06-24T10:35:01.178Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-24T10:35:01.178Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-24T10:35:01.437Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2022-06-24T10:35:02.375Z] ok github.com/docker/docker/daemon/links 0.010s coverage: 93.0% of statements [2022-06-24T10:35:03.310Z] ok github.com/docker/docker/daemon/images 0.044s coverage: 6.9% of statements [2022-06-24T10:35:03.310Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-24T10:35:03.310Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-24T10:35:03.876Z] ok github.com/docker/docker/daemon/logger 0.224s coverage: 43.2% of statements [2022-06-24T10:35:04.811Z] ok github.com/docker/docker/daemon/logger/fluentd 0.025s coverage: 53.6% of statements [2022-06-24T10:35:05.069Z] ok github.com/docker/docker/daemon/logger/awslogs 0.197s coverage: 80.2% of statements [2022-06-24T10:35:05.069Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-24T10:35:05.660Z] ok github.com/docker/docker/daemon/logger/gelf 0.028s coverage: 68.2% of statements [2022-06-24T10:35:05.660Z] ok github.com/docker/docker/daemon/logger/journald 0.011s coverage: 23.4% of statements [2022-06-24T10:35:06.227Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.007s coverage: 87.2% of statements [2022-06-24T10:35:07.160Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.158s coverage: 76.8% of statements [2022-06-24T10:35:07.420Z] ok github.com/docker/docker/daemon/logger/local 0.044s coverage: 79.4% of statements [2022-06-24T10:35:07.420Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-24T10:35:07.420Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-24T10:35:08.356Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.024s coverage: 31.5% of statements [2022-06-24T10:35:08.356Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.036s coverage: 62.0% of statements [2022-06-24T10:35:09.292Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 46.8% of statements [2022-06-24T10:35:09.859Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-06-24T10:35:10.433Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-06-24T10:35:11.367Z] ok github.com/docker/docker/daemon/logger/splunk 1.622s coverage: 82.5% of statements [2022-06-24T10:35:11.367Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-24T10:35:11.367Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-24T10:35:11.934Z] ok github.com/docker/docker/distribution/metadata 0.022s coverage: 44.4% of statements [2022-06-24T10:35:12.192Z] ok github.com/docker/docker/distribution 0.609s coverage: 28.0% of statements [2022-06-24T10:35:12.192Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-24T10:35:13.127Z] ok github.com/docker/docker/errdefs 0.005s coverage: 77.0% of statements [2022-06-24T10:35:13.695Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-06-24T10:35:13.954Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-06-24T10:35:14.520Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-06-24T10:35:14.778Z] ok github.com/docker/docker/distribution/xfer 1.898s coverage: 85.4% of statements [2022-06-24T10:35:14.778Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-24T10:35:14.778Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-24T10:35:14.778Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-24T10:35:15.345Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-06-24T10:35:16.280Z] ok github.com/docker/docker/oci 0.008s coverage: 46.0% of statements [2022-06-24T10:35:16.538Z] ok github.com/docker/docker/opts 0.025s coverage: 66.0% of statements [2022-06-24T10:35:16.796Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-24T10:35:18.697Z] ok github.com/docker/docker/pkg/archive 0.303s coverage: 82.2% of statements [2022-06-24T10:35:18.955Z] ok github.com/docker/docker/pkg/authorization 0.107s coverage: 68.3% of statements [2022-06-24T10:35:19.213Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-24T10:35:19.213Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-06-24T10:35:22.493Z] ok github.com/docker/docker/pkg/chrootarchive 2.484s coverage: 42.7% of statements [2022-06-24T10:35:22.493Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-24T10:35:22.752Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-06-24T10:35:23.010Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-06-24T10:35:23.010Z] ok github.com/docker/docker/layer 7.110s coverage: 68.9% of statements [2022-06-24T10:35:23.010Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-24T10:35:23.010Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-24T10:35:23.010Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-24T10:35:23.010Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-24T10:35:23.010Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-24T10:35:23.010Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-24T10:35:23.576Z] ok github.com/docker/docker/pkg/fileutils 0.015s coverage: 87.2% of statements [2022-06-24T10:35:23.834Z] ok github.com/docker/docker/pkg/fsutils 0.177s coverage: 85.1% of statements [2022-06-24T10:35:23.834Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-06-24T10:35:24.778Z] ok github.com/docker/docker/pkg/idtools 0.489s coverage: 67.9% of statements [2022-06-24T10:35:25.037Z] ok github.com/docker/docker/pkg/ioutils 0.432s coverage: 71.5% of statements [2022-06-24T10:35:25.294Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2022-06-24T10:35:25.294Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2022-06-24T10:35:25.294Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-24T10:35:25.552Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2022-06-24T10:35:25.552Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-06-24T10:35:26.118Z] ok github.com/docker/docker/pkg/parsers/kernel 0.017s coverage: 60.0% of statements [2022-06-24T10:35:26.118Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 90.5% of statements [2022-06-24T10:35:26.376Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-06-24T10:35:26.376Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-24T10:35:26.376Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-24T10:35:26.957Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-06-24T10:35:27.522Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-06-24T10:35:27.779Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-06-24T10:35:27.779Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-24T10:35:29.150Z] ok github.com/docker/docker/pkg/pubsub 1.033s coverage: 75.0% of statements [2022-06-24T10:35:29.408Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-06-24T10:35:29.665Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-06-24T10:35:29.665Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-06-24T10:35:29.923Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-06-24T10:35:30.181Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-24T10:35:30.747Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.1% of statements [2022-06-24T10:35:31.006Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-24T10:35:31.264Z] ok github.com/docker/docker/pkg/tailfile 0.062s coverage: 88.6% of statements [2022-06-24T10:35:31.829Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2022-06-24T10:35:32.087Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-24T10:35:32.346Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-24T10:35:34.244Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-06-24T10:35:34.502Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-24T10:35:34.760Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-06-24T10:35:36.133Z] ok github.com/docker/docker/quota 0.243s coverage: 71.4% of statements [2022-06-24T10:35:36.133Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-06-24T10:35:37.067Z] ok github.com/docker/docker/registry 0.053s coverage: 58.6% of statements [2022-06-24T10:35:37.632Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-06-24T10:35:37.632Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-06-24T10:35:38.198Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-06-24T10:35:38.198Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-06-24T10:35:40.099Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-06-24T10:35:40.666Z] ok github.com/docker/docker/volume/local 0.092s coverage: 76.8% of statements [2022-06-24T10:35:41.233Z] ok github.com/docker/docker/volume/mounts 0.010s coverage: 67.7% of statements [2022-06-24T10:35:42.166Z] ok github.com/docker/docker/volume/service 0.016s coverage: 72.3% of statements [2022-06-24T10:35:42.214Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-06-24T10:35:48.762Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-06-24T10:36:03.656Z] docker_cli_external_volume_driver_test.go:53: [db6fb93f0fc6c] daemon is not started [2022-06-24T10:36:04.075Z] ok github.com/docker/docker/pkg/plugins 33.639s coverage: 76.3% of statements [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/rootless [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/volume [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-24T10:36:04.075Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-24T10:36:04.075Z] [2022-06-24T10:36:04.075Z] === Skipped [2022-06-24T10:36:04.075Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-24T10:36:04.075Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-24T10:36:04.075Z] [2022-06-24T10:36:04.075Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-24T10:36:04.075Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-24T10:36:04.075Z] [2022-06-24T10:36:04.075Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-24T10:36:04.075Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-24T10:36:04.075Z] [2022-06-24T10:36:04.075Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-24T10:36:04.075Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-24T10:36:04.075Z] [2022-06-24T10:36:04.075Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-24T10:36:04.075Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:36:04.075Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-24T10:36:04.075Z] [2022-06-24T10:36:04.075Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-24T10:36:04.075Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:36:04.075Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-24T10:36:04.075Z] [2022-06-24T10:36:04.075Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-24T10:36:04.075Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:36:04.075Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-24T10:36:04.075Z] [2022-06-24T10:36:04.075Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-24T10:36:04.075Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:36:04.075Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-24T10:36:04.075Z] [2022-06-24T10:36:04.075Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-24T10:36:04.075Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:36:04.075Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-24T10:36:04.075Z] [2022-06-24T10:36:04.075Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-24T10:36:04.075Z] graphtest_unix.go:71: No driver to put! [2022-06-24T10:36:04.075Z] [2022-06-24T10:36:04.075Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-24T10:36:04.075Z] time="2022-06-24T10:34:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-24T10:36:04.076Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-24T10:36:04.076Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-24T10:36:04.076Z] time="2022-06-24T10:34:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-24T10:36:04.076Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-24T10:36:04.076Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-24T10:36:04.076Z] time="2022-06-24T10:34:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-24T10:36:04.076Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-24T10:36:04.076Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-24T10:36:04.076Z] time="2022-06-24T10:34:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-24T10:36:04.076Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-24T10:36:04.076Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-24T10:36:04.076Z] time="2022-06-24T10:34:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-24T10:36:04.076Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-24T10:36:04.076Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-24T10:36:04.076Z] graphtest_unix.go:71: No driver to put! [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-24T10:36:04.076Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-24T10:36:04.076Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-24T10:36:04.076Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-24T10:36:04.076Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-24T10:36:04.076Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:36:04.076Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-24T10:36:04.076Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:36:04.076Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-24T10:36:04.076Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:36:04.076Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-24T10:36:04.076Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:36:04.076Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-24T10:36:04.076Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-24T10:36:04.076Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-24T10:36:04.076Z] graphtest_unix.go:71: No driver to put! [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-24T10:36:04.076Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-24T10:36:04.076Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-24T10:36:04.076Z] [2022-06-24T10:36:04.076Z] DONE 2785 tests, 28 skipped in 251.543s [2022-06-24T10:36:04.076Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/bitseq [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/cluster [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/config [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/datastore [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/driverapi [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/etchosts [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/idm [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/ipam [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/iptables [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/netlabel [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/netutils [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/networkdb [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/ns [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/options [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/osl [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/portallocator [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/portmapper [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/testutils [2022-06-24T10:36:04.076Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-24T10:36:04.076Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-06-24T10:36:18.513Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-06-24T10:36:36.577Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-06-24T10:36:50.754Z] ok github.com/docker/docker/libnetwork 37.256s coverage: 40.6% of statements [2022-06-24T10:36:50.754Z] ok github.com/docker/docker/libnetwork/bitseq 0.117s coverage: 84.4% of statements [2022-06-24T10:36:50.754Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-24T10:36:50.754Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-24T10:36:50.754Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-24T10:36:50.754Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-24T10:36:50.754Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-24T10:36:50.754Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-24T10:36:50.754Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-24T10:36:50.754Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-24T10:36:50.754Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 22.4% of statements [2022-06-24T10:36:50.754Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-06-24T10:36:50.754Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-24T10:36:50.754Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-24T10:36:50.754Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-06-24T10:36:50.754Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.375s coverage: 59.9% of statements [2022-06-24T10:36:50.754Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-24T10:36:50.754Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-24T10:36:50.754Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.157s coverage: 4.0% of statements [2022-06-24T10:36:50.754Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-24T10:36:50.754Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-06-24T10:36:50.754Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-24T10:36:50.754Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-06-24T10:36:51.437Z] docker_cli_external_volume_driver_test.go:53: [d7c88aa7d315f] daemon is not started [2022-06-24T10:37:00.716Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.497s coverage: 7.2% of statements [2022-06-24T10:37:00.716Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-24T10:37:00.716Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-06-24T10:37:00.716Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-06-24T10:37:00.716Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-24T10:37:00.716Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-24T10:37:00.716Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-24T10:37:00.716Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-06-24T10:37:00.716Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2022-06-24T10:37:00.716Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-24T10:37:00.975Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-06-24T10:37:06.296Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-06-24T10:37:06.296Z] docker_cli_external_volume_driver_test.go:53: [da8675944bb94] daemon is not started [2022-06-24T10:37:13.166Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.007s coverage: 100.0% of statements [2022-06-24T10:37:21.195Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-06-24T10:37:28.037Z] ok github.com/docker/docker/libnetwork/ipam 14.258s coverage: 85.3% of statements [2022-06-24T10:37:28.037Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-24T10:37:28.037Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-24T10:37:28.037Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-24T10:37:28.037Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-06-24T10:37:28.037Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-24T10:37:28.037Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-24T10:37:28.037Z] ok github.com/docker/docker/libnetwork/ipamutils 0.253s coverage: 74.0% of statements [2022-06-24T10:37:28.037Z] ok github.com/docker/docker/libnetwork/iptables 0.154s coverage: 45.1% of statements [2022-06-24T10:37:28.037Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-24T10:37:28.295Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-06-24T10:37:53.245Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-06-24T10:38:08.103Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-06-24T10:38:22.959Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-06-24T10:39:09.622Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-06-24T10:39:19.739Z] ok github.com/docker/docker/libnetwork/networkdb 104.467s coverage: 60.6% of statements [2022-06-24T10:39:19.739Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-24T10:39:19.739Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-24T10:39:19.739Z] ok github.com/docker/docker/libnetwork/osl 4.313s coverage: 39.7% of statements [2022-06-24T10:39:19.739Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-06-24T10:39:19.739Z] ok github.com/docker/docker/libnetwork/portallocator 0.013s coverage: 80.7% of statements [2022-06-24T10:39:20.673Z] ok github.com/docker/docker/libnetwork/portmapper 0.556s coverage: 48.6% of statements [2022-06-24T10:39:20.931Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-06-24T10:39:20.931Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-24T10:39:21.188Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-24T10:39:21.188Z] [2022-06-24T10:39:21.188Z] === Skipped [2022-06-24T10:39:21.188Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-24T10:39:21.188Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-24T10:39:21.188Z] [2022-06-24T10:39:21.188Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-24T10:39:21.188Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-24T10:39:21.188Z] [2022-06-24T10:39:21.188Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-24T10:39:21.188Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-24T10:39:21.188Z] [2022-06-24T10:39:21.188Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-24T10:39:21.188Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-24T10:39:21.188Z] [2022-06-24T10:39:21.188Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-24T10:39:21.188Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-24T10:39:21.188Z] [2022-06-24T10:39:21.188Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-24T10:39:21.188Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-24T10:39:21.188Z] [2022-06-24T10:39:21.188Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-24T10:39:21.188Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-24T10:39:21.188Z] [2022-06-24T10:39:21.188Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-24T10:39:21.188Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-24T10:39:21.188Z] [2022-06-24T10:39:21.188Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-24T10:39:21.188Z] firewalld_test.go:14: firewalld is not running [2022-06-24T10:39:21.188Z] [2022-06-24T10:39:21.188Z] DONE 326 tests, 9 skipped in 200.223s Post stage [Pipeline] junit [2022-06-24T10:39:21.765Z] Recording test results [2022-06-24T10:39:22.137Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-06-24T10:39:22.462Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43622/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56a20dbc19786633f605d3871f5242d8e0f1be5a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56a20dbc19786633f605d3871f5242d8e0f1be5a hack/validate/vendor [2022-06-24T10:39:23.028Z] No vendor changes in diff. [2022-06-24T10:39:23.028Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-24T10:39:23.589Z] + echo Ensuring container killed. [2022-06-24T10:39:23.589Z] Ensuring container killed. [2022-06-24T10:39:23.589Z] + docker rm -vf docker-pr7 [2022-06-24T10:39:23.589Z] Error: No such container: docker-pr7 [Pipeline] sh [2022-06-24T10:39:23.869Z] + echo Chowning /workspace to jenkins user [2022-06-24T10:39:23.869Z] Chowning /workspace to jenkins user [2022-06-24T10:39:23.869Z] + id -u [2022-06-24T10:39:23.869Z] + id -g [2022-06-24T10:39:23.869Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43622:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-24T10:39:25.560Z] + bundleName=unit [2022-06-24T10:39:25.560Z] + echo Creating unit-bundles.tar.gz [2022-06-24T10:39:25.560Z] Creating unit-bundles.tar.gz [2022-06-24T10:39:25.560Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out [2022-06-24T10:39:25.560Z] bundles/junit-report-libnetwork.xml [2022-06-24T10:39:25.560Z] bundles/junit-report.xml [2022-06-24T10:39:25.560Z] bundles/go-test-report-libnetwork.json [2022-06-24T10:39:25.560Z] bundles/go-test-report.json [2022-06-24T10:39:25.560Z] bundles/profile-libnetwork.out [2022-06-24T10:39:25.560Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-06-24T10:39:25.571Z] Archiving artifacts [2022-06-24T10:39:26.036Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43622/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-24T10:39:26.346Z] + make clean [2022-06-24T10:39:26.346Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-24T10:39:26.604Z] docker-dev-cache [2022-06-24T10:39:26.604Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-24T10:39:27.687Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-06-24T10:39:59.760Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-06-24T10:40:31.811Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-06-24T10:40:46.669Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-06-24T10:41:04.782Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-06-24T10:41:04.782Z] docker_cli_external_volume_driver_test.go:485: [d4a7ab12b21b9] daemon is not started [2022-06-24T10:41:19.641Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-06-24T10:41:19.641Z] docker_cli_external_volume_driver_test.go:53: [dfe0eaec27279] daemon is not started [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite (437.35s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.59s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.66s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.06s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.05s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.23s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.20s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.73s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.23s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.27s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.88s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.19s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.72s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.06s) [2022-06-24T10:41:34.501Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-06-24T10:41:34.501Z] PASS [2022-06-24T10:41:34.501Z] [2022-06-24T10:41:34.501Z] === Skipped [2022-06-24T10:41:34.502Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2022-06-24T10:41:34.502Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-24T10:41:34.502Z] check_test.go:540: [dbf5431bff229] daemon is not started [2022-06-24T10:41:34.502Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2022-06-24T10:41:34.502Z] [2022-06-24T10:41:34.502Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-24T10:41:34.502Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-24T10:41:34.502Z] check_test.go:540: [dba929fb23d97] daemon is not started [2022-06-24T10:41:34.502Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-24T10:41:34.502Z] [2022-06-24T10:41:34.502Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-24T10:41:34.502Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-24T10:41:34.502Z] check_test.go:540: [dcea206baaeb2] daemon is not started [2022-06-24T10:41:34.502Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-24T10:41:34.502Z] [2022-06-24T10:41:34.502Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-24T10:41:34.502Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-24T10:41:34.502Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-24T10:41:34.502Z] [2022-06-24T10:41:34.502Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-24T10:41:34.502Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-24T10:41:34.502Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-24T10:41:34.502Z] [2022-06-24T10:41:34.502Z] DONE 269 tests, 5 skipped in 2286.027s [2022-06-24T10:41:34.502Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-24T10:41:34.502Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d28437b97d755/docker.pid [2022-06-24T10:41:34.502Z] +++ kill 15368 [2022-06-24T10:41:34.502Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 15368 is not a child of this shell [2022-06-24T10:41:34.502Z] warning: PID 15368 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d28437b97d755/docker.pid had a nonzero exit code [2022-06-24T10:41:34.502Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d28437b97d755/root: target is busy. [2022-06-24T10:41:34.502Z] ++++ cat bundles/test-integration/docker.pid [2022-06-24T10:41:34.502Z] +++ kill 14607 [2022-06-24T10:41:34.502Z] +++ /etc/init.d/apparmor stop [2022-06-24T10:41:34.502Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-24T10:41:34.502Z] [2022-06-24T10:41:34.502Z] Unloading profiles will leave already running processes permanently [2022-06-24T10:41:34.502Z] unconfined, which can lead to unexpected situations. [2022-06-24T10:41:34.502Z] [2022-06-24T10:41:34.502Z] To set a process to complain mode, use the command line tool [2022-06-24T10:41:34.502Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-24T10:41:34.502Z] +++ true [2022-06-24T10:41:34.502Z] exiting test-integration [2022-06-24T10:41:34.502Z] ++ exit 0 [2022-06-24T10:41:34.502Z] [2022-06-24T10:41:34.502Z] + exit 0 [2022-06-24T10:41:34.502Z] ++ jobs -p [2022-06-24T10:41:34.502Z] + pids= [2022-06-24T10:41:34.502Z] + echo 'Remaining pids to kill: []' [2022-06-24T10:41:34.502Z] Remaining pids to kill: [] [2022-06-24T10:41:34.502Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-06-24T10:41:34.513Z] Recording test results [2022-06-24T10:41:35.789Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-24T10:41:36.096Z] + echo Ensuring container killed. [2022-06-24T10:41:36.096Z] Ensuring container killed. [2022-06-24T10:41:36.096Z] + docker ps -aq -f name=docker-pr7-* [2022-06-24T10:41:36.096Z] + cids=d4790a4de8c3 [2022-06-24T10:41:36.096Z] 90cf49246456 [2022-06-24T10:41:36.096Z] 6211577f72b0 [2022-06-24T10:41:36.096Z] + [ -n d4790a4de8c3 [2022-06-24T10:41:36.096Z] 90cf49246456 [2022-06-24T10:41:36.096Z] 6211577f72b0 ] [2022-06-24T10:41:36.096Z] + docker rm -vf d4790a4de8c3 90cf49246456 6211577f72b0 [2022-06-24T10:41:36.661Z] d4790a4de8c3 [2022-06-24T10:41:36.919Z] 90cf49246456 [2022-06-24T10:41:36.919Z] 6211577f72b0 [Pipeline] sh [2022-06-24T10:41:37.198Z] + echo Chowning /workspace to jenkins user [2022-06-24T10:41:37.198Z] Chowning /workspace to jenkins user [2022-06-24T10:41:37.198Z] + id -u [2022-06-24T10:41:37.198Z] + id -g [2022-06-24T10:41:37.198Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43622:/workspace busybox chown -R 1000:1000 /workspace [2022-06-24T10:41:37.198Z] Unable to find image 'busybox:latest' locally [2022-06-24T10:41:37.198Z] latest: Pulling from library/busybox [2022-06-24T10:41:37.198Z] 19d511225f94: Pulling fs layer [2022-06-24T10:41:37.456Z] 19d511225f94: Download complete [2022-06-24T10:41:37.456Z] 19d511225f94: Pull complete [2022-06-24T10:41:37.456Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-24T10:41:37.456Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-24T10:41:40.272Z] + bundleName=amd64 [2022-06-24T10:41:40.272Z] + echo Creating amd64-bundles.tar.gz [2022-06-24T10:41:40.272Z] Creating amd64-bundles.tar.gz [2022-06-24T10:41:40.272Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-06-24T10:41:40.272Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-24T10:41:41.655Z] Archiving artifacts [2022-06-24T10:41:43.053Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43622/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-24T10:41:43.356Z] + make clean [2022-06-24T10:41:43.356Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-24T10:41:43.613Z] docker-dev-cache [2022-06-24T10:41:43.614Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS