Pull request #43745 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from cf543a0bd5186b3f05954088ff7f2c2c75c92f06+4eb1c5bd52afa08595d9a082a9ba05c81f79be07 (398d2d8048d62c3b7d7e496087cabbbdded672fd) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-43745@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-06-27T08:29:32.597Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-06-27T08:29:32.601Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-06-27T08:29:32.883Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07d40e2da02dc9891) in /home/ubuntu/workspace/moby_PR-43745 [Pipeline] { [Pipeline] checkout [2022-06-27T08:29:32.978Z] The recommended git tool is: git [2022-06-27T08:29:35.204Z] using credential docker-jenkins-github-credentials [2022-06-27T08:29:35.218Z] Cloning the remote Git repository [2022-06-27T08:29:35.218Z] Cloning with configured refspecs honoured and without tags [2022-06-27T08:29:35.238Z] Cloning repository https://github.com/moby/moby.git [2022-06-27T08:29:35.302Z] > git init /home/ubuntu/workspace/moby_PR-43745 # timeout=10 [2022-06-27T08:29:35.333Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-27T08:29:35.334Z] > git --version # timeout=10 [2022-06-27T08:29:35.346Z] > git --version # 'git version 2.17.1' [2022-06-27T08:29:35.346Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:29:35.348Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43745/head:refs/remotes/origin/PR-43745 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:29:52.548Z] Fetching without tags [2022-06-27T08:29:52.480Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-27T08:29:52.491Z] > git config --add remote.origin.fetch +refs/pull/43745/head:refs/remotes/origin/PR-43745 # timeout=10 [2022-06-27T08:29:52.509Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:29:52.532Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-27T08:29:52.551Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-27T08:29:52.551Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:29:52.552Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43745/head:refs/remotes/origin/PR-43745 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:29:53.772Z] Merging remotes/origin/master commit 4eb1c5bd52afa08595d9a082a9ba05c81f79be07 into PR head commit cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:29:54.492Z] Merge succeeded, producing cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:29:54.492Z] Checking out Revision cf543a0bd5186b3f05954088ff7f2c2c75c92f06 (PR-43745) [2022-06-27T08:29:53.781Z] > git config core.sparsecheckout # timeout=10 [2022-06-27T08:29:53.798Z] > git checkout -f cf543a0bd5186b3f05954088ff7f2c2c75c92f06 # timeout=10 [2022-06-27T08:29:54.419Z] > git remote # timeout=10 [2022-06-27T08:29:54.434Z] > git config --get remote.origin.url # timeout=10 [2022-06-27T08:29:54.458Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:29:54.459Z] > git merge 4eb1c5bd52afa08595d9a082a9ba05c81f79be07 # timeout=10 [2022-06-27T08:29:54.475Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-27T08:29:54.493Z] > git config core.sparsecheckout # timeout=10 [2022-06-27T08:29:54.507Z] > git checkout -f cf543a0bd5186b3f05954088ff7f2c2c75c92f06 # timeout=10 [2022-06-27T08:29:58.850Z] Commit message: "vendor: github.com/moby/sys/mount v0.3.3" [2022-06-27T08:29:58.850Z] First time build. Skipping changelog. [2022-06-27T08:29:58.871Z] > git --version # timeout=10 [2022-06-27T08:29:58.882Z] > git --version # 'git version 2.17.1' [2022-06-27T08:29:58.895Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T08:29:59.865Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43745:/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-27T08:30:09.853Z] Unable to find image 'alpine:latest' locally [2022-06-27T08:30:09.853Z] latest: Pulling from library/alpine [2022-06-27T08:30:09.853Z] 2408cc74d12b: Pulling fs layer [2022-06-27T08:30:09.853Z] 2408cc74d12b: Verifying Checksum [2022-06-27T08:30:09.853Z] 2408cc74d12b: Download complete [2022-06-27T08:30:09.853Z] 2408cc74d12b: Pull complete [2022-06-27T08:30:09.853Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-06-27T08:30:09.853Z] Status: Downloaded newer image for alpine:latest [2022-06-27T08:30:15.145Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2022-06-27T08:30:15.377Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07d40e2da02dc9891) in /home/ubuntu/workspace/moby_PR-43745 [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 [2022-06-27T08:30:15.395Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04c3f8fbe8c0b3e3d) in /home/ubuntu/workspace/moby_PR-43745 [Pipeline] } [Pipeline] { [Pipeline] checkout [2022-06-27T08:30:15.426Z] The recommended git tool is: git [Pipeline] // stage [2022-06-27T08:30:15.435Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-06-27T08:30:15.455Z] Fetching changes from the remote Git repository [Pipeline] // stage [Pipeline] { [Pipeline] // stage [2022-06-27T08:30:15.467Z] Fetching without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [2022-06-27T08:30:15.497Z] The recommended git tool is: git Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-06-27T08:30:15.506Z] using credential docker-jenkins-github-credentials [2022-06-27T08:30:15.514Z] Cloning the remote Git repository [2022-06-27T08:30:15.514Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-06-27T08:30:15.674Z] Merging remotes/origin/master commit 4eb1c5bd52afa08595d9a082a9ba05c81f79be07 into PR head commit cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-06-27T08:30:16.134Z] Merge succeeded, producing cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:30:16.134Z] Checking out Revision cf543a0bd5186b3f05954088ff7f2c2c75c92f06 (PR-43745) [2022-06-27T08:30:16.204Z] Commit message: "vendor: github.com/moby/sys/mount v0.3.3" [2022-06-27T08:30:16.216Z] > git --version # timeout=10 [2022-06-27T08:30:16.230Z] > git --version # 'git version 2.17.1' [2022-06-27T08:30:16.242Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-06-27T08:30:15.444Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43745/.git # timeout=10 [2022-06-27T08:30:15.456Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-27T08:30:15.468Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-27T08:30:15.468Z] > git --version # timeout=10 [2022-06-27T08:30:15.475Z] > git --version # 'git version 2.17.1' [2022-06-27T08:30:15.475Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:30:15.476Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43745/head:refs/remotes/origin/PR-43745 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:30:15.675Z] > git config core.sparsecheckout # timeout=10 [2022-06-27T08:30:15.680Z] > git checkout -f cf543a0bd5186b3f05954088ff7f2c2c75c92f06 # timeout=10 [2022-06-27T08:30:16.090Z] > git remote # timeout=10 [2022-06-27T08:30:16.098Z] > git config --get remote.origin.url # timeout=10 [2022-06-27T08:30:16.108Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:30:16.109Z] > git merge 4eb1c5bd52afa08595d9a082a9ba05c81f79be07 # timeout=10 [2022-06-27T08:30:16.126Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-27T08:30:16.134Z] > git config core.sparsecheckout # timeout=10 [2022-06-27T08:30:16.145Z] > git checkout -f cf543a0bd5186b3f05954088ff7f2c2c75c92f06 # timeout=10 [2022-06-27T08:30:15.504Z] Cloning repository https://github.com/moby/moby.git [2022-06-27T08:30:15.506Z] > git init /home/ubuntu/workspace/moby_PR-43745 # timeout=10 [2022-06-27T08:30:15.522Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-27T08:30:15.522Z] > git --version # timeout=10 [2022-06-27T08:30:15.527Z] > git --version # 'git version 2.17.1' [2022-06-27T08:30:15.528Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:30:15.528Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43745/head:refs/remotes/origin/PR-43745 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-27T08:30:16.895Z] + docker version [2022-06-27T08:30:16.895Z] Client: Docker Engine - Community [2022-06-27T08:30:16.895Z] Version: 20.10.14 [2022-06-27T08:30:16.896Z] API version: 1.41 [2022-06-27T08:30:16.896Z] Go version: go1.16.15 [2022-06-27T08:30:16.896Z] Git commit: a224086 [2022-06-27T08:30:16.896Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-27T08:30:16.896Z] OS/Arch: linux/amd64 [2022-06-27T08:30:16.896Z] Context: default [2022-06-27T08:30:16.896Z] Experimental: true [2022-06-27T08:30:16.896Z] [2022-06-27T08:30:16.896Z] Server: Docker Engine - Community [2022-06-27T08:30:16.896Z] Engine: [2022-06-27T08:30:16.896Z] Version: 20.10.14 [2022-06-27T08:30:16.896Z] API version: 1.41 (minimum version 1.12) [2022-06-27T08:30:16.896Z] Go version: go1.16.15 [2022-06-27T08:30:16.896Z] Git commit: 87a90dc [2022-06-27T08:30:16.896Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-27T08:30:16.896Z] OS/Arch: linux/amd64 [2022-06-27T08:30:16.896Z] Experimental: true [2022-06-27T08:30:16.896Z] containerd: [2022-06-27T08:30:16.896Z] Version: 1.5.11 [2022-06-27T08:30:16.896Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-27T08:30:16.896Z] runc: [2022-06-27T08:30:16.896Z] Version: 1.0.3 [2022-06-27T08:30:16.896Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-27T08:30:16.896Z] docker-init: [2022-06-27T08:30:16.896Z] Version: 0.19.0 [2022-06-27T08:30:16.896Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-27T08:30:17.189Z] + docker info [2022-06-27T08:30:30.377Z] Still waiting to schedule task [2022-06-27T08:30:30.377Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-06-27T08:30:30.377Z] Still waiting to schedule task [2022-06-27T08:30:30.378Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-04567891fcfdda485)’ [2022-06-27T08:30:30.380Z] Still waiting to schedule task [2022-06-27T08:30:30.381Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0567b2d518d951dec)’ [2022-06-27T08:30:31.343Z] Fetching without tags [2022-06-27T08:30:31.302Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-27T08:30:31.311Z] > git config --add remote.origin.fetch +refs/pull/43745/head:refs/remotes/origin/PR-43745 # timeout=10 [2022-06-27T08:30:31.317Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:30:31.325Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-27T08:30:31.340Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-27T08:30:31.340Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:30:31.341Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43745/head:refs/remotes/origin/PR-43745 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:30:32.598Z] Merging remotes/origin/master commit 4eb1c5bd52afa08595d9a082a9ba05c81f79be07 into PR head commit cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:30:33.149Z] Merge succeeded, producing cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:30:33.150Z] Checking out Revision cf543a0bd5186b3f05954088ff7f2c2c75c92f06 (PR-43745) [2022-06-27T08:30:32.588Z] > git config core.sparsecheckout # timeout=10 [2022-06-27T08:30:32.595Z] > git checkout -f cf543a0bd5186b3f05954088ff7f2c2c75c92f06 # timeout=10 [2022-06-27T08:30:33.105Z] > git remote # timeout=10 [2022-06-27T08:30:33.111Z] > git config --get remote.origin.url # timeout=10 [2022-06-27T08:30:33.116Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:30:33.117Z] > git merge 4eb1c5bd52afa08595d9a082a9ba05c81f79be07 # timeout=10 [2022-06-27T08:30:33.131Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-27T08:30:33.139Z] > git config core.sparsecheckout # timeout=10 [2022-06-27T08:30:33.146Z] > git checkout -f cf543a0bd5186b3f05954088ff7f2c2c75c92f06 # timeout=10 [2022-06-27T08:30:33.366Z] Commit message: "vendor: github.com/moby/sys/mount v0.3.3" [2022-06-27T08:30:33.381Z] > git --version # timeout=10 [2022-06-27T08:30:33.386Z] > git --version # 'git version 2.17.1' [2022-06-27T08:30:33.393Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T08:30:34.004Z] + [ PR != PR ] [2022-06-27T08:30:34.004Z] + [ master != master ] [2022-06-27T08:30:34.004Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-27T08:30:34.326Z] + docker version [2022-06-27T08:30:34.326Z] Client: Docker Engine - Community [2022-06-27T08:30:34.326Z] Version: 20.10.14 [2022-06-27T08:30:34.326Z] API version: 1.41 [2022-06-27T08:30:34.326Z] Go version: go1.16.15 [2022-06-27T08:30:34.326Z] Git commit: a224086 [2022-06-27T08:30:34.326Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-27T08:30:34.326Z] OS/Arch: linux/amd64 [2022-06-27T08:30:34.326Z] Context: default [2022-06-27T08:30:34.326Z] Experimental: true [2022-06-27T08:30:34.326Z] [2022-06-27T08:30:34.326Z] Server: Docker Engine - Community [2022-06-27T08:30:34.326Z] Engine: [2022-06-27T08:30:34.326Z] Version: 20.10.14 [2022-06-27T08:30:34.326Z] API version: 1.41 (minimum version 1.12) [2022-06-27T08:30:34.326Z] Go version: go1.16.15 [2022-06-27T08:30:34.326Z] Git commit: 87a90dc [2022-06-27T08:30:34.326Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-27T08:30:34.326Z] OS/Arch: linux/amd64 [2022-06-27T08:30:34.326Z] Experimental: true [2022-06-27T08:30:34.326Z] containerd: [2022-06-27T08:30:34.326Z] Version: 1.5.11 [2022-06-27T08:30:34.326Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-27T08:30:34.326Z] runc: [2022-06-27T08:30:34.326Z] Version: 1.0.3 [2022-06-27T08:30:34.326Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-27T08:30:34.326Z] docker-init: [2022-06-27T08:30:34.326Z] Version: 0.19.0 [2022-06-27T08:30:34.326Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-27T08:30:34.615Z] + docker info [2022-06-27T08:30:35.998Z] Client: [2022-06-27T08:30:35.998Z] Context: default [2022-06-27T08:30:35.998Z] Debug Mode: false [2022-06-27T08:30:35.998Z] Plugins: [2022-06-27T08:30:35.998Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-27T08:30:35.998Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-27T08:30:35.998Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-27T08:30:35.998Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-27T08:30:35.998Z] [2022-06-27T08:30:35.998Z] Server: [2022-06-27T08:30:35.998Z] Containers: 0 [2022-06-27T08:30:35.998Z] Running: 0 [2022-06-27T08:30:35.998Z] Paused: 0 [2022-06-27T08:30:35.998Z] Stopped: 0 [2022-06-27T08:30:35.998Z] Images: 2 [2022-06-27T08:30:35.998Z] Server Version: 20.10.14 [2022-06-27T08:30:35.998Z] Storage Driver: overlay2 [2022-06-27T08:30:35.998Z] Backing Filesystem: extfs [2022-06-27T08:30:35.998Z] Supports d_type: true [2022-06-27T08:30:35.998Z] Native Overlay Diff: true [2022-06-27T08:30:35.998Z] userxattr: false [2022-06-27T08:30:35.998Z] Logging Driver: json-file [2022-06-27T08:30:35.998Z] Cgroup Driver: cgroupfs [2022-06-27T08:30:35.998Z] Cgroup Version: 1 [2022-06-27T08:30:35.998Z] Plugins: [2022-06-27T08:30:35.998Z] Volume: local [2022-06-27T08:30:35.998Z] Network: bridge host ipvlan macvlan null overlay [2022-06-27T08:30:35.999Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-27T08:30:35.999Z] Swarm: inactive [2022-06-27T08:30:35.999Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-27T08:30:35.999Z] Default Runtime: runc [2022-06-27T08:30:35.999Z] Init Binary: docker-init [2022-06-27T08:30:35.999Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-27T08:30:35.999Z] runc version: v1.0.3-0-gf46b6ba [2022-06-27T08:30:35.999Z] init version: de40ad0 [2022-06-27T08:30:35.999Z] Security Options: [2022-06-27T08:30:35.999Z] apparmor [2022-06-27T08:30:35.999Z] seccomp [2022-06-27T08:30:35.999Z] Profile: default [2022-06-27T08:30:35.999Z] Kernel Version: 5.4.0-1071-aws [2022-06-27T08:30:35.999Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-27T08:30:35.999Z] OSType: linux [2022-06-27T08:30:35.999Z] Architecture: x86_64 [2022-06-27T08:30:35.999Z] CPUs: 2 [2022-06-27T08:30:35.999Z] Total Memory: 7.483GiB [2022-06-27T08:30:35.999Z] Name: ip-10-100-46-222 [2022-06-27T08:30:35.999Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-27T08:30:35.999Z] Docker Root Dir: /var/lib/docker [2022-06-27T08:30:35.999Z] Debug Mode: false [2022-06-27T08:30:35.999Z] Registry: https://index.docker.io/v1/ [2022-06-27T08:30:35.999Z] Labels: [2022-06-27T08:30:35.999Z] Experimental: true [2022-06-27T08:30:35.999Z] Insecure Registries: [2022-06-27T08:30:35.999Z] 127.0.0.0/8 [2022-06-27T08:30:35.999Z] Live Restore Enabled: true [2022-06-27T08:30:35.999Z] [2022-06-27T08:30:35.999Z] WARNING: No swap limit support [Pipeline] sh [2022-06-27T08:30:36.293Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-27T08:30:36.293Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-27T08:30:36.294Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43745/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-27T08:30:36.294Z] + bash /home/ubuntu/workspace/moby_PR-43745/check-config.sh [2022-06-27T08:30:36.294Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-27T08:30:36.294Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-27T08:30:36.294Z] [2022-06-27T08:30:36.294Z] Generally Necessary: [2022-06-27T08:30:36.294Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-27T08:30:36.294Z] - apparmor: enabled and tools installed [2022-06-27T08:30:36.294Z] - CONFIG_NAMESPACES: enabled [2022-06-27T08:30:36.294Z] - CONFIG_NET_NS: enabled [2022-06-27T08:30:36.294Z] - CONFIG_PID_NS: enabled [2022-06-27T08:30:36.294Z] - CONFIG_IPC_NS: enabled [2022-06-27T08:30:36.294Z] - CONFIG_UTS_NS: enabled [2022-06-27T08:30:36.294Z] - CONFIG_CGROUPS: enabled [2022-06-27T08:30:36.294Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-27T08:30:36.294Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-27T08:30:36.294Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-27T08:30:36.294Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-27T08:30:36.294Z] - CONFIG_CPUSETS: enabled [2022-06-27T08:30:36.294Z] - CONFIG_MEMCG: enabled [2022-06-27T08:30:36.555Z] - CONFIG_KEYS: enabled [2022-06-27T08:30:36.555Z] - CONFIG_VETH: enabled (as module) [2022-06-27T08:30:36.555Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-27T08:30:36.555Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-27T08:30:36.555Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-27T08:30:36.555Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-27T08:30:36.555Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-27T08:30:36.555Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-27T08:30:36.555Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-27T08:30:36.555Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-27T08:30:36.555Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-27T08:30:36.555Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-27T08:30:36.555Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-27T08:30:36.555Z] - CONFIG_CGROUP_BPF: enabled [2022-06-27T08:30:36.555Z] [2022-06-27T08:30:36.555Z] Optional Features: [2022-06-27T08:30:36.555Z] - CONFIG_USER_NS: enabled [2022-06-27T08:30:36.555Z] - CONFIG_SECCOMP: enabled [2022-06-27T08:30:36.555Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-27T08:30:36.555Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-27T08:30:36.555Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-27T08:30:36.555Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-27T08:30:36.555Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-27T08:30:36.555Z] - CONFIG_BLK_CGROUP: enabled [2022-06-27T08:30:36.555Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-27T08:30:36.816Z] - CONFIG_CGROUP_PERF: enabled [2022-06-27T08:30:36.816Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-27T08:30:36.816Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-27T08:30:36.816Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-27T08:30:36.816Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-27T08:30:36.816Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-27T08:30:36.816Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-27T08:30:36.816Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-27T08:30:36.816Z] - CONFIG_IP_VS: enabled (as module) [2022-06-27T08:30:36.816Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-27T08:30:36.816Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-27T08:30:36.816Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-27T08:30:36.816Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-27T08:30:36.816Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-27T08:30:36.816Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-27T08:30:36.816Z] - CONFIG_EXT4_FS: enabled [2022-06-27T08:30:36.816Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-27T08:30:36.816Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-27T08:30:36.816Z] - Network Drivers: [2022-06-27T08:30:36.816Z] - "overlay": [2022-06-27T08:30:36.816Z] - CONFIG_VXLAN: enabled (as module) [2022-06-27T08:30:36.816Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-27T08:30:36.816Z] Optional (for encrypted networks): [2022-06-27T08:30:36.816Z] - CONFIG_CRYPTO: enabled [2022-06-27T08:30:36.816Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-27T08:30:36.816Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-27T08:30:36.816Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-27T08:30:36.816Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-27T08:30:36.816Z] - CONFIG_XFRM: enabled [2022-06-27T08:30:36.816Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-27T08:30:36.816Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-27T08:30:36.816Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-27T08:30:36.816Z] - "ipvlan": [2022-06-27T08:30:36.816Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-27T08:30:36.816Z] - "macvlan": [2022-06-27T08:30:36.816Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-27T08:30:36.816Z] - CONFIG_DUMMY: enabled (as module) [2022-06-27T08:30:36.816Z] - "ftp,tftp client in container": [2022-06-27T08:30:36.816Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-27T08:30:36.816Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-27T08:30:36.816Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-27T08:30:36.816Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-27T08:30:36.816Z] - Storage Drivers: [2022-06-27T08:30:36.816Z] - "aufs": [2022-06-27T08:30:37.076Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-27T08:30:37.076Z] - "btrfs": [2022-06-27T08:30:37.076Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-27T08:30:37.076Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-27T08:30:37.076Z] - "devicemapper": [2022-06-27T08:30:37.076Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-27T08:30:37.076Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-27T08:30:37.076Z] - "overlay": [2022-06-27T08:30:37.076Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-27T08:30:37.076Z] - "zfs": [2022-06-27T08:30:37.076Z] - /dev/zfs: present [2022-06-27T08:30:37.076Z] - zfs command: missing [2022-06-27T08:30:37.076Z] - zpool command: missing [2022-06-27T08:30:37.076Z] [2022-06-27T08:30:37.076Z] Limits: [2022-06-27T08:30:37.076Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-27T08:30:37.076Z] [2022-06-27T08:30:37.076Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-27T08:30:37.403Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 . [2022-06-27T08:30:37.403Z] #1 [internal] load build definition from Dockerfile [2022-06-27T08:30:37.403Z] #1 sha256:1f2f4cd2854105a6276de2dc36b82eaf73b02a2a327f0c4fdc98749a51ef92a3 [2022-06-27T08:30:37.403Z] #1 transferring dockerfile: 18.90kB 0.0s done [2022-06-27T08:30:37.403Z] #1 DONE 0.0s [2022-06-27T08:30:37.403Z] [2022-06-27T08:30:37.403Z] #2 [internal] load .dockerignore [2022-06-27T08:30:37.403Z] #2 sha256:0b3e2c0a0ccb4972a4bd849f71602d0fa04818dec32773d6fafb3cf66004fac3 [2022-06-27T08:30:37.403Z] #2 transferring context: 145B 0.0s done [2022-06-27T08:30:37.403Z] #2 DONE 0.1s [2022-06-27T08:30:37.403Z] [2022-06-27T08:30:37.403Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-27T08:30:37.403Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-27T08:30:37.664Z] #3 DONE 0.2s [2022-06-27T08:30:37.664Z] [2022-06-27T08:30:37.664Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-27T08:30:37.664Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-27T08:30:37.664Z] #4 CACHED [2022-06-27T08:30:38.235Z] [2022-06-27T08:30:38.235Z] #6 [internal] load build definition from Dockerfile [2022-06-27T08:30:38.235Z] #6 sha256:15a427cd8bd3ce95f22df30123e31abb252d1e78677906e1fe690fc5533a40d5 [2022-06-27T08:30:38.235Z] #6 DONE 0.0s [2022-06-27T08:30:38.235Z] [2022-06-27T08:30:38.235Z] #5 [internal] load .dockerignore [2022-06-27T08:30:38.235Z] #5 sha256:e6d76eb46ad766aa908b194bf8ef8750c9722c5f6c512068ed0711340f113638 [2022-06-27T08:30:38.235Z] #5 DONE 0.0s [2022-06-27T08:30:38.235Z] [2022-06-27T08:30:38.235Z] #8 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-27T08:30:38.235Z] #8 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-27T08:30:38.235Z] #8 DONE 0.1s [2022-06-27T08:30:38.235Z] [2022-06-27T08:30:38.235Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-27T08:30:38.235Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-27T08:30:38.235Z] #10 DONE 0.1s [2022-06-27T08:30:38.235Z] [2022-06-27T08:30:38.235Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-27T08:30:38.235Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-27T08:30:38.235Z] #7 DONE 0.1s [2022-06-27T08:30:38.235Z] [2022-06-27T08:30:38.235Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-27T08:30:38.235Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-27T08:30:38.235Z] #9 DONE 0.1s [2022-06-27T08:30:38.497Z] [2022-06-27T08:30:38.497Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-27T08:30:38.497Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-27T08:30:38.497Z] #78 DONE 0.0s [2022-06-27T08:30:38.497Z] [2022-06-27T08:30:38.497Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:30:38.497Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:30:38.497Z] #11 DONE 0.0s [2022-06-27T08:30:38.497Z] [2022-06-27T08:30:38.497Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-27T08:30:38.497Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-27T08:30:38.497Z] #80 DONE 0.0s [2022-06-27T08:30:38.497Z] [2022-06-27T08:30:38.497Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-27T08:30:38.497Z] #12 sha256:56c0305d6bbe33a7a96cb826e6c4762bb5d8ff7e72dc4f2ada49e468493dc1e1 [2022-06-27T08:30:38.497Z] #12 CACHED [2022-06-27T08:30:38.497Z] [2022-06-27T08:30:38.497Z] #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-27T08:30:38.497Z] #13 sha256:663743f188ca2dfda79b667f270dccaf821b883d8518acb0f9d4d89f28bc6cb0 [2022-06-27T08:30:38.497Z] #13 CACHED [2022-06-27T08:30:38.497Z] [2022-06-27T08:30:38.497Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-27T08:30:38.497Z] #35 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-27T08:30:38.497Z] #35 DONE 0.0s [2022-06-27T08:30:38.497Z] [2022-06-27T08:30:38.497Z] #31 [internal] load build context [2022-06-27T08:30:38.497Z] #31 sha256:592fe8e91dcfe54aa99987ec16bc7f2950eed396fdf54556b27dd46e0e2086b0 [2022-06-27T08:30:39.075Z] #31 ... [2022-06-27T08:30:39.075Z] [2022-06-27T08:30:39.075Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-27T08:30:39.075Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-27T08:30:39.075Z] #56 DONE 0.5s [2022-06-27T08:30:39.075Z] [2022-06-27T08:30:39.075Z] #31 [internal] load build context [2022-06-27T08:30:39.075Z] #31 sha256:592fe8e91dcfe54aa99987ec16bc7f2950eed396fdf54556b27dd46e0e2086b0 [2022-06-27T08:30:39.337Z] #31 ... [2022-06-27T08:30:39.337Z] [2022-06-27T08:30:39.337Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-06-27T08:30:39.337Z] #14 sha256:0843e43981997d3186c3e0fa13a5c69bf735e078771d358bc17048f5bdd1d4e8 [2022-06-27T08:30:39.337Z] #14 DONE 0.8s [2022-06-27T08:30:39.337Z] [2022-06-27T08:30:39.337Z] #31 [internal] load build context [2022-06-27T08:30:39.337Z] #31 sha256:592fe8e91dcfe54aa99987ec16bc7f2950eed396fdf54556b27dd46e0e2086b0 [2022-06-27T08:30:40.294Z] #31 ... [2022-06-27T08:30:40.294Z] [2022-06-27T08:30:40.294Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-06-27T08:30:40.294Z] #15 sha256:2d05efaa29f7d7a652b390dae5c9126381d4bdd1e6478112a650543183cfed84 [2022-06-27T08:30:40.294Z] #15 DONE 1.2s [2022-06-27T08:30:40.294Z] [2022-06-27T08:30:40.294Z] #31 [internal] load build context [2022-06-27T08:30:40.294Z] #31 sha256:592fe8e91dcfe54aa99987ec16bc7f2950eed396fdf54556b27dd46e0e2086b0 [2022-06-27T08:30:41.680Z] #31 ... [2022-06-27T08:30:41.680Z] [2022-06-27T08:30:41.680Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-06-27T08:30:41.680Z] #16 sha256:6e5bb325d2f1d8f93129253358485557d3574a0fa24a972b189e244fccf61d15 [2022-06-27T08:30:41.680Z] #16 DONE 1.0s [2022-06-27T08:30:41.680Z] [2022-06-27T08:30:41.680Z] #31 [internal] load build context [2022-06-27T08:30:41.680Z] #31 sha256:592fe8e91dcfe54aa99987ec16bc7f2950eed396fdf54556b27dd46e0e2086b0 [2022-06-27T08:30:41.680Z] #31 transferring context: 61.40MB 2.9s done [2022-06-27T08:30:41.680Z] #31 DONE 3.2s [2022-06-27T08:30:41.680Z] [2022-06-27T08:30:41.680Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-06-27T08:30:41.680Z] #17 sha256:bea1fe45f58fdee1448a2ced80414300c0c0acc9560564c476c3297cf6812d3d [2022-06-27T08:30:42.250Z] #17 DONE 0.7s [2022-06-27T08:30:42.250Z] [2022-06-27T08:30:42.250Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-06-27T08:30:42.250Z] #18 sha256:8b29296919d8bf68aa7fa37d69208ffd105a8b2185812f3f939b2bee4ce821b4 [2022-06-27T08:30:42.824Z] #18 DONE 0.5s [2022-06-27T08:30:42.824Z] [2022-06-27T08:30:42.824Z] #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-27T08:30:42.824Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-27T08:30:43.395Z] #19 0.818 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:30:43.656Z] #19 0.989 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:30:43.763Z] Client: [2022-06-27T08:30:43.763Z] Context: default [2022-06-27T08:30:43.763Z] Debug Mode: false [2022-06-27T08:30:43.763Z] Plugins: [2022-06-27T08:30:43.763Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-27T08:30:43.763Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-27T08:30:43.763Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-27T08:30:43.763Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-27T08:30:43.763Z] [2022-06-27T08:30:43.763Z] Server: [2022-06-27T08:30:43.763Z] Containers: 0 [2022-06-27T08:30:43.763Z] Running: 0 [2022-06-27T08:30:43.763Z] Paused: 0 [2022-06-27T08:30:43.763Z] Stopped: 0 [2022-06-27T08:30:43.763Z] Images: 1 [2022-06-27T08:30:43.763Z] Server Version: 20.10.14 [2022-06-27T08:30:43.763Z] Storage Driver: overlay2 [2022-06-27T08:30:43.763Z] Backing Filesystem: extfs [2022-06-27T08:30:43.763Z] Supports d_type: true [2022-06-27T08:30:43.763Z] Native Overlay Diff: true [2022-06-27T08:30:43.763Z] userxattr: false [2022-06-27T08:30:43.763Z] Logging Driver: json-file [2022-06-27T08:30:43.763Z] Cgroup Driver: cgroupfs [2022-06-27T08:30:43.763Z] Cgroup Version: 1 [2022-06-27T08:30:43.763Z] Plugins: [2022-06-27T08:30:43.763Z] Volume: local [2022-06-27T08:30:43.763Z] Network: bridge host ipvlan macvlan null overlay [2022-06-27T08:30:43.763Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-27T08:30:43.763Z] Swarm: inactive [2022-06-27T08:30:43.763Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-27T08:30:43.763Z] Default Runtime: runc [2022-06-27T08:30:43.763Z] Init Binary: docker-init [2022-06-27T08:30:43.763Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-27T08:30:43.763Z] runc version: v1.0.3-0-gf46b6ba [2022-06-27T08:30:43.763Z] init version: de40ad0 [2022-06-27T08:30:43.763Z] Security Options: [2022-06-27T08:30:43.763Z] apparmor [2022-06-27T08:30:43.763Z] seccomp [2022-06-27T08:30:43.763Z] Profile: default [2022-06-27T08:30:43.763Z] Kernel Version: 5.4.0-1071-aws [2022-06-27T08:30:43.763Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-27T08:30:43.763Z] OSType: linux [2022-06-27T08:30:43.763Z] Architecture: x86_64 [2022-06-27T08:30:43.763Z] CPUs: 2 [2022-06-27T08:30:43.763Z] Total Memory: 7.565GiB [2022-06-27T08:30:43.763Z] Name: ip-10-100-40-88 [2022-06-27T08:30:43.763Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-27T08:30:43.763Z] Docker Root Dir: /var/lib/docker [2022-06-27T08:30:43.763Z] Debug Mode: false [2022-06-27T08:30:43.763Z] Registry: https://index.docker.io/v1/ [2022-06-27T08:30:43.763Z] Labels: [2022-06-27T08:30:43.763Z] Experimental: true [2022-06-27T08:30:43.763Z] Insecure Registries: [2022-06-27T08:30:43.763Z] 127.0.0.0/8 [2022-06-27T08:30:43.763Z] Live Restore Enabled: true [2022-06-27T08:30:43.763Z] [2022-06-27T08:30:43.763Z] WARNING: No swap limit support [Pipeline] sh [2022-06-27T08:30:43.917Z] #19 1.155 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:30:43.917Z] #19 1.161 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-27T08:30:43.917Z] #19 1.273 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-27T08:30:43.917Z] #19 1.342 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-27T08:30:44.059Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-27T08:30:44.059Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-27T08:30:44.059Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43745/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-27T08:30:44.059Z] + bash /home/ubuntu/workspace/moby_PR-43745/check-config.sh [2022-06-27T08:30:44.059Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-27T08:30:44.059Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-27T08:30:44.059Z] [2022-06-27T08:30:44.059Z] Generally Necessary: [2022-06-27T08:30:44.059Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-27T08:30:44.059Z] - apparmor: enabled and tools installed [2022-06-27T08:30:44.059Z] - CONFIG_NAMESPACES: enabled [2022-06-27T08:30:44.059Z] - CONFIG_NET_NS: enabled [2022-06-27T08:30:44.059Z] - CONFIG_PID_NS: enabled [2022-06-27T08:30:44.059Z] - CONFIG_IPC_NS: enabled [2022-06-27T08:30:44.059Z] - CONFIG_UTS_NS: enabled [2022-06-27T08:30:44.059Z] - CONFIG_CGROUPS: enabled [2022-06-27T08:30:44.059Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-27T08:30:44.059Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-27T08:30:44.059Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-27T08:30:44.059Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-27T08:30:44.059Z] - CONFIG_CPUSETS: enabled [2022-06-27T08:30:44.059Z] - CONFIG_MEMCG: enabled [2022-06-27T08:30:44.059Z] - CONFIG_KEYS: enabled [2022-06-27T08:30:44.059Z] - CONFIG_VETH: enabled (as module) [2022-06-27T08:30:44.059Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-27T08:30:44.059Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-27T08:30:44.059Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-27T08:30:44.059Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-27T08:30:44.059Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-27T08:30:44.059Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-27T08:30:44.059Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-27T08:30:44.059Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-27T08:30:44.059Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-27T08:30:44.059Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-27T08:30:44.059Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-27T08:30:44.059Z] - CONFIG_CGROUP_BPF: enabled [2022-06-27T08:30:44.059Z] [2022-06-27T08:30:44.059Z] Optional Features: [2022-06-27T08:30:44.059Z] - CONFIG_USER_NS: enabled [2022-06-27T08:30:44.177Z] #19 1.421 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:30:44.177Z] #19 1.503 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-27T08:30:44.177Z] #19 1.582 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-27T08:30:44.177Z] #19 1.662 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB] [2022-06-27T08:30:44.177Z] #19 1.665 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB] [2022-06-27T08:30:44.178Z] #19 1.667 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-27T08:30:44.178Z] #19 1.668 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-27T08:30:44.178Z] #19 1.670 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [142 kB] [2022-06-27T08:30:44.319Z] - CONFIG_SECCOMP: enabled [2022-06-27T08:30:44.319Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-27T08:30:44.319Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-27T08:30:44.319Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-27T08:30:44.319Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-27T08:30:44.319Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-27T08:30:44.319Z] - CONFIG_BLK_CGROUP: enabled [2022-06-27T08:30:44.319Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-27T08:30:44.319Z] - CONFIG_CGROUP_PERF: enabled [2022-06-27T08:30:44.319Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-27T08:30:44.319Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-27T08:30:44.319Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-27T08:30:44.319Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-27T08:30:44.319Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-27T08:30:44.319Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-27T08:30:44.319Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-27T08:30:44.319Z] - CONFIG_IP_VS: enabled (as module) [2022-06-27T08:30:44.319Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-27T08:30:44.319Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-27T08:30:44.319Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-27T08:30:44.319Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-27T08:30:44.319Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-27T08:30:44.319Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-27T08:30:44.319Z] - CONFIG_EXT4_FS: enabled [2022-06-27T08:30:44.319Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-27T08:30:44.319Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-27T08:30:44.319Z] - Network Drivers: [2022-06-27T08:30:44.319Z] - "overlay": [2022-06-27T08:30:44.319Z] - CONFIG_VXLAN: enabled (as module) [2022-06-27T08:30:44.319Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-27T08:30:44.319Z] Optional (for encrypted networks): [2022-06-27T08:30:44.319Z] - CONFIG_CRYPTO: enabled [2022-06-27T08:30:44.319Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-27T08:30:44.319Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-27T08:30:44.319Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-27T08:30:44.319Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-27T08:30:44.319Z] - CONFIG_XFRM: enabled [2022-06-27T08:30:44.319Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-27T08:30:44.319Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-27T08:30:44.319Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-27T08:30:44.319Z] - "ipvlan": [2022-06-27T08:30:44.438Z] #19 1.672 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:30:44.438Z] #19 1.674 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:30:44.438Z] #19 1.674 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-27T08:30:44.438Z] #19 1.675 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-27T08:30:44.438Z] #19 1.676 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-27T08:30:44.438Z] #19 1.676 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-27T08:30:44.438Z] #19 1.677 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-27T08:30:44.579Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-27T08:30:44.579Z] - "macvlan": [2022-06-27T08:30:44.579Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-27T08:30:44.579Z] - CONFIG_DUMMY: enabled (as module) [2022-06-27T08:30:44.579Z] - "ftp,tftp client in container": [2022-06-27T08:30:44.579Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-27T08:30:44.579Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-27T08:30:44.579Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-27T08:30:44.579Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-27T08:30:44.579Z] - Storage Drivers: [2022-06-27T08:30:44.579Z] - "aufs": [2022-06-27T08:30:44.579Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-27T08:30:44.579Z] - "btrfs": [2022-06-27T08:30:44.579Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-27T08:30:44.579Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-27T08:30:44.579Z] - "devicemapper": [2022-06-27T08:30:44.579Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-27T08:30:44.579Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-27T08:30:44.579Z] - "overlay": [2022-06-27T08:30:44.579Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-27T08:30:44.579Z] - "zfs": [2022-06-27T08:30:44.579Z] - /dev/zfs: present [2022-06-27T08:30:44.579Z] - zfs command: missing [2022-06-27T08:30:44.579Z] - zpool command: missing [2022-06-27T08:30:44.579Z] [2022-06-27T08:30:44.579Z] Limits: [2022-06-27T08:30:44.579Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-27T08:30:44.579Z] [2022-06-27T08:30:44.579Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-27T08:30:44.910Z] + sudo modprobe ip_vs [2022-06-27T08:30:44.910Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 . [2022-06-27T08:30:45.173Z] #1 [internal] load build definition from Dockerfile [2022-06-27T08:30:45.173Z] #1 sha256:699b490afe5f9cc49737bb5f87de92d35d65a22ce42f3b508dd7db7a87e64ea8 [2022-06-27T08:30:45.173Z] #1 transferring dockerfile: 18.90kB done [2022-06-27T08:30:45.173Z] #1 DONE 0.1s [2022-06-27T08:30:45.173Z] [2022-06-27T08:30:45.173Z] #2 [internal] load .dockerignore [2022-06-27T08:30:45.173Z] #2 sha256:bb7132f9523e9cb7b309d28caa2f97e4cd080e73c6d2ea0b1f38714a6cc35851 [2022-06-27T08:30:45.173Z] #2 transferring context: 145B done [2022-06-27T08:30:45.173Z] #2 DONE 0.1s [2022-06-27T08:30:45.173Z] [2022-06-27T08:30:45.173Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-27T08:30:45.173Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-27T08:30:45.742Z] #3 DONE 0.3s [2022-06-27T08:30:45.742Z] [2022-06-27T08:30:45.742Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-27T08:30:45.742Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-27T08:30:45.742Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-27T08:30:45.742Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-27T08:30:45.742Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-27T08:30:45.742Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-27T08:30:45.742Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 4.19MB / 9.67MB 0.1s [2022-06-27T08:30:45.742Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.1s done [2022-06-27T08:30:45.742Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-06-27T08:30:46.004Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-06-27T08:30:46.004Z] #4 DONE 0.4s [2022-06-27T08:30:46.263Z] [2022-06-27T08:30:46.263Z] #5 [internal] load .dockerignore [2022-06-27T08:30:46.263Z] #5 sha256:17d980a7bab0cbd7e58e0c484f3fc091b28aa6ea58fca55eeb39f93e39ae7c80 [2022-06-27T08:30:46.263Z] #5 DONE 0.0s [2022-06-27T08:30:46.263Z] [2022-06-27T08:30:46.263Z] #6 [internal] load build definition from Dockerfile [2022-06-27T08:30:46.263Z] #6 sha256:f27fcab2c53d34845ee6e5ec8b433de5f8f318a4a08e67655955572e8b1f2f24 [2022-06-27T08:30:46.263Z] #6 DONE 0.0s [2022-06-27T08:30:46.263Z] [2022-06-27T08:30:46.263Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-27T08:30:46.263Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-27T08:30:47.202Z] #8 ... [2022-06-27T08:30:47.202Z] [2022-06-27T08:30:47.202Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-27T08:30:47.202Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-27T08:30:47.202Z] #9 DONE 1.0s [2022-06-27T08:30:47.461Z] [2022-06-27T08:30:47.461Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-27T08:30:47.461Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-27T08:30:47.461Z] #7 DONE 1.1s [2022-06-27T08:30:47.461Z] [2022-06-27T08:30:47.461Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-27T08:30:47.461Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-27T08:30:47.461Z] #10 DONE 1.1s [2022-06-27T08:30:47.461Z] [2022-06-27T08:30:47.461Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-27T08:30:47.461Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-27T08:30:47.461Z] #8 DONE 1.1s [2022-06-27T08:30:47.736Z] [2022-06-27T08:30:47.736Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-27T08:30:47.736Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-27T08:30:47.736Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-27T08:30:47.736Z] #73 DONE 0.0s [2022-06-27T08:30:47.736Z] [2022-06-27T08:30:47.736Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:30:47.736Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:30:47.736Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:30:47.736Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 0.1s done [2022-06-27T08:30:47.997Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 0B / 55.01MB 0.0s [2022-06-27T08:30:47.997Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0B / 5.16MB 0.0s [2022-06-27T08:30:47.997Z] #11 sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 1.86kB / 1.86kB done [2022-06-27T08:30:47.997Z] #11 sha256:ea66badd7cf7b734e2484a1905b6545bd944ef3bdeea18be833db3e2219f1153 1.80kB / 1.80kB done [2022-06-27T08:30:47.997Z] #11 sha256:46ae95f04a69e0161c554c17bc6b72b3e4851f3c9424a837e6c7fd2269e05cdb 7.10kB / 7.10kB done [2022-06-27T08:30:47.997Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 22.02MB / 55.01MB 0.2s [2022-06-27T08:30:47.997Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 5.16MB / 5.16MB 0.2s done [2022-06-27T08:30:47.997Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0B / 10.88MB 0.2s [2022-06-27T08:30:48.257Z] #11 ... [2022-06-27T08:30:48.257Z] [2022-06-27T08:30:48.257Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-27T08:30:48.257Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-27T08:30:48.257Z] #49 DONE 0.0s [2022-06-27T08:30:48.257Z] [2022-06-27T08:30:48.257Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:30:48.257Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:30:48.257Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 28.31MB / 55.01MB 0.4s [2022-06-27T08:30:48.257Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 4.19MB / 10.88MB 0.4s [2022-06-27T08:30:48.257Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 35.98MB / 55.01MB 0.4s [2022-06-27T08:30:48.257Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 0.4s [2022-06-27T08:30:48.518Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 40.89MB / 55.01MB 0.5s [2022-06-27T08:30:48.518Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 49.28MB / 55.01MB 0.6s [2022-06-27T08:30:48.777Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 0.8s [2022-06-27T08:30:48.777Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 0.8s done [2022-06-27T08:30:48.777Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 0B / 85.88MB 0.8s [2022-06-27T08:30:48.777Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 0.9s done [2022-06-27T08:30:48.777Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 0B / 141.75MB 0.9s [2022-06-27T08:30:48.777Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 0B / 54.58MB 0.9s [2022-06-27T08:30:49.037Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 10.49MB / 85.88MB 1.1s [2022-06-27T08:30:49.037Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 4.19MB / 54.58MB 1.1s [2022-06-27T08:30:49.037Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 16.42MB / 85.88MB 1.2s [2022-06-27T08:30:49.037Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 11.84MB / 54.58MB 1.2s [2022-06-27T08:30:49.304Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 23.38MB / 85.88MB 1.4s [2022-06-27T08:30:49.304Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 11.53MB / 141.75MB 1.4s [2022-06-27T08:30:49.304Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 20.97MB / 54.58MB 1.4s [2022-06-27T08:30:49.304Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 28.31MB / 85.88MB 1.5s [2022-06-27T08:30:49.304Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 19.92MB / 141.75MB 1.5s [2022-06-27T08:30:49.304Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 26.21MB / 54.58MB 1.5s [2022-06-27T08:30:49.574Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 32.93MB / 85.88MB 1.6s [2022-06-27T08:30:49.574Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 31.46MB / 54.58MB 1.6s [2022-06-27T08:30:49.575Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 45.09MB / 85.88MB 1.8s [2022-06-27T08:30:49.575Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 35.65MB / 141.75MB 1.8s [2022-06-27T08:30:49.575Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 40.89MB / 54.58MB 1.8s [2022-06-27T08:30:49.835Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 51.38MB / 85.88MB 2.0s [2022-06-27T08:30:49.835Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 42.99MB / 141.75MB 2.0s [2022-06-27T08:30:49.835Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 47.19MB / 54.58MB 2.0s [2022-06-27T08:30:49.835Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 57.97MB / 85.88MB 2.1s [2022-06-27T08:30:49.835Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 50.33MB / 141.75MB 2.1s [2022-06-27T08:30:49.835Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 52.43MB / 54.58MB 2.1s [2022-06-27T08:30:50.100Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 65.01MB / 85.88MB 2.1s [2022-06-27T08:30:50.100Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 75.50MB / 85.88MB 2.3s [2022-06-27T08:30:50.100Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 63.96MB / 141.75MB 2.3s [2022-06-27T08:30:50.100Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 54.58MB / 54.58MB 2.2s done [2022-06-27T08:30:50.100Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 0B / 156B 2.2s [2022-06-27T08:30:50.364Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 83.89MB / 85.88MB 2.4s [2022-06-27T08:30:50.364Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 2.3s done [2022-06-27T08:30:50.364Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 77.59MB / 141.75MB 2.5s [2022-06-27T08:30:50.629Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 88.08MB / 141.75MB 2.7s [2022-06-27T08:30:50.912Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 97.52MB / 141.75MB 2.8s [2022-06-27T08:30:50.912Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 111.15MB / 141.75MB 3.0s [2022-06-27T08:30:51.041Z] #19 7.355 Fetched 49.1 MB in 7s (7178 kB/s) [2022-06-27T08:30:51.177Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 122.68MB / 141.75MB 3.2s [2022-06-27T08:30:51.177Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 134.22MB / 141.75MB 3.3s [2022-06-27T08:30:51.437Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 141.75MB / 141.75MB 3.4s [2022-06-27T08:30:51.697Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 85.88MB / 85.88MB 3.7s done [2022-06-27T08:30:52.267Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 3.1s [2022-06-27T08:30:52.968Z] #19 7.355 Reading package lists... [2022-06-27T08:30:54.177Z] #11 ... [2022-06-27T08:30:54.177Z] [2022-06-27T08:30:54.177Z] #24 [internal] load build context [2022-06-27T08:30:54.177Z] #24 sha256:b0827cc616c643ba910b7824a2214cc8514d9431ec8e6ad7643d852ae7c2b1ad [2022-06-27T08:30:54.177Z] #24 transferring context: 61.40MB 4.9s done [2022-06-27T08:30:54.177Z] #24 DONE 6.3s [2022-06-27T08:30:54.177Z] [2022-06-27T08:30:54.177Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-27T08:30:54.177Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-27T08:30:54.177Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-27T08:30:54.177Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-27T08:30:54.177Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-27T08:30:54.177Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-27T08:30:54.177Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done [2022-06-27T08:30:54.177Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.5s done [2022-06-27T08:30:54.177Z] #71 DONE 6.2s [2022-06-27T08:30:54.177Z] [2022-06-27T08:30:54.177Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-27T08:30:54.177Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-27T08:30:54.177Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-27T08:30:54.177Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-27T08:30:54.177Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-27T08:30:54.177Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.6s done [2022-06-27T08:30:54.177Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.2s done [2022-06-27T08:30:54.177Z] #73 DONE 6.2s [2022-06-27T08:30:54.177Z] [2022-06-27T08:30:54.177Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-27T08:30:54.177Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-27T08:30:54.177Z] #28 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 0.0s done [2022-06-27T08:30:54.177Z] #28 sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 1.85kB / 1.85kB done [2022-06-27T08:30:54.177Z] #28 sha256:9a67b70d0ba1d7c7690f917eedd8d24974dd8fd493205368b1e555a90c954208 529B / 529B done [2022-06-27T08:30:54.178Z] #28 sha256:d2780094a226c21142d0ee4dbfaf11bb53bd569fc9e0b7d261e43de0954c9958 1.46kB / 1.46kB done [2022-06-27T08:30:54.178Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 0.9s done [2022-06-27T08:30:56.086Z] #28 DONE 8.0s [2022-06-27T08:30:56.086Z] [2022-06-27T08:30:56.086Z] #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-27T08:30:56.086Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-27T08:30:56.272Z] #19 10.48 Reading package lists... [2022-06-27T08:30:56.885Z] #19 13.52 Building dependency tree... [2022-06-27T08:30:57.466Z] #19 14.87 The following additional packages will be installed: [2022-06-27T08:30:57.466Z] #19 14.87 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-27T08:30:57.466Z] #19 14.87 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-27T08:30:57.466Z] #19 14.87 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-27T08:30:57.466Z] #19 14.87 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-27T08:30:57.466Z] #19 14.87 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-27T08:30:57.466Z] #19 14.87 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-27T08:30:57.466Z] #19 14.87 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-06-27T08:30:57.466Z] #19 14.87 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-06-27T08:30:57.466Z] #19 14.87 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-06-27T08:30:57.466Z] #19 14.87 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-06-27T08:30:57.466Z] #19 14.87 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-27T08:30:57.466Z] #19 14.87 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-27T08:30:57.466Z] #19 14.87 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-27T08:30:57.466Z] #19 14.87 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-27T08:30:57.466Z] #19 14.87 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-27T08:30:57.466Z] #19 14.87 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-27T08:30:57.466Z] #19 14.87 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-27T08:30:57.466Z] #19 14.87 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-27T08:30:57.466Z] #19 14.87 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-27T08:30:57.466Z] #19 14.87 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-27T08:30:57.466Z] #19 14.87 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-27T08:30:57.466Z] #19 14.87 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-27T08:30:57.466Z] #19 14.87 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-27T08:30:57.466Z] #19 14.87 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-27T08:30:57.466Z] #19 14.87 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-27T08:30:57.466Z] #19 14.87 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-27T08:30:57.466Z] #19 14.87 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-27T08:30:57.466Z] #19 14.87 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-27T08:30:57.466Z] #19 14.88 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-27T08:30:57.466Z] #19 14.88 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-27T08:30:57.466Z] #19 14.88 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-27T08:30:57.466Z] #19 14.88 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-27T08:30:57.466Z] #19 14.88 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-27T08:30:57.466Z] #19 14.88 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-27T08:30:57.466Z] #19 14.88 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-27T08:30:57.466Z] #19 14.88 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-27T08:30:57.466Z] #19 14.88 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-27T08:30:57.466Z] #19 14.88 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-27T08:30:57.466Z] #19 14.88 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-27T08:30:57.466Z] #19 14.88 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-27T08:30:57.466Z] #19 14.88 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-27T08:30:57.466Z] #19 14.88 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-27T08:30:57.466Z] #19 14.88 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-27T08:30:57.466Z] #19 14.88 linux-libc-dev-s390x-cross patch xz-utils [2022-06-27T08:30:57.466Z] #19 14.89 Suggested packages: [2022-06-27T08:30:57.466Z] #19 14.89 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-06-27T08:30:57.466Z] #19 14.89 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-06-27T08:30:57.466Z] #19 14.89 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-06-27T08:30:57.466Z] #19 14.89 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-06-27T08:30:57.466Z] #19 14.89 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-06-27T08:30:57.466Z] #19 14.89 libyaml-shell-perl ed diffutils-doc [2022-06-27T08:30:57.466Z] #19 14.89 Recommended packages: [2022-06-27T08:30:57.466Z] #19 14.89 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-06-27T08:30:57.466Z] #19 14.89 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-06-27T08:30:57.533Z] #29 ... [2022-06-27T08:30:57.533Z] [2022-06-27T08:30:57.533Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-27T08:30:57.533Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-27T08:30:57.533Z] #72 DONE 0.2s [2022-06-27T08:30:57.533Z] [2022-06-27T08:30:57.533Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-27T08:30:57.533Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-27T08:30:57.533Z] #74 DONE 0.2s [2022-06-27T08:30:57.533Z] [2022-06-27T08:30:57.533Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:30:57.533Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:30:57.533Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 5.9s done [2022-06-27T08:30:57.533Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0.3s done [2022-06-27T08:30:57.533Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0.3s done [2022-06-27T08:30:57.533Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 0.1s [2022-06-27T08:30:58.852Z] #19 16.05 The following NEW packages will be installed: [2022-06-27T08:30:58.852Z] #19 16.05 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-27T08:30:58.852Z] #19 16.05 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-27T08:30:58.852Z] #19 16.05 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-27T08:30:58.852Z] #19 16.05 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-27T08:30:58.852Z] #19 16.05 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-27T08:30:58.852Z] #19 16.05 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-27T08:30:58.852Z] #19 16.05 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-06-27T08:30:58.852Z] #19 16.05 crossbuild-essential-armel crossbuild-essential-armhf [2022-06-27T08:30:58.852Z] #19 16.05 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-06-27T08:30:58.852Z] #19 16.05 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-06-27T08:30:58.852Z] #19 16.05 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-06-27T08:30:58.852Z] #19 16.05 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-06-27T08:30:58.852Z] #19 16.05 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-06-27T08:30:58.852Z] #19 16.05 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-27T08:30:58.852Z] #19 16.05 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-27T08:30:58.852Z] #19 16.05 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-27T08:30:58.852Z] #19 16.05 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-27T08:30:58.852Z] #19 16.05 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-27T08:30:58.852Z] #19 16.05 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-27T08:30:58.852Z] #19 16.05 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-27T08:30:58.852Z] #19 16.05 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-27T08:30:58.852Z] #19 16.05 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-27T08:30:58.852Z] #19 16.05 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-27T08:30:58.852Z] #19 16.05 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-27T08:30:58.852Z] #19 16.05 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-27T08:30:58.852Z] #19 16.05 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-27T08:30:58.852Z] #19 16.05 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-27T08:30:58.852Z] #19 16.05 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-27T08:30:58.852Z] #19 16.05 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-27T08:30:58.852Z] #19 16.05 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-27T08:30:58.852Z] #19 16.05 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-27T08:30:58.852Z] #19 16.05 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-27T08:30:58.852Z] #19 16.05 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-27T08:30:58.852Z] #19 16.05 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-27T08:30:58.852Z] #19 16.05 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-27T08:30:58.852Z] #19 16.06 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-27T08:30:58.852Z] #19 16.06 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-27T08:30:58.852Z] #19 16.06 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-27T08:30:58.852Z] #19 16.06 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-27T08:30:58.852Z] #19 16.06 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-27T08:30:58.852Z] #19 16.06 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-27T08:30:58.852Z] #19 16.06 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-27T08:30:58.852Z] #19 16.06 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-27T08:30:58.852Z] #19 16.06 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-27T08:30:58.852Z] #19 16.06 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-27T08:30:58.852Z] #19 16.06 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-27T08:30:58.852Z] #19 16.06 linux-libc-dev-s390x-cross patch xz-utils [2022-06-27T08:30:59.113Z] #19 16.38 0 upgraded, 133 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:30:59.113Z] #19 16.38 Need to get 788 MB of archives. [2022-06-27T08:30:59.113Z] #19 16.38 After this operation, 3385 MB of additional disk space will be used. [2022-06-27T08:30:59.113Z] #19 16.38 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-27T08:30:59.113Z] #19 16.39 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-27T08:30:59.113Z] #19 16.39 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-27T08:30:59.113Z] #19 16.39 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-27T08:30:59.113Z] #19 16.40 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-27T08:30:59.113Z] #19 16.40 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-27T08:30:59.113Z] #19 16.40 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-27T08:30:59.113Z] #19 16.42 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-27T08:30:59.113Z] #19 16.44 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-27T08:30:59.113Z] #19 16.46 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-27T08:30:59.113Z] #19 16.48 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-27T08:30:59.113Z] #19 16.49 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-27T08:30:59.113Z] #19 16.49 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-27T08:30:59.375Z] #19 16.84 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-27T08:30:59.375Z] #19 16.84 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-27T08:30:59.636Z] #19 17.17 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-27T08:30:59.898Z] #19 17.17 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-27T08:31:00.159Z] #19 17.51 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-27T08:31:00.159Z] #19 17.51 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-27T08:31:00.421Z] #19 17.82 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-27T08:31:00.421Z] #19 17.82 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-27T08:31:00.682Z] #19 18.12 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-27T08:31:00.682Z] #19 18.13 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-27T08:31:00.682Z] #19 18.13 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-27T08:31:00.682Z] #19 18.13 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-27T08:31:00.682Z] #19 18.13 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-27T08:31:00.682Z] #19 18.13 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-06-27T08:31:00.682Z] #19 18.13 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-27T08:31:00.682Z] #19 18.13 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-06-27T08:31:00.682Z] #19 18.14 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-27T08:31:00.682Z] #19 18.14 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-27T08:31:00.682Z] #19 18.14 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-27T08:31:00.682Z] #19 18.14 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-06-27T08:31:00.682Z] #19 18.14 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-06-27T08:31:00.682Z] #19 18.15 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-06-27T08:31:00.682Z] #19 18.16 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-06-27T08:31:00.682Z] #19 18.17 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-27T08:31:00.948Z] #19 18.18 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-06-27T08:31:00.948Z] #19 18.18 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-27T08:31:00.948Z] #19 18.19 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-27T08:31:01.210Z] #19 18.59 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-27T08:31:01.474Z] #19 18.59 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-27T08:31:01.474Z] #19 18.60 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-06-27T08:31:01.474Z] #19 18.62 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-27T08:31:01.474Z] #19 18.63 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-27T08:31:01.737Z] #19 18.99 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-27T08:31:01.737Z] #19 18.99 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-27T08:31:01.737Z] #19 18.99 Get:48 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-27T08:31:01.737Z] #19 19.01 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-06-27T08:31:01.737Z] #19 19.01 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-27T08:31:01.737Z] #19 19.01 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-27T08:31:01.737Z] #19 19.07 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-27T08:31:01.737Z] #19 19.07 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-27T08:31:01.737Z] #19 19.08 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-27T08:31:01.738Z] #19 19.08 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-27T08:31:01.738Z] #19 19.08 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-27T08:31:01.738Z] #19 19.08 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-06-27T08:31:01.738Z] #19 19.08 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-06-27T08:31:01.738Z] #19 19.08 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-27T08:31:01.738Z] #19 19.08 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-06-27T08:31:01.738Z] #19 19.08 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-06-27T08:31:01.738Z] #19 19.08 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-27T08:31:01.738Z] #19 19.08 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-06-27T08:31:01.738Z] #19 19.08 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-06-27T08:31:01.738Z] #19 19.08 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-06-27T08:31:01.738Z] #19 19.09 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-27T08:31:01.738Z] #19 19.09 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-27T08:31:01.738Z] #19 19.09 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-06-27T08:31:01.738Z] #19 19.10 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-06-27T08:31:01.738Z] #19 19.12 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-27T08:31:01.738Z] #19 19.12 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-06-27T08:31:01.738Z] #19 19.12 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-27T08:31:01.738Z] #19 19.13 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-27T08:31:02.000Z] #19 19.51 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-27T08:31:02.000Z] #19 19.51 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-27T08:31:02.000Z] #19 19.52 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-06-27T08:31:02.263Z] #19 19.53 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-27T08:31:02.263Z] #19 19.55 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-27T08:31:02.525Z] #19 19.91 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-27T08:31:02.525Z] #19 19.91 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-06-27T08:31:02.525Z] #19 19.91 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-06-27T08:31:02.525Z] #19 19.92 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-27T08:31:02.525Z] #19 19.92 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-27T08:31:02.525Z] #19 19.92 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-06-27T08:31:02.787Z] #19 19.92 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-06-27T08:31:02.787Z] #19 19.94 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-27T08:31:02.787Z] #19 19.94 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-06-27T08:31:02.787Z] #19 19.95 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-27T08:31:02.787Z] #19 19.95 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-27T08:31:02.824Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 4.7s done [2022-06-27T08:31:02.824Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec [2022-06-27T08:31:03.054Z] #19 20.32 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-27T08:31:03.054Z] #19 20.32 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-27T08:31:03.054Z] #19 20.33 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-06-27T08:31:03.054Z] #19 20.35 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-27T08:31:03.054Z] #19 20.36 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-27T08:31:03.316Z] #19 20.75 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-27T08:31:03.578Z] #19 20.75 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-06-27T08:31:03.578Z] #19 20.75 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-06-27T08:31:03.578Z] #19 20.76 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-27T08:31:03.578Z] #19 20.76 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-06-27T08:31:03.578Z] #19 20.76 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-27T08:31:03.578Z] #19 20.76 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-06-27T08:31:03.578Z] #19 20.76 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-06-27T08:31:03.578Z] #19 20.78 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-06-27T08:31:03.578Z] #19 20.79 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-06-27T08:31:03.578Z] #19 20.80 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-27T08:31:03.578Z] #19 20.80 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-06-27T08:31:03.578Z] #19 20.81 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-06-27T08:31:03.578Z] #19 20.81 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-27T08:31:03.578Z] #19 20.82 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-27T08:31:03.765Z] #11 ... [2022-06-27T08:31:03.765Z] [2022-06-27T08:31:03.765Z] #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-27T08:31:03.765Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-27T08:31:03.765Z] #29 2.545 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:31:03.765Z] #29 2.562 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:31:03.765Z] #29 2.568 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:31:03.765Z] #29 2.724 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:31:03.765Z] #29 3.253 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:31:03.765Z] #29 3.595 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:31:03.765Z] #29 4.470 Fetched 8545 kB in 2s (3879 kB/s) [2022-06-27T08:31:03.765Z] #29 4.470 Reading package lists... [2022-06-27T08:31:03.765Z] #29 5.283 Reading package lists... [2022-06-27T08:31:03.765Z] #29 6.076 Building dependency tree... [2022-06-27T08:31:03.765Z] #29 6.508 The following additional packages will be installed: [2022-06-27T08:31:03.765Z] #29 6.508 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-27T08:31:03.765Z] #29 6.508 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-27T08:31:03.765Z] #29 6.508 Recommended packages: [2022-06-27T08:31:03.765Z] #29 6.508 libldap-common publicsuffix libsasl2-modules [2022-06-27T08:31:03.765Z] #29 6.652 The following NEW packages will be installed: [2022-06-27T08:31:03.765Z] #29 6.653 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-27T08:31:03.765Z] #29 6.654 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-27T08:31:03.765Z] #29 6.654 libssh2-1 openssl [2022-06-27T08:31:03.765Z] #29 6.938 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-06-27T08:31:03.765Z] #29 6.938 Need to get 3041 kB of archives. [2022-06-27T08:31:03.765Z] #29 6.938 After this operation, 6651 kB of additional disk space will be used. [2022-06-27T08:31:03.765Z] #29 6.938 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB] [2022-06-27T08:31:03.765Z] #29 6.938 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-27T08:31:03.765Z] #29 6.952 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-27T08:31:03.765Z] #29 6.952 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-27T08:31:03.765Z] #29 6.952 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-27T08:31:03.765Z] #29 6.952 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-27T08:31:03.765Z] #29 6.952 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-27T08:31:03.765Z] #29 6.952 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-27T08:31:03.765Z] #29 6.952 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-27T08:31:03.765Z] #29 6.952 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-27T08:31:03.765Z] #29 6.957 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-27T08:31:03.765Z] #29 6.962 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-27T08:31:03.765Z] #29 6.962 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-27T08:31:03.765Z] #29 6.963 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-27T08:31:03.765Z] #29 6.967 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-27T08:31:03.765Z] #29 7.120 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:31:03.765Z] #29 7.151 Fetched 3041 kB in 0s (10.0 MB/s) [2022-06-27T08:31:03.765Z] #29 7.176 Selecting previously unselected package openssl. [2022-06-27T08:31:03.765Z] #29 7.176 (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-27T08:31:03.765Z] #29 7.182 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ... [2022-06-27T08:31:03.765Z] #29 7.186 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-06-27T08:31:03.765Z] #29 7.339 Selecting previously unselected package ca-certificates. [2022-06-27T08:31:03.765Z] #29 7.339 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-27T08:31:03.765Z] #29 7.343 Unpacking ca-certificates (20210119) ... [2022-06-27T08:31:03.765Z] #29 7.439 Selecting previously unselected package libbrotli1:amd64. [2022-06-27T08:31:03.765Z] #29 7.439 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-27T08:31:03.765Z] #29 7.459 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-27T08:31:03.765Z] #29 7.512 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-27T08:31:03.765Z] #29 7.512 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-27T08:31:03.765Z] #29 7.517 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:31:03.765Z] #29 7.621 Selecting previously unselected package libsasl2-2:amd64. [2022-06-27T08:31:03.765Z] #29 7.621 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-27T08:31:03.765Z] #29 7.637 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:31:03.765Z] #29 7.693 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-27T08:31:03.765Z] #29 7.693 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-27T08:31:03.765Z] #29 7.697 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-27T08:31:03.765Z] #29 7.801 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-27T08:31:03.765Z] #29 7.801 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-27T08:31:03.765Z] #29 7.808 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-27T08:31:03.765Z] #29 7.857 Selecting previously unselected package libpsl5:amd64. [2022-06-27T08:31:03.765Z] #29 7.857 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-27T08:31:03.765Z] #29 7.864 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-27T08:31:03.765Z] #29 7.917 Selecting previously unselected package librtmp1:amd64. [2022-06-27T08:31:03.765Z] #29 7.917 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-27T08:31:03.765Z] #29 7.921 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-27T08:31:03.765Z] #29 7.972 Selecting previously unselected package libssh2-1:amd64. [2022-06-27T08:31:03.765Z] #29 7.972 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-27T08:31:03.765Z] #29 7.975 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-27T08:31:03.765Z] #29 8.042 Selecting previously unselected package libcurl4:amd64. [2022-06-27T08:31:03.765Z] #29 8.042 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-27T08:31:03.765Z] #29 8.048 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-27T08:31:03.765Z] #29 8.114 Selecting previously unselected package curl. [2022-06-27T08:31:03.765Z] #29 8.114 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-27T08:31:03.765Z] #29 8.118 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-27T08:31:03.839Z] #19 21.20 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-27T08:31:03.839Z] #19 21.20 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-27T08:31:03.839Z] #19 21.21 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-06-27T08:31:03.839Z] #19 21.23 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-27T08:31:03.839Z] #19 21.24 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-27T08:31:04.026Z] #29 8.183 Selecting previously unselected package libonig5:amd64. [2022-06-27T08:31:04.026Z] #29 8.183 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-27T08:31:04.026Z] #29 8.187 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-27T08:31:04.026Z] #29 8.251 Selecting previously unselected package libjq1:amd64. [2022-06-27T08:31:04.026Z] #29 8.251 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-27T08:31:04.026Z] #29 8.256 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-27T08:31:04.026Z] #29 8.305 Selecting previously unselected package jq. [2022-06-27T08:31:04.026Z] #29 8.305 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-27T08:31:04.026Z] #29 8.311 Unpacking jq (1.6-2.1) ... [2022-06-27T08:31:04.026Z] #29 8.354 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-27T08:31:04.026Z] #29 8.367 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-27T08:31:04.026Z] #29 8.380 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-27T08:31:04.026Z] #29 8.389 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:31:04.026Z] #29 8.399 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-27T08:31:04.026Z] #29 8.409 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:31:04.026Z] #29 8.421 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-27T08:31:04.026Z] #29 8.436 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-06-27T08:31:04.026Z] #29 8.452 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-27T08:31:04.026Z] #29 8.462 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-27T08:31:04.026Z] #29 8.475 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-27T08:31:04.026Z] #29 8.489 Setting up ca-certificates (20210119) ... [2022-06-27T08:31:04.099Z] #19 21.58 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-27T08:31:04.099Z] #19 21.58 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-06-27T08:31:04.099Z] #19 21.58 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-06-27T08:31:04.099Z] #19 21.58 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-27T08:31:04.099Z] #19 21.58 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-27T08:31:04.099Z] #19 21.59 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-27T08:31:04.099Z] #19 21.59 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-06-27T08:31:04.099Z] #19 21.59 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-06-27T08:31:04.099Z] #19 21.60 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-27T08:31:04.361Z] #19 21.60 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-06-27T08:31:04.361Z] #19 21.61 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-27T08:31:04.361Z] #19 21.61 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-27T08:31:04.623Z] #19 21.99 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-27T08:31:04.623Z] #19 21.99 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-27T08:31:04.623Z] #19 22.00 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-06-27T08:31:04.623Z] #19 22.01 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-27T08:31:04.623Z] #19 22.03 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-27T08:31:04.969Z] #29 9.070 Updating certificates in /etc/ssl/certs... [2022-06-27T08:31:05.194Z] #19 22.36 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-27T08:31:05.194Z] #19 22.36 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-06-27T08:31:05.454Z] #19 22.79 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:31:05.454Z] #19 22.90 Fetched 788 MB in 6s (126 MB/s) [2022-06-27T08:31:05.541Z] #29 9.804 129 added, 0 removed; done. [2022-06-27T08:31:05.541Z] #29 9.846 Setting up jq (1.6-2.1) ... [2022-06-27T08:31:05.541Z] #29 9.859 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-27T08:31:05.541Z] #29 9.877 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-27T08:31:05.541Z] #29 9.912 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:31:05.541Z] #29 9.941 Processing triggers for ca-certificates (20210119) ... [2022-06-27T08:31:05.541Z] #29 9.951 Updating certificates in /etc/ssl/certs... [2022-06-27T08:31:05.714Z] #19 22.94 Selecting previously unselected package liblocale-gettext-perl. [2022-06-27T08:31:05.714Z] #19 22.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-27T08:31:05.714Z] #19 23.11 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-06-27T08:31:05.714Z] #19 23.11 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-06-27T08:31:05.974Z] #19 23.20 Selecting previously unselected package bzip2. [2022-06-27T08:31:05.974Z] #19 23.21 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-06-27T08:31:05.974Z] #19 23.21 Unpacking bzip2 (1.0.8-4) ... [2022-06-27T08:31:05.974Z] #19 23.25 Selecting previously unselected package libmagic-mgc. [2022-06-27T08:31:05.974Z] #19 23.25 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-27T08:31:05.974Z] #19 23.25 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-27T08:31:05.974Z] #19 23.33 Selecting previously unselected package libmagic1:amd64. [2022-06-27T08:31:05.974Z] #19 23.33 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-27T08:31:05.974Z] #19 23.35 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-27T08:31:05.974Z] #19 23.40 Selecting previously unselected package file. [2022-06-27T08:31:05.974Z] #19 23.40 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-06-27T08:31:05.974Z] #19 23.41 Unpacking file (1:5.39-3) ... [2022-06-27T08:31:05.974Z] #19 23.44 Selecting previously unselected package xz-utils. [2022-06-27T08:31:06.234Z] #19 23.44 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-27T08:31:06.234Z] #19 23.44 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:31:06.495Z] #19 23.85 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-06-27T08:31:06.495Z] #19 23.85 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-27T08:31:06.495Z] #19 23.86 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-27T08:31:06.495Z] #29 10.53 0 added, 0 removed; done. [2022-06-27T08:31:06.495Z] #29 10.53 Running hooks in /etc/ca-certificates/update.d... [2022-06-27T08:31:06.495Z] #29 10.54 done. [2022-06-27T08:31:07.067Z] #19 24.19 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-06-27T08:31:07.067Z] #19 24.19 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-06-27T08:31:07.067Z] #19 24.19 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-27T08:31:07.329Z] #19 24.49 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-06-27T08:31:07.329Z] #19 24.49 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-06-27T08:31:07.329Z] #19 24.49 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-27T08:31:07.589Z] #19 24.79 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-06-27T08:31:07.589Z] #19 24.79 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-27T08:31:07.589Z] #19 24.79 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-27T08:31:07.849Z] #19 25.06 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-06-27T08:31:07.850Z] #19 25.06 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-27T08:31:07.850Z] #19 25.06 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-27T08:31:07.850Z] #19 25.29 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-06-27T08:31:07.850Z] #19 25.29 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:07.850Z] #19 25.29 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-27T08:31:07.850Z] #19 25.33 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-06-27T08:31:07.850Z] #19 25.33 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:07.878Z] #29 DONE 12.0s [2022-06-27T08:31:07.878Z] [2022-06-27T08:31:07.878Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-27T08:31:07.878Z] #30 sha256:aed36d362f4bf4151a2f10309459cf12f6f57590e991152dd222d8109aa871ac [2022-06-27T08:31:07.878Z] #30 DONE 0.1s [2022-06-27T08:31:07.878Z] [2022-06-27T08:31:07.878Z] #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-27T08:31:07.878Z] #31 sha256:02d49b584a9f0fddaa06cbb73e2482d6c8180743b5bdfc1834e973cdf966a498 [2022-06-27T08:31:08.111Z] #19 25.33 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:31:09.792Z] #31 1.524 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-27T08:31:09.792Z] #31 1.769 [2022-06-27T08:31:09.792Z] #31 1.989 #=#=# ######################################################################## 100.0% [2022-06-27T08:31:10.052Z] #31 2.241 [2022-06-27T08:31:10.993Z] #31 3.097 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-27T08:31:11.253Z] #31 3.340 [2022-06-27T08:31:11.513Z] #31 3.558 #=#=# ############################################# 62.7% ######################################################################## 100.0% [2022-06-27T08:31:11.773Z] #31 3.865 [2022-06-27T08:31:12.316Z] #19 29.80 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-06-27T08:31:12.576Z] #19 29.80 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:12.576Z] #19 29.80 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-27T08:31:12.576Z] #19 29.84 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-06-27T08:31:12.576Z] #19 29.84 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:12.576Z] #19 29.84 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-27T08:31:12.711Z] #31 4.770 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-27T08:31:12.971Z] #31 5.062 [2022-06-27T08:31:13.492Z] #31 5.278 #=#=# 0.1% ############################### 43.8% ################################################################ 89.3% ######################################################################## 100.0% [2022-06-27T08:31:13.492Z] #31 ... [2022-06-27T08:31:13.492Z] [2022-06-27T08:31:13.492Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:31:13.492Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:31:13.492Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 4.4s done [2022-06-27T08:31:13.492Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 6.4s [2022-06-27T08:31:13.754Z] #11 ... [2022-06-27T08:31:13.754Z] [2022-06-27T08:31:13.754Z] #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-27T08:31:13.754Z] #31 sha256:02d49b584a9f0fddaa06cbb73e2482d6c8180743b5bdfc1834e973cdf966a498 [2022-06-27T08:31:13.754Z] #31 5.850 [2022-06-27T08:31:14.697Z] #31 6.735 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-27T08:31:14.958Z] #31 6.984 [2022-06-27T08:31:15.218Z] #31 7.199 #=#=# ######################################################################## 100.0% [2022-06-27T08:31:15.479Z] #31 7.540 [2022-06-27T08:31:16.053Z] #31 ... [2022-06-27T08:31:16.054Z] [2022-06-27T08:31:16.054Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:31:16.054Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:31:16.054Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 8.3s done [2022-06-27T08:31:16.054Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 done [2022-06-27T08:31:16.054Z] #11 DONE 28.3s [2022-06-27T08:31:16.376Z] [2022-06-27T08:31:16.376Z] #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-27T08:31:16.376Z] #31 sha256:02d49b584a9f0fddaa06cbb73e2482d6c8180743b5bdfc1834e973cdf966a498 [2022-06-27T08:31:16.376Z] #31 8.244 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-27T08:31:16.376Z] #31 8.515 [2022-06-27T08:31:16.641Z] #31 8.734 #=#=# ######################################################################## 100.0% [2022-06-27T08:31:16.787Z] #19 34.05 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-06-27T08:31:16.787Z] #19 34.05 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:16.787Z] #19 34.05 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-27T08:31:16.787Z] #19 34.08 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-06-27T08:31:16.787Z] #19 34.09 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:16.787Z] #19 34.09 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-27T08:31:16.915Z] #31 8.992 [2022-06-27T08:31:16.915Z] #31 9.032 Download of images into '/build' complete. [2022-06-27T08:31:16.915Z] #31 9.032 Use something like the following to load the result into a Docker daemon: [2022-06-27T08:31:16.915Z] #31 9.032 tar -cC '/build' . | docker load [2022-06-27T08:31:18.298Z] #31 ... [2022-06-27T08:31:18.298Z] [2022-06-27T08:31:18.298Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-27T08:31:18.298Z] #12 sha256:56c0305d6bbe33a7a96cb826e6c4762bb5d8ff7e72dc4f2ada49e468493dc1e1 [2022-06-27T08:31:18.298Z] #12 DONE 2.3s [2022-06-27T08:31:18.558Z] [2022-06-27T08:31:18.558Z] #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-27T08:31:18.558Z] #31 sha256:02d49b584a9f0fddaa06cbb73e2482d6c8180743b5bdfc1834e973cdf966a498 [2022-06-27T08:31:18.558Z] #31 DONE 10.6s [2022-06-27T08:31:18.558Z] [2022-06-27T08:31:18.558Z] #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-27T08:31:18.558Z] #13 sha256:663743f188ca2dfda79b667f270dccaf821b883d8518acb0f9d4d89f28bc6cb0 [2022-06-27T08:31:19.130Z] #13 DONE 0.7s [2022-06-27T08:31:19.130Z] [2022-06-27T08:31:19.130Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-27T08:31:19.130Z] #25 sha256:bc0452b1d43d30380c953861d55ec9c2c119c5dbee0e7111a58e215eaf738733 [2022-06-27T08:31:19.130Z] #25 ... [2022-06-27T08:31:19.130Z] [2022-06-27T08:31:19.130Z] #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-27T08:31:19.130Z] #50 sha256:3bce310255bf34d776243dd62fd338d2b44e71b74351ae035dcf63d2fb9b0307 [2022-06-27T08:31:19.130Z] #50 DONE 0.2s [2022-06-27T08:31:19.391Z] [2022-06-27T08:31:19.391Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-27T08:31:19.391Z] #66 sha256:1dcedd026f0299751bb55f5a4671a9c0c6b9cf550bebe62aa2f431faebade7b6 [2022-06-27T08:31:19.391Z] #66 DONE 0.2s [2022-06-27T08:31:19.391Z] [2022-06-27T08:31:19.391Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-27T08:31:19.391Z] #46 sha256:37cf4edcf58a040bec85551b7af266bbc97c22873b4e0a7100f2252c3cf35571 [2022-06-27T08:31:19.391Z] #46 DONE 0.3s [2022-06-27T08:31:19.391Z] [2022-06-27T08:31:19.391Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-27T08:31:19.391Z] #33 sha256:09a68b270824a37483c9ff9cefbf4f26ee8b85c2abcf374646920938f26ad772 [2022-06-27T08:31:19.391Z] #33 DONE 0.3s [2022-06-27T08:31:19.391Z] [2022-06-27T08:31:19.391Z] #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-27T08:31:19.391Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-27T08:31:19.391Z] #34 ... [2022-06-27T08:31:19.391Z] [2022-06-27T08:31:19.391Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-27T08:31:19.391Z] #25 sha256:bc0452b1d43d30380c953861d55ec9c2c119c5dbee0e7111a58e215eaf738733 [2022-06-27T08:31:19.391Z] #25 DONE 0.3s [2022-06-27T08:31:19.651Z] [2022-06-27T08:31:19.651Z] #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-27T08:31:19.651Z] #26 sha256:ab45d9187c6d07d7da38aae13d4656beef661d3f442c038e43431d7abde8cfc7 [2022-06-27T08:31:20.993Z] #19 38.27 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-06-27T08:31:20.993Z] #19 38.27 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:20.993Z] #19 38.27 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-27T08:31:20.993Z] #19 38.31 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-06-27T08:31:20.993Z] #19 38.31 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:20.993Z] #19 38.31 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:31:24.310Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0fc0978d062e64b1f) in /home/ubuntu/workspace/moby_PR-43745 [Pipeline] { [Pipeline] checkout [2022-06-27T08:31:24.377Z] The recommended git tool is: git [2022-06-27T08:31:24.946Z] #26 4.755 + RM_GOPATH=0 [2022-06-27T08:31:24.946Z] #26 4.755 + TMP_GOPATH= [2022-06-27T08:31:24.946Z] #26 4.755 + : /build [2022-06-27T08:31:24.946Z] #26 4.755 + '[' -z '' ']' [2022-06-27T08:31:24.946Z] #26 4.755 ++ mktemp -d [2022-06-27T08:31:24.946Z] #26 4.755 + export GOPATH=/tmp/tmp.MD5TET2pVT [2022-06-27T08:31:24.946Z] #26 4.755 + GOPATH=/tmp/tmp.MD5TET2pVT [2022-06-27T08:31:24.946Z] #26 4.755 + RM_GOPATH=1 [2022-06-27T08:31:24.946Z] #26 4.755 + case "$(go env GOARCH)" in [2022-06-27T08:31:24.946Z] #26 4.755 ++ go env GOARCH [2022-06-27T08:31:24.946Z] #26 4.794 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:31:24.946Z] #26 4.794 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:31:24.946Z] #26 4.796 ++ dirname /install.sh [2022-06-27T08:31:24.946Z] #26 4.797 + dir=/ [2022-06-27T08:31:24.946Z] #26 4.798 + bin=dockercli [2022-06-27T08:31:24.946Z] #26 4.798 + shift [2022-06-27T08:31:24.946Z] #26 4.798 + '[' '!' -f //dockercli.installer ']' [2022-06-27T08:31:24.946Z] #26 4.798 + . //dockercli.installer [2022-06-27T08:31:24.946Z] #26 4.798 ++ : stable [2022-06-27T08:31:24.946Z] #26 4.798 ++ : 17.06.2-ce [2022-06-27T08:31:24.946Z] #26 4.798 + install_dockercli [2022-06-27T08:31:24.946Z] #26 4.799 Install docker/cli version 17.06.2-ce from stable [2022-06-27T08:31:24.946Z] #26 4.799 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-27T08:31:24.946Z] #26 4.799 ++ uname -m [2022-06-27T08:31:24.946Z] #26 4.803 + arch=x86_64 [2022-06-27T08:31:24.946Z] #26 4.803 + '[' x86_64 '!=' x86_64 ']' [2022-06-27T08:31:24.946Z] #26 4.804 + url=https://download.docker.com/linux/static [2022-06-27T08:31:24.946Z] #26 4.804 + tar -xz docker/docker [2022-06-27T08:31:24.946Z] #26 4.804 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-27T08:31:26.282Z] #19 42.76 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-06-27T08:31:26.282Z] #19 42.76 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:26.282Z] #19 42.83 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-27T08:31:26.282Z] #19 42.93 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-06-27T08:31:26.282Z] #19 42.93 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:26.282Z] #19 42.93 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:31:27.982Z] using credential docker-jenkins-github-credentials [2022-06-27T08:31:27.992Z] Cloning the remote Git repository [2022-06-27T08:31:27.992Z] Cloning with configured refspecs honoured and without tags [2022-06-27T08:31:27.996Z] Cloning repository https://github.com/moby/moby.git [2022-06-27T08:31:28.072Z] > git init /home/ubuntu/workspace/moby_PR-43745 # timeout=10 [2022-06-27T08:31:28.431Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-27T08:31:28.431Z] > git --version # timeout=10 [2022-06-27T08:31:28.469Z] > git --version # 'git version 2.25.1' [2022-06-27T08:31:28.469Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:31:28.471Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43745/head:refs/remotes/origin/PR-43745 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:31:29.154Z] #26 ... [2022-06-27T08:31:29.154Z] [2022-06-27T08:31:29.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-27T08:31:29.154Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:31:29.154Z] #62 5.447 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:31:29.154Z] #62 5.493 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:31:29.154Z] #62 5.501 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:31:29.154Z] #62 6.508 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:31:29.154Z] #62 8.261 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:31:29.154Z] #62 ... [2022-06-27T08:31:29.154Z] [2022-06-27T08:31:29.154Z] #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-27T08:31:29.154Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:31:29.154Z] #76 5.285 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:31:29.154Z] #76 5.336 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:31:29.154Z] #76 5.345 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:31:29.154Z] #76 6.355 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:31:29.154Z] #76 8.356 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:31:29.216Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0eb45d675d30a1d3b) in /home/ubuntu/workspace/moby_PR-43745 [Pipeline] { [Pipeline] checkout [2022-06-27T08:31:29.295Z] The recommended git tool is: git [2022-06-27T08:31:29.415Z] #76 ... [2022-06-27T08:31:29.415Z] [2022-06-27T08:31:29.415Z] #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-27T08:31:29.415Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-27T08:31:29.415Z] #38 5.628 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-27T08:31:29.415Z] #38 ... [2022-06-27T08:31:29.415Z] [2022-06-27T08:31:29.415Z] #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-27T08:31:29.415Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:31:29.415Z] #42 5.508 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:31:29.415Z] #42 5.549 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:31:29.415Z] #42 5.561 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:31:29.415Z] #42 6.513 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:31:29.415Z] #42 8.106 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:31:29.415Z] #42 10.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:31:29.585Z] #19 46.81 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-06-27T08:31:29.585Z] #19 46.81 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:31:29.585Z] #19 46.82 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:31:29.585Z] #19 46.84 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-06-27T08:31:29.585Z] #19 46.84 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:31:29.585Z] #19 46.85 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-27T08:31:29.585Z] #19 46.87 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-06-27T08:31:29.585Z] #19 46.87 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:31:29.585Z] #19 46.88 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-27T08:31:29.585Z] #19 46.91 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-06-27T08:31:29.585Z] #19 46.92 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:31:29.585Z] #19 46.92 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:31:29.585Z] #19 46.94 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-06-27T08:31:29.585Z] #19 46.95 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:31:29.585Z] #19 46.95 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:31:29.585Z] #19 46.98 Selecting previously unselected package cross-config. [2022-06-27T08:31:29.585Z] #19 46.98 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-06-27T08:31:29.585Z] #19 46.98 Unpacking cross-config (2.6.18+nmu1) ... [2022-06-27T08:31:29.585Z] #19 47.01 Selecting previously unselected package gcc-10-cross-base. [2022-06-27T08:31:29.585Z] #19 47.01 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:29.585Z] #19 47.01 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-27T08:31:29.585Z] #19 47.04 Selecting previously unselected package libc6-arm64-cross. [2022-06-27T08:31:29.675Z] #42 ... [2022-06-27T08:31:29.675Z] [2022-06-27T08:31:29.675Z] #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-27T08:31:29.675Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:31:29.675Z] #51 5.344 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:31:29.675Z] #51 5.388 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:31:29.675Z] #51 5.388 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:31:29.675Z] #51 5.952 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-27T08:31:29.675Z] #51 6.657 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:31:29.675Z] #51 8.807 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:31:29.675Z] #51 ... [2022-06-27T08:31:29.675Z] [2022-06-27T08:31:29.675Z] #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-27T08:31:29.675Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:31:29.675Z] #55 4.073 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-27T08:31:29.847Z] #19 47.04 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-06-27T08:31:29.847Z] #19 47.05 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-06-27T08:31:29.847Z] #19 47.17 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-06-27T08:31:29.847Z] #19 47.18 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:29.847Z] #19 47.18 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:31:29.847Z] #19 47.21 Selecting previously unselected package libgomp1-arm64-cross. [2022-06-27T08:31:29.847Z] #19 47.21 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:29.847Z] #19 47.21 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:31:29.847Z] #19 47.24 Selecting previously unselected package libitm1-arm64-cross. [2022-06-27T08:31:29.847Z] #19 47.25 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:29.847Z] #19 47.25 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:31:29.847Z] #19 47.28 Selecting previously unselected package libatomic1-arm64-cross. [2022-06-27T08:31:29.847Z] #19 47.28 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:29.936Z] #55 ... [2022-06-27T08:31:29.936Z] [2022-06-27T08:31:29.936Z] #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-27T08:31:29.936Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:31:29.936Z] #47 4.069 + git clone https://github.com/docker/distribution.git . [2022-06-27T08:31:29.936Z] #47 4.069 Cloning into '.'... [2022-06-27T08:31:29.936Z] #47 ... [2022-06-27T08:31:29.936Z] [2022-06-27T08:31:29.936Z] #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-27T08:31:29.936Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-27T08:31:29.936Z] #40 4.861 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-27T08:31:29.936Z] #40 6.017 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-27T08:31:29.936Z] #40 7.709 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-27T08:31:29.936Z] #40 7.984 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-27T08:31:29.936Z] #40 8.059 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-27T08:31:30.109Z] #19 47.28 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:31:30.109Z] #19 47.31 Selecting previously unselected package libasan6-arm64-cross. [2022-06-27T08:31:30.109Z] #19 47.31 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:30.109Z] #19 47.31 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:31:30.109Z] #19 47.54 Selecting previously unselected package liblsan0-arm64-cross. [2022-06-27T08:31:30.197Z] #40 ... [2022-06-27T08:31:30.197Z] [2022-06-27T08:31:30.197Z] #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-27T08:31:30.197Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:31:30.197Z] #14 5.445 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:31:30.197Z] #14 5.503 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:31:30.197Z] #14 5.505 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:31:30.197Z] #14 6.484 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:31:30.197Z] #14 8.222 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:31:30.197Z] #14 10.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:31:30.370Z] #19 47.54 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:30.370Z] #19 47.54 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:31:30.370Z] #19 47.64 Selecting previously unselected package libtsan0-arm64-cross. [2022-06-27T08:31:30.370Z] #19 47.64 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:30.370Z] #19 47.65 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:31:30.458Z] #14 ... [2022-06-27T08:31:30.458Z] [2022-06-27T08:31:30.458Z] #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-27T08:31:30.458Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-27T08:31:30.458Z] #57 3.887 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-27T08:31:30.458Z] #57 5.196 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-27T08:31:30.458Z] #57 5.254 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-27T08:31:30.458Z] #57 5.256 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-27T08:31:30.458Z] #57 7.397 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-27T08:31:30.458Z] #57 ... [2022-06-27T08:31:30.458Z] [2022-06-27T08:31:30.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-27T08:31:30.458Z] #67 sha256:5e162b160746f599115c70c717a94705d3103dfb922f66f30fcdf3a8226df2af [2022-06-27T08:31:30.458Z] #67 3.948 + RM_GOPATH=0 [2022-06-27T08:31:30.458Z] #67 3.948 + TMP_GOPATH= [2022-06-27T08:31:30.458Z] #67 3.948 + : /build [2022-06-27T08:31:30.458Z] #67 3.948 + '[' -z '' ']' [2022-06-27T08:31:30.458Z] #67 3.948 ++ mktemp -d [2022-06-27T08:31:30.458Z] #67 3.948 + export GOPATH=/tmp/tmp.nInLBfpN5o [2022-06-27T08:31:30.458Z] #67 3.948 + GOPATH=/tmp/tmp.nInLBfpN5o [2022-06-27T08:31:30.458Z] #67 3.948 + RM_GOPATH=1 [2022-06-27T08:31:30.458Z] #67 3.948 + case "$(go env GOARCH)" in [2022-06-27T08:31:30.458Z] #67 3.948 ++ go env GOARCH [2022-06-27T08:31:30.458Z] #67 3.951 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:31:30.458Z] #67 3.951 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:31:30.458Z] #67 3.952 ++ dirname /install.sh [2022-06-27T08:31:30.458Z] #67 3.954 + dir=/ [2022-06-27T08:31:30.458Z] #67 3.954 + bin=rootlesskit [2022-06-27T08:31:30.458Z] #67 3.954 + shift [2022-06-27T08:31:30.458Z] #67 3.954 + '[' '!' -f //rootlesskit.installer ']' [2022-06-27T08:31:30.458Z] #67 3.954 + . //rootlesskit.installer [2022-06-27T08:31:30.458Z] #67 3.954 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:31:30.458Z] #67 3.954 + install_rootlesskit [2022-06-27T08:31:30.458Z] #67 3.954 + case "$1" in [2022-06-27T08:31:30.458Z] #67 3.955 + export CGO_ENABLED=0 [2022-06-27T08:31:30.458Z] #67 3.955 + CGO_ENABLED=0 [2022-06-27T08:31:30.458Z] #67 3.955 + _install_rootlesskit [2022-06-27T08:31:30.458Z] #67 3.955 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-27T08:31:30.458Z] #67 3.956 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-27T08:31:30.458Z] #67 3.956 + GOBIN=/build [2022-06-27T08:31:30.458Z] #67 3.956 + GO111MODULE=on [2022-06-27T08:31:30.458Z] #67 3.956 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:31:30.458Z] #67 3.956 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:31:30.458Z] #67 4.501 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-27T08:31:30.458Z] #67 7.460 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-27T08:31:30.458Z] #67 7.482 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-27T08:31:30.458Z] #67 8.164 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-27T08:31:30.631Z] #19 47.86 Selecting previously unselected package libstdc++6-arm64-cross. [2022-06-27T08:31:30.631Z] #19 47.87 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:30.631Z] #19 47.87 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:31:30.631Z] #19 47.94 Selecting previously unselected package libubsan1-arm64-cross. [2022-06-27T08:31:30.631Z] #19 47.94 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:30.631Z] #19 47.95 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:31:30.631Z] #19 48.04 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-06-27T08:31:30.719Z] #67 ... [2022-06-27T08:31:30.719Z] [2022-06-27T08:31:30.719Z] #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-27T08:31:30.719Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-27T08:31:30.719Z] #53 3.921 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-27T08:31:30.719Z] #53 5.327 go: downloading github.com/fatih/color v1.10.0 [2022-06-27T08:31:30.719Z] #53 5.614 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-27T08:31:30.719Z] #53 5.675 go: downloading golang.org/x/tools v0.1.0 [2022-06-27T08:31:30.719Z] #53 6.079 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-27T08:31:30.719Z] #53 6.100 go: downloading github.com/pkg/errors v0.9.1 [2022-06-27T08:31:30.719Z] #53 6.332 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-27T08:31:30.719Z] #53 6.384 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-27T08:31:30.719Z] #53 6.705 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-27T08:31:30.719Z] #53 6.741 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-27T08:31:30.719Z] #53 6.811 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-27T08:31:30.719Z] #53 6.908 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-27T08:31:30.719Z] #53 7.090 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-27T08:31:30.719Z] #53 ... [2022-06-27T08:31:30.719Z] [2022-06-27T08:31:30.719Z] #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-27T08:31:30.719Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-27T08:31:30.719Z] #36 4.472 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-27T08:31:30.892Z] #19 48.05 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:30.892Z] #19 48.05 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:31:30.892Z] #19 48.18 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-06-27T08:31:30.892Z] #19 48.18 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:30.892Z] #19 48.19 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:31:30.979Z] #36 ... [2022-06-27T08:31:30.979Z] [2022-06-27T08:31:30.979Z] #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-27T08:31:30.979Z] #67 sha256:5e162b160746f599115c70c717a94705d3103dfb922f66f30fcdf3a8226df2af [2022-06-27T08:31:30.979Z] #67 11.58 go: downloading github.com/google/uuid v1.3.0 [2022-06-27T08:31:31.241Z] #67 11.77 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-27T08:31:31.426Z] using credential docker-jenkins-github-credentials [2022-06-27T08:31:31.433Z] Cloning the remote Git repository [2022-06-27T08:31:31.433Z] Cloning with configured refspecs honoured and without tags [2022-06-27T08:31:31.580Z] Cloning repository https://github.com/moby/moby.git [2022-06-27T08:31:31.627Z] > git init /home/ubuntu/workspace/moby_PR-43745 # timeout=10 [2022-06-27T08:31:31.910Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-27T08:31:31.910Z] > git --version # timeout=10 [2022-06-27T08:31:31.914Z] > git --version # 'git version 2.17.1' [2022-06-27T08:31:31.915Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:31:31.917Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43745/head:refs/remotes/origin/PR-43745 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:31:33.154Z] #67 13.37 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-27T08:31:33.154Z] #67 13.43 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-27T08:31:33.154Z] #67 13.59 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-27T08:31:33.154Z] #67 13.95 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-27T08:31:33.727Z] #67 14.27 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-27T08:31:34.299Z] #67 ... [2022-06-27T08:31:34.299Z] [2022-06-27T08:31:34.299Z] #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-27T08:31:34.299Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-27T08:31:34.299Z] #34 4.794 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-27T08:31:34.299Z] #34 4.797 Cloning into '.'... [2022-06-27T08:31:34.299Z] #34 ... [2022-06-27T08:31:34.299Z] [2022-06-27T08:31:34.299Z] #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-27T08:31:34.299Z] #26 sha256:ab45d9187c6d07d7da38aae13d4656beef661d3f442c038e43431d7abde8cfc7 [2022-06-27T08:31:34.299Z] #26 13.96 + mkdir -p /build [2022-06-27T08:31:34.299Z] #26 13.96 + mv docker/docker /build/ [2022-06-27T08:31:34.299Z] #26 13.96 + rmdir docker [2022-06-27T08:31:34.847Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0d0c25735f6957d51) in /home/ubuntu/workspace/moby_PR-43745 [Pipeline] { [Pipeline] checkout [2022-06-27T08:31:35.026Z] The recommended git tool is: git [2022-06-27T08:31:35.243Z] #26 DONE 15.5s [2022-06-27T08:31:35.243Z] [2022-06-27T08:31:35.243Z] #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-27T08:31:35.243Z] #67 sha256:5e162b160746f599115c70c717a94705d3103dfb922f66f30fcdf3a8226df2af [2022-06-27T08:31:35.243Z] #67 15.61 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-27T08:31:35.506Z] #67 16.03 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-27T08:31:35.506Z] #67 16.23 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-27T08:31:35.774Z] #67 16.31 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-27T08:31:36.184Z] #19 53.19 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-06-27T08:31:36.184Z] #19 53.20 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:31:36.184Z] #19 53.20 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:31:36.184Z] #19 53.23 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-06-27T08:31:36.184Z] #19 53.23 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-06-27T08:31:36.184Z] #19 53.23 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-27T08:31:36.184Z] #19 53.39 Selecting previously unselected package libc6-dev-arm64-cross. [2022-06-27T08:31:36.184Z] #19 53.40 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-06-27T08:31:36.184Z] #19 53.40 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-27T08:31:36.184Z] #19 53.64 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-06-27T08:31:36.184Z] #19 53.64 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:36.184Z] #19 53.64 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:31:36.756Z] #19 53.89 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-06-27T08:31:36.756Z] #19 53.89 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:36.756Z] #19 53.89 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:31:39.418Z] using credential docker-jenkins-github-credentials [2022-06-27T08:31:39.433Z] Cloning the remote Git repository [2022-06-27T08:31:39.434Z] Cloning with configured refspecs honoured and without tags [2022-06-27T08:31:39.994Z] #67 ... [2022-06-27T08:31:39.994Z] [2022-06-27T08:31:39.994Z] #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-27T08:31:39.994Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:31:39.994Z] #76 10.64 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:31:39.994Z] #76 20.41 Fetched 8545 kB in 15s (555 kB/s) [2022-06-27T08:31:39.994Z] #76 20.41 Reading package lists... [2022-06-27T08:31:39.994Z] #76 ... [2022-06-27T08:31:39.994Z] [2022-06-27T08:31:39.994Z] #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-27T08:31:39.994Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:31:39.994Z] #62 10.83 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:31:39.994Z] #62 20.87 Fetched 8545 kB in 16s (542 kB/s) [2022-06-27T08:31:39.994Z] #62 20.87 Reading package lists... [2022-06-27T08:31:39.994Z] #62 ... [2022-06-27T08:31:39.994Z] [2022-06-27T08:31:39.994Z] #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-27T08:31:39.994Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:31:39.994Z] #42 20.85 Fetched 8545 kB in 16s (546 kB/s) [2022-06-27T08:31:39.456Z] Cloning repository https://github.com/moby/moby.git [2022-06-27T08:31:39.514Z] > git init /home/ubuntu/workspace/moby_PR-43745 # timeout=10 [2022-06-27T08:31:40.080Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-27T08:31:40.080Z] > git --version # timeout=10 [2022-06-27T08:31:40.566Z] #42 20.85 Reading package lists... [2022-06-27T08:31:40.566Z] #42 ... [2022-06-27T08:31:40.566Z] [2022-06-27T08:31:40.566Z] #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-27T08:31:40.566Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-27T08:31:40.566Z] #38 20.65 tomll can be used in two ways: [2022-06-27T08:31:40.566Z] #38 20.65 Writing to STDIN and reading from STDOUT: [2022-06-27T08:31:40.566Z] #38 20.65 cat file.toml | tomll > file.toml [2022-06-27T08:31:40.566Z] #38 20.65 [2022-06-27T08:31:40.566Z] #38 20.65 Reading and updating a list of files: [2022-06-27T08:31:40.566Z] #38 20.65 tomll a.toml b.toml c.toml [2022-06-27T08:31:40.566Z] #38 20.65 [2022-06-27T08:31:40.566Z] #38 20.65 When given a list of files, tomll will modify all files in place without asking. [2022-06-27T08:31:40.566Z] #38 DONE 21.3s [2022-06-27T08:31:40.566Z] [2022-06-27T08:31:40.566Z] #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-27T08:31:40.566Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-27T08:31:40.566Z] #36 15.52 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-27T08:31:40.566Z] #36 15.53 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-27T08:31:40.566Z] #36 16.41 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-27T08:31:40.566Z] #36 16.75 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-27T08:31:40.566Z] #36 17.42 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-27T08:31:40.567Z] #36 17.80 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-27T08:31:40.567Z] #36 18.08 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-27T08:31:40.567Z] #36 18.19 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-27T08:31:40.567Z] #36 18.22 go: downloading github.com/peterh/liner v1.2.2 [2022-06-27T08:31:40.567Z] #36 18.50 go: downloading github.com/google/go-dap v0.6.0 [2022-06-27T08:31:40.567Z] #36 18.73 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-27T08:31:40.567Z] #36 19.02 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-27T08:31:40.567Z] #36 19.62 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-27T08:31:40.567Z] #36 19.98 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-27T08:31:40.567Z] #36 20.00 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-27T08:31:40.827Z] #36 21.57 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-27T08:31:40.827Z] #36 ... [2022-06-27T08:31:40.827Z] [2022-06-27T08:31:40.827Z] #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-27T08:31:40.827Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:31:40.827Z] #51 11.33 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:31:40.827Z] #51 13.71 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-27T08:31:40.827Z] #51 ... [2022-06-27T08:31:40.827Z] [2022-06-27T08:31:40.827Z] #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-27T08:31:40.827Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-27T08:31:40.827Z] #40 11.62 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-27T08:31:40.827Z] #40 11.79 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-27T08:31:41.087Z] #40 ... [2022-06-27T08:31:41.087Z] [2022-06-27T08:31:41.087Z] #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-27T08:31:41.087Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:31:41.087Z] #51 21.71 Fetched 8548 kB in 17s (513 kB/s) [2022-06-27T08:31:40.117Z] > git --version # 'git version 2.25.1' [2022-06-27T08:31:40.118Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:31:40.121Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43745/head:refs/remotes/origin/PR-43745 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:31:42.046Z] #19 58.71 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-06-27T08:31:42.046Z] #19 58.71 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:31:42.047Z] #19 58.73 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:31:42.047Z] #19 58.85 Selecting previously unselected package patch. [2022-06-27T08:31:42.047Z] #19 58.85 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-06-27T08:31:42.047Z] #19 58.88 Unpacking patch (2.7.6-7) ... [2022-06-27T08:31:42.047Z] #19 59.23 Selecting previously unselected package dpkg-dev. [2022-06-27T08:31:42.047Z] #19 59.23 Preparing to unpack .../047-dpkg-dev_1.20.10_all.deb ... [2022-06-27T08:31:42.047Z] #19 59.29 Unpacking dpkg-dev (1.20.10) ... [2022-06-27T08:31:42.318Z] #19 59.83 Selecting previously unselected package libconfig-inifiles-perl. [2022-06-27T08:31:42.473Z] #51 21.71 Reading package lists... [2022-06-27T08:31:42.473Z] #51 ... [2022-06-27T08:31:42.473Z] [2022-06-27T08:31:42.473Z] #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-27T08:31:42.473Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-27T08:31:42.473Z] #53 13.46 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-27T08:31:42.473Z] #53 13.47 go: downloading golang.org/x/mod v0.3.0 [2022-06-27T08:31:42.579Z] #19 59.83 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-06-27T08:31:42.579Z] #19 59.89 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-06-27T08:31:42.579Z] #19 59.97 Selecting previously unselected package libio-string-perl. [2022-06-27T08:31:42.736Z] #53 ... [2022-06-27T08:31:42.736Z] [2022-06-27T08:31:42.736Z] #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-27T08:31:42.736Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-27T08:31:42.736Z] #36 21.70 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-27T08:31:42.840Z] #19 59.97 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-06-27T08:31:42.840Z] #19 59.98 Unpacking libio-string-perl (1.08-3.1) ... [2022-06-27T08:31:42.840Z] #19 60.01 Selecting previously unselected package libicu67:amd64. [2022-06-27T08:31:42.840Z] #19 60.01 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-06-27T08:31:42.840Z] #19 60.01 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-27T08:31:43.411Z] #19 60.83 Selecting previously unselected package libxml2:amd64. [2022-06-27T08:31:43.411Z] #19 60.83 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-27T08:31:43.411Z] #19 60.83 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-27T08:31:43.411Z] #19 60.91 Selecting previously unselected package libxml-namespacesupport-perl. [2022-06-27T08:31:43.411Z] #19 60.91 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-06-27T08:31:43.411Z] #19 60.91 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-27T08:31:43.411Z] #19 60.94 Selecting previously unselected package libxml-sax-base-perl. [2022-06-27T08:31:43.673Z] #19 60.94 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-06-27T08:31:43.673Z] #19 60.95 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-06-27T08:31:43.673Z] #19 60.98 Selecting previously unselected package libxml-sax-perl. [2022-06-27T08:31:43.673Z] #19 60.98 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-06-27T08:31:43.673Z] #19 60.98 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-06-27T08:31:43.673Z] #19 61.03 Selecting previously unselected package libxml-libxml-perl. [2022-06-27T08:31:43.673Z] #19 61.03 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-06-27T08:31:43.673Z] #19 61.03 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-27T08:31:43.673Z] #19 61.09 Selecting previously unselected package libxml-simple-perl. [2022-06-27T08:31:43.673Z] #19 61.09 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-06-27T08:31:43.673Z] #19 61.09 Unpacking libxml-simple-perl (2.25-1) ... [2022-06-27T08:31:43.673Z] #19 61.12 Selecting previously unselected package libyaml-perl. [2022-06-27T08:31:43.673Z] #19 61.12 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-06-27T08:31:43.673Z] #19 61.13 Unpacking libyaml-perl (1.30-1) ... [2022-06-27T08:31:43.673Z] #19 61.16 Selecting previously unselected package libconfig-auto-perl. [2022-06-27T08:31:43.673Z] #19 61.16 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-06-27T08:31:43.673Z] #19 61.17 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-06-27T08:31:43.673Z] #19 61.20 Selecting previously unselected package libfile-which-perl. [2022-06-27T08:31:43.938Z] #19 61.20 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-06-27T08:31:43.938Z] #19 61.20 Unpacking libfile-which-perl (1.23-1) ... [2022-06-27T08:31:43.938Z] #19 61.23 Selecting previously unselected package libfile-homedir-perl. [2022-06-27T08:31:43.938Z] #19 61.23 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-06-27T08:31:43.938Z] #19 61.24 Unpacking libfile-homedir-perl (1.006-1) ... [2022-06-27T08:31:43.938Z] #19 61.27 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-06-27T08:31:43.938Z] #19 61.27 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-06-27T08:31:43.938Z] #19 61.27 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-27T08:31:43.938Z] #19 61.31 Selecting previously unselected package dpkg-cross. [2022-06-27T08:31:43.938Z] #19 61.31 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-06-27T08:31:43.938Z] #19 61.32 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-06-27T08:31:43.938Z] #19 61.35 Selecting previously unselected package crossbuild-essential-arm64. [2022-06-27T08:31:43.938Z] #19 61.35 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-06-27T08:31:43.938Z] #19 61.35 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-06-27T08:31:43.938Z] #19 61.38 Selecting previously unselected package libc6-armel-cross. [2022-06-27T08:31:43.938Z] #19 61.38 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-06-27T08:31:43.938Z] #19 61.39 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-06-27T08:31:44.200Z] #19 61.51 Selecting previously unselected package libgcc-s1-armel-cross. [2022-06-27T08:31:44.200Z] #19 61.51 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:44.200Z] #19 61.52 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:31:44.200Z] #19 61.54 Selecting previously unselected package libgomp1-armel-cross. [2022-06-27T08:31:44.200Z] #19 61.55 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:44.200Z] #19 61.55 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:31:44.200Z] #19 61.59 Selecting previously unselected package libatomic1-armel-cross. [2022-06-27T08:31:44.461Z] #19 61.59 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:44.461Z] #19 61.59 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:31:44.461Z] #19 61.63 Selecting previously unselected package libasan6-armel-cross. [2022-06-27T08:31:44.461Z] #19 61.63 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:44.461Z] #19 61.63 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:31:44.461Z] #19 61.85 Selecting previously unselected package libstdc++6-armel-cross. [2022-06-27T08:31:44.723Z] #19 61.86 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:44.723Z] #19 61.86 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:31:44.723Z] #19 61.92 Selecting previously unselected package libubsan1-armel-cross. [2022-06-27T08:31:44.723Z] #19 61.92 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:44.723Z] #19 61.93 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:31:44.723Z] #19 62.02 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-06-27T08:31:44.723Z] #19 62.02 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:44.723Z] #19 62.02 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:31:44.723Z] #19 62.13 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-06-27T08:31:44.984Z] #19 62.13 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:44.984Z] #19 62.14 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-27T08:31:46.035Z] #36 ... [2022-06-27T08:31:46.035Z] [2022-06-27T08:31:46.035Z] #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-27T08:31:46.035Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:31:46.035Z] #76 20.41 Reading package lists... [2022-06-27T08:31:50.249Z] #76 26.81 Reading package lists... [2022-06-27T08:31:50.249Z] #76 ... [2022-06-27T08:31:50.249Z] [2022-06-27T08:31:50.249Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-27T08:31:50.249Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:31:50.249Z] #14 21.10 Fetched 8545 kB in 16s (537 kB/s) [2022-06-27T08:31:50.249Z] #14 21.10 Reading package lists... [2022-06-27T08:31:50.249Z] #14 27.52 Reading package lists... [2022-06-27T08:31:50.249Z] #14 ... [2022-06-27T08:31:50.249Z] [2022-06-27T08:31:50.249Z] #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-27T08:31:50.249Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:31:50.250Z] #47 27.52 Updating files: 69% (1504/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-27T08:31:50.250Z] #47 28.34 + git checkout -q v2.3.0 [2022-06-27T08:31:50.250Z] #47 30.59 + 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-27T08:31:50.274Z] #19 66.89 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-06-27T08:31:50.274Z] #19 66.90 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:31:50.274Z] #19 66.90 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-27T08:31:50.274Z] #19 66.92 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-06-27T08:31:50.274Z] #19 66.93 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-06-27T08:31:50.274Z] #19 66.93 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-27T08:31:50.274Z] #19 67.10 Selecting previously unselected package libc6-dev-armel-cross. [2022-06-27T08:31:50.274Z] #19 67.10 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-06-27T08:31:50.274Z] #19 67.11 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-27T08:31:50.274Z] #19 67.32 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-06-27T08:31:50.274Z] #19 67.32 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:50.274Z] #19 67.33 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:31:50.274Z] #19 67.57 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-06-27T08:31:50.274Z] #19 67.58 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:50.274Z] #19 67.58 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-27T08:31:50.777Z] Fetching without tags [2022-06-27T08:31:51.131Z] Merging remotes/origin/master commit 4eb1c5bd52afa08595d9a082a9ba05c81f79be07 into PR head commit cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:31:52.167Z] #47 ... [2022-06-27T08:31:52.167Z] [2022-06-27T08:31:52.167Z] #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-27T08:31:52.167Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:31:52.167Z] #14 27.52 Reading package lists... [2022-06-27T08:31:52.256Z] Merge succeeded, producing cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:31:52.256Z] Checking out Revision cf543a0bd5186b3f05954088ff7f2c2c75c92f06 (PR-43745) [2022-06-27T08:31:50.633Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-27T08:31:50.643Z] > git config --add remote.origin.fetch +refs/pull/43745/head:refs/remotes/origin/PR-43745 # timeout=10 [2022-06-27T08:31:50.678Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:31:50.721Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-27T08:31:50.758Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-27T08:31:50.758Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:31:50.761Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43745/head:refs/remotes/origin/PR-43745 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:31:51.158Z] > git config core.sparsecheckout # timeout=10 [2022-06-27T08:31:51.182Z] > git checkout -f cf543a0bd5186b3f05954088ff7f2c2c75c92f06 # timeout=10 [2022-06-27T08:31:52.169Z] > git remote # timeout=10 [2022-06-27T08:31:52.191Z] > git config --get remote.origin.url # timeout=10 [2022-06-27T08:31:52.201Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:31:52.202Z] > git merge 4eb1c5bd52afa08595d9a082a9ba05c81f79be07 # timeout=10 [2022-06-27T08:31:52.220Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-27T08:31:52.232Z] > git config core.sparsecheckout # timeout=10 [2022-06-27T08:31:52.245Z] > git checkout -f cf543a0bd5186b3f05954088ff7f2c2c75c92f06 # timeout=10 [2022-06-27T08:31:53.815Z] #14 33.23 Building dependency tree... [2022-06-27T08:31:55.561Z] #19 72.05 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-06-27T08:31:55.561Z] #19 72.05 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:31:55.561Z] #19 72.05 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-27T08:31:55.561Z] #19 72.07 Selecting previously unselected package crossbuild-essential-armel. [2022-06-27T08:31:55.561Z] #19 72.08 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-06-27T08:31:55.561Z] #19 72.08 Unpacking crossbuild-essential-armel (12.9) ... [2022-06-27T08:31:55.561Z] #19 72.10 Selecting previously unselected package libc6-armhf-cross. [2022-06-27T08:31:55.561Z] #19 72.10 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-06-27T08:31:55.561Z] #19 72.11 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-06-27T08:31:55.561Z] #19 72.22 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-06-27T08:31:55.561Z] #19 72.22 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:55.561Z] #19 72.23 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:31:55.561Z] #19 72.25 Selecting previously unselected package libgomp1-armhf-cross. [2022-06-27T08:31:55.561Z] #19 72.26 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:55.561Z] #19 72.26 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:31:55.561Z] #19 72.29 Selecting previously unselected package libatomic1-armhf-cross. [2022-06-27T08:31:55.561Z] #19 72.30 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:55.561Z] #19 72.31 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:31:55.561Z] #19 72.34 Selecting previously unselected package libasan6-armhf-cross. [2022-06-27T08:31:55.561Z] #19 72.34 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:55.561Z] #19 72.34 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:31:55.561Z] #19 72.56 Selecting previously unselected package libstdc++6-armhf-cross. [2022-06-27T08:31:55.561Z] #19 72.57 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:55.561Z] #19 72.57 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:31:55.561Z] #19 72.63 Selecting previously unselected package libubsan1-armhf-cross. [2022-06-27T08:31:55.561Z] #19 72.63 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:55.561Z] #19 72.63 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:31:55.561Z] #19 72.72 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-06-27T08:31:55.561Z] #19 72.73 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:31:55.561Z] #19 72.73 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:31:55.561Z] #19 72.83 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-06-27T08:31:55.561Z] #19 72.84 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:31:55.561Z] #19 72.84 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-27T08:31:56.077Z] Commit message: "vendor: github.com/moby/sys/mount v0.3.3" [2022-06-27T08:31:56.084Z] > git --version # timeout=10 [2022-06-27T08:31:56.097Z] > git --version # 'git version 2.25.1' [2022-06-27T08:31:56.102Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-06-27T08:31:56.327Z] Fetching without tags [2022-06-27T08:31:56.360Z] #14 ... [2022-06-27T08:31:56.360Z] [2022-06-27T08:31:56.360Z] #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-27T08:31:56.360Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:31:56.360Z] #42 20.85 Reading package lists... [2022-06-27T08:31:56.360Z] #42 27.24 Reading package lists... [2022-06-27T08:31:56.360Z] #42 33.46 Building dependency tree... [2022-06-27T08:31:56.360Z] #42 ... [2022-06-27T08:31:56.360Z] [2022-06-27T08:31:56.360Z] #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-27T08:31:56.360Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:31:56.360Z] #55 34.06 go: downloading github.com/fatih/color v1.13.0 [2022-06-27T08:31:56.360Z] #55 34.06 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-27T08:31:56.360Z] #55 34.13 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-27T08:31:56.360Z] #55 34.36 go: downloading github.com/spf13/viper v1.10.1 [2022-06-27T08:31:56.360Z] #55 34.60 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-27T08:31:56.360Z] #55 34.98 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-27T08:31:56.360Z] #55 34.98 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-27T08:31:56.360Z] #55 35.11 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-27T08:31:56.360Z] #55 35.21 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-27T08:31:56.360Z] #55 36.31 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-27T08:31:56.360Z] #55 36.33 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-27T08:31:56.360Z] #55 ... [2022-06-27T08:31:56.360Z] [2022-06-27T08:31:56.360Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-27T08:31:56.360Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:31:56.360Z] #62 20.87 Reading package lists... [2022-06-27T08:31:56.360Z] #62 27.47 Reading package lists... [2022-06-27T08:31:56.360Z] #62 33.29 Building dependency tree... [2022-06-27T08:31:56.587Z] Merging remotes/origin/master commit 4eb1c5bd52afa08595d9a082a9ba05c81f79be07 into PR head commit cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-06-27T08:31:56.628Z] #62 ... [2022-06-27T08:31:56.628Z] [2022-06-27T08:31:56.628Z] #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-27T08:31:56.628Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:31:56.628Z] #14 37.28 The following additional packages will be installed: [2022-06-27T08:31:56.628Z] #14 37.30 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-27T08:31:56.628Z] #14 37.30 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-27T08:31:56.628Z] #14 37.30 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-27T08:31:56.628Z] #14 37.31 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-27T08:31:56.628Z] #14 37.31 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-27T08:31:56.628Z] #14 37.31 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-27T08:31:56.628Z] #14 37.31 mingw-w64-common mingw-w64-x86-64-dev [2022-06-27T08:31:56.628Z] #14 37.32 Suggested packages: [2022-06-27T08:31:56.628Z] #14 37.34 gcc-10-locales seccomp wine64 [Pipeline] sh [2022-06-27T08:31:56.889Z] #14 ... [2022-06-27T08:31:56.889Z] [2022-06-27T08:31:56.889Z] #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-27T08:31:56.889Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:31:56.889Z] #51 21.71 Reading package lists... [2022-06-27T08:31:56.889Z] #51 27.80 Reading package lists... [2022-06-27T08:31:56.889Z] #51 33.60 Building dependency tree... [2022-06-27T08:31:56.889Z] #51 37.59 The following additional packages will be installed: [2022-06-27T08:31:56.889Z] #51 37.59 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-27T08:31:56.889Z] #51 37.60 python3-protobuf python3-six [2022-06-27T08:31:56.889Z] #51 37.62 Suggested packages: [2022-06-27T08:31:56.889Z] #51 37.62 python3-setuptools [2022-06-27T08:31:56.889Z] #51 37.62 Recommended packages: [2022-06-27T08:31:56.889Z] #51 37.62 iproute2 | iproute [2022-06-27T08:31:56.977Z] Fetching without tags [2022-06-27T08:31:57.130Z] + docker version [2022-06-27T08:31:57.150Z] #51 ... [2022-06-27T08:31:57.150Z] [2022-06-27T08:31:57.150Z] #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-27T08:31:57.150Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:31:57.150Z] #42 37.62 The following additional packages will be installed: [2022-06-27T08:31:57.150Z] #42 37.63 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-27T08:31:57.150Z] #42 37.67 Suggested packages: [2022-06-27T08:31:57.150Z] #42 37.67 cmake-doc ninja-build lrzip [2022-06-27T08:31:57.150Z] #42 37.67 Recommended packages: [2022-06-27T08:31:57.150Z] #42 37.67 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-27T08:31:57.224Z] Merging remotes/origin/master commit 4eb1c5bd52afa08595d9a082a9ba05c81f79be07 into PR head commit cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:31:56.832Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-27T08:31:56.845Z] > git config --add remote.origin.fetch +refs/pull/43745/head:refs/remotes/origin/PR-43745 # timeout=10 [2022-06-27T08:31:56.919Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:31:56.956Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-27T08:31:56.979Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-27T08:31:56.979Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:31:56.980Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43745/head:refs/remotes/origin/PR-43745 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:31:57.240Z] > git config core.sparsecheckout # timeout=10 [2022-06-27T08:31:57.255Z] > git checkout -f cf543a0bd5186b3f05954088ff7f2c2c75c92f06 # timeout=10 [2022-06-27T08:31:57.428Z] Merge succeeded, producing cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:31:57.428Z] Checking out Revision cf543a0bd5186b3f05954088ff7f2c2c75c92f06 (PR-43745) [2022-06-27T08:31:56.284Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-27T08:31:56.292Z] > git config --add remote.origin.fetch +refs/pull/43745/head:refs/remotes/origin/PR-43745 # timeout=10 [2022-06-27T08:31:56.314Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:31:56.335Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-27T08:31:56.347Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-27T08:31:56.347Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:31:56.348Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43745/head:refs/remotes/origin/PR-43745 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-27T08:31:56.610Z] > git config core.sparsecheckout # timeout=10 [2022-06-27T08:31:56.628Z] > git checkout -f cf543a0bd5186b3f05954088ff7f2c2c75c92f06 # timeout=10 [2022-06-27T08:31:57.305Z] > git remote # timeout=10 [2022-06-27T08:31:57.320Z] > git config --get remote.origin.url # timeout=10 [2022-06-27T08:31:57.332Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:31:57.368Z] > git merge 4eb1c5bd52afa08595d9a082a9ba05c81f79be07 # timeout=10 [2022-06-27T08:31:57.429Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-27T08:31:57.446Z] > git config core.sparsecheckout # timeout=10 [2022-06-27T08:31:57.455Z] > git checkout -f cf543a0bd5186b3f05954088ff7f2c2c75c92f06 # timeout=10 [2022-06-27T08:31:57.722Z] #42 38.53 The following NEW packages will be installed: [2022-06-27T08:31:57.722Z] #42 38.53 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-27T08:31:57.722Z] #42 38.54 vim-common xxd [2022-06-27T08:31:57.984Z] #42 38.95 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:31:57.984Z] #42 38.95 Need to get 17.7 MB of archives. [2022-06-27T08:31:57.984Z] #42 38.95 After this operation, 70.7 MB of additional disk space will be used. [2022-06-27T08:31:57.984Z] #42 38.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-27T08:31:57.984Z] #42 38.96 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-27T08:31:57.984Z] #42 38.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-27T08:31:58.135Z] Merge succeeded, producing cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:31:58.135Z] Checking out Revision cf543a0bd5186b3f05954088ff7f2c2c75c92f06 (PR-43745) [2022-06-27T08:31:58.244Z] #42 39.09 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-27T08:31:58.815Z] #42 39.71 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-27T08:31:58.815Z] #42 39.73 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-27T08:31:59.076Z] #42 39.75 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-27T08:31:59.076Z] #42 39.76 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-27T08:31:59.076Z] #42 39.77 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-27T08:31:59.076Z] #42 39.78 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-27T08:31:59.076Z] #42 ... [2022-06-27T08:31:59.076Z] [2022-06-27T08:31:59.076Z] #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-27T08:31:59.076Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-27T08:31:59.076Z] #57 39.36 v3.0.2 [2022-06-27T08:31:59.076Z] #57 DONE 39.9s [2022-06-27T08:31:59.338Z] [2022-06-27T08:31:59.338Z] #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-27T08:31:59.338Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:31:59.338Z] #14 38.83 The following NEW packages will be installed: [2022-06-27T08:31:59.338Z] #14 38.85 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-27T08:31:59.338Z] #14 38.85 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-27T08:31:59.338Z] #14 38.85 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-27T08:31:59.338Z] #14 38.85 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-27T08:31:59.338Z] #14 38.85 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-27T08:31:59.338Z] #14 38.85 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-27T08:31:59.338Z] #14 38.85 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-27T08:31:59.338Z] #14 38.86 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-27T08:31:59.338Z] #14 38.86 mingw-w64-x86-64-dev [2022-06-27T08:31:59.338Z] #14 39.31 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:31:59.338Z] #14 39.31 Need to get 115 MB of archives. [2022-06-27T08:31:59.338Z] #14 39.31 After this operation, 645 MB of additional disk space will be used. [2022-06-27T08:31:59.338Z] #14 39.31 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-27T08:31:59.338Z] #14 39.52 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-27T08:31:59.338Z] #14 39.75 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-27T08:31:59.338Z] #14 39.76 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-27T08:31:59.338Z] #14 39.76 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-27T08:31:59.338Z] #14 39.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-27T08:31:59.338Z] #14 40.22 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-27T08:31:58.025Z] > git remote # timeout=10 [2022-06-27T08:31:58.039Z] > git config --get remote.origin.url # timeout=10 [2022-06-27T08:31:58.051Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-27T08:31:58.052Z] > git merge 4eb1c5bd52afa08595d9a082a9ba05c81f79be07 # timeout=10 [2022-06-27T08:31:58.127Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-27T08:31:58.136Z] > git config core.sparsecheckout # timeout=10 [2022-06-27T08:31:58.142Z] > git checkout -f cf543a0bd5186b3f05954088ff7f2c2c75c92f06 # timeout=10 [2022-06-27T08:31:59.678Z] #14 40.52 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-06-27T08:31:59.678Z] #14 40.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-06-27T08:32:00.621Z] #14 41.46 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-27T08:32:00.852Z] #19 77.57 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-06-27T08:32:00.852Z] #19 77.57 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:32:00.852Z] #19 77.57 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-27T08:32:00.852Z] #19 77.60 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-06-27T08:32:00.852Z] #19 77.60 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-06-27T08:32:00.852Z] #19 77.61 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-27T08:32:00.852Z] #19 77.77 Selecting previously unselected package libc6-dev-armhf-cross. [2022-06-27T08:32:00.852Z] #19 77.78 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-06-27T08:32:00.852Z] #19 77.78 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-27T08:32:00.852Z] #19 77.99 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-06-27T08:32:00.852Z] #19 78.00 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:00.852Z] #19 78.00 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:32:00.852Z] #19 78.25 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-06-27T08:32:00.852Z] #19 78.25 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:32:00.852Z] #19 78.25 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-27T08:32:01.192Z] #14 ... [2022-06-27T08:32:01.192Z] [2022-06-27T08:32:01.192Z] #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-27T08:32:01.192Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:32:01.193Z] #62 37.58 The following additional packages will be installed: [2022-06-27T08:32:01.193Z] #62 37.59 libbtrfs0 [2022-06-27T08:32:01.193Z] #62 37.81 The following NEW packages will be installed: [2022-06-27T08:32:01.193Z] #62 37.83 libbtrfs-dev libbtrfs0 [2022-06-27T08:32:01.193Z] #62 38.29 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:32:01.193Z] #62 38.29 Need to get 460 kB of archives. [2022-06-27T08:32:01.193Z] #62 38.29 After this operation, 1237 kB of additional disk space will be used. [2022-06-27T08:32:01.193Z] #62 38.29 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-27T08:32:01.193Z] #62 38.30 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-27T08:32:01.193Z] #62 39.67 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:32:01.193Z] #62 40.02 Fetched 460 kB in 0s (1335 kB/s) [2022-06-27T08:32:01.193Z] #62 40.25 Selecting previously unselected package libbtrfs0:amd64. [2022-06-27T08:32:01.193Z] #62 40.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-27T08:32:01.193Z] #62 40.32 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-27T08:32:01.193Z] #62 40.38 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:32:01.193Z] #62 40.93 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-27T08:32:01.193Z] #62 40.93 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-27T08:32:01.193Z] #62 40.94 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:32:01.193Z] #62 41.56 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:32:01.193Z] #62 41.59 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:32:01.193Z] #62 41.61 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:32:01.193Z] #62 DONE 42.0s [2022-06-27T08:32:01.193Z] [2022-06-27T08:32:01.193Z] #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-27T08:32:01.193Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:32:01.193Z] #55 39.50 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-27T08:32:01.193Z] #55 39.55 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-27T08:32:01.193Z] #55 39.70 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-27T08:32:01.193Z] #55 39.73 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-27T08:32:01.193Z] #55 39.82 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-27T08:32:01.193Z] #55 39.94 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-27T08:32:01.193Z] #55 40.18 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-27T08:32:01.193Z] #55 40.21 go: downloading github.com/spf13/afero v1.6.0 [2022-06-27T08:32:01.193Z] #55 40.28 go: downloading github.com/spf13/cast v1.4.1 [2022-06-27T08:32:01.193Z] #55 40.43 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-27T08:32:01.193Z] #55 40.49 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-27T08:32:01.193Z] #55 40.61 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-27T08:32:01.193Z] #55 41.01 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-27T08:32:01.193Z] #55 41.07 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-27T08:32:01.193Z] #55 41.26 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-27T08:32:01.193Z] #55 41.34 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-27T08:32:01.193Z] #55 41.36 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-27T08:32:01.193Z] #55 41.37 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-27T08:32:01.193Z] #55 41.38 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-27T08:32:01.193Z] #55 41.39 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-27T08:32:01.193Z] #55 41.40 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-27T08:32:01.193Z] #55 42.11 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-27T08:32:01.455Z] #55 ... [2022-06-27T08:32:01.455Z] [2022-06-27T08:32:01.455Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-27T08:32:01.455Z] #63 sha256:031617d1c9fc38e8f60f5f4b04c6df53abde5f0158a6b2e749ee11190d040bf6 [2022-06-27T08:32:01.455Z] #63 DONE 0.2s [2022-06-27T08:32:01.455Z] [2022-06-27T08:32:01.455Z] #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-27T08:32:01.455Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:32:01.455Z] #55 42.38 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-27T08:32:01.455Z] #55 42.46 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-27T08:32:01.546Z] Commit message: "vendor: github.com/moby/sys/mount v0.3.3" [2022-06-27T08:32:01.584Z] > git --version # timeout=10 [2022-06-27T08:32:01.601Z] > git --version # 'git version 2.17.1' [2022-06-27T08:32:01.633Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-06-27T08:32:01.716Z] #55 42.53 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-27T08:32:01.716Z] #55 42.70 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-27T08:32:01.716Z] #55 ... [2022-06-27T08:32:01.716Z] [2022-06-27T08:32:01.716Z] #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-27T08:32:01.716Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:32:01.716Z] #76 26.81 Reading package lists... [2022-06-27T08:32:01.716Z] #76 32.81 Building dependency tree... [2022-06-27T08:32:01.716Z] #76 36.76 python3 is already the newest version (3.9.2-3). [2022-06-27T08:32:01.716Z] #76 36.76 The following additional packages will be installed: [2022-06-27T08:32:01.716Z] #76 36.78 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-27T08:32:01.716Z] #76 36.80 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-27T08:32:01.716Z] #76 36.82 Suggested packages: [2022-06-27T08:32:01.716Z] #76 36.82 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-27T08:32:01.716Z] #76 36.82 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-27T08:32:01.716Z] #76 36.82 m4-doc ed diffutils-doc [2022-06-27T08:32:01.716Z] #76 36.82 Recommended packages: [2022-06-27T08:32:01.716Z] #76 36.82 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-27T08:32:01.716Z] #76 38.31 The following NEW packages will be installed: [2022-06-27T08:32:01.716Z] #76 38.32 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-27T08:32:01.716Z] #76 38.32 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-27T08:32:01.716Z] #76 38.33 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-27T08:32:01.716Z] #76 38.34 libyajl2 m4 patch xz-utils [2022-06-27T08:32:01.716Z] #76 38.79 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:32:01.716Z] #76 38.79 Need to get 5939 kB of archives. [2022-06-27T08:32:01.716Z] #76 38.79 After this operation, 18.7 MB of additional disk space will be used. [2022-06-27T08:32:01.716Z] #76 38.79 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-27T08:32:01.716Z] #76 38.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-27T08:32:01.716Z] #76 38.80 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-27T08:32:01.716Z] #76 38.82 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-27T08:32:01.716Z] #76 38.82 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-27T08:32:01.716Z] #76 38.83 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-27T08:32:01.716Z] #76 38.85 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-27T08:32:01.716Z] #76 38.87 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-27T08:32:01.716Z] #76 38.90 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-27T08:32:01.716Z] #76 38.90 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-27T08:32:01.716Z] #76 38.97 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-27T08:32:01.716Z] #76 38.99 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-27T08:32:01.716Z] #76 39.13 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-27T08:32:01.716Z] #76 39.13 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-27T08:32:01.716Z] #76 39.13 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-27T08:32:01.716Z] #76 39.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-27T08:32:01.716Z] #76 39.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-27T08:32:01.716Z] #76 39.15 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-27T08:32:01.716Z] #76 39.16 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-27T08:32:01.716Z] #76 39.17 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-27T08:32:01.716Z] #76 39.22 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-27T08:32:01.716Z] #76 39.24 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-27T08:32:01.716Z] #76 39.24 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-27T08:32:01.716Z] #76 40.56 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:32:01.716Z] #76 41.17 Fetched 5939 kB in 1s (7715 kB/s) [2022-06-27T08:32:01.716Z] #76 41.42 Selecting previously unselected package bzip2. [2022-06-27T08:32:01.716Z] #76 41.42 (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-27T08:32:01.716Z] #76 41.53 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-27T08:32:01.716Z] #76 41.55 Unpacking bzip2 (1.0.8-4) ... [2022-06-27T08:32:01.716Z] #76 41.67 Selecting previously unselected package libmagic-mgc. [2022-06-27T08:32:01.716Z] #76 41.69 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-27T08:32:01.716Z] #76 41.70 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-27T08:32:01.716Z] #76 42.45 Selecting previously unselected package libmagic1:amd64. [2022-06-27T08:32:01.716Z] #76 42.45 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-27T08:32:01.716Z] #76 42.46 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-27T08:32:01.977Z] #76 42.83 Selecting previously unselected package file. [2022-06-27T08:32:01.977Z] #76 42.83 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-27T08:32:01.977Z] #76 42.84 Unpacking file (1:5.39-3) ... [2022-06-27T08:32:01.977Z] #76 ... [2022-06-27T08:32:01.977Z] [2022-06-27T08:32:01.977Z] #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-27T08:32:01.977Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:32:01.977Z] #42 41.89 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:32:01.977Z] #42 42.22 Fetched 17.7 MB in 2s (10.6 MB/s) [2022-06-27T08:32:01.977Z] #42 42.37 Selecting previously unselected package xxd. [2022-06-27T08:32:01.977Z] #42 42.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-27T08:32:01.977Z] #42 42.52 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-27T08:32:01.977Z] #42 42.53 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:32:01.977Z] #42 42.85 Selecting previously unselected package vim-common. [2022-06-27T08:32:01.977Z] #42 42.85 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-27T08:32:02.284Z] #42 42.97 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:32:02.735Z] + docker version [2022-06-27T08:32:02.738Z] Commit message: "vendor: github.com/moby/sys/mount v0.3.3" [2022-06-27T08:32:02.766Z] > git --version # timeout=10 [2022-06-27T08:32:02.773Z] > git --version # 'git version 2.25.1' [2022-06-27T08:32:02.783Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-06-27T08:32:02.856Z] #42 43.72 Selecting previously unselected package cmake-data. [2022-06-27T08:32:02.856Z] #42 43.73 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-27T08:32:02.856Z] #42 43.75 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-27T08:32:03.117Z] #42 ... [2022-06-27T08:32:03.117Z] [2022-06-27T08:32:03.118Z] #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-27T08:32:03.118Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-27T08:32:03.118Z] #40 43.70 NAME: [2022-06-27T08:32:03.118Z] #40 43.70 go-winres - A tool for embedding resources in Windows executables [2022-06-27T08:32:03.118Z] #40 43.70 [2022-06-27T08:32:03.118Z] #40 43.71 USAGE: [2022-06-27T08:32:03.118Z] #40 43.72 go-winres [global options] command [command options] [arguments...] [2022-06-27T08:32:03.118Z] #40 43.72 [2022-06-27T08:32:03.118Z] #40 43.72 COMMANDS: [2022-06-27T08:32:03.118Z] #40 43.72 init Create an initial ./winres/winres.json [2022-06-27T08:32:03.118Z] #40 43.72 make Make syso files for the "go build" command [2022-06-27T08:32:03.118Z] #40 43.72 simply Make syso files for the "go build" command (simplified) [2022-06-27T08:32:03.118Z] #40 43.72 extract Extract all resources from an executable [2022-06-27T08:32:03.118Z] #40 43.73 patch Replace resources in an executable file (exe, dll) [2022-06-27T08:32:03.118Z] #40 43.73 help, h Shows a list of commands or help for one command [2022-06-27T08:32:03.118Z] #40 43.73 [2022-06-27T08:32:03.118Z] #40 43.73 GLOBAL OPTIONS: [2022-06-27T08:32:03.118Z] #40 43.73 --help, -h show help (default: false) [2022-06-27T08:32:03.118Z] #40 DONE 44.1s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-27T08:32:03.378Z] [2022-06-27T08:32:03.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-27T08:32:03.379Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:32:03.379Z] #76 43.09 Selecting previously unselected package xz-utils. [2022-06-27T08:32:03.379Z] #76 43.09 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-27T08:32:03.379Z] #76 43.11 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:32:03.379Z] #76 43.59 Selecting previously unselected package libsigsegv2:amd64. [2022-06-27T08:32:03.379Z] #76 43.59 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-27T08:32:03.379Z] #76 43.64 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-27T08:32:03.379Z] #76 43.77 Selecting previously unselected package m4. [2022-06-27T08:32:03.379Z] #76 43.78 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-27T08:32:03.379Z] #76 43.94 Unpacking m4 (1.4.18-5) ... [2022-06-27T08:32:03.379Z] #76 44.23 Selecting previously unselected package autoconf. [2022-06-27T08:32:03.379Z] #76 44.24 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-27T08:32:03.379Z] #76 44.26 Unpacking autoconf (2.69-14) ... [2022-06-27T08:32:03.764Z] + docker version [2022-06-27T08:32:03.949Z] #76 44.80 Selecting previously unselected package autotools-dev. [2022-06-27T08:32:03.949Z] #76 44.81 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-27T08:32:03.949Z] #76 44.82 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-27T08:32:04.211Z] #76 45.17 Selecting previously unselected package automake. [2022-06-27T08:32:04.211Z] #76 45.17 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-27T08:32:04.211Z] #76 45.18 Unpacking automake (1:1.16.3-2) ... [2022-06-27T08:32:05.156Z] #76 45.99 Selecting previously unselected package patch. [2022-06-27T08:32:05.156Z] #76 45.99 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-27T08:32:05.156Z] #76 46.02 Unpacking patch (2.7.6-7) ... [2022-06-27T08:32:05.417Z] #76 46.26 Selecting previously unselected package dpkg-dev. [2022-06-27T08:32:05.417Z] #76 46.26 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-27T08:32:05.417Z] #76 46.27 Unpacking dpkg-dev (1.20.10) ... [2022-06-27T08:32:06.143Z] #19 82.75 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-06-27T08:32:06.143Z] #19 82.75 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:32:06.143Z] #19 82.75 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-27T08:32:06.143Z] #19 82.78 Selecting previously unselected package crossbuild-essential-armhf. [2022-06-27T08:32:06.143Z] #19 82.78 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-06-27T08:32:06.143Z] #19 82.78 Unpacking crossbuild-essential-armhf (12.9) ... [2022-06-27T08:32:06.143Z] #19 82.80 Selecting previously unselected package libc6-ppc64el-cross. [2022-06-27T08:32:06.143Z] #19 82.81 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-27T08:32:06.143Z] #19 82.81 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-27T08:32:06.143Z] #19 82.97 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-06-27T08:32:06.143Z] #19 82.97 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:06.143Z] #19 82.97 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:06.143Z] #19 83.00 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-06-27T08:32:06.143Z] #19 83.00 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:06.143Z] #19 83.01 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:06.143Z] #19 83.04 Selecting previously unselected package libitm1-ppc64el-cross. [2022-06-27T08:32:06.143Z] #19 83.04 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:06.143Z] #19 83.05 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:06.143Z] #19 83.08 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-06-27T08:32:06.143Z] #19 83.08 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:06.143Z] #19 83.08 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:06.143Z] #19 83.11 Selecting previously unselected package libasan6-ppc64el-cross. [2022-06-27T08:32:06.143Z] #19 83.12 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:06.143Z] #19 83.12 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:06.143Z] #19 83.35 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-06-27T08:32:06.143Z] #19 83.36 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:06.143Z] #19 83.36 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:06.143Z] #19 83.47 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-06-27T08:32:06.143Z] #19 83.47 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:06.143Z] #19 83.47 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:06.404Z] #19 83.70 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-06-27T08:32:06.404Z] #19 83.70 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:06.404Z] #19 83.71 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:06.404Z] #19 83.78 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-06-27T08:32:06.404Z] #19 83.78 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:06.404Z] #19 83.79 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:06.404Z] #19 83.89 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-06-27T08:32:06.665Z] #19 83.89 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:06.665Z] #19 83.90 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:06.665Z] #19 83.94 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-06-27T08:32:06.665Z] #19 83.94 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:06.665Z] #19 83.94 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:06.665Z] #19 84.11 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-06-27T08:32:06.665Z] #19 84.11 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:32:06.665Z] #19 84.11 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:32:06.807Z] #76 47.41 Selecting previously unselected package build-essential. [2022-06-27T08:32:06.808Z] #76 47.44 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-27T08:32:06.808Z] #76 47.47 Unpacking build-essential (12.9) ... [2022-06-27T08:32:06.808Z] #76 47.63 Selecting previously unselected package libcap2:amd64. [2022-06-27T08:32:06.808Z] #76 47.64 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-27T08:32:06.808Z] #76 47.65 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-27T08:32:07.069Z] #76 47.86 Selecting previously unselected package libcap-dev:amd64. [2022-06-27T08:32:07.069Z] #76 47.87 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-27T08:32:07.069Z] #76 47.88 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-27T08:32:07.069Z] #76 48.04 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-27T08:32:07.069Z] #76 48.04 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-27T08:32:07.069Z] #76 48.04 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:32:07.074Z] Client: Docker Engine - Community [2022-06-27T08:32:07.074Z] Version: 20.10.14 [2022-06-27T08:32:07.074Z] API version: 1.41 [2022-06-27T08:32:07.074Z] Go version: go1.16.15 [2022-06-27T08:32:07.074Z] Git commit: a224086 [2022-06-27T08:32:07.074Z] Built: Thu Mar 24 01:48:02 2022 [2022-06-27T08:32:07.074Z] OS/Arch: linux/amd64 [2022-06-27T08:32:07.074Z] Context: default [2022-06-27T08:32:07.074Z] Experimental: true [2022-06-27T08:32:07.074Z] [2022-06-27T08:32:07.074Z] Server: Docker Engine - Community [2022-06-27T08:32:07.074Z] Engine: [2022-06-27T08:32:07.074Z] Version: 20.10.14 [2022-06-27T08:32:07.074Z] API version: 1.41 (minimum version 1.12) [2022-06-27T08:32:07.074Z] Go version: go1.16.15 [2022-06-27T08:32:07.074Z] Git commit: 87a90dc [2022-06-27T08:32:07.074Z] Built: Thu Mar 24 01:45:53 2022 [2022-06-27T08:32:07.074Z] OS/Arch: linux/amd64 [2022-06-27T08:32:07.074Z] Experimental: true [2022-06-27T08:32:07.074Z] containerd: [2022-06-27T08:32:07.074Z] Version: 1.5.11 [2022-06-27T08:32:07.074Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-27T08:32:07.074Z] runc: [2022-06-27T08:32:07.074Z] Version: 1.0.3 [2022-06-27T08:32:07.074Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-27T08:32:07.074Z] docker-init: [2022-06-27T08:32:07.074Z] Version: 0.19.0 [2022-06-27T08:32:07.074Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-27T08:32:07.332Z] #76 48.20 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-27T08:32:07.332Z] #76 48.20 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-27T08:32:07.332Z] #76 48.21 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-27T08:32:07.332Z] #76 48.31 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-27T08:32:07.332Z] #76 48.32 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-27T08:32:07.332Z] #76 48.33 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-27T08:32:07.453Z] + docker info [2022-06-27T08:32:07.593Z] #76 48.54 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-27T08:32:07.593Z] #76 48.54 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-27T08:32:07.593Z] #76 48.56 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-27T08:32:07.593Z] #76 ... [2022-06-27T08:32:07.593Z] [2022-06-27T08:32:07.593Z] #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-27T08:32:07.593Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:32:07.593Z] #51 38.39 The following NEW packages will be installed: [2022-06-27T08:32:07.593Z] #51 38.40 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-27T08:32:07.593Z] #51 38.40 python3-protobuf python3-six [2022-06-27T08:32:07.593Z] #51 38.86 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:32:07.593Z] #51 38.86 Need to get 2314 kB of archives. [2022-06-27T08:32:07.593Z] #51 38.86 After this operation, 11.1 MB of additional disk space will be used. [2022-06-27T08:32:07.593Z] #51 38.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-27T08:32:07.593Z] #51 38.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-27T08:32:07.593Z] #51 38.91 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-27T08:32:07.593Z] #51 38.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-27T08:32:07.593Z] #51 38.92 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-27T08:32:07.593Z] #51 38.93 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-27T08:32:07.593Z] #51 38.94 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-27T08:32:07.593Z] #51 41.26 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-27T08:32:07.593Z] #51 43.39 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:32:07.593Z] #51 43.73 Fetched 2314 kB in 3s (735 kB/s) [2022-06-27T08:32:07.593Z] #51 43.91 Selecting previously unselected package libprotobuf23:amd64. [2022-06-27T08:32:07.593Z] #51 43.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-27T08:32:07.593Z] #51 44.04 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-27T08:32:07.593Z] #51 44.12 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-27T08:32:07.593Z] #51 45.78 Selecting previously unselected package python3-pkg-resources. [2022-06-27T08:32:07.593Z] #51 45.78 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-27T08:32:07.593Z] #51 45.80 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:32:07.593Z] #51 46.03 Selecting previously unselected package python3-six. [2022-06-27T08:32:07.593Z] #51 46.03 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-27T08:32:07.593Z] #51 46.04 Unpacking python3-six (1.16.0-2) ... [2022-06-27T08:32:07.593Z] #51 46.20 Selecting previously unselected package python3-protobuf. [2022-06-27T08:32:07.593Z] #51 46.21 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-27T08:32:07.593Z] #51 46.23 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-27T08:32:07.593Z] #51 46.85 Selecting previously unselected package libnet1:amd64. [2022-06-27T08:32:07.593Z] #51 46.86 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-27T08:32:07.593Z] #51 46.87 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:32:07.593Z] #51 47.10 Selecting previously unselected package libnl-3-200:amd64. [2022-06-27T08:32:07.593Z] #51 47.10 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-27T08:32:07.593Z] #51 47.11 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-27T08:32:07.593Z] #51 47.36 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-27T08:32:07.593Z] #51 47.36 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-27T08:32:07.593Z] #51 47.38 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:32:07.593Z] #51 47.73 Selecting previously unselected package criu. [2022-06-27T08:32:07.593Z] #51 47.74 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-27T08:32:07.593Z] #51 47.74 Unpacking criu (3.17-1) ... [2022-06-27T08:32:07.854Z] #51 ... [2022-06-27T08:32:07.854Z] [2022-06-27T08:32:07.854Z] #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-27T08:32:07.854Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-27T08:32:08.376Z] #34 48.30 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-27T08:32:08.376Z] #34 48.98 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-27T08:32:08.637Z] #34 49.24 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-27T08:32:09.304Z] Client: Docker Engine - Community [2022-06-27T08:32:09.304Z] Version: 20.10.14 [2022-06-27T08:32:09.304Z] API version: 1.41 [2022-06-27T08:32:09.304Z] Go version: go1.16.15 [2022-06-27T08:32:09.304Z] Git commit: a224086 [2022-06-27T08:32:09.304Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-27T08:32:09.304Z] OS/Arch: linux/amd64 [2022-06-27T08:32:09.304Z] Context: default [2022-06-27T08:32:09.304Z] Experimental: true [2022-06-27T08:32:09.304Z] [2022-06-27T08:32:09.304Z] Server: Docker Engine - Community [2022-06-27T08:32:09.304Z] Engine: [2022-06-27T08:32:09.304Z] Version: 20.10.14 [2022-06-27T08:32:09.304Z] API version: 1.41 (minimum version 1.12) [2022-06-27T08:32:09.304Z] Go version: go1.16.15 [2022-06-27T08:32:09.304Z] Git commit: 87a90dc [2022-06-27T08:32:09.304Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-27T08:32:09.304Z] OS/Arch: linux/amd64 [2022-06-27T08:32:09.304Z] Experimental: true [2022-06-27T08:32:09.304Z] containerd: [2022-06-27T08:32:09.304Z] Version: 1.5.11 [2022-06-27T08:32:09.304Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-27T08:32:09.304Z] runc: [2022-06-27T08:32:09.304Z] Version: 1.0.3 [2022-06-27T08:32:09.304Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-27T08:32:09.304Z] docker-init: [2022-06-27T08:32:09.304Z] Version: 0.19.0 [2022-06-27T08:32:09.304Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-27T08:32:09.660Z] + docker info [2022-06-27T08:32:11.180Z] #34 ... [2022-06-27T08:32:11.180Z] [2022-06-27T08:32:11.180Z] #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-27T08:32:11.180Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:32:11.180Z] #76 49.36 Selecting previously unselected package libtool. [2022-06-27T08:32:11.180Z] #76 49.36 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-27T08:32:11.180Z] #76 49.38 Unpacking libtool (2.4.6-15) ... [2022-06-27T08:32:11.180Z] #76 49.64 Selecting previously unselected package libudev-dev:amd64. [2022-06-27T08:32:11.180Z] #76 49.64 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-27T08:32:11.180Z] #76 49.65 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-27T08:32:11.180Z] #76 49.83 Selecting previously unselected package libyajl2:amd64. [2022-06-27T08:32:11.180Z] #76 49.85 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-27T08:32:11.180Z] #76 49.86 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-27T08:32:11.180Z] #76 49.94 Selecting previously unselected package libyajl-dev:amd64. [2022-06-27T08:32:11.180Z] #76 49.96 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-27T08:32:11.180Z] #76 50.00 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-27T08:32:11.180Z] #76 50.19 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-27T08:32:11.180Z] #76 50.22 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-27T08:32:11.180Z] #76 50.25 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-27T08:32:11.180Z] #76 50.27 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-27T08:32:11.180Z] #76 50.32 Setting up file (1:5.39-3) ... [2022-06-27T08:32:11.180Z] #76 50.35 Setting up bzip2 (1.0.8-4) ... [2022-06-27T08:32:11.180Z] #76 50.39 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:32:11.180Z] #76 50.41 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-27T08:32:11.180Z] #76 50.43 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-27T08:32:11.180Z] #76 50.44 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-27T08:32:11.180Z] #76 50.46 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-27T08:32:11.180Z] #76 50.48 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:32:11.180Z] #76 50.50 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-27T08:32:11.180Z] #76 50.53 Setting up patch (2.7.6-7) ... [2022-06-27T08:32:11.180Z] #76 50.55 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-27T08:32:11.180Z] #76 50.56 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-27T08:32:11.180Z] #76 50.59 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-27T08:32:11.180Z] #76 50.61 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-27T08:32:11.180Z] #76 50.62 Setting up libtool (2.4.6-15) ... [2022-06-27T08:32:11.180Z] #76 50.64 Setting up m4 (1.4.18-5) ... [2022-06-27T08:32:11.180Z] #76 50.74 Setting up dpkg-dev (1.20.10) ... [2022-06-27T08:32:11.180Z] #76 50.87 Setting up autoconf (2.69-14) ... [2022-06-27T08:32:11.180Z] #76 50.90 Setting up build-essential (12.9) ... [2022-06-27T08:32:11.180Z] #76 50.93 Setting up automake (1:1.16.3-2) ... [2022-06-27T08:32:11.180Z] #76 50.94 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-27T08:32:11.180Z] #76 50.95 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:32:11.180Z] #76 DONE 52.1s [2022-06-27T08:32:11.441Z] [2022-06-27T08:32:11.441Z] #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-27T08:32:11.441Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:32:11.441Z] #55 42.81 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-27T08:32:11.441Z] #55 43.72 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-27T08:32:11.441Z] #55 43.81 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-27T08:32:11.441Z] #55 43.92 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-27T08:32:11.441Z] #55 43.98 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-27T08:32:11.441Z] #55 44.00 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-27T08:32:11.441Z] #55 44.05 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-27T08:32:11.441Z] #55 44.08 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-27T08:32:11.441Z] #55 44.16 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-27T08:32:11.441Z] #55 44.27 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-27T08:32:11.441Z] #55 44.31 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-27T08:32:11.441Z] #55 44.50 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-27T08:32:11.441Z] #55 44.58 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-27T08:32:11.441Z] #55 44.81 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-27T08:32:11.441Z] #55 44.94 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-27T08:32:11.441Z] #55 45.04 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-27T08:32:11.441Z] #55 45.13 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-27T08:32:11.441Z] #55 45.26 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-27T08:32:11.441Z] #55 45.26 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-27T08:32:11.441Z] #55 45.40 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-27T08:32:11.441Z] #55 45.56 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-27T08:32:11.441Z] #55 45.71 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-27T08:32:11.441Z] #55 45.75 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-27T08:32:11.441Z] #55 45.81 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-27T08:32:11.441Z] #55 45.93 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-27T08:32:11.441Z] #55 45.95 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-27T08:32:11.441Z] #55 45.98 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-27T08:32:11.441Z] #55 46.06 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-27T08:32:11.441Z] #55 46.07 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-27T08:32:11.441Z] #55 46.08 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-27T08:32:11.441Z] #55 46.09 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-27T08:32:11.441Z] #55 46.12 go: downloading github.com/julz/importas v0.1.0 [2022-06-27T08:32:11.441Z] #55 46.12 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-27T08:32:11.441Z] #55 46.18 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-27T08:32:11.441Z] #55 46.19 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-27T08:32:11.441Z] #55 46.24 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-27T08:32:11.441Z] #55 46.27 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-27T08:32:11.441Z] #55 46.36 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-27T08:32:11.441Z] #55 46.38 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-27T08:32:11.441Z] #55 46.42 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-27T08:32:11.441Z] #55 46.46 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-27T08:32:11.441Z] #55 46.48 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-27T08:32:11.441Z] #55 46.52 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-27T08:32:11.441Z] #55 46.56 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-27T08:32:11.441Z] #55 47.13 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-27T08:32:11.441Z] #55 47.14 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-27T08:32:11.441Z] #55 47.15 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-27T08:32:11.441Z] #55 47.27 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-27T08:32:11.441Z] #55 47.32 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-27T08:32:11.441Z] #55 47.39 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-27T08:32:11.441Z] #55 47.40 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-27T08:32:11.441Z] #55 47.50 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-27T08:32:11.441Z] #55 47.61 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-27T08:32:11.441Z] #55 47.83 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-27T08:32:11.441Z] #55 47.83 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-27T08:32:11.441Z] #55 47.85 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-27T08:32:11.441Z] #55 47.90 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-27T08:32:11.441Z] #55 47.91 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-27T08:32:11.441Z] #55 48.01 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-27T08:32:11.441Z] #55 48.12 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-27T08:32:11.441Z] #55 48.15 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-27T08:32:11.441Z] #55 48.16 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-27T08:32:11.441Z] #55 48.24 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-27T08:32:11.441Z] #55 48.29 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-27T08:32:11.441Z] #55 48.31 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-27T08:32:11.441Z] #55 48.64 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-27T08:32:11.441Z] #55 48.67 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-27T08:32:11.441Z] #55 48.71 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-27T08:32:11.441Z] #55 48.77 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-27T08:32:11.441Z] #55 48.79 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-27T08:32:11.441Z] #55 49.21 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-27T08:32:11.441Z] #55 49.37 go: downloading honnef.co/go/tools v0.2.2 [2022-06-27T08:32:11.441Z] #55 50.92 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-27T08:32:11.441Z] #55 50.93 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-27T08:32:11.441Z] #55 51.09 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-27T08:32:11.441Z] #55 51.13 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-27T08:32:11.441Z] #55 51.19 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-27T08:32:11.441Z] #55 51.24 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-27T08:32:11.441Z] #55 51.33 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-27T08:32:11.441Z] #55 51.54 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-27T08:32:11.441Z] #55 51.55 go: downloading golang.org/x/text v0.3.7 [2022-06-27T08:32:11.702Z] #55 ... [2022-06-27T08:32:11.702Z] [2022-06-27T08:32:11.702Z] #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-27T08:32:11.702Z] #64 sha256:cfd6de62282f3f6f99c3f7a732342b1d13e5a199cdf1c8abf138637f159acb26 [2022-06-27T08:32:11.702Z] #64 0.940 + RM_GOPATH=0 [2022-06-27T08:32:11.702Z] #64 0.940 + TMP_GOPATH= [2022-06-27T08:32:11.702Z] #64 0.940 + : /build [2022-06-27T08:32:11.702Z] #64 0.940 + '[' -z '' ']' [2022-06-27T08:32:11.702Z] #64 0.943 ++ mktemp -d [2022-06-27T08:32:11.702Z] #64 0.974 + export GOPATH=/tmp/tmp.J1zdxqWP8G [2022-06-27T08:32:11.702Z] #64 0.974 + GOPATH=/tmp/tmp.J1zdxqWP8G [2022-06-27T08:32:11.702Z] #64 0.975 + RM_GOPATH=1 [2022-06-27T08:32:11.702Z] #64 0.975 + case "$(go env GOARCH)" in [2022-06-27T08:32:11.702Z] #64 0.976 ++ go env GOARCH [2022-06-27T08:32:11.702Z] #64 1.003 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:32:11.702Z] #64 1.003 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:32:11.702Z] #64 1.003 ++ dirname /install.sh [2022-06-27T08:32:11.702Z] #64 1.004 + dir=/ [2022-06-27T08:32:11.702Z] #64 1.004 + bin=containerd [2022-06-27T08:32:11.702Z] #64 1.004 + shift [2022-06-27T08:32:11.702Z] #64 1.004 + '[' '!' -f //containerd.installer ']' [2022-06-27T08:32:11.702Z] #64 1.004 + . //containerd.installer [2022-06-27T08:32:11.702Z] #64 1.004 ++ set -e [2022-06-27T08:32:11.702Z] #64 1.004 ++ : v1.6.6 [2022-06-27T08:32:11.702Z] #64 1.004 + install_containerd [2022-06-27T08:32:11.702Z] #64 1.005 + echo 'Install containerd version v1.6.6' [2022-06-27T08:32:11.702Z] #64 1.005 Install containerd version v1.6.6 [2022-06-27T08:32:11.702Z] #64 1.005 + git clone https://github.com/containerd/containerd.git /tmp/tmp.J1zdxqWP8G/src/github.com/containerd/containerd [2022-06-27T08:32:11.702Z] #64 1.087 Cloning into '/tmp/tmp.J1zdxqWP8G/src/github.com/containerd/containerd'... [2022-06-27T08:32:11.702Z] #64 ... [2022-06-27T08:32:11.702Z] [2022-06-27T08:32:11.702Z] #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-27T08:32:11.702Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:32:11.702Z] #14 43.47 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-27T08:32:11.702Z] #14 44.07 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-27T08:32:11.702Z] #14 45.05 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-27T08:32:11.702Z] #14 47.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-27T08:32:11.702Z] #14 47.76 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-27T08:32:11.702Z] #14 47.77 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-27T08:32:11.702Z] #14 47.77 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-27T08:32:11.702Z] #14 47.77 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-27T08:32:11.702Z] #14 47.77 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-27T08:32:11.702Z] #14 47.78 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-06-27T08:32:11.702Z] #14 47.79 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-27T08:32:11.702Z] #14 47.79 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-27T08:32:11.702Z] #14 47.81 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-27T08:32:11.702Z] #14 47.82 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-27T08:32:11.702Z] #14 47.83 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-27T08:32:11.702Z] #14 47.83 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-27T08:32:11.702Z] #14 47.88 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-27T08:32:11.702Z] #14 47.89 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-27T08:32:11.702Z] #14 47.89 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-27T08:32:11.702Z] #14 47.89 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-27T08:32:11.702Z] #14 48.81 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:32:11.702Z] #14 49.01 Fetched 115 MB in 9s (12.8 MB/s) [2022-06-27T08:32:11.702Z] #14 49.12 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-27T08:32:11.702Z] #14 49.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-27T08:32:11.702Z] #14 49.21 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-27T08:32:11.702Z] #14 49.21 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-27T08:32:11.702Z] #14 51.81 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-27T08:32:11.702Z] #14 51.81 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-27T08:32:11.702Z] #14 51.83 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-27T08:32:11.916Z] Client: Docker Engine - Community [2022-06-27T08:32:11.916Z] Version: 20.10.14 [2022-06-27T08:32:11.916Z] API version: 1.41 [2022-06-27T08:32:11.916Z] Go version: go1.16.15 [2022-06-27T08:32:11.916Z] Git commit: a224086 [2022-06-27T08:32:11.916Z] Built: Thu Mar 24 01:47:20 2022 [2022-06-27T08:32:11.916Z] OS/Arch: linux/arm64 [2022-06-27T08:32:11.916Z] Context: default [2022-06-27T08:32:11.916Z] Experimental: true [2022-06-27T08:32:11.916Z] [2022-06-27T08:32:11.916Z] Server: Docker Engine - Community [2022-06-27T08:32:11.916Z] Engine: [2022-06-27T08:32:11.916Z] Version: 20.10.14 [2022-06-27T08:32:11.916Z] API version: 1.41 (minimum version 1.12) [2022-06-27T08:32:11.916Z] Go version: go1.16.15 [2022-06-27T08:32:11.916Z] Git commit: 87a90dc [2022-06-27T08:32:11.916Z] Built: Thu Mar 24 01:45:39 2022 [2022-06-27T08:32:11.916Z] OS/Arch: linux/arm64 [2022-06-27T08:32:11.916Z] Experimental: true [2022-06-27T08:32:11.916Z] containerd: [2022-06-27T08:32:11.916Z] Version: 1.5.11 [2022-06-27T08:32:11.916Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-27T08:32:11.916Z] runc: [2022-06-27T08:32:11.916Z] Version: 1.0.3 [2022-06-27T08:32:11.916Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-27T08:32:11.916Z] docker-init: [2022-06-27T08:32:11.916Z] Version: 0.19.0 [2022-06-27T08:32:11.916Z] GitCommit: de40ad0 [2022-06-27T08:32:11.953Z] #19 88.66 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-06-27T08:32:11.953Z] #19 88.66 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:32:11.953Z] #19 88.67 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:32:11.953Z] #19 88.69 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-06-27T08:32:11.953Z] #19 88.69 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-06-27T08:32:11.953Z] #19 88.70 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-27T08:32:11.953Z] #19 88.91 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-06-27T08:32:11.953Z] #19 88.91 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-27T08:32:11.953Z] #19 88.91 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-27T08:32:11.953Z] #19 89.18 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-06-27T08:32:11.953Z] #19 89.18 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:11.953Z] #19 89.19 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:11.953Z] #19 89.45 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-06-27T08:32:11.953Z] #19 89.45 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [Pipeline] sh [2022-06-27T08:32:12.214Z] #19 89.45 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:32:12.238Z] + docker info [2022-06-27T08:32:14.246Z] #14 54.78 Selecting previously unselected package binutils-mingw-w64. [2022-06-27T08:32:14.246Z] #14 54.79 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-27T08:32:14.246Z] #14 54.80 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-27T08:32:14.246Z] #14 54.97 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-27T08:32:14.246Z] #14 54.98 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:32:14.246Z] #14 54.99 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:32:14.510Z] #14 55.19 Selecting previously unselected package dmsetup. [2022-06-27T08:32:14.510Z] #14 55.22 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:32:14.510Z] #14 55.23 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-27T08:32:14.510Z] #14 55.43 Selecting previously unselected package mingw-w64-common. [2022-06-27T08:32:14.771Z] #14 55.45 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-27T08:32:14.771Z] #14 55.46 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-27T08:32:16.419Z] #19 93.79 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-06-27T08:32:16.419Z] #19 93.79 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:32:16.419Z] #19 93.80 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:32:16.419Z] #19 93.82 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-06-27T08:32:16.419Z] #19 93.82 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-06-27T08:32:16.419Z] #19 93.83 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-06-27T08:32:16.419Z] #19 93.85 Selecting previously unselected package libc6-s390x-cross. [2022-06-27T08:32:16.419Z] #19 93.86 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-06-27T08:32:16.419Z] #19 93.86 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-06-27T08:32:16.728Z] #19 93.99 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-06-27T08:32:16.728Z] #19 93.99 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:16.728Z] #19 94.00 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:16.728Z] #19 94.02 Selecting previously unselected package libgomp1-s390x-cross. [2022-06-27T08:32:16.728Z] #19 94.03 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:16.728Z] #19 94.03 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:16.728Z] #19 94.06 Selecting previously unselected package libitm1-s390x-cross. [2022-06-27T08:32:16.728Z] #19 94.07 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:16.728Z] #19 94.07 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:16.728Z] #19 94.10 Selecting previously unselected package libatomic1-s390x-cross. [2022-06-27T08:32:16.728Z] #19 94.10 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:16.728Z] #19 94.10 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:16.728Z] #19 94.13 Selecting previously unselected package libasan6-s390x-cross. [2022-06-27T08:32:16.728Z] #19 94.13 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:16.728Z] #19 94.13 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:17.022Z] #19 94.39 Selecting previously unselected package libstdc++6-s390x-cross. [2022-06-27T08:32:17.022Z] #19 94.39 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:17.022Z] #19 94.39 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:17.022Z] #19 94.46 Selecting previously unselected package libubsan1-s390x-cross. [2022-06-27T08:32:17.022Z] #19 94.47 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:17.022Z] #19 94.47 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:17.284Z] #19 94.57 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-06-27T08:32:17.284Z] #19 94.57 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:17.284Z] #19 94.58 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:17.407Z] #14 ... [2022-06-27T08:32:17.407Z] [2022-06-27T08:32:17.407Z] #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-27T08:32:17.407Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:32:17.407Z] #42 47.96 Selecting previously unselected package libicu67:amd64. [2022-06-27T08:32:17.407Z] #42 47.97 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-27T08:32:17.407Z] #42 47.98 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-27T08:32:17.407Z] #42 54.71 Selecting previously unselected package libxml2:amd64. [2022-06-27T08:32:17.407Z] #42 54.71 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-27T08:32:17.407Z] #42 54.72 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-27T08:32:17.407Z] #42 55.35 Selecting previously unselected package libarchive13:amd64. [2022-06-27T08:32:17.407Z] #42 55.35 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-27T08:32:17.407Z] #42 55.35 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-27T08:32:17.407Z] #42 55.73 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-27T08:32:17.407Z] #42 55.76 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-27T08:32:17.407Z] #42 55.77 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-27T08:32:17.407Z] #42 55.91 Selecting previously unselected package librhash0:amd64. [2022-06-27T08:32:17.407Z] #42 55.91 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-27T08:32:17.407Z] #42 55.94 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-27T08:32:17.407Z] #42 56.12 Selecting previously unselected package libuv1:amd64. [2022-06-27T08:32:17.407Z] #42 56.12 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-27T08:32:17.407Z] #42 56.13 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-27T08:32:17.407Z] #42 56.33 Selecting previously unselected package cmake. [2022-06-27T08:32:17.407Z] #42 56.33 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-27T08:32:17.407Z] #42 56.34 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-27T08:32:17.407Z] #42 ... [2022-06-27T08:32:17.407Z] [2022-06-27T08:32:17.407Z] #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-27T08:32:17.407Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:32:17.407Z] #55 58.17 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-27T08:32:17.407Z] #55 58.26 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-27T08:32:17.407Z] #55 58.26 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-27T08:32:17.407Z] #55 58.33 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-27T08:32:17.546Z] #19 94.77 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-06-27T08:32:17.546Z] #19 94.77 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:32:17.546Z] #19 94.79 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:32:17.668Z] #55 58.45 go: downloading golang.org/x/mod v0.5.1 [2022-06-27T08:32:17.668Z] #55 58.46 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-27T08:32:17.668Z] #55 58.54 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-27T08:32:17.933Z] #55 58.66 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-27T08:32:17.933Z] #55 58.68 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-27T08:32:17.933Z] #55 58.86 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-27T08:32:17.933Z] #55 58.90 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-27T08:32:17.933Z] #55 ... [2022-06-27T08:32:17.933Z] [2022-06-27T08:32:17.933Z] #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-27T08:32:17.933Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:32:17.933Z] #51 48.62 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:32:17.933Z] #51 50.52 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-27T08:32:17.933Z] #51 50.62 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:32:17.933Z] #51 50.66 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:32:17.933Z] #51 50.68 Setting up python3-six (1.16.0-2) ... [2022-06-27T08:32:17.933Z] #51 52.11 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-27T08:32:17.933Z] #51 52.17 Setting up python3-protobuf (3.12.4-1) ... [2022-06-27T08:32:17.933Z] #51 56.29 Setting up criu (3.17-1) ... [2022-06-27T08:32:17.933Z] #51 58.43 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:32:18.196Z] #51 ... [2022-06-27T08:32:18.196Z] [2022-06-27T08:32:18.196Z] #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-27T08:32:18.196Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:32:18.196Z] #55 58.99 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-27T08:32:18.459Z] #55 59.37 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-27T08:32:18.459Z] #55 59.46 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-27T08:32:18.459Z] #55 59.47 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-27T08:32:18.730Z] #55 ... [2022-06-27T08:32:18.730Z] [2022-06-27T08:32:18.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-27T08:32:18.730Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:32:18.730Z] #51 DONE 59.5s [2022-06-27T08:32:18.990Z] [2022-06-27T08:32:18.990Z] #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-27T08:32:18.990Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:32:18.990Z] #77 0.924 Cloning into '/tmp/crun-build'... [2022-06-27T08:32:19.251Z] #77 ... [2022-06-27T08:32:19.251Z] [2022-06-27T08:32:19.251Z] #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-27T08:32:19.251Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:32:19.251Z] #55 60.07 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-27T08:32:19.251Z] #55 60.12 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-27T08:32:19.511Z] #55 60.34 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-27T08:32:19.511Z] #55 60.38 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-27T08:32:19.511Z] #55 60.43 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-27T08:32:19.772Z] #55 60.66 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-27T08:32:20.032Z] #55 60.97 go: downloading github.com/prometheus/common v0.10.0 [2022-06-27T08:32:20.294Z] #55 61.23 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-27T08:32:20.554Z] #55 61.30 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-27T08:32:20.554Z] #55 61.38 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-27T08:32:21.497Z] #55 ... [2022-06-27T08:32:21.497Z] [2022-06-27T08:32:21.497Z] #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-27T08:32:21.497Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:32:21.497Z] #42 61.72 Setting up libicu67:amd64 (67.1-7) ... [2022-06-27T08:32:21.497Z] #42 61.76 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:32:21.497Z] #42 61.79 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-27T08:32:21.497Z] #42 61.80 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:32:21.497Z] #42 61.86 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-27T08:32:21.497Z] #42 61.89 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-27T08:32:21.497Z] #42 61.91 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-27T08:32:21.497Z] #42 61.95 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-27T08:32:21.497Z] #42 61.96 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-27T08:32:21.497Z] #42 61.98 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-27T08:32:21.497Z] #42 61.99 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:32:21.497Z] #42 DONE 62.3s [2022-06-27T08:32:21.497Z] [2022-06-27T08:32:21.497Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-27T08:32:21.497Z] #43 sha256:2bf45769a7c593c8c3c5364482d0c27e6e42dba753b3bb9519dfd2923554ac9e [2022-06-27T08:32:21.497Z] #43 DONE 0.1s [2022-06-27T08:32:21.497Z] [2022-06-27T08:32:21.497Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-27T08:32:21.497Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:32:21.497Z] #14 61.95 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-27T08:32:21.497Z] #14 61.95 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-27T08:32:21.497Z] #14 61.96 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-27T08:32:21.754Z] #19 99.22 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-06-27T08:32:22.015Z] #19 99.22 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:32:22.015Z] #19 99.22 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:32:22.015Z] #19 99.25 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-06-27T08:32:22.015Z] #19 99.25 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-06-27T08:32:22.015Z] #19 99.25 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-27T08:32:22.015Z] #19 99.43 Selecting previously unselected package libc6-dev-s390x-cross. [2022-06-27T08:32:22.015Z] #19 99.43 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-06-27T08:32:22.015Z] #19 99.43 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-27T08:32:22.275Z] #19 99.66 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-06-27T08:32:22.535Z] #19 99.66 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-27T08:32:22.535Z] #19 99.67 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:22.536Z] #19 99.92 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-06-27T08:32:22.796Z] #19 99.93 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-27T08:32:22.796Z] #19 99.93 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:32:26.786Z] #14 ... [2022-06-27T08:32:26.786Z] [2022-06-27T08:32:26.786Z] #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-27T08:32:26.786Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-27T08:32:26.786Z] #53 66.41 gotestsum version dev [2022-06-27T08:32:26.786Z] #53 DONE 67.2s [2022-06-27T08:32:26.786Z] [2022-06-27T08:32:26.786Z] #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-27T08:32:26.786Z] #44 sha256:c067a005c6b892e5a6c55fd3118650080603a0de9a2cab525db3aea827c90578 [2022-06-27T08:32:26.786Z] #44 0.940 + RM_GOPATH=0 [2022-06-27T08:32:26.786Z] #44 0.940 + TMP_GOPATH= [2022-06-27T08:32:26.786Z] #44 0.940 + : /build [2022-06-27T08:32:26.786Z] #44 0.940 + '[' -z '' ']' [2022-06-27T08:32:26.786Z] #44 0.940 ++ mktemp -d [2022-06-27T08:32:26.786Z] #44 0.948 + export GOPATH=/tmp/tmp.yKyZ5K3rEp [2022-06-27T08:32:26.786Z] #44 0.948 + GOPATH=/tmp/tmp.yKyZ5K3rEp [2022-06-27T08:32:26.786Z] #44 0.948 + RM_GOPATH=1 [2022-06-27T08:32:26.786Z] #44 0.948 + case "$(go env GOARCH)" in [2022-06-27T08:32:26.786Z] #44 0.949 ++ go env GOARCH [2022-06-27T08:32:26.786Z] #44 0.976 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:32:26.786Z] #44 0.976 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:32:26.786Z] #44 0.977 ++ dirname /install.sh [2022-06-27T08:32:26.786Z] #44 0.984 + dir=/ [2022-06-27T08:32:26.786Z] #44 0.984 + bin=tini [2022-06-27T08:32:26.786Z] #44 0.984 + shift [2022-06-27T08:32:26.786Z] #44 0.985 + '[' '!' -f //tini.installer ']' [2022-06-27T08:32:26.786Z] #44 0.985 + . //tini.installer [2022-06-27T08:32:26.786Z] #44 0.986 ++ : v0.19.0 [2022-06-27T08:32:26.786Z] #44 0.986 + install_tini [2022-06-27T08:32:26.786Z] #44 0.986 + echo 'Install tini version v0.19.0' [2022-06-27T08:32:26.786Z] #44 0.987 Install tini version v0.19.0 [2022-06-27T08:32:26.786Z] #44 0.988 + git clone https://github.com/krallin/tini.git /tmp/tmp.yKyZ5K3rEp/tini [2022-06-27T08:32:26.786Z] #44 1.001 Cloning into '/tmp/tmp.yKyZ5K3rEp/tini'... [2022-06-27T08:32:26.786Z] #44 1.702 + cd /tmp/tmp.yKyZ5K3rEp/tini [2022-06-27T08:32:26.786Z] #44 1.702 + git checkout -q v0.19.0 [2022-06-27T08:32:26.786Z] #44 1.724 + cmake . [2022-06-27T08:32:26.786Z] #44 2.273 -- The C compiler identification is GNU 10.2.1 [2022-06-27T08:32:26.786Z] #44 2.361 -- Detecting C compiler ABI info [2022-06-27T08:32:26.786Z] #44 3.021 -- Detecting C compiler ABI info - done [2022-06-27T08:32:26.786Z] #44 3.157 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-27T08:32:26.786Z] #44 3.176 -- Detecting C compile features [2022-06-27T08:32:26.786Z] #44 3.178 -- Detecting C compile features - done [2022-06-27T08:32:26.786Z] #44 3.218 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-27T08:32:26.786Z] #44 3.489 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-27T08:32:26.786Z] #44 3.582 -- Configuring done [2022-06-27T08:32:26.786Z] #44 3.611 -- Generating done [2022-06-27T08:32:26.786Z] #44 3.617 -- Build files have been written to: /tmp/tmp.yKyZ5K3rEp/tini [2022-06-27T08:32:26.786Z] #44 3.632 + make tini-static [2022-06-27T08:32:26.786Z] #44 3.992 Scanning dependencies of target tini-static [2022-06-27T08:32:26.786Z] #44 4.118 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-27T08:32:26.999Z] #19 104.1 Selecting previously unselected package g++-s390x-linux-gnu. [2022-06-27T08:32:26.999Z] #19 104.1 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-27T08:32:26.999Z] #19 104.1 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:32:26.999Z] #19 104.1 Selecting previously unselected package crossbuild-essential-s390x. [2022-06-27T08:32:26.999Z] #19 104.1 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-06-27T08:32:26.999Z] #19 104.1 Unpacking crossbuild-essential-s390x (12.9) ... [2022-06-27T08:32:26.999Z] #19 104.2 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-06-27T08:32:26.999Z] #19 104.2 Setting up libfile-which-perl (1.23-1) ... [2022-06-27T08:32:26.999Z] #19 104.2 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-27T08:32:26.999Z] #19 104.2 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-06-27T08:32:26.999Z] #19 104.2 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-27T08:32:26.999Z] #19 104.2 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-27T08:32:26.999Z] #19 104.2 Setting up libicu67:amd64 (67.1-7) ... [2022-06-27T08:32:26.999Z] #19 104.2 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-27T08:32:26.999Z] #19 104.2 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-27T08:32:26.999Z] #19 104.2 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-06-27T08:32:26.999Z] #19 104.3 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-27T08:32:26.999Z] #19 104.3 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-27T08:32:26.999Z] #19 104.3 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-27T08:32:26.999Z] #19 104.3 Setting up file (1:5.39-3) ... [2022-06-27T08:32:26.999Z] #19 104.3 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-27T08:32:26.999Z] #19 104.3 Setting up bzip2 (1.0.8-4) ... [2022-06-27T08:32:26.999Z] #19 104.3 Setting up libyaml-perl (1.30-1) ... [2022-06-27T08:32:26.999Z] #19 104.3 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-27T08:32:26.999Z] #19 104.3 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-06-27T08:32:26.999Z] #19 104.3 Setting up libio-string-perl (1.08-3.1) ... [2022-06-27T08:32:26.999Z] #19 104.4 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-27T08:32:26.999Z] #19 104.4 Setting up cross-config (2.6.18+nmu1) ... [2022-06-27T08:32:27.163Z] Client: [2022-06-27T08:32:27.163Z] Context: default [2022-06-27T08:32:27.163Z] Debug Mode: false [2022-06-27T08:32:27.163Z] Plugins: [2022-06-27T08:32:27.163Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-27T08:32:27.163Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-27T08:32:27.163Z] [2022-06-27T08:32:27.163Z] Server: [2022-06-27T08:32:27.163Z] Containers: 0 [2022-06-27T08:32:27.163Z] Running: 0 [2022-06-27T08:32:27.163Z] Paused: 0 [2022-06-27T08:32:27.163Z] Stopped: 0 [2022-06-27T08:32:27.163Z] Images: 0 [2022-06-27T08:32:27.163Z] Server Version: 20.10.14 [2022-06-27T08:32:27.163Z] Storage Driver: overlay2 [2022-06-27T08:32:27.163Z] Backing Filesystem: extfs [2022-06-27T08:32:27.163Z] Supports d_type: true [2022-06-27T08:32:27.163Z] Native Overlay Diff: true [2022-06-27T08:32:27.163Z] userxattr: false [2022-06-27T08:32:27.163Z] Logging Driver: json-file [2022-06-27T08:32:27.163Z] Cgroup Driver: cgroupfs [2022-06-27T08:32:27.163Z] Cgroup Version: 1 [2022-06-27T08:32:27.163Z] Plugins: [2022-06-27T08:32:27.163Z] Volume: local [2022-06-27T08:32:27.163Z] Network: bridge host ipvlan macvlan null overlay [2022-06-27T08:32:27.163Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-27T08:32:27.163Z] Swarm: inactive [2022-06-27T08:32:27.163Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-27T08:32:27.163Z] Default Runtime: runc [2022-06-27T08:32:27.163Z] Init Binary: docker-init [2022-06-27T08:32:27.163Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-27T08:32:27.163Z] runc version: v1.0.3-0-gf46b6ba [2022-06-27T08:32:27.163Z] init version: de40ad0 [2022-06-27T08:32:27.163Z] Security Options: [2022-06-27T08:32:27.163Z] apparmor [2022-06-27T08:32:27.163Z] seccomp [2022-06-27T08:32:27.163Z] Profile: default [2022-06-27T08:32:27.163Z] Kernel Version: 5.13.0-1021-aws [2022-06-27T08:32:27.163Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-27T08:32:27.163Z] OSType: linux [2022-06-27T08:32:27.163Z] Architecture: aarch64 [2022-06-27T08:32:27.163Z] CPUs: 2 [2022-06-27T08:32:27.163Z] Total Memory: 7.562GiB [2022-06-27T08:32:27.163Z] Name: ip-10-100-46-69 [2022-06-27T08:32:27.163Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-06-27T08:32:27.163Z] Docker Root Dir: /var/lib/docker [2022-06-27T08:32:27.163Z] Debug Mode: false [2022-06-27T08:32:27.163Z] Registry: https://index.docker.io/v1/ [2022-06-27T08:32:27.163Z] Labels: [2022-06-27T08:32:27.163Z] Experimental: true [2022-06-27T08:32:27.163Z] Insecure Registries: [2022-06-27T08:32:27.163Z] 127.0.0.0/8 [2022-06-27T08:32:27.163Z] Live Restore Enabled: true [2022-06-27T08:32:27.163Z] [Pipeline] sh [2022-06-27T08:32:27.259Z] #19 104.5 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:32:27.259Z] #19 104.5 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-27T08:32:27.259Z] #19 104.5 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-06-27T08:32:27.259Z] #19 104.5 Setting up patch (2.7.6-7) ... [2022-06-27T08:32:27.259Z] #19 104.5 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-27T08:32:27.259Z] #19 104.5 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-27T08:32:27.259Z] #19 104.5 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.259Z] #19 104.5 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-27T08:32:27.259Z] #19 104.5 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-06-27T08:32:27.259Z] #19 104.6 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.259Z] #19 104.6 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.259Z] #19 104.6 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-27T08:32:27.259Z] #19 104.6 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-27T08:32:27.259Z] #19 104.6 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.259Z] #19 104.6 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:32:27.259Z] #19 104.6 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-27T08:32:27.259Z] #19 104.6 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-27T08:32:27.259Z] #19 104.6 Setting up libfile-homedir-perl (1.006-1) ... [2022-06-27T08:32:27.259Z] #19 104.6 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-27T08:32:27.259Z] #19 104.7 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.259Z] #19 104.7 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-27T08:32:27.259Z] #19 104.7 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-27T08:32:27.259Z] #19 104.7 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-06-27T08:32:27.259Z] #19 104.7 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:32:27.259Z] #19 104.7 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-27T08:32:27.259Z] #19 104.7 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-27T08:32:27.259Z] #19 104.7 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.259Z] #19 104.7 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-27T08:32:27.259Z] #19 104.7 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.259Z] #19 104.8 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.357Z] #44 5.831 [100%] Linking C executable tini-static [2022-06-27T08:32:27.454Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-27T08:32:27.454Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-27T08:32:27.454Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43745/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-27T08:32:27.454Z] + bash /home/ubuntu/workspace/moby_PR-43745/check-config.sh [2022-06-27T08:32:27.454Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-27T08:32:27.454Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-06-27T08:32:27.454Z] [2022-06-27T08:32:27.454Z] Generally Necessary: [2022-06-27T08:32:27.454Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-27T08:32:27.454Z] - apparmor: enabled and tools installed [2022-06-27T08:32:27.454Z] - CONFIG_NAMESPACES: enabled [2022-06-27T08:32:27.454Z] - CONFIG_NET_NS: enabled [2022-06-27T08:32:27.454Z] - CONFIG_PID_NS: enabled [2022-06-27T08:32:27.454Z] - CONFIG_IPC_NS: enabled [2022-06-27T08:32:27.454Z] - CONFIG_UTS_NS: enabled [2022-06-27T08:32:27.454Z] - CONFIG_CGROUPS: enabled [2022-06-27T08:32:27.454Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-27T08:32:27.454Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-27T08:32:27.454Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-27T08:32:27.454Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-27T08:32:27.454Z] - CONFIG_CPUSETS: enabled [2022-06-27T08:32:27.454Z] - CONFIG_MEMCG: enabled [2022-06-27T08:32:27.454Z] - CONFIG_KEYS: enabled [2022-06-27T08:32:27.454Z] - CONFIG_VETH: enabled (as module) [2022-06-27T08:32:27.454Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-27T08:32:27.454Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-27T08:32:27.454Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-27T08:32:27.454Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-27T08:32:27.520Z] #19 104.8 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.520Z] #19 104.8 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.520Z] #19 104.8 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.520Z] #19 104.8 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.520Z] #19 104.8 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-27T08:32:27.520Z] #19 104.8 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.520Z] #19 104.8 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.520Z] #19 104.8 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.520Z] #19 104.8 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.520Z] #19 104.9 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-27T08:32:27.520Z] #19 104.9 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.520Z] #19 104.9 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.520Z] #19 104.9 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.520Z] #19 104.9 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-27T08:32:27.520Z] #19 104.9 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.520Z] #19 104.9 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.520Z] #19 104.9 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.520Z] #19 104.9 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-06-27T08:32:27.520Z] #19 105.0 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-06-27T08:32:27.618Z] #44 ... [2022-06-27T08:32:27.618Z] [2022-06-27T08:32:27.618Z] #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-27T08:32:27.618Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:32:27.618Z] #14 68.57 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-27T08:32:27.618Z] #14 68.58 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:32:27.618Z] #14 68.58 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-27T08:32:27.716Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-27T08:32:27.716Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-27T08:32:27.716Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-27T08:32:27.716Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-27T08:32:27.716Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-27T08:32:27.716Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-27T08:32:27.716Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-27T08:32:27.716Z] - CONFIG_CGROUP_BPF: enabled [2022-06-27T08:32:27.716Z] [2022-06-27T08:32:27.716Z] Optional Features: [2022-06-27T08:32:27.716Z] - CONFIG_USER_NS: enabled [2022-06-27T08:32:27.716Z] - CONFIG_SECCOMP: enabled [2022-06-27T08:32:27.716Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-27T08:32:27.716Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-27T08:32:27.716Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-27T08:32:27.716Z] (cgroup swap accounting is currently enabled) [2022-06-27T08:32:27.716Z] - CONFIG_BLK_CGROUP: enabled [2022-06-27T08:32:27.716Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-27T08:32:27.716Z] - CONFIG_CGROUP_PERF: enabled [2022-06-27T08:32:27.716Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-27T08:32:27.716Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-27T08:32:27.716Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-27T08:32:27.716Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-27T08:32:27.716Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-27T08:32:27.716Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-27T08:32:27.716Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-27T08:32:27.716Z] - CONFIG_IP_VS: enabled (as module) [2022-06-27T08:32:27.716Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-27T08:32:27.716Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-27T08:32:27.716Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-27T08:32:27.716Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-27T08:32:27.716Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-27T08:32:27.716Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-27T08:32:27.716Z] - CONFIG_EXT4_FS: enabled [2022-06-27T08:32:27.716Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-27T08:32:27.716Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-27T08:32:27.780Z] #19 105.1 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-27T08:32:27.780Z] #19 105.2 [2022-06-27T08:32:27.780Z] #19 105.2 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-27T08:32:27.780Z] #19 105.2 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.780Z] #19 105.2 Setting up dpkg-dev (1.20.10) ... [2022-06-27T08:32:27.780Z] #19 105.3 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:32:27.879Z] #14 68.71 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-27T08:32:27.879Z] #14 68.71 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:32:27.879Z] #14 68.72 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-27T08:32:27.982Z] - Network Drivers: [2022-06-27T08:32:27.982Z] - "overlay": [2022-06-27T08:32:27.982Z] - CONFIG_VXLAN: enabled (as module) [2022-06-27T08:32:27.982Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-27T08:32:27.982Z] Optional (for encrypted networks): [2022-06-27T08:32:27.982Z] - CONFIG_CRYPTO: enabled [2022-06-27T08:32:27.982Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-27T08:32:27.982Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-27T08:32:27.982Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-27T08:32:27.982Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-27T08:32:27.982Z] - CONFIG_XFRM: enabled [2022-06-27T08:32:27.982Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-27T08:32:27.983Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-27T08:32:27.983Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-27T08:32:28.041Z] #19 105.3 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-27T08:32:28.041Z] #19 105.3 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.041Z] #19 105.3 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.041Z] #19 105.3 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.041Z] #19 105.3 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.041Z] #19 105.3 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-27T08:32:28.041Z] #19 105.3 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.041Z] #19 105.3 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.041Z] #19 105.4 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.041Z] #19 105.4 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.041Z] #19 105.4 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-27T08:32:28.041Z] #19 105.4 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-06-27T08:32:28.041Z] #19 105.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-06-27T08:32:28.244Z] - "ipvlan": [2022-06-27T08:32:28.244Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-27T08:32:28.244Z] - "macvlan": [2022-06-27T08:32:28.244Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-27T08:32:28.244Z] - CONFIG_DUMMY: enabled (as module) [2022-06-27T08:32:28.244Z] - "ftp,tftp client in container": [2022-06-27T08:32:28.244Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-27T08:32:28.244Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-27T08:32:28.244Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-27T08:32:28.244Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-27T08:32:28.244Z] - Storage Drivers: [2022-06-27T08:32:28.244Z] - "aufs": [2022-06-27T08:32:28.244Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-27T08:32:28.244Z] - "btrfs": [2022-06-27T08:32:28.244Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-27T08:32:28.244Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-27T08:32:28.244Z] - "devicemapper": [2022-06-27T08:32:28.244Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-27T08:32:28.244Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-27T08:32:28.244Z] - "overlay": [2022-06-27T08:32:28.244Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-27T08:32:28.244Z] - "zfs": [2022-06-27T08:32:28.244Z] - /dev/zfs: present [2022-06-27T08:32:28.244Z] - zfs command: missing [2022-06-27T08:32:28.244Z] - zpool command: missing [2022-06-27T08:32:28.244Z] [2022-06-27T08:32:28.244Z] Limits: [2022-06-27T08:32:28.244Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-27T08:32:28.244Z] [2022-06-27T08:32:28.244Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-27T08:32:28.301Z] #19 105.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-27T08:32:28.301Z] #19 105.7 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-27T08:32:28.301Z] #19 105.7 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:32:28.301Z] #19 105.7 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:32:28.301Z] #19 105.7 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.301Z] #19 105.7 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-27T08:32:28.301Z] #19 105.7 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.301Z] #19 105.7 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.450Z] #14 ... [2022-06-27T08:32:28.450Z] [2022-06-27T08:32:28.450Z] #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-27T08:32:28.450Z] #44 sha256:c067a005c6b892e5a6c55fd3118650080603a0de9a2cab525db3aea827c90578 [2022-06-27T08:32:28.450Z] #44 6.495 [100%] Built target tini-static [2022-06-27T08:32:28.450Z] #44 6.545 + mkdir -p /build [2022-06-27T08:32:28.450Z] #44 6.547 + cp tini-static /build/docker-init [2022-06-27T08:32:28.450Z] #44 DONE 6.7s [2022-06-27T08:32:28.450Z] [2022-06-27T08:32:28.450Z] #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-27T08:32:28.450Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:32:28.450Z] #77 7.983 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-27T08:32:28.450Z] #77 8.050 Cloning into '/tmp/crun-build/libocispec'... [2022-06-27T08:32:28.450Z] #77 9.463 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-27T08:32:28.450Z] #77 9.485 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-27T08:32:28.450Z] #77 9.493 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-27T08:32:28.450Z] #77 9.494 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-27T08:32:28.450Z] #77 9.512 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-27T08:32:28.450Z] #77 12.01 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-27T08:32:28.450Z] #77 13.99 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-27T08:32:28.450Z] #77 15.43 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-27T08:32:28.450Z] #77 15.70 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-27T08:32:28.450Z] #77 16.01 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-27T08:32:28.561Z] #19 105.8 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:32:28.561Z] #19 105.8 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 105.8 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 105.8 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 105.8 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 105.8 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 105.8 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 105.8 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 105.8 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 105.8 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:32:28.561Z] #19 105.9 Setting up libxml-simple-perl (2.25-1) ... [2022-06-27T08:32:28.561Z] #19 105.9 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-27T08:32:28.561Z] #19 105.9 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 105.9 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-27T08:32:28.561Z] #19 105.9 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 105.9 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 105.9 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 105.9 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 105.9 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 105.9 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-06-27T08:32:28.561Z] #19 105.9 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 106.0 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 106.0 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 106.0 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 106.0 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-27T08:32:28.561Z] #19 106.0 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 106.0 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-27T08:32:28.561Z] #19 106.0 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:32:28.561Z] #19 106.0 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 106.0 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 106.0 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:32:28.561Z] #19 106.1 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-27T08:32:28.579Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 . [2022-06-27T08:32:28.822Z] #19 106.1 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:32:28.822Z] #19 106.1 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:32:28.822Z] #19 106.1 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-27T08:32:28.822Z] #19 106.1 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:32:28.822Z] #19 106.1 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-06-27T08:32:28.822Z] #19 106.1 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:32:28.822Z] #19 106.1 Setting up crossbuild-essential-armel (12.9) ... [2022-06-27T08:32:28.822Z] #19 106.2 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-27T08:32:28.822Z] #19 106.2 Setting up crossbuild-essential-armhf (12.9) ... [2022-06-27T08:32:28.822Z] #19 106.2 Setting up crossbuild-essential-arm64 (12.9) ... [2022-06-27T08:32:28.822Z] #19 106.2 Setting up crossbuild-essential-s390x (12.9) ... [2022-06-27T08:32:28.822Z] #19 106.2 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-06-27T08:32:28.822Z] #19 106.2 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:32:28.840Z] #1 [internal] load build definition from Dockerfile [2022-06-27T08:32:28.840Z] #1 sha256:a87fdd5fd90f8698b2240078af1056c9bd946a9b56f5f34b6bd1210f79f1c3ae [2022-06-27T08:32:28.840Z] #1 transferring dockerfile: 18.90kB done [2022-06-27T08:32:28.840Z] #1 DONE 0.1s [2022-06-27T08:32:28.840Z] [2022-06-27T08:32:28.840Z] #2 [internal] load .dockerignore [2022-06-27T08:32:28.840Z] #2 sha256:fa489e6536317865e9237af2f8a0529d6908637dc0567fbad917d7cf159e7113 [2022-06-27T08:32:28.840Z] #2 transferring context: 145B done [2022-06-27T08:32:28.840Z] #2 DONE 0.1s [2022-06-27T08:32:28.840Z] [2022-06-27T08:32:28.840Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-27T08:32:28.840Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-06-27T08:32:29.417Z] #3 DONE 0.4s [2022-06-27T08:32:29.417Z] [2022-06-27T08:32:29.417Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-27T08:32:29.417Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-06-27T08:32:29.417Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-27T08:32:29.417Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-27T08:32:29.417Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-06-27T08:32:29.417Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-06-27T08:32:29.418Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0B / 9.06MB 0.1s [2022-06-27T08:32:29.418Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 8.39MB / 9.06MB 0.3s [2022-06-27T08:32:29.679Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.4s [2022-06-27T08:32:29.941Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.5s done [2022-06-27T08:32:29.941Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s [2022-06-27T08:32:29.941Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-06-27T08:32:29.941Z] #4 DONE 0.8s [2022-06-27T08:32:30.206Z] #19 DONE 107.4s [2022-06-27T08:32:30.206Z] [2022-06-27T08:32:30.206Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-27T08:32:30.206Z] #73 sha256:963ec397b4d3372e9452ec2bbc4dc6fee0e795c9efd85df46f91d60055283acb [2022-06-27T08:32:30.206Z] #73 DONE 0.1s [2022-06-27T08:32:30.206Z] [2022-06-27T08:32:30.206Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-27T08:32:30.206Z] #32 sha256:760683a05842959ccec604117e1753d87e50d6ba258f35951a5c355f62a0b409 [2022-06-27T08:32:30.206Z] #32 DONE 0.2s [2022-06-27T08:32:30.206Z] [2022-06-27T08:32:30.206Z] #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-27T08:32:30.206Z] #33 sha256:f467f490ae4d33ea7e8dfec8c6be3f3aa499019fa7b4a313527731295863210c [2022-06-27T08:32:30.516Z] [2022-06-27T08:32:30.516Z] #6 [internal] load build definition from Dockerfile [2022-06-27T08:32:30.516Z] #6 sha256:45f6e4e16b72e933c92c5bcc210a2fed096942df7f3e95d4ef0c1c63a36815f3 [2022-06-27T08:32:30.516Z] #6 DONE 0.0s [2022-06-27T08:32:30.516Z] [2022-06-27T08:32:30.516Z] #5 [internal] load .dockerignore [2022-06-27T08:32:30.516Z] #5 sha256:fec3764536f9478efb43ff66b8bcdbf7a6503ed0756a10c240aa5839b263c4c4 [2022-06-27T08:32:30.516Z] #5 DONE 0.0s [2022-06-27T08:32:30.516Z] [2022-06-27T08:32:30.516Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-27T08:32:30.516Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-27T08:32:31.089Z] #10 DONE 0.8s [2022-06-27T08:32:31.089Z] [2022-06-27T08:32:31.089Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-27T08:32:31.089Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-27T08:32:31.089Z] #8 DONE 0.7s [2022-06-27T08:32:31.089Z] [2022-06-27T08:32:31.089Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-27T08:32:31.089Z] #9 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-06-27T08:32:31.089Z] #9 DONE 0.7s [2022-06-27T08:32:31.089Z] [2022-06-27T08:32:31.089Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-27T08:32:31.089Z] #7 sha256:254888d0473df42f3d8363fa8d89e38569261e00a1ef9639c42f1a611adbd0d7 [2022-06-27T08:32:31.089Z] #7 DONE 0.8s [2022-06-27T08:32:31.570Z] Client: [2022-06-27T08:32:31.570Z] Context: default [2022-06-27T08:32:31.570Z] Debug Mode: false [2022-06-27T08:32:31.570Z] Plugins: [2022-06-27T08:32:31.570Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-27T08:32:31.570Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-27T08:32:31.570Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-27T08:32:31.570Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-27T08:32:31.570Z] [2022-06-27T08:32:31.570Z] Server: [2022-06-27T08:32:31.570Z] Containers: 0 [2022-06-27T08:32:31.570Z] Running: 0 [2022-06-27T08:32:31.570Z] Paused: 0 [2022-06-27T08:32:31.570Z] Stopped: 0 [2022-06-27T08:32:31.570Z] Images: 0 [2022-06-27T08:32:31.570Z] Server Version: 20.10.14 [2022-06-27T08:32:31.570Z] Storage Driver: overlay2 [2022-06-27T08:32:31.570Z] Backing Filesystem: extfs [2022-06-27T08:32:31.570Z] Supports d_type: true [2022-06-27T08:32:31.570Z] Native Overlay Diff: true [2022-06-27T08:32:31.570Z] userxattr: false [2022-06-27T08:32:31.570Z] Logging Driver: json-file [2022-06-27T08:32:31.570Z] Cgroup Driver: cgroupfs [2022-06-27T08:32:31.570Z] Cgroup Version: 1 [2022-06-27T08:32:31.570Z] Plugins: [2022-06-27T08:32:31.570Z] Volume: local [2022-06-27T08:32:31.570Z] Network: bridge host ipvlan macvlan null overlay [2022-06-27T08:32:31.570Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-27T08:32:31.570Z] Swarm: inactive [2022-06-27T08:32:31.570Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-06-27T08:32:31.570Z] Default Runtime: runc [2022-06-27T08:32:31.570Z] Init Binary: docker-init [2022-06-27T08:32:31.570Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-27T08:32:31.570Z] runc version: v1.0.3-0-gf46b6ba [2022-06-27T08:32:31.570Z] init version: de40ad0 [2022-06-27T08:32:31.570Z] Security Options: [2022-06-27T08:32:31.570Z] apparmor [2022-06-27T08:32:31.570Z] seccomp [2022-06-27T08:32:31.570Z] Profile: default [2022-06-27T08:32:31.570Z] Kernel Version: 5.4.0-1071-aws [2022-06-27T08:32:31.570Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-27T08:32:31.570Z] OSType: linux [2022-06-27T08:32:31.570Z] Architecture: x86_64 [2022-06-27T08:32:31.570Z] CPUs: 2 [2022-06-27T08:32:31.570Z] Total Memory: 7.483GiB [2022-06-27T08:32:31.570Z] Name: ip-10-100-84-162 [2022-06-27T08:32:31.570Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-27T08:32:31.570Z] Docker Root Dir: /var/lib/docker [2022-06-27T08:32:31.570Z] Debug Mode: false [2022-06-27T08:32:31.570Z] Registry: https://index.docker.io/v1/ [2022-06-27T08:32:31.570Z] Labels: [2022-06-27T08:32:31.570Z] Experimental: true [2022-06-27T08:32:31.570Z] Insecure Registries: [2022-06-27T08:32:31.570Z] 127.0.0.0/8 [2022-06-27T08:32:31.570Z] Live Restore Enabled: true [2022-06-27T08:32:31.570Z] [2022-06-27T08:32:31.570Z] WARNING: No swap limit support [Pipeline] sh [2022-06-27T08:32:31.592Z] #33 1.346 + RM_GOPATH=0 [2022-06-27T08:32:31.592Z] #33 1.346 + TMP_GOPATH= [2022-06-27T08:32:31.592Z] #33 1.346 + : /build [2022-06-27T08:32:31.592Z] #33 1.346 + '[' -z '' ']' [2022-06-27T08:32:31.592Z] #33 1.346 ++ mktemp -d [2022-06-27T08:32:31.592Z] #33 1.347 + export GOPATH=/tmp/tmp.Z4QIPJXT6t [2022-06-27T08:32:31.592Z] #33 1.347 + GOPATH=/tmp/tmp.Z4QIPJXT6t [2022-06-27T08:32:31.593Z] #33 1.348 + RM_GOPATH=1 [2022-06-27T08:32:31.593Z] #33 1.348 + case "$(go env GOARCH)" in [2022-06-27T08:32:31.593Z] #33 1.348 ++ go env GOARCH [2022-06-27T08:32:31.593Z] #33 1.353 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:32:31.593Z] #33 1.353 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:32:31.593Z] #33 1.354 ++ dirname /install.sh [2022-06-27T08:32:31.593Z] #33 1.355 + dir=/ [2022-06-27T08:32:31.593Z] #33 1.355 + bin=dockercli [2022-06-27T08:32:31.593Z] #33 1.355 + shift [2022-06-27T08:32:31.593Z] #33 1.355 + '[' '!' -f //dockercli.installer ']' [2022-06-27T08:32:31.593Z] #33 1.356 + . //dockercli.installer [2022-06-27T08:32:31.593Z] #33 1.356 ++ : stable [2022-06-27T08:32:31.593Z] #33 1.357 ++ : 17.06.2-ce [2022-06-27T08:32:31.593Z] #33 1.357 + install_dockercli [2022-06-27T08:32:31.593Z] #33 1.357 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-27T08:32:31.593Z] #33 1.358 Install docker/cli version 17.06.2-ce from stable [2022-06-27T08:32:31.593Z] #33 1.359 ++ uname -m [2022-06-27T08:32:31.593Z] #33 1.360 + arch=x86_64 [2022-06-27T08:32:31.593Z] #33 1.360 + '[' x86_64 '!=' x86_64 ']' [2022-06-27T08:32:31.593Z] #33 1.361 + url=https://download.docker.com/linux/static [2022-06-27T08:32:31.593Z] #33 1.361 + tar -xz docker/docker [2022-06-27T08:32:31.593Z] #33 1.363 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-27T08:32:31.864Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-27T08:32:31.864Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-27T08:32:31.864Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43745/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-27T08:32:31.864Z] + bash /home/ubuntu/workspace/moby_PR-43745/check-config.sh [2022-06-27T08:32:31.864Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-27T08:32:31.864Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-27T08:32:31.864Z] [2022-06-27T08:32:31.864Z] Generally Necessary: [2022-06-27T08:32:31.864Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-27T08:32:31.864Z] - apparmor: enabled and tools installed [2022-06-27T08:32:31.864Z] - CONFIG_NAMESPACES: enabled [2022-06-27T08:32:31.864Z] - CONFIG_NET_NS: enabled [2022-06-27T08:32:31.864Z] - CONFIG_PID_NS: enabled [2022-06-27T08:32:31.864Z] - CONFIG_IPC_NS: enabled [2022-06-27T08:32:31.864Z] - CONFIG_UTS_NS: enabled [2022-06-27T08:32:31.864Z] - CONFIG_CGROUPS: enabled [2022-06-27T08:32:31.864Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-27T08:32:31.864Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-27T08:32:31.864Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-27T08:32:31.864Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-27T08:32:31.864Z] - CONFIG_CPUSETS: enabled [2022-06-27T08:32:31.864Z] - CONFIG_MEMCG: enabled [2022-06-27T08:32:31.864Z] - CONFIG_KEYS: enabled [2022-06-27T08:32:31.864Z] - CONFIG_VETH: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-27T08:32:32.136Z] - CONFIG_CGROUP_BPF: enabled [2022-06-27T08:32:32.136Z] [2022-06-27T08:32:32.136Z] Optional Features: [2022-06-27T08:32:32.136Z] - CONFIG_USER_NS: enabled [2022-06-27T08:32:32.136Z] - CONFIG_SECCOMP: enabled [2022-06-27T08:32:32.136Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-27T08:32:32.136Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-27T08:32:32.136Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-27T08:32:32.136Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-27T08:32:32.136Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-27T08:32:32.136Z] - CONFIG_BLK_CGROUP: enabled [2022-06-27T08:32:32.136Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-27T08:32:32.136Z] - CONFIG_CGROUP_PERF: enabled [2022-06-27T08:32:32.136Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-27T08:32:32.136Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-27T08:32:32.136Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-27T08:32:32.136Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-27T08:32:32.136Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-27T08:32:32.136Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_IP_VS: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-27T08:32:32.136Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-27T08:32:32.136Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-27T08:32:32.136Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-27T08:32:32.136Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-27T08:32:32.136Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-27T08:32:32.136Z] - CONFIG_EXT4_FS: enabled [2022-06-27T08:32:32.136Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-27T08:32:32.394Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-27T08:32:32.394Z] - Network Drivers: [2022-06-27T08:32:32.394Z] - "overlay": [2022-06-27T08:32:32.394Z] - CONFIG_VXLAN: enabled (as module) [2022-06-27T08:32:32.394Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-27T08:32:32.394Z] Optional (for encrypted networks): [2022-06-27T08:32:32.394Z] - CONFIG_CRYPTO: enabled [2022-06-27T08:32:32.394Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-27T08:32:32.394Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-27T08:32:32.394Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-27T08:32:32.394Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-27T08:32:32.394Z] - CONFIG_XFRM: enabled [2022-06-27T08:32:32.394Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-27T08:32:32.394Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-27T08:32:32.394Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-27T08:32:32.394Z] - "ipvlan": [2022-06-27T08:32:32.394Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-27T08:32:32.394Z] - "macvlan": [2022-06-27T08:32:32.394Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-27T08:32:32.394Z] - CONFIG_DUMMY: enabled (as module) [2022-06-27T08:32:32.394Z] - "ftp,tftp client in container": [2022-06-27T08:32:32.394Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-27T08:32:32.394Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-27T08:32:32.394Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-27T08:32:32.394Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-27T08:32:32.394Z] - Storage Drivers: [2022-06-27T08:32:32.394Z] - "aufs": [2022-06-27T08:32:32.394Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-27T08:32:32.394Z] - "btrfs": [2022-06-27T08:32:32.394Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-27T08:32:32.394Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-27T08:32:32.394Z] - "devicemapper": [2022-06-27T08:32:32.394Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-27T08:32:32.394Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-27T08:32:32.394Z] - "overlay": [2022-06-27T08:32:32.394Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-27T08:32:32.394Z] - "zfs": [2022-06-27T08:32:32.394Z] - /dev/zfs: present [2022-06-27T08:32:32.394Z] - zfs command: missing [2022-06-27T08:32:32.394Z] - zpool command: missing [2022-06-27T08:32:32.394Z] [2022-06-27T08:32:32.394Z] Limits: [2022-06-27T08:32:32.394Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-27T08:32:32.394Z] [2022-06-27T08:32:32.394Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-27T08:32:32.653Z] #77 ... [2022-06-27T08:32:32.653Z] [2022-06-27T08:32:32.653Z] #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-27T08:32:32.653Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:32:32.653Z] #55 63.29 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-27T08:32:32.807Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 . [2022-06-27T08:32:33.063Z] #1 [internal] load build definition from Dockerfile [2022-06-27T08:32:33.063Z] #1 sha256:ca7dc2e39a24a5c06bd12652ec141b057e2f635f0297431c6ca4c2bfcc6d273f [2022-06-27T08:32:33.063Z] #1 transferring dockerfile: 18.90kB done [2022-06-27T08:32:33.063Z] #1 DONE 0.2s [2022-06-27T08:32:33.063Z] [2022-06-27T08:32:33.063Z] #2 [internal] load .dockerignore [2022-06-27T08:32:33.063Z] #2 sha256:eb123e5c2d9029917529276c0824ca0c8607aaee6d1f320283fe248ea3821886 [2022-06-27T08:32:33.063Z] #2 transferring context: 145B done [2022-06-27T08:32:33.063Z] #2 DONE 0.0s [2022-06-27T08:32:33.063Z] [2022-06-27T08:32:33.063Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-27T08:32:33.063Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-27T08:32:33.631Z] #3 DONE 0.4s [2022-06-27T08:32:33.631Z] [2022-06-27T08:32:33.631Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-27T08:32:33.631Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-27T08:32:33.631Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-27T08:32:33.631Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-27T08:32:33.631Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-27T08:32:33.631Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-27T08:32:33.631Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 6.29MB / 9.67MB 0.2s [2022-06-27T08:32:33.888Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s [2022-06-27T08:32:33.951Z] Client: [2022-06-27T08:32:33.952Z] Context: default [2022-06-27T08:32:33.952Z] Debug Mode: false [2022-06-27T08:32:33.952Z] Plugins: [2022-06-27T08:32:33.952Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-27T08:32:33.952Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-27T08:32:33.952Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-27T08:32:33.952Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-27T08:32:33.952Z] [2022-06-27T08:32:33.952Z] Server: [2022-06-27T08:32:33.952Z] Containers: 0 [2022-06-27T08:32:33.952Z] Running: 0 [2022-06-27T08:32:33.952Z] Paused: 0 [2022-06-27T08:32:33.952Z] Stopped: 0 [2022-06-27T08:32:33.952Z] Images: 0 [2022-06-27T08:32:33.952Z] Server Version: 20.10.14 [2022-06-27T08:32:33.952Z] Storage Driver: overlay2 [2022-06-27T08:32:33.952Z] Backing Filesystem: extfs [2022-06-27T08:32:33.952Z] Supports d_type: true [2022-06-27T08:32:33.952Z] Native Overlay Diff: true [2022-06-27T08:32:33.952Z] userxattr: false [2022-06-27T08:32:33.952Z] Logging Driver: json-file [2022-06-27T08:32:33.952Z] Cgroup Driver: systemd [2022-06-27T08:32:33.952Z] Cgroup Version: 2 [2022-06-27T08:32:33.952Z] Plugins: [2022-06-27T08:32:33.952Z] Volume: local [2022-06-27T08:32:33.952Z] Network: bridge host ipvlan macvlan null overlay [2022-06-27T08:32:33.952Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-27T08:32:33.952Z] Swarm: inactive [2022-06-27T08:32:33.952Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-27T08:32:33.952Z] Default Runtime: runc [2022-06-27T08:32:33.952Z] Init Binary: docker-init [2022-06-27T08:32:33.952Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-27T08:32:33.952Z] runc version: v1.0.3-0-gf46b6ba [2022-06-27T08:32:33.952Z] init version: de40ad0 [2022-06-27T08:32:33.952Z] Security Options: [2022-06-27T08:32:33.952Z] apparmor [2022-06-27T08:32:33.952Z] seccomp [2022-06-27T08:32:33.952Z] Profile: default [2022-06-27T08:32:33.952Z] cgroupns [2022-06-27T08:32:33.952Z] Kernel Version: 5.13.0-1021-aws [2022-06-27T08:32:33.952Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-27T08:32:33.952Z] OSType: linux [2022-06-27T08:32:33.952Z] Architecture: x86_64 [2022-06-27T08:32:33.952Z] CPUs: 2 [2022-06-27T08:32:33.952Z] Total Memory: 7.559GiB [2022-06-27T08:32:33.952Z] Name: ip-10-100-79-2 [2022-06-27T08:32:33.952Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-06-27T08:32:33.952Z] Docker Root Dir: /var/lib/docker [2022-06-27T08:32:33.952Z] Debug Mode: false [2022-06-27T08:32:33.952Z] Registry: https://index.docker.io/v1/ [2022-06-27T08:32:33.952Z] Labels: [2022-06-27T08:32:33.952Z] Experimental: true [2022-06-27T08:32:33.952Z] Insecure Registries: [2022-06-27T08:32:33.952Z] 127.0.0.0/8 [2022-06-27T08:32:33.952Z] Live Restore Enabled: true [2022-06-27T08:32:33.952Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-27T08:32:34.145Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.4s done [2022-06-27T08:32:34.145Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-27T08:32:34.306Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 . [2022-06-27T08:32:34.562Z] #1 [internal] load build definition from Dockerfile [2022-06-27T08:32:34.562Z] #1 sha256:7a1bd6abbd6fc9c237a5a2f93d1a34593b63e1d60f00922c92b15aa479c531ef [2022-06-27T08:32:34.562Z] #1 transferring dockerfile: [2022-06-27T08:32:34.562Z] #1 transferring dockerfile: 18.90kB 0.1s done [2022-06-27T08:32:34.562Z] #1 DONE 0.3s [2022-06-27T08:32:34.562Z] [2022-06-27T08:32:34.562Z] #2 [internal] load .dockerignore [2022-06-27T08:32:34.562Z] #2 sha256:6503eee6125d0596bce52d26b044b920a0750dc61038e38bbcc5a249094e7422 [2022-06-27T08:32:34.562Z] #2 transferring context: 145B done [2022-06-27T08:32:34.562Z] #2 DONE 0.1s [2022-06-27T08:32:34.708Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-06-27T08:32:34.708Z] #4 DONE 0.9s [2022-06-27T08:32:34.708Z] [2022-06-27T08:32:34.708Z] #6 [internal] load build definition from Dockerfile [2022-06-27T08:32:34.708Z] #6 sha256:6383f77021f149271edadccea1ee5622dfe1da8533bf05e8c4549b41ac582617 [2022-06-27T08:32:34.708Z] #6 DONE 0.0s [2022-06-27T08:32:34.708Z] [2022-06-27T08:32:34.708Z] #5 [internal] load .dockerignore [2022-06-27T08:32:34.708Z] #5 sha256:802b5c6967d3722b966d6eea803ebd70eb841865ffad476403d9b5cfb4898c4f [2022-06-27T08:32:34.708Z] #5 DONE 0.0s [2022-06-27T08:32:34.708Z] [2022-06-27T08:32:34.708Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-27T08:32:34.708Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-27T08:32:34.819Z] [2022-06-27T08:32:34.819Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-27T08:32:34.819Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-27T08:32:34.898Z] #33 4.763 + mkdir -p /build [2022-06-27T08:32:34.898Z] #33 4.765 + mv docker/docker /build/ [2022-06-27T08:32:34.898Z] #33 4.770 + rmdir docker [2022-06-27T08:32:35.075Z] #3 DONE 0.4s [2022-06-27T08:32:35.075Z] [2022-06-27T08:32:35.075Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-27T08:32:35.075Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-27T08:32:35.075Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-27T08:32:35.075Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-27T08:32:35.075Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 7.34MB / 9.67MB 0.1s [2022-06-27T08:32:35.075Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-27T08:32:35.075Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-27T08:32:35.159Z] #33 DONE 4.9s [2022-06-27T08:32:35.159Z] [2022-06-27T08:32:35.159Z] #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-27T08:32:35.159Z] #49 sha256:b6c359175e621c0ba64e84f967841cc57655772efdab4cb603e7f10a344ddccc [2022-06-27T08:32:35.159Z] #49 1.677 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-27T08:32:35.159Z] #49 1.677 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-27T08:32:35.159Z] #49 1.815 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-27T08:32:35.159Z] #49 1.862 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-27T08:32:35.159Z] #49 2.162 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-27T08:32:35.159Z] #49 2.705 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-27T08:32:35.159Z] #49 3.541 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-27T08:32:35.159Z] #49 4.118 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-27T08:32:35.159Z] #49 4.491 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-27T08:32:35.160Z] #49 4.492 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-27T08:32:35.160Z] #49 4.511 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB] [2022-06-27T08:32:35.160Z] #49 4.512 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB] [2022-06-27T08:32:35.160Z] #49 4.515 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [142 kB] [2022-06-27T08:32:35.160Z] #49 4.670 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-27T08:32:35.160Z] #49 4.679 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-27T08:32:35.160Z] #49 4.679 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-27T08:32:35.160Z] #49 4.679 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-27T08:32:35.160Z] #49 4.680 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-27T08:32:35.199Z] #55 ... [2022-06-27T08:32:35.199Z] [2022-06-27T08:32:35.199Z] #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-27T08:32:35.199Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:32:35.199Z] #14 76.27 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-27T08:32:35.331Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-27T08:32:35.331Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-06-27T08:32:35.331Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-27T08:32:35.460Z] #14 76.28 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:32:35.460Z] #14 76.29 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:32:35.587Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-06-27T08:32:35.587Z] #4 DONE 0.7s [2022-06-27T08:32:36.088Z] #8 ... [2022-06-27T08:32:36.088Z] [2022-06-27T08:32:36.088Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-27T08:32:36.088Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-27T08:32:36.088Z] #7 DONE 1.2s [2022-06-27T08:32:36.088Z] [2022-06-27T08:32:36.088Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-27T08:32:36.088Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-27T08:32:36.088Z] #10 DONE 1.2s [2022-06-27T08:32:36.088Z] [2022-06-27T08:32:36.088Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-27T08:32:36.088Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-27T08:32:36.088Z] #8 DONE 1.2s [2022-06-27T08:32:36.088Z] [2022-06-27T08:32:36.088Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-27T08:32:36.088Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-27T08:32:36.088Z] #9 DONE 1.2s [2022-06-27T08:32:36.149Z] [2022-06-27T08:32:36.149Z] #6 [internal] load .dockerignore [2022-06-27T08:32:36.149Z] #6 sha256:634b0cb993c36c6d08adbb941418dd1e76aecb2b7d9c7be9396ff9817ccf83c0 [2022-06-27T08:32:36.149Z] #6 DONE 0.0s [2022-06-27T08:32:36.149Z] [2022-06-27T08:32:36.149Z] #5 [internal] load build definition from Dockerfile [2022-06-27T08:32:36.149Z] #5 sha256:48837946a180a168b28b17943a05ea2b68f692a602206124865f7506234df8b6 [2022-06-27T08:32:36.149Z] #5 DONE 0.0s [2022-06-27T08:32:36.149Z] [2022-06-27T08:32:36.149Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-27T08:32:36.149Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-27T08:32:36.357Z] [2022-06-27T08:32:36.357Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-27T08:32:36.357Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-27T08:32:36.357Z] #28 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-27T08:32:36.357Z] #28 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 0.1s done [2022-06-27T08:32:36.405Z] #10 DONE 0.4s [2022-06-27T08:32:36.405Z] [2022-06-27T08:32:36.405Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-27T08:32:36.405Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-27T08:32:36.405Z] #8 DONE 0.4s [2022-06-27T08:32:36.405Z] [2022-06-27T08:32:36.405Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-27T08:32:36.405Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-27T08:32:36.405Z] #7 DONE 0.4s [2022-06-27T08:32:36.405Z] [2022-06-27T08:32:36.405Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-27T08:32:36.405Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-27T08:32:36.405Z] #9 DONE 0.5s [2022-06-27T08:32:36.418Z] [2022-06-27T08:32:36.418Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:36.418Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-27T08:32:36.418Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 0.1s done [2022-06-27T08:32:36.418Z] #11 sha256:47b9c8aa3f8b415aeca87a1e13353a611df4cf64a07e38f14b1bc9679d56a3b8 1.80kB / 1.80kB done [2022-06-27T08:32:36.418Z] #11 sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 1.86kB / 1.86kB done [2022-06-27T08:32:36.418Z] #11 sha256:bc950948075bf8e1fe0467740895ef835b3f02433bd506557cdc0fa3e35aac1b 7.12kB / 7.12kB done [2022-06-27T08:32:36.418Z] #11 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 6.29MB / 53.70MB 0.3s [2022-06-27T08:32:36.418Z] #11 sha256:bc7b65e0e9cdc28c8cedaabbc5cbae4652c9b107c47684de49f01a77741a5ded 4.94MB / 4.94MB 0.3s [2022-06-27T08:32:36.418Z] #11 sha256:b43836e7983cba8b758620a218a0ee622daf5513308b6a9e8316f94c271ecafd 1.05MB / 10.66MB 0.3s [2022-06-27T08:32:36.418Z] #11 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 22.02MB / 53.70MB 0.4s [2022-06-27T08:32:36.418Z] #11 sha256:b43836e7983cba8b758620a218a0ee622daf5513308b6a9e8316f94c271ecafd 10.66MB / 10.66MB 0.4s [2022-06-27T08:32:36.418Z] #11 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 45.09MB / 53.70MB 0.6s [2022-06-27T08:32:36.418Z] #11 sha256:bc7b65e0e9cdc28c8cedaabbc5cbae4652c9b107c47684de49f01a77741a5ded 4.94MB / 4.94MB 0.5s done [2022-06-27T08:32:36.418Z] #11 sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 4.08MB / 54.67MB 0.6s [2022-06-27T08:32:36.418Z] #11 ... [2022-06-27T08:32:36.418Z] [2022-06-27T08:32:36.418Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-27T08:32:36.418Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-27T08:32:36.418Z] #49 DONE 0.0s [2022-06-27T08:32:36.418Z] [2022-06-27T08:32:36.418Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:36.418Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-27T08:32:36.418Z] #11 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 53.48MB / 53.70MB 0.7s [2022-06-27T08:32:36.418Z] #11 sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 16.78MB / 54.67MB 0.7s [2022-06-27T08:32:36.418Z] #11 sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 22.02MB / 54.67MB 0.8s [2022-06-27T08:32:36.545Z] #49 ... [2022-06-27T08:32:36.545Z] [2022-06-27T08:32:36.545Z] #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-27T08:32:36.545Z] #74 sha256:200ed7762716050311fc681630a255b9002fb6b961b5dc546e1a549f56d5701c [2022-06-27T08:32:36.545Z] #74 1.301 + RM_GOPATH=0 [2022-06-27T08:32:36.545Z] #74 1.301 + TMP_GOPATH= [2022-06-27T08:32:36.545Z] #74 1.301 + : /build [2022-06-27T08:32:36.545Z] #74 1.301 + '[' -z '' ']' [2022-06-27T08:32:36.545Z] #74 1.301 ++ mktemp -d [2022-06-27T08:32:36.545Z] #74 1.301 + export GOPATH=/tmp/tmp.KmbIdkqwlv [2022-06-27T08:32:36.545Z] #74 1.301 + GOPATH=/tmp/tmp.KmbIdkqwlv [2022-06-27T08:32:36.545Z] #74 1.301 + RM_GOPATH=1 [2022-06-27T08:32:36.545Z] #74 1.301 + case "$(go env GOARCH)" in [2022-06-27T08:32:36.545Z] #74 1.301 ++ go env GOARCH [2022-06-27T08:32:36.545Z] #74 1.305 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:32:36.545Z] #74 1.305 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:32:36.545Z] #74 1.306 ++ dirname /install.sh [2022-06-27T08:32:36.545Z] #74 1.307 + dir=/ [2022-06-27T08:32:36.545Z] #74 1.307 + bin=rootlesskit [2022-06-27T08:32:36.545Z] #74 1.307 + shift [2022-06-27T08:32:36.545Z] #74 1.307 + '[' '!' -f //rootlesskit.installer ']' [2022-06-27T08:32:36.545Z] #74 1.307 + . //rootlesskit.installer [2022-06-27T08:32:36.545Z] #74 1.307 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:32:36.545Z] #74 1.307 + install_rootlesskit [2022-06-27T08:32:36.545Z] #74 1.307 + case "$1" in [2022-06-27T08:32:36.545Z] #74 1.307 + export CGO_ENABLED=0 [2022-06-27T08:32:36.545Z] #74 1.307 + CGO_ENABLED=0 [2022-06-27T08:32:36.545Z] #74 1.307 + _install_rootlesskit [2022-06-27T08:32:36.545Z] #74 1.307 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-27T08:32:36.545Z] #74 1.307 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-27T08:32:36.545Z] #74 1.307 + GOBIN=/build [2022-06-27T08:32:36.545Z] #74 1.307 + GO111MODULE=on [2022-06-27T08:32:36.545Z] #74 1.307 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:32:36.545Z] #74 1.307 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:32:36.545Z] #74 1.733 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-27T08:32:36.545Z] #74 3.190 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-27T08:32:36.545Z] #74 3.192 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-27T08:32:36.545Z] #74 3.394 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-27T08:32:36.545Z] #74 4.621 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-27T08:32:36.545Z] #74 4.889 go: downloading github.com/google/uuid v1.3.0 [2022-06-27T08:32:36.545Z] #74 4.890 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-27T08:32:36.545Z] #74 4.930 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-27T08:32:36.545Z] #74 4.994 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-27T08:32:36.545Z] #74 5.037 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-27T08:32:36.545Z] #74 5.235 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-27T08:32:36.545Z] #74 5.523 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-27T08:32:36.545Z] #74 5.613 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-27T08:32:36.545Z] #74 6.194 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-27T08:32:36.545Z] #74 6.325 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-27T08:32:36.684Z] #11 sha256:b43836e7983cba8b758620a218a0ee622daf5513308b6a9e8316f94c271ecafd 10.66MB / 10.66MB 0.9s done [2022-06-27T08:32:36.685Z] #11 sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 25.17MB / 54.67MB 0.9s [2022-06-27T08:32:36.685Z] #11 sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 44.49MB / 54.67MB 1.0s [2022-06-27T08:32:36.685Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 0B / 81.09MB 1.0s [2022-06-27T08:32:36.930Z] #28 ... [2022-06-27T08:32:36.930Z] [2022-06-27T08:32:36.930Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-27T08:32:36.930Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-27T08:32:36.930Z] #49 DONE 0.7s [2022-06-27T08:32:36.930Z] [2022-06-27T08:32:36.930Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-27T08:32:36.930Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-27T08:32:36.930Z] #28 sha256:9a67b70d0ba1d7c7690f917eedd8d24974dd8fd493205368b1e555a90c954208 529B / 529B done [2022-06-27T08:32:36.930Z] #28 sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 1.85kB / 1.85kB done [2022-06-27T08:32:36.930Z] #28 sha256:d2780094a226c21142d0ee4dbfaf11bb53bd569fc9e0b7d261e43de0954c9958 1.46kB / 1.46kB done [2022-06-27T08:32:36.953Z] #11 sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 54.67MB / 54.67MB 1.2s [2022-06-27T08:32:36.953Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 14.68MB / 81.09MB 1.2s [2022-06-27T08:32:36.985Z] [2022-06-27T08:32:36.985Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-27T08:32:36.985Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-27T08:32:36.985Z] #28 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 0.0s done [2022-06-27T08:32:36.985Z] #28 sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 1.85kB / 1.85kB done [2022-06-27T08:32:36.985Z] #28 sha256:9a67b70d0ba1d7c7690f917eedd8d24974dd8fd493205368b1e555a90c954208 529B / 529B done [2022-06-27T08:32:37.188Z] #28 ... [2022-06-27T08:32:37.188Z] [2022-06-27T08:32:37.188Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-27T08:32:37.188Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-27T08:32:37.188Z] #49 DONE 0.0s [2022-06-27T08:32:37.188Z] [2022-06-27T08:32:37.188Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-27T08:32:37.188Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-27T08:32:37.188Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 3.15MB / 55.01MB 0.3s [2022-06-27T08:32:37.188Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 6.29MB / 55.01MB 0.4s [2022-06-27T08:32:37.218Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 28.31MB / 81.09MB 1.4s [2022-06-27T08:32:37.218Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 32.51MB / 81.09MB 1.5s [2022-06-27T08:32:37.218Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 43.11MB / 81.09MB 1.6s [2022-06-27T08:32:37.299Z] #28 ... [2022-06-27T08:32:37.299Z] [2022-06-27T08:32:37.299Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-27T08:32:37.299Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-27T08:32:37.299Z] #49 DONE 0.5s [2022-06-27T08:32:37.299Z] [2022-06-27T08:32:37.299Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-27T08:32:37.299Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-27T08:32:37.299Z] #28 sha256:d2780094a226c21142d0ee4dbfaf11bb53bd569fc9e0b7d261e43de0954c9958 1.46kB / 1.46kB done [2022-06-27T08:32:37.299Z] #28 ... [2022-06-27T08:32:37.299Z] [2022-06-27T08:32:37.299Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-27T08:32:37.299Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-27T08:32:37.299Z] #49 DONE 0.0s [2022-06-27T08:32:37.446Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 9.44MB / 55.01MB 0.5s [2022-06-27T08:32:37.480Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 54.54MB / 81.09MB 1.7s [2022-06-27T08:32:37.480Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 69.21MB / 81.09MB 1.8s [2022-06-27T08:32:37.558Z] [2022-06-27T08:32:37.558Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-27T08:32:37.558Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-27T08:32:37.558Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 2.10MB / 55.01MB 0.3s [2022-06-27T08:32:37.558Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 9.26MB / 55.01MB 0.4s [2022-06-27T08:32:37.703Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 15.73MB / 55.01MB 0.7s [2022-06-27T08:32:37.741Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 75.50MB / 81.09MB 1.9s [2022-06-27T08:32:37.741Z] #11 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 53.70MB / 53.70MB 2.0s done [2022-06-27T08:32:37.741Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 81.09MB / 81.09MB 2.1s [2022-06-27T08:32:37.831Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 17.04MB / 55.01MB 0.5s [2022-06-27T08:32:37.832Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 25.17MB / 55.01MB 0.6s [2022-06-27T08:32:37.959Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 20.97MB / 55.01MB 1.0s [2022-06-27T08:32:37.959Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 24.12MB / 55.01MB 1.1s [2022-06-27T08:32:37.959Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 30.41MB / 55.01MB 1.2s [2022-06-27T08:32:38.004Z] #11 extracting sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 0.2s [2022-06-27T08:32:38.109Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 33.55MB / 55.01MB 0.7s [2022-06-27T08:32:38.109Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 36.70MB / 55.01MB 0.9s [2022-06-27T08:32:38.369Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 41.94MB / 55.01MB 1.1s [2022-06-27T08:32:38.369Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 49.72MB / 55.01MB 1.2s [2022-06-27T08:32:38.459Z] #74 ... [2022-06-27T08:32:38.459Z] [2022-06-27T08:32:38.459Z] #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-27T08:32:38.459Z] #36 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-27T08:32:38.459Z] #36 CACHED [2022-06-27T08:32:38.459Z] [2022-06-27T08:32:38.459Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-27T08:32:38.459Z] #37 sha256:c2d5b6b510bedc226860711d7d8c94503e5f250f9adf383cfffa2a9e0bb2397f [2022-06-27T08:32:38.459Z] #37 CACHED [2022-06-27T08:32:38.459Z] [2022-06-27T08:32:38.459Z] #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-27T08:32:38.459Z] #38 sha256:58b4993d0388380308ba52dd8f921fab75f6e67fd52873112c6af81c2ee87610 [2022-06-27T08:32:38.459Z] #38 CACHED [2022-06-27T08:32:38.459Z] [2022-06-27T08:32:38.459Z] #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-27T08:32:38.459Z] #69 sha256:811fd7bc677321c2a92b90b85e8bb4d50f3f9e6e0c528f077d6db2fa42c16a5e [2022-06-27T08:32:38.459Z] #69 1.654 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-27T08:32:38.459Z] #69 1.654 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-27T08:32:38.459Z] #69 1.821 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-27T08:32:38.459Z] #69 1.825 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-27T08:32:38.459Z] #69 2.175 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-27T08:32:38.459Z] #69 2.771 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-27T08:32:38.459Z] #69 3.426 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-27T08:32:38.459Z] #69 3.911 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-27T08:32:38.459Z] #69 4.334 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB] [2022-06-27T08:32:38.459Z] #69 4.335 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-27T08:32:38.459Z] #69 4.335 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [142 kB] [2022-06-27T08:32:38.459Z] #69 4.338 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-27T08:32:38.459Z] #69 4.354 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB] [2022-06-27T08:32:38.459Z] #69 4.356 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-27T08:32:38.459Z] #69 4.357 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-27T08:32:38.459Z] #69 4.358 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-27T08:32:38.459Z] #69 4.358 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-27T08:32:38.459Z] #69 4.359 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-27T08:32:38.459Z] #69 ... [2022-06-27T08:32:38.459Z] [2022-06-27T08:32:38.459Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-27T08:32:38.459Z] #40 sha256:09a68b270824a37483c9ff9cefbf4f26ee8b85c2abcf374646920938f26ad772 [2022-06-27T08:32:38.459Z] #40 CACHED [2022-06-27T08:32:38.459Z] [2022-06-27T08:32:38.459Z] #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-27T08:32:38.459Z] #41 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-27T08:32:38.459Z] #41 CACHED [2022-06-27T08:32:38.459Z] [2022-06-27T08:32:38.459Z] #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-27T08:32:38.459Z] #43 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-27T08:32:38.459Z] #43 CACHED [2022-06-27T08:32:38.459Z] [2022-06-27T08:32:38.459Z] #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-27T08:32:38.459Z] #45 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-27T08:32:38.459Z] #45 CACHED [2022-06-27T08:32:38.459Z] [2022-06-27T08:32:38.459Z] #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-27T08:32:38.459Z] #47 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-27T08:32:38.459Z] #47 CACHED [2022-06-27T08:32:38.459Z] [2022-06-27T08:32:38.459Z] #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-27T08:32:38.459Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-27T08:32:38.459Z] #20 1.825 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-27T08:32:38.459Z] #20 1.826 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-27T08:32:38.459Z] #20 1.826 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-27T08:32:38.459Z] #20 2.188 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-27T08:32:38.459Z] #20 2.634 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-27T08:32:38.459Z] #20 2.911 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-27T08:32:38.459Z] #20 3.144 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-27T08:32:38.459Z] #20 3.580 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-27T08:32:38.459Z] #20 4.077 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB] [2022-06-27T08:32:38.459Z] #20 4.091 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-27T08:32:38.459Z] #20 4.094 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-27T08:32:38.459Z] #20 4.114 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [142 kB] [2022-06-27T08:32:38.460Z] #20 4.132 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB] [2022-06-27T08:32:38.460Z] #20 4.623 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-27T08:32:38.460Z] #20 4.635 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-27T08:32:38.460Z] #20 4.635 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-27T08:32:38.460Z] #20 4.636 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-27T08:32:38.460Z] #20 4.636 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-27T08:32:38.530Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 34.60MB / 55.01MB 1.4s [2022-06-27T08:32:38.530Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 37.75MB / 55.01MB 1.5s [2022-06-27T08:32:38.630Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 1.3s [2022-06-27T08:32:38.790Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 40.50MB / 55.01MB 1.8s [2022-06-27T08:32:38.955Z] #11 ... [2022-06-27T08:32:38.955Z] [2022-06-27T08:32:38.955Z] #24 [internal] load build context [2022-06-27T08:32:38.955Z] #24 sha256:1e38e58159657801dda7a471357de189c0c6ebbbd7b6e81231a5b3d8ac264a93 [2022-06-27T08:32:38.955Z] #24 transferring context: 61.40MB 2.1s done [2022-06-27T08:32:38.955Z] #24 DONE 3.1s [2022-06-27T08:32:38.955Z] [2022-06-27T08:32:38.955Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:38.955Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-27T08:32:38.955Z] #11 sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 54.67MB / 54.67MB 3.1s done [2022-06-27T08:32:38.955Z] #11 sha256:68d122fd51f7aecdebb755fb8e6676014e657f64aad3f75c91b9e7f61d9ed945 0B / 126B 3.1s [2022-06-27T08:32:38.955Z] #11 sha256:68d122fd51f7aecdebb755fb8e6676014e657f64aad3f75c91b9e7f61d9ed945 126B / 126B 3.2s [2022-06-27T08:32:39.046Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 44.04MB / 55.01MB 2.1s [2022-06-27T08:32:39.303Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 48.23MB / 55.01MB 2.2s [2022-06-27T08:32:39.303Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 54.53MB / 55.01MB 2.4s [2022-06-27T08:32:39.563Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 2.1s done [2022-06-27T08:32:39.563Z] #28 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 [2022-06-27T08:32:39.899Z] #11 extracting sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 1.8s done [2022-06-27T08:32:40.161Z] #11 extracting sha256:bc7b65e0e9cdc28c8cedaabbc5cbae4652c9b107c47684de49f01a77741a5ded [2022-06-27T08:32:40.238Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 2.9s done [2022-06-27T08:32:40.427Z] #11 ... [2022-06-27T08:32:40.427Z] [2022-06-27T08:32:40.427Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-27T08:32:40.427Z] #28 sha256:b57acc032f86b43cfff8f981a7f9ed950014878a4a832c841fe0b1d5c9326d8b [2022-06-27T08:32:40.427Z] #28 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 0.1s done [2022-06-27T08:32:40.427Z] #28 sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 1.85kB / 1.85kB done [2022-06-27T08:32:40.427Z] #28 sha256:bd276cb1059f6502e342d3052a4c2767f2b3a0196508f5c2c34ce6da4a15b104 529B / 529B done [2022-06-27T08:32:40.427Z] #28 sha256:30d823f645b6a496842c2cff246aae9f07801fff859e8f5dc92d3a48e7b62209 1.48kB / 1.48kB done [2022-06-27T08:32:40.427Z] #28 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 53.70MB / 53.70MB 1.5s done [2022-06-27T08:32:40.427Z] #28 DONE 4.7s [2022-06-27T08:32:40.427Z] [2022-06-27T08:32:40.427Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:40.427Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-27T08:32:40.427Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 0B / 108.88MB 4.7s [2022-06-27T08:32:40.693Z] #11 extracting sha256:bc7b65e0e9cdc28c8cedaabbc5cbae4652c9b107c47684de49f01a77741a5ded 0.3s done [2022-06-27T08:32:40.693Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 9.44MB / 108.88MB 4.9s [2022-06-27T08:32:40.693Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 21.88MB / 108.88MB 5.0s [2022-06-27T08:32:40.693Z] #11 extracting sha256:b43836e7983cba8b758620a218a0ee622daf5513308b6a9e8316f94c271ecafd [2022-06-27T08:32:40.693Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 29.36MB / 108.88MB 5.1s [2022-06-27T08:32:40.934Z] #28 ... [2022-06-27T08:32:40.934Z] [2022-06-27T08:32:40.934Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-27T08:32:40.934Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-27T08:32:40.934Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-06-27T08:32:40.934Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-27T08:32:40.934Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-27T08:32:40.934Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-27T08:32:40.934Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.0s done [2022-06-27T08:32:40.934Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.3s done [2022-06-27T08:32:40.934Z] #71 DONE 3.9s [2022-06-27T08:32:40.934Z] [2022-06-27T08:32:40.934Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-27T08:32:40.934Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-27T08:32:40.961Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 46.14MB / 108.88MB 5.2s [2022-06-27T08:32:40.961Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 57.67MB / 108.88MB 5.3s [2022-06-27T08:32:41.224Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 69.21MB / 108.88MB 5.5s [2022-06-27T08:32:41.224Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 76.55MB / 108.88MB 5.6s [2022-06-27T08:32:41.490Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 87.03MB / 108.88MB 5.7s [2022-06-27T08:32:41.490Z] #11 extracting sha256:b43836e7983cba8b758620a218a0ee622daf5513308b6a9e8316f94c271ecafd 0.8s done [2022-06-27T08:32:41.490Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 108.88MB / 108.88MB 5.9s [2022-06-27T08:32:41.613Z] #28 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 1.0s [2022-06-27T08:32:41.869Z] #28 ... [2022-06-27T08:32:41.869Z] [2022-06-27T08:32:41.869Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-27T08:32:41.869Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-27T08:32:41.869Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-27T08:32:41.869Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-27T08:32:41.869Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-27T08:32:41.869Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-27T08:32:41.869Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s done [2022-06-27T08:32:41.869Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.2s done [2022-06-27T08:32:41.869Z] #73 DONE 4.9s [2022-06-27T08:32:41.869Z] [2022-06-27T08:32:41.869Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-27T08:32:41.869Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-27T08:32:42.047Z] #14 ... [2022-06-27T08:32:42.047Z] [2022-06-27T08:32:42.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-27T08:32:42.047Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:32:42.047Z] #77 30.79 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-27T08:32:42.434Z] #11 extracting sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 0.1s [2022-06-27T08:32:42.800Z] #28 ... [2022-06-27T08:32:42.800Z] [2022-06-27T08:32:42.800Z] #24 [internal] load build context [2022-06-27T08:32:42.800Z] #24 sha256:821fec127c6a42f8b6551001565e8a6eb38fe3b310404b91d12dfafcd6035b47 [2022-06-27T08:32:42.800Z] #24 transferring context: 61.39MB 5.6s done [2022-06-27T08:32:42.800Z] #24 DONE 6.1s [2022-06-27T08:32:42.800Z] [2022-06-27T08:32:42.800Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:42.800Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:32:42.800Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 0.2s done [2022-06-27T08:32:42.800Z] #11 sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 1.86kB / 1.86kB done [2022-06-27T08:32:42.800Z] #11 sha256:ea66badd7cf7b734e2484a1905b6545bd944ef3bdeea18be833db3e2219f1153 1.80kB / 1.80kB done [2022-06-27T08:32:42.800Z] #11 sha256:46ae95f04a69e0161c554c17bc6b72b3e4851f3c9424a837e6c7fd2269e05cdb 7.10kB / 7.10kB done [2022-06-27T08:32:42.800Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 2.1s done [2022-06-27T08:32:42.800Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 5.16MB / 5.16MB 1.3s done [2022-06-27T08:32:42.800Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 54.58MB / 54.58MB 3.1s done [2022-06-27T08:32:42.800Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 3.2s done [2022-06-27T08:32:42.800Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 85.88MB / 85.88MB 4.5s [2022-06-27T08:32:42.800Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 141.75MB / 141.75MB 5.7s [2022-06-27T08:32:42.800Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 3.4s done [2022-06-27T08:32:43.019Z] #28 ... [2022-06-27T08:32:43.019Z] [2022-06-27T08:32:43.019Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:43.019Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:32:43.019Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 0.1s done [2022-06-27T08:32:43.019Z] #11 sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 1.86kB / 1.86kB done [2022-06-27T08:32:43.019Z] #11 sha256:ea66badd7cf7b734e2484a1905b6545bd944ef3bdeea18be833db3e2219f1153 1.80kB / 1.80kB done [2022-06-27T08:32:43.019Z] #11 sha256:46ae95f04a69e0161c554c17bc6b72b3e4851f3c9424a837e6c7fd2269e05cdb 7.10kB / 7.10kB done [2022-06-27T08:32:43.019Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 2.9s done [2022-06-27T08:32:43.019Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 5.16MB / 5.16MB 1.3s done [2022-06-27T08:32:43.019Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 1.8s done [2022-06-27T08:32:43.019Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 54.58MB / 54.58MB 5.2s done [2022-06-27T08:32:43.019Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 77.59MB / 85.88MB 5.8s [2022-06-27T08:32:43.019Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 52.43MB / 141.75MB 5.8s [2022-06-27T08:32:43.019Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 5.5s done [2022-06-27T08:32:43.019Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 84.93MB / 85.88MB 6.1s [2022-06-27T08:32:43.019Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 61.87MB / 141.75MB 6.1s [2022-06-27T08:32:43.585Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 69.57MB / 141.75MB 6.5s [2022-06-27T08:32:43.825Z] #11 ... [2022-06-27T08:32:43.825Z] [2022-06-27T08:32:43.825Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-27T08:32:43.825Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-27T08:32:43.825Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-27T08:32:43.825Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-27T08:32:43.825Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-27T08:32:43.825Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-27T08:32:43.825Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.5s done [2022-06-27T08:32:43.825Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.0s done [2022-06-27T08:32:43.825Z] #71 DONE 8.1s [2022-06-27T08:32:43.825Z] [2022-06-27T08:32:43.825Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-27T08:32:43.825Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-27T08:32:43.825Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-27T08:32:43.825Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-27T08:32:43.825Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-27T08:32:43.825Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-27T08:32:43.825Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.7s done [2022-06-27T08:32:43.825Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.3s done [2022-06-27T08:32:43.825Z] #73 DONE 8.1s [2022-06-27T08:32:43.825Z] [2022-06-27T08:32:43.825Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:43.825Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-27T08:32:43.825Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 108.88MB / 108.88MB 8.1s done [2022-06-27T08:32:43.844Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 85.88MB / 85.88MB 6.9s done [2022-06-27T08:32:44.101Z] #11 ... [2022-06-27T08:32:44.101Z] [2022-06-27T08:32:44.101Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-27T08:32:44.101Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-27T08:32:44.101Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-27T08:32:44.101Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-27T08:32:44.101Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-27T08:32:44.101Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-27T08:32:44.101Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done [2022-06-27T08:32:44.101Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.4s done [2022-06-27T08:32:44.101Z] #71 DONE 7.6s [2022-06-27T08:32:44.101Z] [2022-06-27T08:32:44.101Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:44.101Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:32:44.101Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 77.59MB / 141.75MB 7.0s [2022-06-27T08:32:44.101Z] #11 ... [2022-06-27T08:32:44.101Z] [2022-06-27T08:32:44.101Z] #24 [internal] load build context [2022-06-27T08:32:44.101Z] #24 sha256:0e38a4ff4b16a2294324ee1d03a02ba802d441c9f74f60790d0d63c1725ce39d [2022-06-27T08:32:44.101Z] #24 transferring context: 49.88MB 7.6s [2022-06-27T08:32:44.358Z] #24 ... [2022-06-27T08:32:44.358Z] [2022-06-27T08:32:44.358Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:44.358Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:32:44.358Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 86.60MB / 141.75MB 7.3s [2022-06-27T08:32:44.358Z] #11 ... [2022-06-27T08:32:44.358Z] [2022-06-27T08:32:44.358Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-27T08:32:44.358Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-27T08:32:44.358Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-27T08:32:44.358Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-27T08:32:44.358Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-27T08:32:44.358Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.1s done [2022-06-27T08:32:44.358Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.8s done [2022-06-27T08:32:44.358Z] #73 DONE 8.0s [2022-06-27T08:32:44.358Z] [2022-06-27T08:32:44.358Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:44.358Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:32:44.621Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 94.37MB / 141.75MB 7.6s [2022-06-27T08:32:44.691Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 4.8s done [2022-06-27T08:32:44.884Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 102.76MB / 141.75MB 7.9s [2022-06-27T08:32:44.948Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd [2022-06-27T08:32:45.154Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 115.34MB / 141.75MB 8.2s [2022-06-27T08:32:45.204Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0.3s done [2022-06-27T08:32:45.410Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 127.93MB / 141.75MB 8.5s [2022-06-27T08:32:45.462Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 141.75MB / 141.75MB 8.2s done [2022-06-27T08:32:45.462Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd [2022-06-27T08:32:45.668Z] #11 ... [2022-06-27T08:32:45.668Z] [2022-06-27T08:32:45.668Z] #24 [internal] load build context [2022-06-27T08:32:45.668Z] #24 sha256:0e38a4ff4b16a2294324ee1d03a02ba802d441c9f74f60790d0d63c1725ce39d [2022-06-27T08:32:45.668Z] #24 transferring context: 61.40MB 8.8s done [2022-06-27T08:32:45.668Z] #24 DONE 9.4s [2022-06-27T08:32:45.668Z] [2022-06-27T08:32:45.668Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:45.668Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:32:45.668Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 135.27MB / 141.75MB 8.7s [2022-06-27T08:32:45.719Z] #11 ... [2022-06-27T08:32:45.719Z] [2022-06-27T08:32:45.719Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-27T08:32:45.719Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-27T08:32:45.719Z] #28 DONE 8.8s [2022-06-27T08:32:45.719Z] [2022-06-27T08:32:45.719Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:45.719Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:32:45.719Z] #11 ... [2022-06-27T08:32:45.719Z] [2022-06-27T08:32:45.719Z] #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-27T08:32:45.719Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-27T08:32:45.744Z] #11 extracting sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 3.4s done [2022-06-27T08:32:46.437Z] #11 extracting sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 0.1s [2022-06-27T08:32:46.652Z] #29 ... [2022-06-27T08:32:46.652Z] [2022-06-27T08:32:46.652Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-27T08:32:46.652Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-27T08:32:46.652Z] #72 DONE 0.7s [2022-06-27T08:32:46.915Z] [2022-06-27T08:32:46.915Z] #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-27T08:32:46.915Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-27T08:32:46.915Z] #29 1.212 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:32:46.915Z] #29 1.225 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:32:46.915Z] #29 1.250 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:32:47.037Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 6.1s [2022-06-27T08:32:47.171Z] #29 1.576 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:32:47.297Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 141.75MB / 141.75MB 10.3s done [2022-06-27T08:32:47.430Z] #29 1.785 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:32:47.687Z] #29 2.038 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:32:47.943Z] #29 ... [2022-06-27T08:32:47.943Z] [2022-06-27T08:32:47.943Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-27T08:32:47.943Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-27T08:32:47.943Z] #74 DONE 1.1s [2022-06-27T08:32:47.943Z] [2022-06-27T08:32:47.943Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:47.943Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:32:47.943Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0.5s done [2022-06-27T08:32:47.943Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 1.8s [2022-06-27T08:32:48.226Z] #11 ... [2022-06-27T08:32:48.226Z] [2022-06-27T08:32:48.226Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-27T08:32:48.226Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-27T08:32:48.226Z] #72 DONE 0.7s [2022-06-27T08:32:48.486Z] [2022-06-27T08:32:48.486Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:48.486Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:32:49.055Z] #11 ... [2022-06-27T08:32:49.055Z] [2022-06-27T08:32:49.055Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-27T08:32:49.055Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-27T08:32:49.055Z] #74 DONE 0.8s [2022-06-27T08:32:49.055Z] [2022-06-27T08:32:49.055Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:49.055Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:32:50.184Z] #77 ... [2022-06-27T08:32:50.184Z] [2022-06-27T08:32:50.184Z] #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-27T08:32:50.184Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:32:50.184Z] #14 90.21 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-27T08:32:50.184Z] #14 90.22 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:32:50.184Z] #14 90.22 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:32:50.648Z] #11 extracting sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 3.9s done [2022-06-27T08:32:50.648Z] #11 extracting sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c [2022-06-27T08:32:50.648Z] #11 ... [2022-06-27T08:32:50.648Z] [2022-06-27T08:32:50.648Z] #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-27T08:32:50.648Z] #29 sha256:1e66f1a1fcd5a0dbc23fcf2b282ab8674417f52b696abf47e94e044f8ba0d1c4 [2022-06-27T08:32:50.648Z] #29 1.428 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:32:50.648Z] #29 1.489 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:32:50.648Z] #29 1.661 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:32:50.649Z] #29 1.720 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-27T08:32:50.649Z] #29 1.944 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-27T08:32:50.649Z] #29 2.484 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-27T08:32:50.649Z] #29 3.455 Fetched 8432 kB in 2s (3535 kB/s) [2022-06-27T08:32:50.649Z] #29 3.455 Reading package lists... [2022-06-27T08:32:50.649Z] #29 4.074 Reading package lists... [2022-06-27T08:32:50.649Z] #29 4.656 Building dependency tree... [2022-06-27T08:32:50.649Z] #29 5.156 The following additional packages will be installed: [2022-06-27T08:32:50.649Z] #29 5.156 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-27T08:32:50.649Z] #29 5.156 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-27T08:32:50.649Z] #29 5.156 Recommended packages: [2022-06-27T08:32:50.649Z] #29 5.156 libldap-common publicsuffix libsasl2-modules [2022-06-27T08:32:50.649Z] #29 5.256 The following NEW packages will be installed: [2022-06-27T08:32:50.649Z] #29 5.256 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-27T08:32:50.649Z] #29 5.256 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-27T08:32:50.649Z] #29 5.260 libssh2-1 openssl [2022-06-27T08:32:50.649Z] #29 5.544 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-06-27T08:32:50.649Z] #29 5.544 Need to get 2934 kB of archives. [2022-06-27T08:32:50.649Z] #29 5.544 After this operation, 6476 kB of additional disk space will be used. [2022-06-27T08:32:50.649Z] #29 5.544 Get:1 http://security.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB] [2022-06-27T08:32:50.649Z] #29 5.544 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-06-27T08:32:50.649Z] #29 5.551 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-06-27T08:32:50.649Z] #29 5.554 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-27T08:32:50.649Z] #29 5.556 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-06-27T08:32:50.649Z] #29 5.559 Get:6 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-06-27T08:32:50.649Z] #29 5.561 Get:7 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-06-27T08:32:50.649Z] #29 5.562 Get:8 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-06-27T08:32:50.649Z] #29 5.564 Get:9 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-27T08:32:50.649Z] #29 5.565 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-06-27T08:32:50.649Z] #29 5.567 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-06-27T08:32:50.649Z] #29 5.631 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-06-27T08:32:50.649Z] #29 5.634 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-06-27T08:32:50.649Z] #29 5.635 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-06-27T08:32:50.649Z] #29 5.636 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-06-27T08:32:50.649Z] #29 5.868 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:32:50.649Z] #29 5.922 Fetched 2934 kB in 0s (7950 kB/s) [2022-06-27T08:32:50.649Z] #29 6.529 Selecting previously unselected package openssl. [2022-06-27T08:32:50.649Z] #29 6.529 (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-27T08:32:50.649Z] #29 6.529 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_arm64.deb ... [2022-06-27T08:32:50.649Z] #29 6.776 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-06-27T08:32:50.649Z] #29 7.869 Selecting previously unselected package ca-certificates. [2022-06-27T08:32:50.649Z] #29 7.869 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-27T08:32:50.649Z] #29 7.872 Unpacking ca-certificates (20210119) ... [2022-06-27T08:32:50.649Z] #29 8.539 Selecting previously unselected package libbrotli1:arm64. [2022-06-27T08:32:50.649Z] #29 8.539 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-06-27T08:32:50.649Z] #29 8.555 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-06-27T08:32:50.649Z] #29 8.644 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-06-27T08:32:50.649Z] #29 8.644 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-06-27T08:32:50.649Z] #29 8.707 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:32:50.649Z] #29 8.969 Selecting previously unselected package libsasl2-2:arm64. [2022-06-27T08:32:50.649Z] #29 8.969 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-06-27T08:32:50.649Z] #29 8.980 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:32:50.649Z] #29 9.437 Selecting previously unselected package libldap-2.4-2:arm64. [2022-06-27T08:32:50.649Z] #29 9.438 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... [2022-06-27T08:32:50.649Z] #29 9.453 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-27T08:32:50.649Z] #29 9.644 Selecting previously unselected package libnghttp2-14:arm64. [2022-06-27T08:32:50.649Z] #29 9.644 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-06-27T08:32:50.649Z] #29 9.768 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-06-27T08:32:50.649Z] #29 10.04 Selecting previously unselected package libpsl5:arm64. [2022-06-27T08:32:50.649Z] #29 10.05 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-06-27T08:32:50.649Z] #29 10.14 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-06-27T08:32:50.649Z] #29 ... [2022-06-27T08:32:50.649Z] [2022-06-27T08:32:50.649Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:50.649Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-27T08:32:50.691Z] #20 ... [2022-06-27T08:32:50.691Z] [2022-06-27T08:32:50.691Z] #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-27T08:32:50.691Z] #69 sha256:811fd7bc677321c2a92b90b85e8bb4d50f3f9e6e0c528f077d6db2fa42c16a5e [2022-06-27T08:32:50.691Z] #69 18.65 Fetched 40.5 MB in 17s (2350 kB/s) [2022-06-27T08:32:50.948Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 9.9s done [2022-06-27T08:32:50.948Z] #11 ... [2022-06-27T08:32:50.948Z] [2022-06-27T08:32:50.948Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-27T08:32:50.948Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-27T08:32:50.948Z] #28 DONE 14.4s [2022-06-27T08:32:50.948Z] [2022-06-27T08:32:50.948Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:50.948Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:32:50.948Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd [2022-06-27T08:32:51.213Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 5.0s done [2022-06-27T08:32:51.469Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 0.1s [2022-06-27T08:32:51.510Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0.7s done [2022-06-27T08:32:51.767Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd [2022-06-27T08:32:52.330Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0.7s done [2022-06-27T08:32:52.588Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 [2022-06-27T08:32:53.363Z] #11 ... [2022-06-27T08:32:53.363Z] [2022-06-27T08:32:53.363Z] #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-27T08:32:53.363Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-27T08:32:53.363Z] #29 3.496 Fetched 8545 kB in 3s (3355 kB/s) [2022-06-27T08:32:53.363Z] #29 3.496 Reading package lists... [2022-06-27T08:32:53.363Z] #29 4.340 Reading package lists... [2022-06-27T08:32:53.363Z] #29 5.126 Building dependency tree... [2022-06-27T08:32:53.363Z] #29 5.491 The following additional packages will be installed: [2022-06-27T08:32:53.363Z] #29 5.491 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-27T08:32:53.363Z] #29 5.491 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-27T08:32:53.363Z] #29 5.493 Recommended packages: [2022-06-27T08:32:53.363Z] #29 5.493 libldap-common publicsuffix libsasl2-modules [2022-06-27T08:32:53.363Z] #29 5.624 The following NEW packages will be installed: [2022-06-27T08:32:53.363Z] #29 5.625 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-27T08:32:53.363Z] #29 5.626 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-27T08:32:53.363Z] #29 5.631 libssh2-1 openssl [2022-06-27T08:32:53.363Z] #29 5.907 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-06-27T08:32:53.363Z] #29 5.907 Need to get 3041 kB of archives. [2022-06-27T08:32:53.363Z] #29 5.907 After this operation, 6651 kB of additional disk space will be used. [2022-06-27T08:32:53.363Z] #29 5.907 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB] [2022-06-27T08:32:53.363Z] #29 5.911 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-27T08:32:53.363Z] #29 5.920 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-27T08:32:53.363Z] #29 5.920 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-27T08:32:53.363Z] #29 5.920 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-06-27T08:32:53.363Z] #29 5.920 Get:6 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-27T08:32:53.363Z] #29 5.920 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-27T08:32:53.363Z] #29 5.920 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-27T08:32:53.363Z] #29 5.922 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-27T08:32:53.363Z] #29 5.923 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-27T08:32:53.363Z] #29 5.925 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-27T08:32:53.363Z] #29 5.931 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-27T08:32:53.363Z] #29 5.935 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-27T08:32:53.363Z] #29 5.938 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-27T08:32:53.363Z] #29 5.940 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-27T08:32:53.363Z] #29 6.183 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:32:53.363Z] #29 6.215 Fetched 3041 kB in 0s (9891 kB/s) [2022-06-27T08:32:53.363Z] #29 6.257 Selecting previously unselected package openssl. [2022-06-27T08:32:53.363Z] #29 6.257 (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-27T08:32:53.363Z] #29 6.257 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ... [2022-06-27T08:32:53.363Z] #29 6.265 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-06-27T08:32:53.363Z] #29 6.466 Selecting previously unselected package ca-certificates. [2022-06-27T08:32:53.363Z] #29 6.467 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-27T08:32:53.363Z] #29 6.472 Unpacking ca-certificates (20210119) ... [2022-06-27T08:32:53.363Z] #29 6.577 Selecting previously unselected package libbrotli1:amd64. [2022-06-27T08:32:53.363Z] #29 6.577 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-27T08:32:53.363Z] #29 6.583 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-27T08:32:53.363Z] #29 6.651 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-27T08:32:53.363Z] #29 6.652 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-27T08:32:53.363Z] #29 6.657 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:32:53.363Z] #29 6.701 Selecting previously unselected package libsasl2-2:amd64. [2022-06-27T08:32:53.363Z] #29 6.701 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-27T08:32:53.363Z] #29 6.717 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:32:53.363Z] #29 6.761 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-27T08:32:53.363Z] #29 6.761 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-27T08:32:53.363Z] #29 6.766 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-27T08:32:53.363Z] #29 6.843 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-27T08:32:53.363Z] #29 6.843 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-27T08:32:53.363Z] #29 6.851 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-27T08:32:53.363Z] #29 6.904 Selecting previously unselected package libpsl5:amd64. [2022-06-27T08:32:53.363Z] #29 6.904 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-27T08:32:53.363Z] #29 6.907 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-27T08:32:53.363Z] #29 6.973 Selecting previously unselected package librtmp1:amd64. [2022-06-27T08:32:53.363Z] #29 6.973 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-27T08:32:53.363Z] #29 6.983 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-27T08:32:53.363Z] #29 7.022 Selecting previously unselected package libssh2-1:amd64. [2022-06-27T08:32:53.363Z] #29 7.023 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-27T08:32:53.363Z] #29 7.027 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-27T08:32:53.363Z] #29 7.094 Selecting previously unselected package libcurl4:amd64. [2022-06-27T08:32:53.363Z] #29 7.094 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-27T08:32:53.363Z] #29 7.098 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-27T08:32:53.363Z] #29 7.166 Selecting previously unselected package curl. [2022-06-27T08:32:53.363Z] #29 7.166 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-27T08:32:53.363Z] #29 7.172 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-27T08:32:53.363Z] #29 7.273 Selecting previously unselected package libonig5:amd64. [2022-06-27T08:32:53.363Z] #29 7.273 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-27T08:32:53.363Z] #29 7.283 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-27T08:32:53.363Z] #29 7.373 Selecting previously unselected package libjq1:amd64. [2022-06-27T08:32:53.363Z] #29 7.376 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-27T08:32:53.363Z] #29 7.385 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-27T08:32:53.363Z] #29 7.450 Selecting previously unselected package jq. [2022-06-27T08:32:53.363Z] #29 7.451 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-27T08:32:53.363Z] #29 7.464 Unpacking jq (1.6-2.1) ... [2022-06-27T08:32:53.363Z] #29 7.509 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-27T08:32:53.363Z] #29 7.531 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-27T08:32:53.363Z] #29 7.549 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-27T08:32:53.363Z] #29 7.560 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:32:53.363Z] #29 7.573 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-27T08:32:53.363Z] #29 7.585 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:32:53.363Z] #29 7.602 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-27T08:32:53.363Z] #29 7.622 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-06-27T08:32:53.363Z] #29 7.642 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-27T08:32:53.363Z] #29 7.655 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-27T08:32:53.363Z] #29 7.666 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-27T08:32:53.363Z] #29 7.684 Setting up ca-certificates (20210119) ... [2022-06-27T08:32:53.927Z] #29 8.289 Updating certificates in /etc/ssl/certs... [2022-06-27T08:32:54.389Z] #14 ... [2022-06-27T08:32:54.389Z] [2022-06-27T08:32:54.389Z] #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-27T08:32:54.389Z] #64 sha256:cfd6de62282f3f6f99c3f7a732342b1d13e5a199cdf1c8abf138637f159acb26 [2022-06-27T08:32:54.390Z] #64 47.94 Updating files: 46% (2213/4777) Updating files: 47% (2246/4777) Updating files: 48% (2293/4777) Updating files: 49% (2341/4777) Updating files: 50% (2389/4777) Updating files: 51% (2437/4777) Updating files: 52% (2485/4777) Updating files: 53% (2532/4777) Updating files: 54% (2580/4777) Updating files: 55% (2628/4777) Updating files: 56% (2676/4777) Updating files: 57% (2723/4777) Updating files: 58% (2771/4777) Updating files: 59% (2819/4777) Updating files: 60% (2867/4777) Updating files: 61% (2914/4777) Updating files: 62% (2962/4777) Updating files: 63% (3010/4777) Updating files: 64% (3058/4777) Updating files: 65% (3106/4777) Updating files: 66% (3153/4777) Updating files: 67% (3201/4777) Updating files: 68% (3249/4777) Updating files: 69% (3297/4777) Updating files: 70% (3344/4777) Updating files: 71% (3392/4777) Updating files: 72% (3440/4777) Updating files: 73% (3488/4777) Updating files: 74% (3535/4777) Updating files: 75% (3583/4777) Updating files: 76% (3631/4777) Updating files: 77% (3679/4777) Updating files: 78% (3727/4777) Updating files: 79% (3774/4777) Updating files: 80% (3822/4777) Updating files: 81% (3870/4777) Updating files: 82% (3918/4777) Updating files: 83% (3965/4777) Updating files: 84% (4013/4777) Updating files: 85% (4061/4777) Updating files: 85% (4104/4777) Updating files: 86% (4109/4777) Updating files: 87% (4156/4777) Updating files: 88% (4204/4777) Updating files: 89% (4252/4777) Updating files: 90% (4300/4777) Updating files: 91% (4348/4777) Updating files: 92% (4395/4777) Updating files: 93% (4443/4777) Updating files: 94% (4491/4777) Updating files: 95% (4539/4777) Updating files: 96% (4586/4777) Updating files: 97% (4634/4777) Updating files: 98% (4682/4777) Updating files: 99% (4730/4777) Updating files: 100% (4777/4777) Updating files: 100% (4777/4777), done. [2022-06-27T08:32:54.390Z] #64 49.38 + cd /tmp/tmp.J1zdxqWP8G/src/github.com/containerd/containerd [2022-06-27T08:32:54.390Z] #64 49.38 + git checkout -q v1.6.6 [2022-06-27T08:32:54.390Z] #64 51.10 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-27T08:32:54.390Z] #64 51.11 + BUILDTAGS='netgo osusergo static_build' [2022-06-27T08:32:54.390Z] #64 51.11 + export EXTRA_FLAGS=-buildmode=pie [2022-06-27T08:32:54.390Z] #64 51.11 + EXTRA_FLAGS=-buildmode=pie [2022-06-27T08:32:54.390Z] #64 51.11 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-27T08:32:54.390Z] #64 51.11 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-27T08:32:54.390Z] #64 51.11 + '[' '' = dynamic ']' [2022-06-27T08:32:54.390Z] #64 51.11 + make [2022-06-27T08:32:54.390Z] #64 53.00 + bin/ctr [2022-06-27T08:32:54.861Z] #29 8.960 129 added, 0 removed; done. [2022-06-27T08:32:54.861Z] #29 9.060 Setting up jq (1.6-2.1) ... [2022-06-27T08:32:54.861Z] #29 9.073 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-27T08:32:54.861Z] #29 9.084 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-27T08:32:54.861Z] #29 9.099 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:32:54.861Z] #29 9.124 Processing triggers for ca-certificates (20210119) ... [2022-06-27T08:32:54.861Z] #29 9.135 Updating certificates in /etc/ssl/certs... [2022-06-27T08:32:54.862Z] #11 ... [2022-06-27T08:32:54.862Z] [2022-06-27T08:32:54.862Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-27T08:32:54.862Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-06-27T08:32:54.862Z] #72 DONE 2.4s [2022-06-27T08:32:54.862Z] [2022-06-27T08:32:54.862Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:54.862Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-27T08:32:55.424Z] #29 9.647 0 added, 0 removed; done. [2022-06-27T08:32:55.424Z] #29 9.647 Running hooks in /etc/ca-certificates/update.d... [2022-06-27T08:32:55.424Z] #29 9.648 done. [2022-06-27T08:32:55.436Z] #11 extracting sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 5.0s [2022-06-27T08:32:55.982Z] #69 18.65 Reading package lists... [2022-06-27T08:32:55.982Z] #69 ... [2022-06-27T08:32:55.982Z] [2022-06-27T08:32:55.982Z] #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-27T08:32:55.982Z] #49 sha256:b6c359175e621c0ba64e84f967841cc57655772efdab4cb603e7f10a344ddccc [2022-06-27T08:32:55.982Z] #49 19.25 Fetched 40.5 MB in 18s (2274 kB/s) [2022-06-27T08:32:56.009Z] #11 ... [2022-06-27T08:32:56.009Z] [2022-06-27T08:32:56.009Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-27T08:32:56.009Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-06-27T08:32:56.009Z] #74 DONE 1.4s [2022-06-27T08:32:56.009Z] [2022-06-27T08:32:56.009Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:32:56.009Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-27T08:32:56.587Z] #11 extracting sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 6.3s done [2022-06-27T08:32:57.162Z] #11 extracting sha256:68d122fd51f7aecdebb755fb8e6676014e657f64aad3f75c91b9e7f61d9ed945 done [2022-06-27T08:32:57.162Z] #11 DONE 21.6s [2022-06-27T08:32:57.162Z] [2022-06-27T08:32:57.162Z] #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-27T08:32:57.162Z] #29 sha256:1e66f1a1fcd5a0dbc23fcf2b282ab8674417f52b696abf47e94e044f8ba0d1c4 [2022-06-27T08:32:57.162Z] #29 11.46 Selecting previously unselected package librtmp1:arm64. [2022-06-27T08:32:57.162Z] #29 11.46 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-06-27T08:32:57.162Z] #29 11.49 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-27T08:32:57.162Z] #29 11.82 Selecting previously unselected package libssh2-1:arm64. [2022-06-27T08:32:57.162Z] #29 11.82 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-06-27T08:32:57.162Z] #29 11.83 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-06-27T08:32:57.162Z] #29 12.48 Selecting previously unselected package libcurl4:arm64. [2022-06-27T08:32:57.162Z] #29 12.48 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-06-27T08:32:57.162Z] #29 12.53 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-06-27T08:32:57.162Z] #29 12.92 Selecting previously unselected package curl. [2022-06-27T08:32:57.162Z] #29 12.92 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-06-27T08:32:57.162Z] #29 13.01 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-27T08:32:57.162Z] #29 13.39 Selecting previously unselected package libonig5:arm64. [2022-06-27T08:32:57.162Z] #29 13.39 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-06-27T08:32:57.162Z] #29 13.40 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-06-27T08:32:57.162Z] #29 14.02 Selecting previously unselected package libjq1:arm64. [2022-06-27T08:32:57.162Z] #29 14.02 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-06-27T08:32:57.162Z] #29 14.04 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-06-27T08:32:57.162Z] #29 14.11 Selecting previously unselected package jq. [2022-06-27T08:32:57.162Z] #29 14.11 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-06-27T08:32:57.162Z] #29 14.12 Unpacking jq (1.6-2.1) ... [2022-06-27T08:32:57.162Z] #29 14.24 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-06-27T08:32:57.162Z] #29 14.26 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-06-27T08:32:57.162Z] #29 14.28 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-06-27T08:32:57.162Z] #29 14.29 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:32:57.162Z] #29 14.30 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-27T08:32:57.162Z] #29 14.31 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:32:57.162Z] #29 14.32 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-06-27T08:32:57.162Z] #29 14.33 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-06-27T08:32:57.162Z] #29 14.35 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-06-27T08:32:57.162Z] #29 14.36 Setting up libjq1:arm64 (1.6-2.1) ... [2022-06-27T08:32:57.162Z] #29 14.38 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-27T08:32:57.162Z] #29 14.55 Setting up ca-certificates (20210119) ... [2022-06-27T08:32:57.162Z] #29 15.43 Updating certificates in /etc/ssl/certs... [2022-06-27T08:32:57.162Z] #29 16.55 129 added, 0 removed; done. [2022-06-27T08:32:57.162Z] #29 16.67 Setting up jq (1.6-2.1) ... [2022-06-27T08:32:57.162Z] #29 16.74 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-06-27T08:32:57.162Z] #29 16.75 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-27T08:32:57.162Z] #29 16.76 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:32:57.162Z] #29 16.78 Processing triggers for ca-certificates (20210119) ... [2022-06-27T08:32:57.162Z] #29 16.79 Updating certificates in /etc/ssl/certs... [2022-06-27T08:32:57.313Z] #29 DONE 11.6s [2022-06-27T08:32:57.313Z] [2022-06-27T08:32:57.313Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-27T08:32:57.313Z] #30 sha256:f50f4f4ec5fb869556b043a1dfd57a0fe738f43a89c493ddbf0dad1e86175819 [2022-06-27T08:32:57.569Z] #30 DONE 0.3s [2022-06-27T08:32:57.569Z] [2022-06-27T08:32:57.569Z] #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-27T08:32:57.569Z] #31 sha256:e4e1239adf3dca859b84ed790684bad43a4f524052acbfd78b5fb78869cd2ec3 [2022-06-27T08:32:57.745Z] #29 17.43 0 added, 0 removed; done. [2022-06-27T08:32:57.745Z] #29 17.43 Running hooks in /etc/ca-certificates/update.d... [2022-06-27T08:32:57.745Z] #29 17.44 done. [2022-06-27T08:32:57.834Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 5.0s [2022-06-27T08:32:57.898Z] #49 19.25 Reading package lists... [2022-06-27T08:32:57.898Z] #49 ... [2022-06-27T08:32:57.898Z] [2022-06-27T08:32:57.898Z] #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-27T08:32:57.898Z] #69 sha256:811fd7bc677321c2a92b90b85e8bb4d50f3f9e6e0c528f077d6db2fa42c16a5e [2022-06-27T08:32:57.898Z] #69 18.65 Reading package lists... [2022-06-27T08:32:58.007Z] #29 DONE 17.5s [2022-06-27T08:32:58.007Z] [2022-06-27T08:32:58.007Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-27T08:32:58.007Z] #12 sha256:13103095655c5bba4eeebd3103180d0be73b132b813a520823528d3ca7e8775b [2022-06-27T08:32:58.007Z] #12 DONE 0.6s [2022-06-27T08:32:58.007Z] [2022-06-27T08:32:58.007Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-27T08:32:58.007Z] #30 sha256:a7bf7ab6f4552fdd663cedbf4d8c8a860a06213213679b51d8ce203f90a483b6 [2022-06-27T08:32:58.007Z] #30 DONE 0.1s [2022-06-27T08:32:58.007Z] [2022-06-27T08:32:58.007Z] #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-27T08:32:58.007Z] #13 sha256:ff9d7616fb0c727acb27c69f498c91180e8e4a46278532d09a9dd89e43efb14d [2022-06-27T08:32:58.580Z] #13 DONE 0.7s [2022-06-27T08:32:58.580Z] [2022-06-27T08:32:58.580Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-27T08:32:58.580Z] #33 sha256:66313258d20f27b9db0a53e5efb7424eaf849c6f47c74928265b14ecf1962cea [2022-06-27T08:32:58.842Z] #33 DONE 0.2s [2022-06-27T08:32:58.842Z] [2022-06-27T08:32:58.842Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-27T08:32:58.842Z] #46 sha256:b800f0abf501966fb97595329615fd15baa01c342f51b54e938e1f9eb91b45d0 [2022-06-27T08:32:58.842Z] #46 DONE 0.2s [2022-06-27T08:32:58.842Z] [2022-06-27T08:32:58.842Z] #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-27T08:32:58.842Z] #47 sha256:ecdc8c6c8c169bea9c3b47c2801af3413909a698ac702b149b3c3adba914fdb6 [2022-06-27T08:32:58.842Z] #47 ... [2022-06-27T08:32:58.842Z] [2022-06-27T08:32:58.842Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-27T08:32:58.842Z] #66 sha256:e6a8e35289b6d26051c968784f97e97f23a5acd1409ebc7a00ebcc7b87ec1122 [2022-06-27T08:32:58.842Z] #66 DONE 0.4s [2022-06-27T08:32:59.109Z] [2022-06-27T08:32:59.109Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-27T08:32:59.109Z] #25 sha256:5f0fef306e41932534558151ce38da417d598a344cd1fe8684993b8a4fd7cf14 [2022-06-27T08:32:59.109Z] #25 DONE 0.4s [2022-06-27T08:32:59.109Z] [2022-06-27T08:32:59.109Z] #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-27T08:32:59.109Z] #50 sha256:15c133dfec257524e63bea93c84c1def8d71882a44dde00929a99bde82bd1576 [2022-06-27T08:32:59.109Z] #50 DONE 0.4s [2022-06-27T08:32:59.109Z] [2022-06-27T08:32:59.109Z] #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-27T08:32:59.109Z] #51 sha256:a555e696656a3dec1c8def1b98795693261913e1aaba4613ac6b3937231a1782 [2022-06-27T08:32:59.282Z] #69 27.79 Reading package lists... [2022-06-27T08:32:59.282Z] #69 ... [2022-06-27T08:32:59.282Z] [2022-06-27T08:32:59.282Z] #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-27T08:32:59.282Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-27T08:32:59.282Z] #20 19.00 Fetched 40.5 MB in 17s (2327 kB/s) [2022-06-27T08:32:59.282Z] #20 19.00 Reading package lists... [2022-06-27T08:32:59.282Z] #20 28.16 Reading package lists... [2022-06-27T08:32:59.282Z] #20 ... [2022-06-27T08:32:59.282Z] [2022-06-27T08:32:59.282Z] #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-27T08:32:59.282Z] #49 sha256:b6c359175e621c0ba64e84f967841cc57655772efdab4cb603e7f10a344ddccc [2022-06-27T08:32:59.282Z] #49 19.25 Reading package lists... [2022-06-27T08:32:59.464Z] #31 1.557 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-27T08:32:59.464Z] #31 1.815 [2022-06-27T08:32:59.720Z] #31 2.035 #=#=# ######################################################################## 100.0% [2022-06-27T08:32:59.733Z] #11 ... [2022-06-27T08:32:59.733Z] [2022-06-27T08:32:59.733Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-27T08:32:59.733Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-27T08:32:59.733Z] #29 1.654 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:32:59.733Z] #29 1.654 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:32:59.733Z] #29 1.659 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:32:59.733Z] #29 1.865 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:32:59.733Z] #29 2.114 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:32:59.733Z] #29 2.433 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:32:59.733Z] #29 3.801 Fetched 8545 kB in 2s (3454 kB/s) [2022-06-27T08:32:59.733Z] #29 3.801 Reading package lists... [2022-06-27T08:32:59.733Z] #29 4.580 Reading package lists... [2022-06-27T08:32:59.733Z] #29 5.397 Building dependency tree... [2022-06-27T08:32:59.733Z] #29 5.753 The following additional packages will be installed: [2022-06-27T08:32:59.733Z] #29 5.753 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-27T08:32:59.733Z] #29 5.753 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-27T08:32:59.733Z] #29 5.753 Recommended packages: [2022-06-27T08:32:59.733Z] #29 5.753 libldap-common publicsuffix libsasl2-modules [2022-06-27T08:32:59.733Z] #29 5.903 The following NEW packages will be installed: [2022-06-27T08:32:59.733Z] #29 5.903 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-27T08:32:59.733Z] #29 5.903 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-27T08:32:59.733Z] #29 5.903 libssh2-1 openssl [2022-06-27T08:32:59.733Z] #29 6.191 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-06-27T08:32:59.733Z] #29 6.191 Need to get 3041 kB of archives. [2022-06-27T08:32:59.733Z] #29 6.191 After this operation, 6651 kB of additional disk space will be used. [2022-06-27T08:32:59.733Z] #29 6.191 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-27T08:32:59.733Z] #29 6.193 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB] [2022-06-27T08:32:59.733Z] #29 6.199 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-27T08:32:59.733Z] #29 6.203 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-27T08:32:59.733Z] #29 6.203 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-06-27T08:32:59.733Z] #29 6.203 Get:6 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-27T08:32:59.733Z] #29 6.207 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-27T08:32:59.733Z] #29 6.208 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-27T08:32:59.733Z] #29 6.208 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-27T08:32:59.733Z] #29 6.209 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-27T08:32:59.733Z] #29 6.211 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-27T08:32:59.733Z] #29 6.221 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-27T08:32:59.733Z] #29 6.225 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-27T08:32:59.733Z] #29 6.233 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-27T08:32:59.733Z] #29 6.233 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-27T08:32:59.733Z] #29 6.535 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:32:59.733Z] #29 6.549 Fetched 3041 kB in 0s (9087 kB/s) [2022-06-27T08:32:59.733Z] #29 6.583 Selecting previously unselected package openssl. [2022-06-27T08:32:59.733Z] #29 6.583 (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-27T08:32:59.733Z] #29 6.583 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ... [2022-06-27T08:32:59.733Z] #29 6.629 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-06-27T08:32:59.733Z] #29 6.850 Selecting previously unselected package ca-certificates. [2022-06-27T08:32:59.733Z] #29 6.850 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-27T08:32:59.733Z] #29 6.853 Unpacking ca-certificates (20210119) ... [2022-06-27T08:32:59.733Z] #29 7.067 Selecting previously unselected package libbrotli1:amd64. [2022-06-27T08:32:59.733Z] #29 7.069 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-27T08:32:59.733Z] #29 7.081 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-27T08:32:59.733Z] #29 7.213 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-27T08:32:59.733Z] #29 7.213 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-27T08:32:59.733Z] #29 7.259 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:32:59.733Z] #29 7.360 Selecting previously unselected package libsasl2-2:amd64. [2022-06-27T08:32:59.734Z] #29 7.362 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-27T08:32:59.734Z] #29 7.365 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:32:59.734Z] #29 7.452 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-27T08:32:59.734Z] #29 7.452 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-27T08:32:59.734Z] #29 7.540 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-27T08:32:59.734Z] #29 7.668 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-27T08:32:59.734Z] #29 7.668 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-27T08:32:59.734Z] #29 7.674 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-27T08:32:59.734Z] #29 7.769 Selecting previously unselected package libpsl5:amd64. [2022-06-27T08:32:59.734Z] #29 7.770 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-27T08:32:59.734Z] #29 7.781 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-27T08:32:59.734Z] #29 7.860 Selecting previously unselected package librtmp1:amd64. [2022-06-27T08:32:59.734Z] #29 7.860 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-27T08:32:59.734Z] #29 7.865 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-27T08:32:59.734Z] #29 7.986 Selecting previously unselected package libssh2-1:amd64. [2022-06-27T08:32:59.734Z] #29 7.988 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-27T08:32:59.734Z] #29 7.992 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-27T08:32:59.734Z] #29 8.090 Selecting previously unselected package libcurl4:amd64. [2022-06-27T08:32:59.734Z] #29 8.090 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-27T08:32:59.734Z] #29 8.096 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-27T08:32:59.734Z] #29 8.229 Selecting previously unselected package curl. [2022-06-27T08:32:59.734Z] #29 8.229 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-27T08:32:59.734Z] #29 8.233 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-27T08:32:59.734Z] #29 8.355 Selecting previously unselected package libonig5:amd64. [2022-06-27T08:32:59.734Z] #29 8.358 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-27T08:32:59.734Z] #29 8.361 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-27T08:32:59.734Z] #29 8.566 Selecting previously unselected package libjq1:amd64. [2022-06-27T08:32:59.734Z] #29 8.566 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-27T08:32:59.734Z] #29 8.571 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-27T08:32:59.734Z] #29 8.660 Selecting previously unselected package jq. [2022-06-27T08:32:59.734Z] #29 8.660 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-27T08:32:59.734Z] #29 8.665 Unpacking jq (1.6-2.1) ... [2022-06-27T08:32:59.734Z] #29 8.733 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-27T08:32:59.734Z] #29 8.743 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-27T08:32:59.734Z] #29 8.752 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-27T08:32:59.734Z] #29 8.764 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:32:59.734Z] #29 8.776 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-27T08:32:59.734Z] #29 8.789 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-27T08:32:59.734Z] #29 8.801 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-27T08:32:59.734Z] #29 8.811 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-06-27T08:32:59.734Z] #29 8.824 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-27T08:32:59.734Z] #29 8.835 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-27T08:32:59.734Z] #29 8.847 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-27T08:32:59.734Z] #29 8.857 Setting up ca-certificates (20210119) ... [2022-06-27T08:32:59.977Z] #31 2.273 [2022-06-27T08:33:00.301Z] #29 9.495 Updating certificates in /etc/ssl/certs... [2022-06-27T08:33:00.558Z] #29 ... [2022-06-27T08:33:00.558Z] [2022-06-27T08:33:00.558Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:33:00.558Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:33:00.906Z] #31 3.144 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-27T08:33:00.906Z] #31 3.421 [2022-06-27T08:33:01.164Z] #31 3.635 #=#=# ######################################################################## 100.0% [2022-06-27T08:33:01.726Z] #31 3.889 [2022-06-27T08:33:01.934Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 9.3s done [2022-06-27T08:33:02.194Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec [2022-06-27T08:33:02.660Z] #31 4.859 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-27T08:33:02.660Z] #31 5.121 [2022-06-27T08:33:03.433Z] #31 5.337 #=#=# #################### 28.2% ########################################### 60.0% ################################################################## 91.9% ######################################################################## 100.0% [2022-06-27T08:33:03.433Z] #31 ... [2022-06-27T08:33:03.433Z] [2022-06-27T08:33:03.433Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:33:03.433Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:33:03.433Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 4.2s done [2022-06-27T08:33:03.433Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 7.0s [2022-06-27T08:33:03.433Z] #11 ... [2022-06-27T08:33:03.433Z] [2022-06-27T08:33:03.433Z] #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-27T08:33:03.433Z] #31 sha256:e4e1239adf3dca859b84ed790684bad43a4f524052acbfd78b5fb78869cd2ec3 [2022-06-27T08:33:03.433Z] #31 5.885 [2022-06-27T08:33:04.361Z] #31 6.807 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-27T08:33:04.392Z] #64 ... [2022-06-27T08:33:04.392Z] [2022-06-27T08:33:04.392Z] #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-27T08:33:04.392Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:33:04.392Z] #77 41.59 libtoolize: putting auxiliary files in '.'. [2022-06-27T08:33:04.392Z] #77 41.59 libtoolize: copying file './ltmain.sh' [2022-06-27T08:33:04.392Z] #77 42.19 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-27T08:33:04.392Z] #77 42.19 libtoolize: and rerunning libtoolize and aclocal. [2022-06-27T08:33:04.392Z] #77 42.19 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-27T08:33:04.392Z] #77 51.57 configure.ac:7: installing './compile' [2022-06-27T08:33:04.392Z] #77 51.59 configure.ac:11: installing './config.guess' [2022-06-27T08:33:04.392Z] #77 51.61 configure.ac:11: installing './config.sub' [2022-06-27T08:33:04.392Z] #77 51.61 configure.ac:8: installing './install-sh' [2022-06-27T08:33:04.392Z] #77 51.62 configure.ac:8: installing './missing' [2022-06-27T08:33:04.392Z] #77 51.79 Makefile.am: installing './depcomp' [2022-06-27T08:33:04.392Z] #77 ... [2022-06-27T08:33:04.392Z] [2022-06-27T08:33:04.392Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-27T08:33:04.392Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:33:04.392Z] #14 96.20 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-27T08:33:04.392Z] #14 96.23 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:33:04.392Z] #14 96.23 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-27T08:33:04.392Z] #14 103.3 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-27T08:33:04.392Z] #14 103.3 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:33:04.392Z] #14 103.3 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:33:04.392Z] #14 ... [2022-06-27T08:33:04.392Z] [2022-06-27T08:33:04.392Z] #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-27T08:33:04.392Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:33:04.392Z] #77 53.08 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-27T08:33:04.392Z] #77 53.08 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-27T08:33:04.392Z] #77 53.19 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-27T08:33:04.392Z] #77 53.20 libtoolize: copying file 'm4/libtool.m4' [2022-06-27T08:33:04.392Z] #77 53.28 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-27T08:33:04.408Z] #51 ... [2022-06-27T08:33:04.408Z] [2022-06-27T08:33:04.408Z] #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-27T08:33:04.408Z] #67 sha256:42bf533a04613eaaddf3208eed3b7e9696952a728a8befba90160eafcecf1a2c [2022-06-27T08:33:04.408Z] #67 4.976 + RM_GOPATH=0 [2022-06-27T08:33:04.408Z] #67 4.976 + TMP_GOPATH= [2022-06-27T08:33:04.408Z] #67 4.976 + : /build [2022-06-27T08:33:04.408Z] #67 4.976 + '[' -z '' ']' [2022-06-27T08:33:04.408Z] #67 4.984 ++ mktemp -d [2022-06-27T08:33:04.408Z] #67 4.999 + export GOPATH=/tmp/tmp.rtC0thzeKv [2022-06-27T08:33:04.408Z] #67 4.999 + GOPATH=/tmp/tmp.rtC0thzeKv [2022-06-27T08:33:04.408Z] #67 4.999 + RM_GOPATH=1 [2022-06-27T08:33:04.408Z] #67 4.999 + case "$(go env GOARCH)" in [2022-06-27T08:33:04.408Z] #67 4.999 ++ go env GOARCH [2022-06-27T08:33:04.408Z] #67 5.032 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:04.408Z] #67 5.032 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:04.408Z] #67 5.037 ++ dirname /install.sh [2022-06-27T08:33:04.408Z] #67 5.038 + dir=/ [2022-06-27T08:33:04.408Z] #67 5.051 + bin=rootlesskit [2022-06-27T08:33:04.408Z] #67 5.052 + shift [2022-06-27T08:33:04.408Z] #67 5.053 + '[' '!' -f //rootlesskit.installer ']' [2022-06-27T08:33:04.408Z] #67 5.057 + . //rootlesskit.installer [2022-06-27T08:33:04.408Z] #67 5.058 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:33:04.408Z] #67 5.058 + install_rootlesskit [2022-06-27T08:33:04.408Z] #67 5.059 + case "$1" in [2022-06-27T08:33:04.408Z] #67 5.059 + export CGO_ENABLED=0 [2022-06-27T08:33:04.408Z] #67 5.059 + CGO_ENABLED=0 [2022-06-27T08:33:04.408Z] #67 5.060 + _install_rootlesskit [2022-06-27T08:33:04.408Z] #67 5.067 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-27T08:33:04.408Z] #67 5.068 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:33:04.408Z] #67 5.070 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-27T08:33:04.408Z] #67 5.070 + GOBIN=/build [2022-06-27T08:33:04.408Z] #67 5.072 + GO111MODULE=on [2022-06-27T08:33:04.408Z] #67 5.072 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:33:04.408Z] #67 5.537 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-27T08:33:04.573Z] #49 27.95 Reading package lists... [2022-06-27T08:33:04.573Z] #49 ... [2022-06-27T08:33:04.573Z] [2022-06-27T08:33:04.573Z] #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-27T08:33:04.573Z] #74 sha256:200ed7762716050311fc681630a255b9002fb6b961b5dc546e1a549f56d5701c [2022-06-27T08:33:04.573Z] #74 29.19 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-27T08:33:04.573Z] #74 29.19 + GOBIN=/build [2022-06-27T08:33:04.573Z] #74 29.19 + GO111MODULE=on [2022-06-27T08:33:04.573Z] #74 29.19 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:33:04.573Z] #74 32.71 rootlesskit version 1.0.0 [2022-06-27T08:33:04.573Z] #74 32.71 Usage of /build/rootlesskit-docker-proxy: [2022-06-27T08:33:04.573Z] #74 32.71 -container-ip string [2022-06-27T08:33:04.573Z] #74 32.71 container ip [2022-06-27T08:33:04.573Z] #74 32.71 -container-port int [2022-06-27T08:33:04.573Z] #74 32.71 container port (default -1) [2022-06-27T08:33:04.573Z] #74 32.72 -host-ip string [2022-06-27T08:33:04.573Z] #74 32.72 host ip [2022-06-27T08:33:04.573Z] #74 32.72 -host-port int [2022-06-27T08:33:04.573Z] #74 32.72 host port (default -1) [2022-06-27T08:33:04.573Z] #74 32.72 -proto string [2022-06-27T08:33:04.573Z] #74 32.72 proxy protocol (default "tcp") [2022-06-27T08:33:04.617Z] #31 ... [2022-06-27T08:33:04.617Z] [2022-06-27T08:33:04.617Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:33:04.617Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:33:04.617Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 7.8s done [2022-06-27T08:33:04.617Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 done [2022-06-27T08:33:04.617Z] #11 DONE 27.5s [2022-06-27T08:33:04.617Z] [2022-06-27T08:33:04.617Z] #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-27T08:33:04.617Z] #31 sha256:e4e1239adf3dca859b84ed790684bad43a4f524052acbfd78b5fb78869cd2ec3 [2022-06-27T08:33:04.617Z] #31 7.066 [2022-06-27T08:33:04.653Z] #77 53.40 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-27T08:33:04.669Z] #67 ... [2022-06-27T08:33:04.669Z] [2022-06-27T08:33:04.669Z] #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-27T08:33:04.669Z] #51 sha256:a555e696656a3dec1c8def1b98795693261913e1aaba4613ac6b3937231a1782 [2022-06-27T08:33:04.669Z] #51 5.541 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:04.669Z] #51 5.594 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:04.669Z] #51 5.602 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:04.733Z] #11 ... [2022-06-27T08:33:04.733Z] [2022-06-27T08:33:04.733Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-27T08:33:04.734Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-27T08:33:04.734Z] #29 10.69 129 added, 0 removed; done. [2022-06-27T08:33:04.734Z] #29 10.77 Setting up jq (1.6-2.1) ... [2022-06-27T08:33:04.734Z] #29 10.78 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-27T08:33:04.734Z] #29 10.79 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-27T08:33:04.734Z] #29 10.81 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:33:04.734Z] #29 10.83 Processing triggers for ca-certificates (20210119) ... [2022-06-27T08:33:04.734Z] #29 10.84 Updating certificates in /etc/ssl/certs... [2022-06-27T08:33:04.734Z] #29 11.71 0 added, 0 removed; done. [2022-06-27T08:33:04.734Z] #29 11.71 Running hooks in /etc/ca-certificates/update.d... [2022-06-27T08:33:04.734Z] #29 11.71 done. [2022-06-27T08:33:04.734Z] #29 DONE 13.7s [2022-06-27T08:33:04.734Z] [2022-06-27T08:33:04.734Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:33:04.734Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:33:04.912Z] #77 53.52 libtoolize: copying file 'm4/ltversion.m4' [2022-06-27T08:33:04.912Z] #77 53.67 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-27T08:33:04.912Z] #77 53.79 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-27T08:33:05.132Z] #31 7.290 #=#=# ######################################################################## 100.0% [2022-06-27T08:33:05.132Z] #31 7.504 [2022-06-27T08:33:05.146Z] #74 DONE 34.8s [2022-06-27T08:33:05.146Z] [2022-06-27T08:33:05.146Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-27T08:33:05.146Z] #75 sha256:90c34242ecd841215af5c8d43d8596704e7c77037550c842c924eb25569ba272 [2022-06-27T08:33:05.146Z] #75 DONE 0.1s [2022-06-27T08:33:05.146Z] [2022-06-27T08:33:05.146Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-27T08:33:05.146Z] #76 sha256:c46709a3c5897b644984e27b043150f9a4c53b339f298eb7b61db0883be3249d [2022-06-27T08:33:05.146Z] #76 DONE 0.1s [2022-06-27T08:33:05.146Z] [2022-06-27T08:33:05.146Z] #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-27T08:33:05.146Z] #69 sha256:811fd7bc677321c2a92b90b85e8bb4d50f3f9e6e0c528f077d6db2fa42c16a5e [2022-06-27T08:33:05.243Z] #51 5.985 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-27T08:33:05.300Z] #11 ... [2022-06-27T08:33:05.300Z] [2022-06-27T08:33:05.300Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-27T08:33:05.300Z] #30 sha256:f869159282fef28e8290139403481c979cebe4af4fffefd0f5d04846c4ebc1bd [2022-06-27T08:33:05.300Z] #30 DONE 0.9s [2022-06-27T08:33:05.300Z] [2022-06-27T08:33:05.300Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:33:05.300Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:33:05.300Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 3.2s done [2022-06-27T08:33:05.694Z] #31 ... [2022-06-27T08:33:05.694Z] [2022-06-27T08:33:05.694Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-27T08:33:05.694Z] #12 sha256:56c0305d6bbe33a7a96cb826e6c4762bb5d8ff7e72dc4f2ada49e468493dc1e1 [2022-06-27T08:33:05.694Z] #12 DONE 1.1s [2022-06-27T08:33:05.818Z] #51 6.751 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-27T08:33:05.863Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 [2022-06-27T08:33:05.951Z] [2022-06-27T08:33:05.951Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-27T08:33:05.951Z] #31 sha256:e4e1239adf3dca859b84ed790684bad43a4f524052acbfd78b5fb78869cd2ec3 [2022-06-27T08:33:05.951Z] #31 8.177 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-27T08:33:06.092Z] #69 27.79 Reading package lists... [2022-06-27T08:33:06.208Z] #31 ... [2022-06-27T08:33:06.208Z] [2022-06-27T08:33:06.208Z] #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-27T08:33:06.208Z] #13 sha256:663743f188ca2dfda79b667f270dccaf821b883d8518acb0f9d4d89f28bc6cb0 [2022-06-27T08:33:06.208Z] #13 DONE 0.5s [2022-06-27T08:33:06.208Z] [2022-06-27T08:33:06.208Z] #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-27T08:33:06.208Z] #31 sha256:e4e1239adf3dca859b84ed790684bad43a4f524052acbfd78b5fb78869cd2ec3 [2022-06-27T08:33:06.208Z] #31 8.427 [2022-06-27T08:33:06.354Z] #69 36.26 Building dependency tree... [2022-06-27T08:33:06.354Z] #69 ... [2022-06-27T08:33:06.354Z] [2022-06-27T08:33:06.354Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-27T08:33:06.354Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-27T08:33:06.354Z] #79 CACHED [2022-06-27T08:33:06.354Z] [2022-06-27T08:33:06.354Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-27T08:33:06.354Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-27T08:33:06.354Z] #81 CACHED [2022-06-27T08:33:06.354Z] [2022-06-27T08:33:06.354Z] #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-27T08:33:06.354Z] #83 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:33:06.354Z] #83 CACHED [2022-06-27T08:33:06.354Z] [2022-06-27T08:33:06.354Z] #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-27T08:33:06.354Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:33:06.354Z] #84 CACHED [2022-06-27T08:33:06.465Z] #31 8.651 #=#=# #31 ... [2022-06-27T08:33:06.465Z] [2022-06-27T08:33:06.465Z] #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-27T08:33:06.465Z] #50 sha256:3bce310255bf34d776243dd62fd338d2b44e71b74351ae035dcf63d2fb9b0307 [2022-06-27T08:33:06.465Z] #50 DONE 0.2s [2022-06-27T08:33:06.465Z] [2022-06-27T08:33:06.465Z] #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-27T08:33:06.465Z] #31 sha256:e4e1239adf3dca859b84ed790684bad43a4f524052acbfd78b5fb78869cd2ec3 [2022-06-27T08:33:06.465Z] #31 8.651 #=#=# ######################################################################## 100.0% [2022-06-27T08:33:06.465Z] #31 ... [2022-06-27T08:33:06.465Z] [2022-06-27T08:33:06.465Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-27T08:33:06.465Z] #33 sha256:09a68b270824a37483c9ff9cefbf4f26ee8b85c2abcf374646920938f26ad772 [2022-06-27T08:33:06.465Z] #33 DONE 0.3s [2022-06-27T08:33:06.465Z] [2022-06-27T08:33:06.465Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-27T08:33:06.465Z] #46 sha256:37cf4edcf58a040bec85551b7af266bbc97c22873b4e0a7100f2252c3cf35571 [2022-06-27T08:33:06.465Z] #46 DONE 0.3s [2022-06-27T08:33:06.465Z] [2022-06-27T08:33:06.465Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-27T08:33:06.465Z] #25 sha256:c6e27dd8dc25f9787aeb5bd8ca08bafd8e8b6ad2b87fde53f69c81313e6848cb [2022-06-27T08:33:06.465Z] #25 DONE 0.3s [2022-06-27T08:33:06.465Z] [2022-06-27T08:33:06.465Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-27T08:33:06.465Z] #66 sha256:c00d6e73239ad668b081062afe7db055a587de2c07ca9a0e4e9f30390be572ac [2022-06-27T08:33:06.465Z] #66 DONE 0.3s [2022-06-27T08:33:06.616Z] [2022-06-27T08:33:06.616Z] #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-27T08:33:06.616Z] #49 sha256:b6c359175e621c0ba64e84f967841cc57655772efdab4cb603e7f10a344ddccc [2022-06-27T08:33:06.616Z] #49 27.95 Reading package lists... [2022-06-27T08:33:06.722Z] [2022-06-27T08:33:06.722Z] #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-27T08:33:06.722Z] #31 sha256:e4e1239adf3dca859b84ed790684bad43a4f524052acbfd78b5fb78869cd2ec3 [2022-06-27T08:33:06.722Z] #31 8.962 [2022-06-27T08:33:06.978Z] #31 9.228 Download of images into '/build' complete. [2022-06-27T08:33:06.978Z] #31 9.228 Use something like the following to load the result into a Docker daemon: [2022-06-27T08:33:06.978Z] #31 9.228 tar -cC '/build' . | docker load [2022-06-27T08:33:06.978Z] #31 DONE 9.4s [2022-06-27T08:33:06.978Z] [2022-06-27T08:33:06.978Z] #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-27T08:33:06.978Z] #67 sha256:9bfde50458ef4f4e952e83dd04235dda7b4da7c4d2bd6c80719630ecf38efadc [2022-06-27T08:33:08.002Z] #49 36.54 Building dependency tree... [2022-06-27T08:33:08.002Z] #49 38.04 Reading state information... [2022-06-27T08:33:08.434Z] #51 ... [2022-06-27T08:33:08.434Z] [2022-06-27T08:33:08.434Z] #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-27T08:33:08.434Z] #31 sha256:439c5dade6a3866e78b1adc629fb0ca8ab0be180ffd97fb523777c2184310990 [2022-06-27T08:33:08.434Z] #31 1.715 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-27T08:33:08.434Z] #31 2.107 [2022-06-27T08:33:08.434Z] #31 2.357 #=#=# ######################################################################## 100.0% [2022-06-27T08:33:08.434Z] #31 2.763 [2022-06-27T08:33:08.434Z] #31 4.024 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-27T08:33:08.434Z] #31 4.599 [2022-06-27T08:33:08.434Z] #31 4.882 #=#=# 0.1% ######################################################################## 100.0% [2022-06-27T08:33:08.434Z] #31 6.202 [2022-06-27T08:33:08.434Z] #31 ... [2022-06-27T08:33:08.434Z] [2022-06-27T08:33:08.434Z] #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-27T08:33:08.434Z] #67 sha256:42bf533a04613eaaddf3208eed3b7e9696952a728a8befba90160eafcecf1a2c [2022-06-27T08:33:08.434Z] #67 8.072 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-27T08:33:08.434Z] #67 8.148 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-27T08:33:08.434Z] #67 8.921 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-27T08:33:08.704Z] #67 ... [2022-06-27T08:33:08.704Z] [2022-06-27T08:33:08.704Z] #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-27T08:33:08.704Z] #36 sha256:ccf5d63b7d42e11b5f9cac632d7ef55087954b3ccbe644ab1638efdcd50070e6 [2022-06-27T08:33:08.704Z] #36 5.263 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-27T08:33:08.973Z] #36 ... [2022-06-27T08:33:08.973Z] [2022-06-27T08:33:08.973Z] #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-27T08:33:08.973Z] #40 sha256:fd04132605b608fbed30b132568b995cbbda9fd1d9be0c718b98b3598f145daa [2022-06-27T08:33:08.973Z] #40 5.590 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-27T08:33:08.973Z] #40 8.098 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-27T08:33:08.973Z] #40 9.427 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-27T08:33:08.973Z] #40 9.608 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-27T08:33:08.973Z] #40 9.724 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-27T08:33:08.973Z] #40 ... [2022-06-27T08:33:08.973Z] [2022-06-27T08:33:08.973Z] #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-27T08:33:08.973Z] #38 sha256:aaeeb049f5680a56f6fede4f78256326a8aa0b4ae7580e26fa301c6d266d5252 [2022-06-27T08:33:08.973Z] #38 5.414 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-27T08:33:09.236Z] #38 ... [2022-06-27T08:33:09.236Z] [2022-06-27T08:33:09.236Z] #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-27T08:33:09.236Z] #53 sha256:90f2a3e75cec42ae99e2f666c70daa2f919afeb4c9cec71f058a76ffb78b504a [2022-06-27T08:33:09.236Z] #53 4.644 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-27T08:33:09.236Z] #53 6.325 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-27T08:33:09.236Z] #53 6.328 go: downloading github.com/fatih/color v1.10.0 [2022-06-27T08:33:09.236Z] #53 6.419 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-27T08:33:09.236Z] #53 6.455 go: downloading github.com/pkg/errors v0.9.1 [2022-06-27T08:33:09.236Z] #53 6.781 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-27T08:33:09.236Z] #53 6.902 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-27T08:33:09.236Z] #53 6.922 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-27T08:33:09.236Z] #53 6.990 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-27T08:33:09.236Z] #53 7.008 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-27T08:33:09.236Z] #53 7.150 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-27T08:33:09.236Z] #53 7.191 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-27T08:33:09.236Z] #53 7.543 go: downloading golang.org/x/tools v0.1.0 [2022-06-27T08:33:09.236Z] #53 ... [2022-06-27T08:33:09.236Z] [2022-06-27T08:33:09.236Z] #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-27T08:33:09.236Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-27T08:33:09.236Z] #14 5.871 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:09.236Z] #14 5.936 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:09.236Z] #14 5.940 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:09.236Z] #14 6.871 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-27T08:33:09.236Z] #14 9.214 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-27T08:33:09.497Z] #14 ... [2022-06-27T08:33:09.497Z] [2022-06-27T08:33:09.497Z] #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-27T08:33:09.497Z] #57 sha256:57518f79ec97bd4ffcfece403fffe2a9a9a731f6a1fde9d139311616d3584ecd [2022-06-27T08:33:09.497Z] #57 3.366 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-27T08:33:09.497Z] #57 3.994 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-27T08:33:09.497Z] #57 3.998 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-27T08:33:09.497Z] #57 4.013 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-27T08:33:09.497Z] #57 4.470 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-27T08:33:09.497Z] #57 ... [2022-06-27T08:33:09.497Z] [2022-06-27T08:33:09.497Z] #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-27T08:33:09.497Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-27T08:33:09.497Z] #76 3.405 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:09.497Z] #76 3.426 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:09.497Z] #76 3.426 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:09.497Z] #76 3.880 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-27T08:33:09.497Z] #76 4.994 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-27T08:33:09.497Z] #76 7.379 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-27T08:33:09.759Z] #76 ... [2022-06-27T08:33:09.759Z] [2022-06-27T08:33:09.759Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-27T08:33:09.759Z] #42 sha256:2ab0d219d14c868f21c3a04de71246f6452f2101d0563b630b9308cdf0e6a8a3 [2022-06-27T08:33:09.759Z] #42 5.834 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:09.759Z] #42 5.890 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:09.759Z] #42 5.893 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:09.759Z] #42 6.773 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-27T08:33:09.759Z] #42 8.868 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-27T08:33:09.917Z] #49 39.66 The following additional packages will be installed: [2022-06-27T08:33:09.917Z] #49 39.68 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-06-27T08:33:09.917Z] #49 39.69 Suggested packages: [2022-06-27T08:33:09.917Z] #49 39.69 cmake-doc ninja-build lrzip [2022-06-27T08:33:09.917Z] #49 39.69 Recommended packages: [2022-06-27T08:33:09.917Z] #49 39.69 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-27T08:33:10.021Z] #42 ... [2022-06-27T08:33:10.021Z] [2022-06-27T08:33:10.021Z] #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-27T08:33:10.021Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-27T08:33:10.021Z] #55 4.382 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-27T08:33:10.021Z] #55 ... [2022-06-27T08:33:10.021Z] [2022-06-27T08:33:10.021Z] #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-27T08:33:10.021Z] #26 sha256:267a9136bb6e8c39682d6d4f838c4c6ece2b62dbfaeac78b45491992097edc2c [2022-06-27T08:33:10.021Z] #26 4.834 + RM_GOPATH=0 [2022-06-27T08:33:10.021Z] #26 4.834 + TMP_GOPATH= [2022-06-27T08:33:10.021Z] #26 4.834 + : /build [2022-06-27T08:33:10.021Z] #26 4.834 + '[' -z '' ']' [2022-06-27T08:33:10.021Z] #26 4.840 ++ mktemp -d [2022-06-27T08:33:10.021Z] #26 4.848 + export GOPATH=/tmp/tmp.un5AR6bxXt [2022-06-27T08:33:10.021Z] #26 4.848 + GOPATH=/tmp/tmp.un5AR6bxXt [2022-06-27T08:33:10.021Z] #26 4.848 + RM_GOPATH=1 [2022-06-27T08:33:10.021Z] #26 4.848 + case "$(go env GOARCH)" in [2022-06-27T08:33:10.021Z] #26 4.848 ++ go env GOARCH [2022-06-27T08:33:10.021Z] #26 4.920 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:10.021Z] #26 4.920 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:10.021Z] #26 4.939 ++ dirname /install.sh [2022-06-27T08:33:10.021Z] #26 4.964 + dir=/ [2022-06-27T08:33:10.021Z] #26 4.964 + bin=dockercli [2022-06-27T08:33:10.021Z] #26 4.964 + shift [2022-06-27T08:33:10.021Z] #26 4.964 + '[' '!' -f //dockercli.installer ']' [2022-06-27T08:33:10.021Z] #26 4.966 + . //dockercli.installer [2022-06-27T08:33:10.021Z] #26 4.967 ++ : stable [2022-06-27T08:33:10.021Z] #26 4.967 ++ : 17.06.2-ce [2022-06-27T08:33:10.021Z] #26 4.967 + install_dockercli [2022-06-27T08:33:10.021Z] #26 4.967 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-27T08:33:10.021Z] #26 4.968 Install docker/cli version 17.06.2-ce from stable [2022-06-27T08:33:10.021Z] #26 4.969 ++ uname -m [2022-06-27T08:33:10.021Z] #26 4.991 + arch=aarch64 [2022-06-27T08:33:10.021Z] #26 4.991 + '[' aarch64 '!=' x86_64 ']' [2022-06-27T08:33:10.021Z] #26 4.991 + '[' aarch64 '!=' s390x ']' [2022-06-27T08:33:10.021Z] #26 4.991 + '[' aarch64 '!=' armhf ']' [2022-06-27T08:33:10.021Z] #26 4.991 + build_dockercli [2022-06-27T08:33:10.021Z] #26 5.002 + git clone https://github.com/docker/docker-ce /tmp/tmp.un5AR6bxXt/tmp/docker-ce [2022-06-27T08:33:10.021Z] #26 5.002 Cloning into '/tmp/tmp.un5AR6bxXt/tmp/docker-ce'... [2022-06-27T08:33:10.178Z] #49 40.06 The following NEW packages will be installed: [2022-06-27T08:33:10.178Z] #49 40.08 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-06-27T08:33:10.284Z] #26 ... [2022-06-27T08:33:10.284Z] [2022-06-27T08:33:10.284Z] #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-27T08:33:10.284Z] #62 sha256:faea50e88f61bdd1b1af7e9ca6d44543abcf753e15516b1eb8cebd326febc91e [2022-06-27T08:33:10.284Z] #62 5.876 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:10.284Z] #62 5.937 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:10.284Z] #62 5.939 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:10.284Z] #62 7.121 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-27T08:33:10.284Z] #62 8.678 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-27T08:33:10.284Z] #62 ... [2022-06-27T08:33:10.284Z] [2022-06-27T08:33:10.284Z] #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-27T08:33:10.284Z] #34 sha256:449dc6255994a451bc2fd98d32079778c92338751fb4061dd74f6f74b47b33ae [2022-06-27T08:33:10.284Z] #34 5.172 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-27T08:33:10.284Z] #34 5.200 Cloning into '.'... [2022-06-27T08:33:10.439Z] #49 40.46 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:33:10.439Z] #49 40.46 Need to get 8418 kB of archives. [2022-06-27T08:33:10.439Z] #49 40.46 After this operation, 34.9 MB of additional disk space will be used. [2022-06-27T08:33:10.439Z] #49 40.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-27T08:33:10.439Z] #49 40.47 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-27T08:33:10.439Z] #49 40.48 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-27T08:33:10.439Z] #49 40.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-27T08:33:10.439Z] #49 40.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-27T08:33:10.439Z] #49 40.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-27T08:33:10.439Z] #49 40.49 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-27T08:33:10.439Z] #49 40.50 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-27T08:33:10.545Z] #34 ... [2022-06-27T08:33:10.545Z] [2022-06-27T08:33:10.545Z] #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-27T08:33:10.545Z] #62 sha256:faea50e88f61bdd1b1af7e9ca6d44543abcf753e15516b1eb8cebd326febc91e [2022-06-27T08:33:10.545Z] #62 11.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-27T08:33:11.011Z] #49 40.94 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:33:11.011Z] #49 ... [2022-06-27T08:33:11.011Z] [2022-06-27T08:33:11.011Z] #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-27T08:33:11.011Z] #69 sha256:811fd7bc677321c2a92b90b85e8bb4d50f3f9e6e0c528f077d6db2fa42c16a5e [2022-06-27T08:33:11.011Z] #69 36.26 Building dependency tree... [2022-06-27T08:33:11.011Z] #69 37.90 Reading state information... [2022-06-27T08:33:11.011Z] #69 39.23 The following additional packages will be installed: [2022-06-27T08:33:11.011Z] #69 39.26 libbtrfs0 [2022-06-27T08:33:11.011Z] #69 39.49 The following NEW packages will be installed: [2022-06-27T08:33:11.011Z] #69 39.50 libbtrfs-dev libbtrfs0 [2022-06-27T08:33:11.011Z] #69 39.88 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:33:11.011Z] #69 39.88 Need to get 460 kB of archives. [2022-06-27T08:33:11.011Z] #69 39.88 After this operation, 1237 kB of additional disk space will be used. [2022-06-27T08:33:11.011Z] #69 39.88 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-27T08:33:11.011Z] #69 39.89 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-27T08:33:11.011Z] #69 40.40 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:33:11.011Z] #69 40.56 Fetched 460 kB in 0s (1525 kB/s) [2022-06-27T08:33:11.011Z] #69 40.58 Selecting previously unselected package libbtrfs0:amd64. [2022-06-27T08:33:11.011Z] #69 40.58 (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-27T08:33:11.011Z] #69 40.61 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-27T08:33:11.011Z] #69 40.61 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:33:11.011Z] #69 40.66 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-27T08:33:11.011Z] #69 40.67 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-27T08:33:11.011Z] #69 40.67 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:33:11.011Z] #69 40.82 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:33:11.011Z] #69 40.83 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:33:11.011Z] #69 40.84 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:33:11.011Z] #69 DONE 41.0s [2022-06-27T08:33:11.011Z] [2022-06-27T08:33:11.011Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-27T08:33:11.011Z] #70 sha256:75c4cd5288be0b9b5c88fc09762d9290bcb84d33a53d832e55146b21361ba6c1 [2022-06-27T08:33:11.011Z] #70 DONE 0.1s [2022-06-27T08:33:11.153Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 5.1s [2022-06-27T08:33:11.272Z] [2022-06-27T08:33:11.272Z] #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-27T08:33:11.272Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-27T08:33:11.272Z] #20 28.16 Reading package lists... [2022-06-27T08:33:11.272Z] #20 36.93 Building dependency tree... [2022-06-27T08:33:11.272Z] #20 38.43 Reading state information... [2022-06-27T08:33:11.272Z] #20 39.78 The following additional packages will be installed: [2022-06-27T08:33:11.272Z] #20 39.78 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-27T08:33:11.272Z] #20 39.78 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-27T08:33:11.272Z] #20 39.78 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-27T08:33:11.272Z] #20 39.78 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-27T08:33:11.272Z] #20 39.78 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-27T08:33:11.272Z] #20 39.79 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-27T08:33:11.272Z] #20 39.79 mingw-w64-common mingw-w64-x86-64-dev [2022-06-27T08:33:11.272Z] #20 39.81 Suggested packages: [2022-06-27T08:33:11.272Z] #20 39.81 gcc-10-locales seccomp wine64 [2022-06-27T08:33:11.272Z] #20 40.35 The following NEW packages will be installed: [2022-06-27T08:33:11.272Z] #20 40.35 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-27T08:33:11.272Z] #20 40.35 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-27T08:33:11.272Z] #20 40.35 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-27T08:33:11.272Z] #20 40.35 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-27T08:33:11.272Z] #20 40.35 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-27T08:33:11.272Z] #20 40.35 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-27T08:33:11.272Z] #20 40.35 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-27T08:33:11.272Z] #20 40.36 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-27T08:33:11.272Z] #20 40.36 mingw-w64-x86-64-dev [2022-06-27T08:33:11.272Z] #20 40.68 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:33:11.272Z] #20 40.68 Need to get 115 MB of archives. [2022-06-27T08:33:11.272Z] #20 40.68 After this operation, 645 MB of additional disk space will be used. [2022-06-27T08:33:11.272Z] #20 40.68 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-27T08:33:11.272Z] #20 40.73 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-27T08:33:11.272Z] #20 40.78 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-27T08:33:11.272Z] #20 40.78 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-27T08:33:11.272Z] #20 40.79 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-27T08:33:11.272Z] #20 40.80 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-27T08:33:11.272Z] #20 40.90 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-27T08:33:11.272Z] #20 40.93 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-27T08:33:11.272Z] #20 40.94 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-27T08:33:11.272Z] #20 41.14 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-27T08:33:11.533Z] #20 41.62 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-27T08:33:11.794Z] #20 41.75 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-27T08:33:12.055Z] #20 41.90 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-27T08:33:12.225Z] #67 4.968 + RM_GOPATH=0 [2022-06-27T08:33:12.225Z] #67 4.968 + TMP_GOPATH= [2022-06-27T08:33:12.225Z] #67 4.968 + : /build [2022-06-27T08:33:12.225Z] #67 4.968 + '[' -z '' ']' [2022-06-27T08:33:12.225Z] #67 4.968 ++ mktemp -d [2022-06-27T08:33:12.225Z] #67 4.968 + export GOPATH=/tmp/tmp.4XdIcidEQf [2022-06-27T08:33:12.225Z] #67 4.968 + GOPATH=/tmp/tmp.4XdIcidEQf [2022-06-27T08:33:12.225Z] #67 4.968 + RM_GOPATH=1 [2022-06-27T08:33:12.225Z] #67 4.968 + case "$(go env GOARCH)" in [2022-06-27T08:33:12.225Z] #67 4.968 ++ go env GOARCH [2022-06-27T08:33:12.225Z] #67 4.982 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:12.225Z] #67 4.982 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:12.225Z] #67 4.984 ++ dirname /install.sh [2022-06-27T08:33:12.225Z] #67 4.987 + dir=/ [2022-06-27T08:33:12.225Z] #67 4.987 + bin=rootlesskit [2022-06-27T08:33:12.225Z] #67 4.987 + shift [2022-06-27T08:33:12.225Z] #67 4.987 + '[' '!' -f //rootlesskit.installer ']' [2022-06-27T08:33:12.225Z] #67 4.987 + . //rootlesskit.installer [2022-06-27T08:33:12.225Z] #67 4.987 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:33:12.225Z] #67 4.987 + install_rootlesskit [2022-06-27T08:33:12.225Z] #67 4.987 + case "$1" in [2022-06-27T08:33:12.225Z] #67 4.987 + export CGO_ENABLED=0 [2022-06-27T08:33:12.225Z] #67 4.987 + CGO_ENABLED=0 [2022-06-27T08:33:12.225Z] #67 4.987 + _install_rootlesskit [2022-06-27T08:33:12.225Z] #67 4.998 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:33:12.225Z] #67 5.001 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-27T08:33:12.225Z] #67 5.001 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-27T08:33:12.225Z] #67 5.001 + GOBIN=/build [2022-06-27T08:33:12.225Z] #67 5.001 + GO111MODULE=on [2022-06-27T08:33:12.225Z] #67 5.001 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:33:12.225Z] #67 5.435 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-27T08:33:12.316Z] #20 42.23 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-27T08:33:12.316Z] #20 42.34 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-27T08:33:12.316Z] #20 42.34 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-27T08:33:12.316Z] #20 42.34 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-27T08:33:12.316Z] #20 42.34 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-27T08:33:12.316Z] #20 42.34 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-27T08:33:12.316Z] #20 42.35 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-27T08:33:12.316Z] #20 42.35 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-27T08:33:12.316Z] #20 42.35 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-27T08:33:12.316Z] #20 42.35 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-27T08:33:12.316Z] #20 42.36 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-27T08:33:12.316Z] #20 42.36 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-27T08:33:12.316Z] #20 42.36 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-27T08:33:12.316Z] #20 42.37 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-27T08:33:12.316Z] #20 42.37 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-27T08:33:12.316Z] #20 42.37 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-27T08:33:12.316Z] #20 42.37 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-27T08:33:12.887Z] #20 42.81 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:33:13.148Z] #20 43.09 Fetched 115 MB in 2s (58.3 MB/s) [2022-06-27T08:33:13.148Z] #20 43.13 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-27T08:33:13.148Z] #20 43.13 (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-27T08:33:13.148Z] #20 43.16 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-27T08:33:13.148Z] #20 43.17 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-27T08:33:13.154Z] #67 ... [2022-06-27T08:33:13.154Z] [2022-06-27T08:33:13.154Z] #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-27T08:33:13.154Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-27T08:33:13.154Z] #53 4.897 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-27T08:33:13.154Z] #53 6.084 go: downloading github.com/fatih/color v1.10.0 [2022-06-27T08:33:13.154Z] #53 6.128 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-27T08:33:13.154Z] #53 6.155 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-27T08:33:13.154Z] #53 6.167 go: downloading github.com/pkg/errors v0.9.1 [2022-06-27T08:33:13.154Z] #53 6.546 go: downloading golang.org/x/tools v0.1.0 [2022-06-27T08:33:13.154Z] #53 6.985 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-27T08:33:13.154Z] #53 7.087 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-27T08:33:13.411Z] #53 7.102 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-27T08:33:13.411Z] #53 7.276 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-27T08:33:13.858Z] #62 ... [2022-06-27T08:33:13.858Z] [2022-06-27T08:33:13.858Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-27T08:33:13.858Z] #47 sha256:ecdc8c6c8c169bea9c3b47c2801af3413909a698ac702b149b3c3adba914fdb6 [2022-06-27T08:33:13.858Z] #47 4.762 + git clone https://github.com/docker/distribution.git . [2022-06-27T08:33:13.858Z] #47 4.780 Cloning into '.'... [2022-06-27T08:33:13.858Z] #47 ... [2022-06-27T08:33:13.858Z] [2022-06-27T08:33:13.858Z] #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-27T08:33:13.858Z] #31 sha256:439c5dade6a3866e78b1adc629fb0ca8ab0be180ffd97fb523777c2184310990 [2022-06-27T08:33:13.858Z] #31 11.50 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-27T08:33:13.858Z] #31 13.29 [2022-06-27T08:33:13.858Z] #31 13.66 #=#=# 0.0% ####### 10.8% ############## 20.3% ####################### 32.3% ############################# 41.4% ####################################### 54.3% ############################################# 63.1% ######################################################### 80.2% ################################################################### 93.3% ######################################################################## 100.0% [2022-06-27T08:33:14.093Z] #20 43.91 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-27T08:33:14.093Z] #20 43.91 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-27T08:33:14.093Z] #20 43.91 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-27T08:33:14.093Z] #20 ... [2022-06-27T08:33:14.093Z] [2022-06-27T08:33:14.093Z] #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-27T08:33:14.093Z] #49 sha256:b6c359175e621c0ba64e84f967841cc57655772efdab4cb603e7f10a344ddccc [2022-06-27T08:33:14.093Z] #49 41.27 Fetched 8418 kB in 0s (21.7 MB/s) [2022-06-27T08:33:14.093Z] #49 41.38 Selecting previously unselected package xxd. [2022-06-27T08:33:14.093Z] #49 41.38 (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-27T08:33:14.093Z] #49 41.41 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-27T08:33:14.093Z] #49 41.42 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:33:14.093Z] #49 41.50 Selecting previously unselected package vim-common. [2022-06-27T08:33:14.093Z] #49 41.50 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-27T08:33:14.093Z] #49 41.52 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:33:14.093Z] #49 41.70 Selecting previously unselected package cmake-data. [2022-06-27T08:33:14.093Z] #49 41.71 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-27T08:33:14.093Z] #49 41.74 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-27T08:33:14.093Z] #49 42.46 Selecting previously unselected package libarchive13:amd64. [2022-06-27T08:33:14.093Z] #49 42.47 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-27T08:33:14.093Z] #49 42.48 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-27T08:33:14.093Z] #49 42.56 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-27T08:33:14.093Z] #49 42.57 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-27T08:33:14.093Z] #49 42.57 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-27T08:33:14.093Z] #49 42.64 Selecting previously unselected package librhash0:amd64. [2022-06-27T08:33:14.093Z] #49 42.65 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-06-27T08:33:14.093Z] #49 42.65 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-27T08:33:14.093Z] #49 42.74 Selecting previously unselected package libuv1:amd64. [2022-06-27T08:33:14.093Z] #49 42.75 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-06-27T08:33:14.093Z] #49 42.78 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-27T08:33:14.093Z] #49 42.86 Selecting previously unselected package cmake. [2022-06-27T08:33:14.093Z] #49 42.86 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-27T08:33:14.093Z] #49 42.87 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-27T08:33:14.093Z] #49 44.11 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-27T08:33:14.093Z] #49 44.12 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:33:14.093Z] #49 44.14 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-27T08:33:14.119Z] #31 16.04 [2022-06-27T08:33:14.353Z] #49 44.15 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:33:14.353Z] #49 44.18 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-27T08:33:14.353Z] #49 44.19 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-27T08:33:14.353Z] #49 44.20 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-27T08:33:14.353Z] #49 44.21 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-27T08:33:14.353Z] #49 44.22 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:33:14.781Z] #53 ... [2022-06-27T08:33:14.781Z] [2022-06-27T08:33:14.781Z] #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-27T08:33:14.781Z] #67 sha256:9bfde50458ef4f4e952e83dd04235dda7b4da7c4d2bd6c80719630ecf38efadc [2022-06-27T08:33:14.781Z] #67 8.317 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-27T08:33:14.781Z] #67 8.317 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-27T08:33:14.924Z] #49 DONE 44.8s [2022-06-27T08:33:14.924Z] [2022-06-27T08:33:14.924Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-27T08:33:14.924Z] #50 sha256:19fd4e73282c8f51c5251ec0c235062d5b9e30674541ba547adbf25d150b3b77 [2022-06-27T08:33:14.924Z] #50 DONE 0.1s [2022-06-27T08:33:14.924Z] [2022-06-27T08:33:14.924Z] #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-27T08:33:14.924Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-27T08:33:14.924Z] #20 44.80 Selecting previously unselected package binutils-mingw-w64. [2022-06-27T08:33:14.924Z] #20 44.81 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-27T08:33:14.924Z] #20 44.81 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-27T08:33:14.924Z] #20 44.92 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-27T08:33:14.924Z] #20 44.92 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:33:14.924Z] #20 44.95 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:33:15.184Z] #20 45.05 Selecting previously unselected package dmsetup. [2022-06-27T08:33:15.185Z] #20 45.06 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:33:15.185Z] #20 45.07 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-27T08:33:15.185Z] #20 45.15 Selecting previously unselected package mingw-w64-common. [2022-06-27T08:33:15.185Z] #20 45.15 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-27T08:33:15.185Z] #20 45.16 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-27T08:33:15.343Z] #67 8.962 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-27T08:33:15.407Z] #11 ... [2022-06-27T08:33:15.407Z] [2022-06-27T08:33:15.407Z] #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-27T08:33:15.407Z] #31 sha256:4a1abca9476b18b7693017f315630e213598256826ec87c0e88f442871cbede1 [2022-06-27T08:33:15.407Z] #31 1.607 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-27T08:33:15.407Z] #31 1.876 [2022-06-27T08:33:15.407Z] #31 2.099 #=#=# ######################################################################## 100.0% [2022-06-27T08:33:15.407Z] #31 2.411 [2022-06-27T08:33:15.407Z] #31 3.480 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-27T08:33:15.407Z] #31 3.816 [2022-06-27T08:33:15.407Z] #31 4.053 #=#=# ######################################################################## 100.0% [2022-06-27T08:33:15.407Z] #31 4.393 [2022-06-27T08:33:15.407Z] #31 5.468 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-27T08:33:15.407Z] #31 5.847 [2022-06-27T08:33:15.407Z] #31 6.071 #=#=# ############ 16.7% ######################################## 56.9% ################################################################ 89.0% ######################################################################## 100.0% [2022-06-27T08:33:15.407Z] #31 6.717 [2022-06-27T08:33:15.407Z] #31 7.790 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-27T08:33:15.407Z] #31 8.133 [2022-06-27T08:33:15.407Z] #31 8.353 #=#=# ######################################################################## 100.0% [2022-06-27T08:33:15.407Z] #31 8.612 [2022-06-27T08:33:15.407Z] #31 9.328 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-27T08:33:15.407Z] #31 9.670 [2022-06-27T08:33:15.407Z] #31 9.892 #=#=# ######################################################################## 100.0% [2022-06-27T08:33:15.664Z] #31 10.21 [2022-06-27T08:33:15.664Z] #31 10.30 Download of images into '/build' complete. [2022-06-27T08:33:15.664Z] #31 10.30 Use something like the following to load the result into a Docker daemon: [2022-06-27T08:33:15.664Z] #31 10.30 tar -cC '/build' . | docker load [2022-06-27T08:33:15.664Z] #31 ... [2022-06-27T08:33:15.664Z] [2022-06-27T08:33:15.664Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:33:15.664Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:33:15.920Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 10.2s [2022-06-27T08:33:16.279Z] #67 ... [2022-06-27T08:33:16.279Z] [2022-06-27T08:33:16.279Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-27T08:33:16.279Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:33:16.279Z] #55 4.691 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-27T08:33:16.279Z] #55 ... [2022-06-27T08:33:16.279Z] [2022-06-27T08:33:16.279Z] #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-27T08:33:16.279Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-27T08:33:16.279Z] #40 6.688 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-27T08:33:16.279Z] #40 7.779 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-27T08:33:16.279Z] #40 9.506 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-27T08:33:16.279Z] #40 9.770 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-27T08:33:16.279Z] #40 9.873 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-27T08:33:16.537Z] #40 ... [2022-06-27T08:33:16.537Z] [2022-06-27T08:33:16.537Z] #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-27T08:33:16.537Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:33:16.537Z] #76 6.823 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:16.537Z] #76 6.865 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:16.537Z] #76 6.868 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:16.537Z] #76 8.057 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:33:16.537Z] #76 9.777 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:33:16.537Z] #76 ... [2022-06-27T08:33:16.537Z] [2022-06-27T08:33:16.537Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-27T08:33:16.537Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:33:16.537Z] #62 7.189 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:16.537Z] #62 7.256 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:16.537Z] #62 7.257 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:16.537Z] #62 8.252 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:33:16.537Z] #62 9.773 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:33:16.669Z] #31 ... [2022-06-27T08:33:16.669Z] [2022-06-27T08:33:16.669Z] #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-27T08:33:16.669Z] #38 sha256:aaeeb049f5680a56f6fede4f78256326a8aa0b4ae7580e26fa301c6d266d5252 [2022-06-27T08:33:16.669Z] #38 17.84 tomll can be used in two ways: [2022-06-27T08:33:16.669Z] #38 17.84 Writing to STDIN and reading from STDOUT: [2022-06-27T08:33:16.669Z] #38 17.84 cat file.toml | tomll > file.toml [2022-06-27T08:33:16.669Z] #38 17.84 [2022-06-27T08:33:16.669Z] #38 17.84 Reading and updating a list of files: [2022-06-27T08:33:16.669Z] #38 17.84 tomll a.toml b.toml c.toml [2022-06-27T08:33:16.669Z] #38 17.84 [2022-06-27T08:33:16.669Z] #38 17.84 When given a list of files, tomll will modify all files in place without asking. [2022-06-27T08:33:16.794Z] #62 ... [2022-06-27T08:33:16.794Z] [2022-06-27T08:33:16.795Z] #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-27T08:33:16.795Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-27T08:33:16.795Z] #36 4.647 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-27T08:33:16.795Z] #36 ... [2022-06-27T08:33:16.795Z] [2022-06-27T08:33:16.795Z] #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-27T08:33:16.795Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-27T08:33:16.795Z] #38 3.861 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-27T08:33:17.052Z] #38 ... [2022-06-27T08:33:17.052Z] [2022-06-27T08:33:17.052Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-27T08:33:17.052Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:33:17.052Z] #14 6.970 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:17.052Z] #14 7.029 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:17.052Z] #14 7.030 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:17.052Z] #14 8.089 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:33:17.052Z] #14 9.936 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:33:17.052Z] #14 ... [2022-06-27T08:33:17.052Z] [2022-06-27T08:33:17.052Z] #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-27T08:33:17.052Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:33:17.052Z] #42 6.209 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:17.052Z] #42 6.247 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:17.052Z] #42 6.247 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:17.052Z] #42 7.290 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:33:17.052Z] #42 9.609 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:33:17.098Z] #20 46.72 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-27T08:33:17.098Z] #20 46.72 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-27T08:33:17.098Z] #20 46.73 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-27T08:33:17.141Z] #77 ... [2022-06-27T08:33:17.141Z] [2022-06-27T08:33:17.141Z] #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-27T08:33:17.141Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:33:17.141Z] #14 117.1 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-27T08:33:17.141Z] #14 117.1 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:33:17.141Z] #14 117.1 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:33:17.308Z] #42 ... [2022-06-27T08:33:17.308Z] [2022-06-27T08:33:17.308Z] #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-27T08:33:17.308Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:33:17.308Z] #51 7.002 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:17.308Z] #51 7.064 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:17.308Z] #51 7.065 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:17.308Z] #51 7.507 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-27T08:33:17.308Z] #51 8.209 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:33:17.308Z] #51 10.46 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:33:17.565Z] #51 ... [2022-06-27T08:33:17.565Z] [2022-06-27T08:33:17.565Z] #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-27T08:33:17.565Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-27T08:33:17.565Z] #34 4.129 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-27T08:33:17.565Z] #34 4.129 Cloning into '.'... [2022-06-27T08:33:17.565Z] #34 ... [2022-06-27T08:33:17.565Z] [2022-06-27T08:33:17.565Z] #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-27T08:33:17.565Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:33:17.565Z] #47 4.870 + git clone https://github.com/docker/distribution.git . [2022-06-27T08:33:17.565Z] #47 4.870 Cloning into '.'... [2022-06-27T08:33:17.813Z] #11 ... [2022-06-27T08:33:17.813Z] [2022-06-27T08:33:17.813Z] #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-27T08:33:17.813Z] #31 sha256:4a1abca9476b18b7693017f315630e213598256826ec87c0e88f442871cbede1 [2022-06-27T08:33:17.813Z] #31 DONE 12.2s [2022-06-27T08:33:17.813Z] [2022-06-27T08:33:17.813Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-27T08:33:17.813Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-27T08:33:17.821Z] #47 ... [2022-06-27T08:33:17.821Z] [2022-06-27T08:33:17.821Z] #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-27T08:33:17.821Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-27T08:33:17.821Z] #57 4.140 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-27T08:33:17.821Z] #57 4.853 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-27T08:33:17.821Z] #57 4.853 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-27T08:33:17.821Z] #57 4.869 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-27T08:33:17.821Z] #57 6.033 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-27T08:33:17.821Z] #57 ... [2022-06-27T08:33:17.821Z] [2022-06-27T08:33:17.821Z] #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-27T08:33:17.821Z] #26 sha256:d4e021ae4f272a247941fd4ebb68c57945932d8dce2373095c6bfc0ea948c672 [2022-06-27T08:33:17.821Z] #26 4.827 + RM_GOPATH=0 [2022-06-27T08:33:17.821Z] #26 4.827 + TMP_GOPATH= [2022-06-27T08:33:17.821Z] #26 4.827 + : /build [2022-06-27T08:33:17.821Z] #26 4.827 + '[' -z '' ']' [2022-06-27T08:33:17.821Z] #26 4.827 ++ mktemp -d [2022-06-27T08:33:17.821Z] #26 4.827 + export GOPATH=/tmp/tmp.LqyzcLXPou [2022-06-27T08:33:17.821Z] #26 4.827 + GOPATH=/tmp/tmp.LqyzcLXPou [2022-06-27T08:33:17.821Z] #26 4.827 + RM_GOPATH=1 [2022-06-27T08:33:17.821Z] #26 4.827 + case "$(go env GOARCH)" in [2022-06-27T08:33:17.821Z] #26 4.827 ++ go env GOARCH [2022-06-27T08:33:17.821Z] #26 4.834 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:17.821Z] #26 4.834 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:17.821Z] #26 4.834 ++ dirname /install.sh [2022-06-27T08:33:17.821Z] #26 4.841 + dir=/ [2022-06-27T08:33:17.821Z] #26 4.841 + bin=dockercli [2022-06-27T08:33:17.821Z] #26 4.841 + shift [2022-06-27T08:33:17.821Z] #26 4.841 + '[' '!' -f //dockercli.installer ']' [2022-06-27T08:33:17.821Z] #26 4.841 + . //dockercli.installer [2022-06-27T08:33:17.821Z] #26 4.841 ++ : stable [2022-06-27T08:33:17.821Z] #26 4.841 ++ : 17.06.2-ce [2022-06-27T08:33:17.821Z] #26 4.841 + install_dockercli [2022-06-27T08:33:17.821Z] #26 4.841 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-27T08:33:17.821Z] #26 4.841 ++ uname -m [2022-06-27T08:33:17.821Z] #26 4.841 Install docker/cli version 17.06.2-ce from stable [2022-06-27T08:33:17.821Z] #26 4.842 + arch=x86_64 [2022-06-27T08:33:17.821Z] #26 4.842 + '[' x86_64 '!=' x86_64 ']' [2022-06-27T08:33:17.821Z] #26 4.842 + url=https://download.docker.com/linux/static [2022-06-27T08:33:17.821Z] #26 4.842 + tar -xz docker/docker [2022-06-27T08:33:17.821Z] #26 4.842 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-27T08:33:18.041Z] #20 ... [2022-06-27T08:33:18.041Z] [2022-06-27T08:33:18.041Z] #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-27T08:33:18.041Z] #51 sha256:2d2d183dfdff6d4722a439c887ba6865166611f39290b5a0fcf3754bf233ea7b [2022-06-27T08:33:18.041Z] #51 0.702 + RM_GOPATH=0 [2022-06-27T08:33:18.041Z] #51 0.703 + TMP_GOPATH= [2022-06-27T08:33:18.041Z] #51 0.703 + : /build [2022-06-27T08:33:18.041Z] #51 0.703 + '[' -z '' ']' [2022-06-27T08:33:18.041Z] #51 0.703 ++ mktemp -d [2022-06-27T08:33:18.041Z] #51 0.705 + export GOPATH=/tmp/tmp.BwUtCDfrvn [2022-06-27T08:33:18.041Z] #51 0.705 + GOPATH=/tmp/tmp.BwUtCDfrvn [2022-06-27T08:33:18.041Z] #51 0.705 + RM_GOPATH=1 [2022-06-27T08:33:18.041Z] #51 0.705 + case "$(go env GOARCH)" in [2022-06-27T08:33:18.041Z] #51 0.706 ++ go env GOARCH [2022-06-27T08:33:18.041Z] #51 0.717 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:18.041Z] #51 0.717 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:18.041Z] #51 0.718 ++ dirname /install.sh [2022-06-27T08:33:18.041Z] #51 0.719 + dir=/ [2022-06-27T08:33:18.041Z] #51 0.719 + bin=tini [2022-06-27T08:33:18.041Z] #51 0.719 + shift [2022-06-27T08:33:18.041Z] #51 0.719 + '[' '!' -f //tini.installer ']' [2022-06-27T08:33:18.041Z] #51 0.719 + . //tini.installer [2022-06-27T08:33:18.041Z] #51 0.719 ++ : v0.19.0 [2022-06-27T08:33:18.041Z] #51 0.719 + install_tini [2022-06-27T08:33:18.041Z] #51 0.719 + echo 'Install tini version v0.19.0' [2022-06-27T08:33:18.041Z] #51 0.720 Install tini version v0.19.0 [2022-06-27T08:33:18.041Z] #51 0.720 + git clone https://github.com/krallin/tini.git /tmp/tmp.BwUtCDfrvn/tini [2022-06-27T08:33:18.041Z] #51 0.727 Cloning into '/tmp/tmp.BwUtCDfrvn/tini'... [2022-06-27T08:33:18.041Z] #51 1.111 + cd /tmp/tmp.BwUtCDfrvn/tini [2022-06-27T08:33:18.041Z] #51 1.112 + git checkout -q v0.19.0 [2022-06-27T08:33:18.041Z] #51 1.120 + cmake . [2022-06-27T08:33:18.041Z] #51 1.486 -- The C compiler identification is GNU 10.2.1 [2022-06-27T08:33:18.041Z] #51 1.517 -- Detecting C compiler ABI info [2022-06-27T08:33:18.041Z] #51 1.704 -- Detecting C compiler ABI info - done [2022-06-27T08:33:18.041Z] #51 1.749 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-27T08:33:18.041Z] #51 1.756 -- Detecting C compile features [2022-06-27T08:33:18.041Z] #51 1.757 -- Detecting C compile features - done [2022-06-27T08:33:18.041Z] #51 1.776 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-27T08:33:18.041Z] #51 1.853 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-27T08:33:18.041Z] #51 1.882 -- Configuring done [2022-06-27T08:33:18.041Z] #51 1.887 -- Generating done [2022-06-27T08:33:18.041Z] #51 1.888 -- Build files have been written to: /tmp/tmp.BwUtCDfrvn/tini [2022-06-27T08:33:18.041Z] #51 1.891 + make tini-static [2022-06-27T08:33:18.041Z] #51 1.976 Scanning dependencies of target tini-static [2022-06-27T08:33:18.041Z] #51 1.996 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-27T08:33:18.041Z] #51 2.500 [100%] Linking C executable tini-static [2022-06-27T08:33:18.041Z] #51 2.729 [100%] Built target tini-static [2022-06-27T08:33:18.041Z] #51 2.748 + mkdir -p /build [2022-06-27T08:33:18.041Z] #51 2.750 + cp tini-static /build/docker-init [2022-06-27T08:33:18.041Z] #51 DONE 3.2s [2022-06-27T08:33:18.077Z] #26 ... [2022-06-27T08:33:18.077Z] [2022-06-27T08:33:18.077Z] #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-27T08:33:18.077Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-27T08:33:18.077Z] #53 11.89 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-27T08:33:18.302Z] [2022-06-27T08:33:18.302Z] #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-27T08:33:18.302Z] #71 sha256:eea5c7cde1825ec44d9ec5788b5fea6d9a5253aea5638f5d7ebd1203b5414562 [2022-06-27T08:33:18.302Z] #71 0.786 + RM_GOPATH=0 [2022-06-27T08:33:18.302Z] #71 0.786 + TMP_GOPATH= [2022-06-27T08:33:18.302Z] #71 0.787 + : /build [2022-06-27T08:33:18.302Z] #71 0.789 + '[' -z '' ']' [2022-06-27T08:33:18.302Z] #71 0.791 ++ mktemp -d [2022-06-27T08:33:18.302Z] #71 0.795 + export GOPATH=/tmp/tmp.Yr0j8hfQui [2022-06-27T08:33:18.302Z] #71 0.795 + GOPATH=/tmp/tmp.Yr0j8hfQui [2022-06-27T08:33:18.302Z] #71 0.795 + RM_GOPATH=1 [2022-06-27T08:33:18.302Z] #71 0.795 + case "$(go env GOARCH)" in [2022-06-27T08:33:18.302Z] #71 0.795 ++ go env GOARCH [2022-06-27T08:33:18.302Z] #71 0.800 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:18.302Z] #71 0.800 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:18.302Z] #71 0.801 ++ dirname /install.sh [2022-06-27T08:33:18.302Z] #71 0.802 + dir=/ [2022-06-27T08:33:18.302Z] #71 0.802 + bin=containerd [2022-06-27T08:33:18.302Z] #71 0.802 + shift [2022-06-27T08:33:18.302Z] #71 0.802 + '[' '!' -f //containerd.installer ']' [2022-06-27T08:33:18.302Z] #71 0.802 + . //containerd.installer [2022-06-27T08:33:18.302Z] #71 0.803 ++ set -e [2022-06-27T08:33:18.302Z] #71 0.803 ++ : v1.6.6 [2022-06-27T08:33:18.302Z] #71 0.803 + install_containerd [2022-06-27T08:33:18.302Z] #71 0.804 + echo 'Install containerd version v1.6.6' [2022-06-27T08:33:18.302Z] #71 0.804 Install containerd version v1.6.6 [2022-06-27T08:33:18.302Z] #71 0.804 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Yr0j8hfQui/src/github.com/containerd/containerd [2022-06-27T08:33:18.302Z] #71 0.850 Cloning into '/tmp/tmp.Yr0j8hfQui/src/github.com/containerd/containerd'... [2022-06-27T08:33:18.334Z] #53 12.04 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-27T08:33:18.334Z] #53 12.23 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-27T08:33:18.588Z] #38 ... [2022-06-27T08:33:18.588Z] [2022-06-27T08:33:18.588Z] #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-27T08:33:18.588Z] #51 sha256:a555e696656a3dec1c8def1b98795693261913e1aaba4613ac6b3937231a1782 [2022-06-27T08:33:18.588Z] #51 9.553 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-27T08:33:18.588Z] #51 12.94 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-27T08:33:18.588Z] #51 16.13 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-27T08:33:18.588Z] #51 18.86 Fetched 8435 kB in 14s (617 kB/s) [2022-06-27T08:33:18.588Z] #51 18.86 Reading package lists... [2022-06-27T08:33:18.588Z] #51 ... [2022-06-27T08:33:18.588Z] [2022-06-27T08:33:18.588Z] #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-27T08:33:18.588Z] #36 sha256:ccf5d63b7d42e11b5f9cac632d7ef55087954b3ccbe644ab1638efdcd50070e6 [2022-06-27T08:33:18.588Z] #36 13.88 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-27T08:33:18.588Z] #36 13.89 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-27T08:33:18.588Z] #36 14.50 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-27T08:33:18.588Z] #36 14.65 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-27T08:33:18.588Z] #36 14.92 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-27T08:33:18.588Z] #36 15.26 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-27T08:33:18.588Z] #36 15.53 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-27T08:33:18.588Z] #36 15.57 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-27T08:33:18.588Z] #36 15.59 go: downloading github.com/peterh/liner v1.2.2 [2022-06-27T08:33:18.588Z] #36 15.89 go: downloading github.com/google/go-dap v0.6.0 [2022-06-27T08:33:18.588Z] #36 16.11 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-27T08:33:18.588Z] #36 16.47 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-27T08:33:18.588Z] #36 16.91 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-27T08:33:18.588Z] #36 17.29 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-27T08:33:18.588Z] #36 17.39 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-27T08:33:18.588Z] #36 18.12 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-27T08:33:18.875Z] #71 ... [2022-06-27T08:33:18.875Z] [2022-06-27T08:33:18.875Z] #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-27T08:33:18.875Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-27T08:33:18.875Z] #20 48.71 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-27T08:33:18.875Z] #20 48.72 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:33:18.875Z] #20 48.73 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-27T08:33:18.875Z] #20 48.85 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-27T08:33:18.875Z] #20 48.86 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:33:18.875Z] #20 48.86 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-27T08:33:19.163Z] #36 ... [2022-06-27T08:33:19.163Z] [2022-06-27T08:33:19.163Z] #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-27T08:33:19.163Z] #31 sha256:439c5dade6a3866e78b1adc629fb0ca8ab0be180ffd97fb523777c2184310990 [2022-06-27T08:33:19.163Z] #31 21.03 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-27T08:33:19.179Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 13.5s done [2022-06-27T08:33:19.447Z] #20 ... [2022-06-27T08:33:19.447Z] [2022-06-27T08:33:19.447Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-27T08:33:19.447Z] #53 sha256:37cf4edcf58a040bec85551b7af266bbc97c22873b4e0a7100f2252c3cf35571 [2022-06-27T08:33:19.447Z] #53 CACHED [2022-06-27T08:33:19.447Z] [2022-06-27T08:33:19.447Z] #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-27T08:33:19.447Z] #54 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:33:19.447Z] #54 CACHED [2022-06-27T08:33:19.707Z] [2022-06-27T08:33:19.707Z] #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-27T08:33:19.707Z] #57 sha256:3bce310255bf34d776243dd62fd338d2b44e71b74351ae035dcf63d2fb9b0307 [2022-06-27T08:33:19.707Z] #57 CACHED [2022-06-27T08:33:19.707Z] [2022-06-27T08:33:19.707Z] #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-27T08:33:19.707Z] #58 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:33:19.707Z] #58 CACHED [2022-06-27T08:33:19.707Z] [2022-06-27T08:33:19.707Z] #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-27T08:33:19.708Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-27T08:33:19.741Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 done [2022-06-27T08:33:19.741Z] #11 DONE 43.3s [2022-06-27T08:33:19.741Z] [2022-06-27T08:33:19.741Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-27T08:33:19.741Z] #12 sha256:56c0305d6bbe33a7a96cb826e6c4762bb5d8ff7e72dc4f2ada49e468493dc1e1 [2022-06-27T08:33:19.991Z] #20 ... [2022-06-27T08:33:19.991Z] [2022-06-27T08:33:19.991Z] #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-27T08:33:19.991Z] #60 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-27T08:33:19.991Z] #60 CACHED [2022-06-27T08:33:19.991Z] [2022-06-27T08:33:19.991Z] #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-27T08:33:19.991Z] #62 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:33:19.991Z] #62 CACHED [2022-06-27T08:33:19.991Z] [2022-06-27T08:33:19.991Z] #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-27T08:33:19.991Z] #64 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-27T08:33:19.991Z] #64 CACHED [2022-06-27T08:33:19.991Z] [2022-06-27T08:33:19.991Z] #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-27T08:33:19.991Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-27T08:33:20.116Z] #31 ... [2022-06-27T08:33:20.116Z] [2022-06-27T08:33:20.116Z] #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-27T08:33:20.116Z] #67 sha256:42bf533a04613eaaddf3208eed3b7e9696952a728a8befba90160eafcecf1a2c [2022-06-27T08:33:20.116Z] #67 11.18 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-27T08:33:20.116Z] #67 12.03 go: downloading github.com/google/uuid v1.3.0 [2022-06-27T08:33:20.116Z] #67 12.18 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-27T08:33:20.116Z] #67 12.63 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-27T08:33:20.116Z] #67 12.87 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-27T08:33:20.116Z] #67 13.09 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-27T08:33:20.116Z] #67 13.44 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-27T08:33:20.116Z] #67 14.02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-27T08:33:20.116Z] #67 14.25 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-27T08:33:20.116Z] #67 14.41 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-27T08:33:20.116Z] #67 15.55 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-27T08:33:20.303Z] #12 DONE 0.7s [2022-06-27T08:33:20.378Z] #67 ... [2022-06-27T08:33:20.378Z] [2022-06-27T08:33:20.378Z] #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-27T08:33:20.378Z] #38 sha256:aaeeb049f5680a56f6fede4f78256326a8aa0b4ae7580e26fa301c6d266d5252 [2022-06-27T08:33:20.378Z] #38 DONE 21.7s [2022-06-27T08:33:20.378Z] [2022-06-27T08:33:20.378Z] #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-27T08:33:20.378Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-27T08:33:20.378Z] #76 12.82 Fetched 8432 kB in 10s (870 kB/s) [2022-06-27T08:33:20.378Z] #76 12.82 Reading package lists... [2022-06-27T08:33:20.560Z] [2022-06-27T08:33:20.560Z] #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-27T08:33:20.561Z] #13 sha256:663743f188ca2dfda79b667f270dccaf821b883d8518acb0f9d4d89f28bc6cb0 [2022-06-27T08:33:20.640Z] #76 18.79 Reading package lists... [2022-06-27T08:33:20.640Z] #76 ... [2022-06-27T08:33:20.640Z] [2022-06-27T08:33:20.640Z] #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-27T08:33:20.640Z] #42 sha256:2ab0d219d14c868f21c3a04de71246f6452f2101d0563b630b9308cdf0e6a8a3 [2022-06-27T08:33:20.640Z] #42 12.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-27T08:33:20.640Z] #42 17.88 Fetched 8432 kB in 12s (685 kB/s) [2022-06-27T08:33:20.874Z] #53 14.38 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-27T08:33:20.874Z] #53 14.39 go: downloading golang.org/x/mod v0.3.0 [2022-06-27T08:33:20.902Z] #42 17.88 Reading package lists... [2022-06-27T08:33:20.902Z] #42 ... [2022-06-27T08:33:20.902Z] [2022-06-27T08:33:20.902Z] #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-27T08:33:20.902Z] #62 sha256:faea50e88f61bdd1b1af7e9ca6d44543abcf753e15516b1eb8cebd326febc91e [2022-06-27T08:33:20.902Z] #62 18.53 Fetched 8432 kB in 13s (653 kB/s) [2022-06-27T08:33:20.902Z] #62 18.53 Reading package lists... [2022-06-27T08:33:20.902Z] #62 ... [2022-06-27T08:33:20.902Z] [2022-06-27T08:33:20.902Z] #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-27T08:33:20.902Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-27T08:33:20.902Z] #14 12.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-27T08:33:20.902Z] #14 18.48 Fetched 8432 kB in 13s (656 kB/s) [2022-06-27T08:33:21.135Z] #53 ... [2022-06-27T08:33:21.135Z] [2022-06-27T08:33:21.135Z] #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-27T08:33:21.135Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-27T08:33:21.135Z] #38 14.89 tomll can be used in two ways: [2022-06-27T08:33:21.135Z] #38 14.89 Writing to STDIN and reading from STDOUT: [2022-06-27T08:33:21.135Z] #38 14.89 cat file.toml | tomll > file.toml [2022-06-27T08:33:21.135Z] #38 14.89 [2022-06-27T08:33:21.135Z] #38 14.89 Reading and updating a list of files: [2022-06-27T08:33:21.135Z] #38 14.89 tomll a.toml b.toml c.toml [2022-06-27T08:33:21.135Z] #38 14.89 [2022-06-27T08:33:21.135Z] #38 14.89 When given a list of files, tomll will modify all files in place without asking. [2022-06-27T08:33:21.135Z] #38 DONE 15.0s [2022-06-27T08:33:21.135Z] [2022-06-27T08:33:21.135Z] #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-27T08:33:21.135Z] #26 sha256:d4e021ae4f272a247941fd4ebb68c57945932d8dce2373095c6bfc0ea948c672 [2022-06-27T08:33:21.135Z] #26 13.69 + mkdir -p /build [2022-06-27T08:33:21.135Z] #26 13.70 + mv docker/docker /build/ [2022-06-27T08:33:21.135Z] #26 13.71 + rmdir docker [2022-06-27T08:33:21.135Z] #26 DONE 14.8s [2022-06-27T08:33:21.135Z] [2022-06-27T08:33:21.135Z] #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-27T08:33:21.135Z] #67 sha256:9bfde50458ef4f4e952e83dd04235dda7b4da7c4d2bd6c80719630ecf38efadc [2022-06-27T08:33:21.135Z] #67 12.77 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-27T08:33:21.135Z] #67 13.62 go: downloading github.com/google/uuid v1.3.0 [2022-06-27T08:33:21.135Z] #67 13.99 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-27T08:33:21.135Z] #67 14.16 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-27T08:33:21.135Z] #67 14.37 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-27T08:33:21.135Z] #67 14.58 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-27T08:33:21.135Z] #13 DONE 0.8s [2022-06-27T08:33:21.135Z] [2022-06-27T08:33:21.135Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-27T08:33:21.135Z] #33 sha256:09a68b270824a37483c9ff9cefbf4f26ee8b85c2abcf374646920938f26ad772 [2022-06-27T08:33:21.135Z] #33 DONE 0.0s [2022-06-27T08:33:21.135Z] [2022-06-27T08:33:21.135Z] #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-27T08:33:21.135Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-27T08:33:21.164Z] #14 18.48 Reading package lists... [2022-06-27T08:33:21.164Z] #14 ... [2022-06-27T08:33:21.164Z] [2022-06-27T08:33:21.164Z] #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-27T08:33:21.164Z] #40 sha256:fd04132605b608fbed30b132568b995cbbda9fd1d9be0c718b98b3598f145daa [2022-06-27T08:33:21.164Z] #40 12.47 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-27T08:33:21.164Z] #40 12.56 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-27T08:33:21.164Z] #40 ... [2022-06-27T08:33:21.164Z] [2022-06-27T08:33:21.164Z] #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-27T08:33:21.164Z] #53 sha256:90f2a3e75cec42ae99e2f666c70daa2f919afeb4c9cec71f058a76ffb78b504a [2022-06-27T08:33:21.164Z] #53 12.82 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-27T08:33:21.164Z] #53 12.82 go: downloading golang.org/x/mod v0.3.0 [2022-06-27T08:33:21.394Z] #34 ... [2022-06-27T08:33:21.394Z] [2022-06-27T08:33:21.394Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-27T08:33:21.394Z] #46 sha256:37cf4edcf58a040bec85551b7af266bbc97c22873b4e0a7100f2252c3cf35571 [2022-06-27T08:33:21.394Z] #46 DONE 0.3s [2022-06-27T08:33:21.394Z] [2022-06-27T08:33:21.394Z] #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-27T08:33:21.394Z] #50 sha256:3bce310255bf34d776243dd62fd338d2b44e71b74351ae035dcf63d2fb9b0307 [2022-06-27T08:33:21.394Z] #50 DONE 0.4s [2022-06-27T08:33:21.429Z] #53 ... [2022-06-27T08:33:21.429Z] [2022-06-27T08:33:21.429Z] #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-27T08:33:21.429Z] #42 sha256:2ab0d219d14c868f21c3a04de71246f6452f2101d0563b630b9308cdf0e6a8a3 [2022-06-27T08:33:21.429Z] #42 17.88 Reading package lists... [2022-06-27T08:33:21.650Z] [2022-06-27T08:33:21.650Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-27T08:33:21.650Z] #25 sha256:2f1c0d0da0e0fd990a7db5200cf612a6b8537b8f5844d89804da01cf96f96fb1 [2022-06-27T08:33:21.650Z] #25 DONE 0.4s [2022-06-27T08:33:21.650Z] [2022-06-27T08:33:21.650Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-27T08:33:21.650Z] #66 sha256:332284acd8f1a1948b431c443697795e27737dfa21f27cd4e6ccda2e374b819c [2022-06-27T08:33:21.650Z] #66 DONE 0.4s [2022-06-27T08:33:21.650Z] [2022-06-27T08:33:21.650Z] #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-27T08:33:21.650Z] #67 sha256:ec048b4078d90eb50b6b38e264ee3b7c07da8d1d72b5047b55517f15b6d8572a [2022-06-27T08:33:21.698Z] #67 15.03 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-27T08:33:21.912Z] #20 51.76 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-27T08:33:21.912Z] #20 51.76 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:33:21.912Z] #20 51.77 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:33:21.955Z] #67 15.50 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-27T08:33:22.212Z] #67 15.73 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-27T08:33:22.212Z] #67 15.89 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-27T08:33:22.429Z] #14 ... [2022-06-27T08:33:22.429Z] [2022-06-27T08:33:22.429Z] #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-27T08:33:22.429Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:33:22.429Z] #77 67.06 configure.ac:7: installing 'build-aux/compile' [2022-06-27T08:33:22.429Z] #77 67.07 configure.ac:9: installing 'build-aux/config.guess' [2022-06-27T08:33:22.429Z] #77 67.08 configure.ac:9: installing 'build-aux/config.sub' [2022-06-27T08:33:22.429Z] #77 67.08 configure.ac:11: installing 'build-aux/install-sh' [2022-06-27T08:33:22.429Z] #77 67.09 configure.ac:11: installing 'build-aux/missing' [2022-06-27T08:33:22.429Z] #77 67.35 Makefile.am: installing 'build-aux/depcomp' [2022-06-27T08:33:22.429Z] #77 67.44 parallel-tests: installing 'build-aux/test-driver' [2022-06-27T08:33:22.429Z] #77 69.61 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-27T08:33:22.429Z] #77 69.61 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-27T08:33:22.429Z] #77 70.13 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-27T08:33:22.429Z] #77 70.13 libtoolize: copying file 'm4/libtool.m4' [2022-06-27T08:33:22.429Z] #77 70.24 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-27T08:33:22.429Z] #77 70.37 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-27T08:33:22.429Z] #77 70.54 libtoolize: copying file 'm4/ltversion.m4' [2022-06-27T08:33:22.429Z] #77 70.64 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-27T08:33:23.815Z] #77 ... [2022-06-27T08:33:23.815Z] [2022-06-27T08:33:23.815Z] #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-27T08:33:23.815Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:33:23.815Z] #14 123.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-27T08:33:23.815Z] #14 123.6 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-27T08:33:23.815Z] #14 123.6 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-27T08:33:23.815Z] #14 123.8 Selecting previously unselected package libapparmor1:amd64. [2022-06-27T08:33:23.815Z] #14 123.8 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-27T08:33:23.815Z] #14 123.8 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-27T08:33:23.815Z] #14 124.0 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-27T08:33:23.815Z] #14 124.0 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-27T08:33:23.815Z] #14 124.2 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-27T08:33:23.815Z] #14 124.4 Selecting previously unselected package libbtrfs0:amd64. [2022-06-27T08:33:23.815Z] #14 124.5 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-27T08:33:23.815Z] #14 124.5 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:33:23.815Z] #14 124.6 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-27T08:33:23.815Z] #14 124.6 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-27T08:33:23.815Z] #14 124.7 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:33:23.815Z] #14 124.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-27T08:33:23.815Z] #14 124.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:33:23.815Z] #14 124.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:33:24.076Z] #14 125.0 Selecting previously unselected package libudev-dev:amd64. [2022-06-27T08:33:24.076Z] #14 125.0 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-27T08:33:24.077Z] #14 125.0 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-27T08:33:24.337Z] #14 125.1 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-27T08:33:24.337Z] #14 125.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-27T08:33:24.337Z] #14 125.2 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-27T08:33:24.598Z] #14 125.5 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-27T08:33:24.598Z] #14 125.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-27T08:33:24.733Z] #67 18.16 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-27T08:33:24.858Z] #14 125.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-27T08:33:24.858Z] #14 125.7 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-27T08:33:24.858Z] #14 125.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-27T08:33:24.858Z] #14 125.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-27T08:33:25.119Z] #14 125.9 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-27T08:33:25.119Z] #14 125.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-27T08:33:25.119Z] #14 125.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-27T08:33:25.119Z] #14 126.0 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-27T08:33:25.119Z] #14 126.0 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-27T08:33:25.379Z] #14 126.0 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-27T08:33:25.640Z] #14 126.6 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-27T08:33:25.640Z] #14 126.6 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-27T08:33:25.640Z] #14 126.6 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-27T08:33:25.902Z] #14 126.9 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-27T08:33:25.902Z] #14 126.9 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:33:25.902Z] #14 126.9 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:33:26.104Z] #67 ... [2022-06-27T08:33:26.104Z] [2022-06-27T08:33:26.104Z] #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-27T08:33:26.104Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-27T08:33:26.104Z] #36 15.61 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-27T08:33:26.104Z] #36 15.61 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-27T08:33:26.104Z] #36 16.22 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-27T08:33:26.104Z] #36 16.41 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-27T08:33:26.104Z] #36 16.54 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-27T08:33:26.104Z] #36 16.93 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-27T08:33:26.104Z] #36 17.30 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-27T08:33:26.104Z] #36 17.32 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-27T08:33:26.104Z] #36 17.35 go: downloading github.com/peterh/liner v1.2.2 [2022-06-27T08:33:26.104Z] #36 17.57 go: downloading github.com/google/go-dap v0.6.0 [2022-06-27T08:33:26.104Z] #36 17.95 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-27T08:33:26.104Z] #36 18.25 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-27T08:33:26.104Z] #36 18.96 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-27T08:33:26.104Z] #36 19.11 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-27T08:33:26.104Z] #36 19.20 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-27T08:33:26.115Z] #20 55.57 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-27T08:33:26.115Z] #20 55.58 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:33:26.115Z] #20 55.58 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:33:26.163Z] #14 127.0 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-27T08:33:26.163Z] #14 127.0 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-27T08:33:26.163Z] #14 127.0 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-27T08:33:26.423Z] #14 127.2 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-27T08:33:26.423Z] #14 127.2 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-27T08:33:26.423Z] #14 127.2 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-27T08:33:26.991Z] #42 22.97 Reading package lists... [2022-06-27T08:33:26.991Z] #42 27.65 Building dependency tree... [2022-06-27T08:33:26.991Z] #42 ... [2022-06-27T08:33:26.991Z] [2022-06-27T08:33:26.991Z] #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-27T08:33:26.991Z] #31 sha256:439c5dade6a3866e78b1adc629fb0ca8ab0be180ffd97fb523777c2184310990 [2022-06-27T08:33:26.991Z] #31 23.53 #=#=# [2022-06-27T08:33:26.991Z] #31 23.85 #=#=# ######################################################################## 100.0% [2022-06-27T08:33:26.991Z] #31 25.27 [2022-06-27T08:33:26.992Z] #31 28.05 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-27T08:33:27.129Z] #14 127.7 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-27T08:33:27.129Z] #14 127.7 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-27T08:33:27.129Z] #14 127.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-27T08:33:27.129Z] #14 127.8 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-27T08:33:27.129Z] #14 127.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-27T08:33:27.129Z] #14 127.8 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-27T08:33:27.129Z] #14 127.8 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:33:27.129Z] #14 127.8 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-27T08:33:27.129Z] #14 127.9 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-27T08:33:27.129Z] #14 127.9 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-27T08:33:27.129Z] #14 127.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-27T08:33:27.129Z] #14 127.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:33:27.129Z] #14 127.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-27T08:33:27.129Z] #14 127.9 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-27T08:33:27.129Z] #14 128.0 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-27T08:33:27.129Z] #14 128.0 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-27T08:33:27.129Z] #14 128.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-27T08:33:27.129Z] #14 128.0 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-27T08:33:27.129Z] #14 128.0 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-27T08:33:27.129Z] #14 128.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-27T08:33:27.129Z] #14 128.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:33:27.129Z] #14 128.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-27T08:33:27.129Z] #14 128.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:33:27.129Z] #14 128.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-27T08:33:27.129Z] #14 128.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-27T08:33:27.129Z] #14 128.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:33:27.136Z] #20 57.10 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-27T08:33:27.136Z] #20 57.11 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:33:27.136Z] #20 57.11 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-27T08:33:27.137Z] #36 20.72 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-27T08:33:27.137Z] #36 20.78 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-27T08:33:27.386Z] #31 ... [2022-06-27T08:33:27.386Z] [2022-06-27T08:33:27.386Z] #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-27T08:33:27.386Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-27T08:33:27.386Z] #55 28.69 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-27T08:33:27.386Z] #55 28.72 go: downloading github.com/fatih/color v1.13.0 [2022-06-27T08:33:27.390Z] #14 128.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-27T08:33:27.390Z] #14 128.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:33:27.390Z] #14 128.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-27T08:33:27.390Z] #14 128.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:33:27.390Z] #14 128.2 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-27T08:33:27.390Z] #14 128.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:33:27.390Z] #14 128.3 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:33:27.648Z] #55 28.85 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-27T08:33:27.648Z] #55 28.85 go: downloading github.com/spf13/viper v1.10.1 [2022-06-27T08:33:27.651Z] #14 128.6 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:33:27.909Z] #55 29.18 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-27T08:33:28.171Z] #55 29.59 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-27T08:33:28.171Z] #55 29.67 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-27T08:33:28.202Z] #67 ... [2022-06-27T08:33:28.202Z] [2022-06-27T08:33:28.202Z] #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-27T08:33:28.202Z] #26 sha256:76ec40c7370d33573f5f9e36d1c8e02f70824695b947ae56a2acc747ffbf60fb [2022-06-27T08:33:28.202Z] #26 5.355 + RM_GOPATH=0 [2022-06-27T08:33:28.202Z] #26 5.355 + TMP_GOPATH= [2022-06-27T08:33:28.202Z] #26 5.355 + : /build [2022-06-27T08:33:28.202Z] #26 5.355 + '[' -z '' ']' [2022-06-27T08:33:28.202Z] #26 5.355 ++ mktemp -d [2022-06-27T08:33:28.202Z] #26 5.355 + export GOPATH=/tmp/tmp.y7Rj69Wy48 [2022-06-27T08:33:28.202Z] #26 5.355 + GOPATH=/tmp/tmp.y7Rj69Wy48 [2022-06-27T08:33:28.202Z] #26 5.355 + RM_GOPATH=1 [2022-06-27T08:33:28.202Z] #26 5.355 + case "$(go env GOARCH)" in [2022-06-27T08:33:28.202Z] #26 5.355 ++ go env GOARCH [2022-06-27T08:33:28.202Z] #26 5.365 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:28.202Z] #26 5.365 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:28.202Z] #26 5.367 ++ dirname /install.sh [2022-06-27T08:33:28.202Z] #26 5.368 Install docker/cli version 17.06.2-ce from stable [2022-06-27T08:33:28.202Z] #26 5.368 + dir=/ [2022-06-27T08:33:28.202Z] #26 5.368 + bin=dockercli [2022-06-27T08:33:28.202Z] #26 5.368 + shift [2022-06-27T08:33:28.202Z] #26 5.368 + '[' '!' -f //dockercli.installer ']' [2022-06-27T08:33:28.202Z] #26 5.368 + . //dockercli.installer [2022-06-27T08:33:28.202Z] #26 5.368 ++ : stable [2022-06-27T08:33:28.202Z] #26 5.368 ++ : 17.06.2-ce [2022-06-27T08:33:28.202Z] #26 5.368 + install_dockercli [2022-06-27T08:33:28.202Z] #26 5.368 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-27T08:33:28.202Z] #26 5.368 ++ uname -m [2022-06-27T08:33:28.202Z] #26 5.371 + arch=x86_64 [2022-06-27T08:33:28.202Z] #26 5.371 + '[' x86_64 '!=' x86_64 ']' [2022-06-27T08:33:28.202Z] #26 5.371 + url=https://download.docker.com/linux/static [2022-06-27T08:33:28.202Z] #26 5.371 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-27T08:33:28.202Z] #26 5.371 + tar -xz docker/docker [2022-06-27T08:33:28.202Z] #26 ... [2022-06-27T08:33:28.202Z] [2022-06-27T08:33:28.202Z] #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-27T08:33:28.202Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-27T08:33:28.202Z] #34 6.645 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-27T08:33:28.202Z] #34 6.645 Cloning into '.'... [2022-06-27T08:33:28.516Z] #36 ... [2022-06-27T08:33:28.516Z] [2022-06-27T08:33:28.516Z] #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-27T08:33:28.516Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:33:28.516Z] #62 12.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:33:28.516Z] #62 ... [2022-06-27T08:33:28.516Z] [2022-06-27T08:33:28.516Z] #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-27T08:33:28.516Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:33:28.516Z] #14 12.45 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:33:28.801Z] #14 ... [2022-06-27T08:33:28.801Z] [2022-06-27T08:33:28.801Z] #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-27T08:33:28.801Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:33:28.801Z] #76 12.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:33:28.801Z] #76 22.41 Fetched 8545 kB in 16s (539 kB/s) [2022-06-27T08:33:28.801Z] #76 22.41 Reading package lists... [2022-06-27T08:33:28.801Z] #76 ... [2022-06-27T08:33:28.801Z] [2022-06-27T08:33:28.801Z] #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-27T08:33:28.801Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:33:28.801Z] #42 12.73 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:33:28.801Z] #42 22.17 Fetched 8545 kB in 16s (526 kB/s) [2022-06-27T08:33:29.054Z] #20 58.94 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-27T08:33:29.054Z] #20 58.95 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:33:29.054Z] #20 58.95 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:33:29.059Z] #42 22.17 Reading package lists... [2022-06-27T08:33:29.059Z] #42 ... [2022-06-27T08:33:29.059Z] [2022-06-27T08:33:29.059Z] #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-27T08:33:29.059Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-27T08:33:29.059Z] #40 13.85 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-27T08:33:29.059Z] #40 13.99 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-27T08:33:29.059Z] #40 ... [2022-06-27T08:33:29.059Z] [2022-06-27T08:33:29.059Z] #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-27T08:33:29.059Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:33:29.059Z] #14 23.05 Fetched 8545 kB in 16s (522 kB/s) [2022-06-27T08:33:29.569Z] #55 30.88 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-27T08:33:29.569Z] #55 30.92 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-27T08:33:29.833Z] #55 ... [2022-06-27T08:33:29.833Z] [2022-06-27T08:33:29.833Z] #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-27T08:33:29.833Z] #31 sha256:439c5dade6a3866e78b1adc629fb0ca8ab0be180ffd97fb523777c2184310990 [2022-06-27T08:33:29.833Z] #31 29.67 [2022-06-27T08:33:29.833Z] #31 30.02 #=#=# ######################################################################## 100.0% [2022-06-27T08:33:29.833Z] #31 31.38 [2022-06-27T08:33:29.833Z] #31 31.75 Download of images into '/build' complete. [2022-06-27T08:33:29.833Z] #31 31.75 Use something like the following to load the result into a Docker daemon: [2022-06-27T08:33:29.833Z] #31 31.75 tar -cC '/build' . | docker load [2022-06-27T08:33:29.833Z] #31 DONE 32.0s [2022-06-27T08:33:30.010Z] #14 23.05 Reading package lists... [2022-06-27T08:33:30.010Z] #14 ... [2022-06-27T08:33:30.010Z] [2022-06-27T08:33:30.010Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-27T08:33:30.010Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:33:30.011Z] #51 13.56 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:33:30.011Z] #51 15.59 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-27T08:33:30.011Z] #51 23.58 Fetched 8548 kB in 17s (504 kB/s) [2022-06-27T08:33:30.011Z] #51 23.58 Reading package lists... [2022-06-27T08:33:30.011Z] #51 ... [2022-06-27T08:33:30.011Z] [2022-06-27T08:33:30.011Z] #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-27T08:33:30.011Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:33:30.011Z] #62 22.97 Fetched 8545 kB in 16s (532 kB/s) [2022-06-27T08:33:30.096Z] [2022-06-27T08:33:30.096Z] #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-27T08:33:30.096Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-27T08:33:30.096Z] #76 18.79 Reading package lists... [2022-06-27T08:33:30.096Z] #76 24.29 Building dependency tree... [2022-06-27T08:33:30.096Z] #76 28.59 python3 is already the newest version (3.9.2-3). [2022-06-27T08:33:30.096Z] #76 28.59 The following additional packages will be installed: [2022-06-27T08:33:30.096Z] #76 28.61 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-27T08:33:30.096Z] #76 28.61 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-27T08:33:30.096Z] #76 28.63 Suggested packages: [2022-06-27T08:33:30.096Z] #76 28.64 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-27T08:33:30.096Z] #76 28.64 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-27T08:33:30.096Z] #76 28.64 m4-doc ed diffutils-doc [2022-06-27T08:33:30.096Z] #76 28.64 Recommended packages: [2022-06-27T08:33:30.096Z] #76 28.64 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-27T08:33:30.096Z] #76 29.94 The following NEW packages will be installed: [2022-06-27T08:33:30.096Z] #76 29.95 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-27T08:33:30.096Z] #76 29.96 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-27T08:33:30.096Z] #76 29.97 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-27T08:33:30.096Z] #76 29.97 libyajl2 m4 patch xz-utils [2022-06-27T08:33:30.096Z] #76 30.43 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:33:30.096Z] #76 30.43 Need to get 5914 kB of archives. [2022-06-27T08:33:30.096Z] #76 30.43 After this operation, 18.6 MB of additional disk space will be used. [2022-06-27T08:33:30.096Z] #76 30.43 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-06-27T08:33:30.096Z] #76 30.43 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB] [2022-06-27T08:33:30.096Z] #76 30.43 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB] [2022-06-27T08:33:30.096Z] #76 30.44 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB] [2022-06-27T08:33:30.096Z] #76 30.44 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-27T08:33:30.096Z] #76 30.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB] [2022-06-27T08:33:30.096Z] #76 30.45 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB] [2022-06-27T08:33:30.096Z] #76 30.46 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB] [2022-06-27T08:33:30.096Z] #76 30.47 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-27T08:33:30.096Z] #76 30.48 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB] [2022-06-27T08:33:30.096Z] #76 30.51 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-06-27T08:33:30.096Z] #76 30.52 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-27T08:33:30.096Z] #76 30.57 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B] [2022-06-27T08:33:30.096Z] #76 30.58 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-06-27T08:33:30.096Z] #76 30.58 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB] [2022-06-27T08:33:30.096Z] #76 30.59 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-27T08:33:30.096Z] #76 30.60 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-27T08:33:30.096Z] #76 30.60 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-27T08:33:30.096Z] #76 30.61 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-06-27T08:33:30.096Z] #76 30.63 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB] [2022-06-27T08:33:30.096Z] #76 30.66 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-06-27T08:33:30.096Z] #76 30.67 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB] [2022-06-27T08:33:30.096Z] #76 30.68 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB] [2022-06-27T08:33:30.196Z] #14 ... [2022-06-27T08:33:30.196Z] [2022-06-27T08:33:30.196Z] #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-27T08:33:30.196Z] #67 sha256:5e162b160746f599115c70c717a94705d3103dfb922f66f30fcdf3a8226df2af [2022-06-27T08:33:30.196Z] #67 121.3 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-27T08:33:30.196Z] #67 121.3 + GOBIN=/build [2022-06-27T08:33:30.196Z] #67 121.3 + GO111MODULE=on [2022-06-27T08:33:30.196Z] #67 121.3 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:33:30.196Z] #67 128.0 rootlesskit version 1.0.0 [2022-06-27T08:33:30.196Z] #67 128.0 Usage of /build/rootlesskit-docker-proxy: [2022-06-27T08:33:30.196Z] #67 128.0 -container-ip string [2022-06-27T08:33:30.196Z] #67 128.0 container ip [2022-06-27T08:33:30.196Z] #67 128.0 -container-port int [2022-06-27T08:33:30.196Z] #67 128.0 container port (default -1) [2022-06-27T08:33:30.196Z] #67 128.0 -host-ip string [2022-06-27T08:33:30.196Z] #67 128.0 host ip [2022-06-27T08:33:30.196Z] #67 128.0 -host-port int [2022-06-27T08:33:30.196Z] #67 128.0 host port (default -1) [2022-06-27T08:33:30.196Z] #67 128.0 -proto string [2022-06-27T08:33:30.196Z] #67 128.0 proxy protocol (default "tcp") [2022-06-27T08:33:30.196Z] #67 DONE 130.5s [2022-06-27T08:33:30.196Z] [2022-06-27T08:33:30.196Z] #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-27T08:33:30.196Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:33:30.196Z] #14 DONE 130.8s [2022-06-27T08:33:30.196Z] [2022-06-27T08:33:30.196Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-27T08:33:30.196Z] #68 sha256:c4939707ecab66e0076066bf7e7efb5ae139bf14924f0ab44da9ec1e39fdc090 [2022-06-27T08:33:30.196Z] #68 DONE 0.1s [2022-06-27T08:33:30.196Z] [2022-06-27T08:33:30.196Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-27T08:33:30.196Z] #59 sha256:fb5324424d5f237efc0d189131696b249016f375134fdd156d823f77414d3ece [2022-06-27T08:33:30.196Z] #59 DONE 0.2s [2022-06-27T08:33:30.196Z] [2022-06-27T08:33:30.196Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-27T08:33:30.196Z] #69 sha256:2719919faebb840789551d81f05e87edca3ce276ebc753d1ee40e1f4b0555e31 [2022-06-27T08:33:30.196Z] #69 DONE 0.1s [2022-06-27T08:33:30.196Z] [2022-06-27T08:33:30.196Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-27T08:33:30.196Z] #60 sha256:d41df8f7794ed158022434784c311f894d2e1d854fb5eac8c4e2b2f314b5843a [2022-06-27T08:33:30.671Z] #76 ... [2022-06-27T08:33:30.671Z] [2022-06-27T08:33:30.671Z] #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-27T08:33:30.671Z] #57 sha256:57518f79ec97bd4ffcfece403fffe2a9a9a731f6a1fde9d139311616d3584ecd [2022-06-27T08:33:30.671Z] #57 31.97 v3.0.2 [2022-06-27T08:33:30.671Z] #57 DONE 32.0s [2022-06-27T08:33:30.671Z] [2022-06-27T08:33:30.671Z] #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-27T08:33:30.671Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-27T08:33:30.671Z] #76 32.06 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:33:30.671Z] #76 ... [2022-06-27T08:33:30.671Z] [2022-06-27T08:33:30.671Z] #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-27T08:33:30.671Z] #47 sha256:ecdc8c6c8c169bea9c3b47c2801af3413909a698ac702b149b3c3adba914fdb6 [2022-06-27T08:33:30.671Z] #47 23.77 Updating files: 79% (1733/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-27T08:33:30.671Z] #47 24.20 + git checkout -q v2.3.0 [2022-06-27T08:33:30.671Z] #47 26.41 + 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-27T08:33:31.245Z] #47 ... [2022-06-27T08:33:31.245Z] [2022-06-27T08:33:31.245Z] #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-27T08:33:31.245Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-27T08:33:31.245Z] #76 32.63 Fetched 5914 kB in 1s (10.1 MB/s) [2022-06-27T08:33:31.245Z] #76 32.81 Selecting previously unselected package bzip2. [2022-06-27T08:33:31.474Z] #34 ... [2022-06-27T08:33:31.474Z] [2022-06-27T08:33:31.474Z] #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-27T08:33:31.474Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-27T08:33:31.474Z] #53 7.150 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-27T08:33:31.474Z] #53 9.186 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-27T08:33:31.474Z] #53 9.188 go: downloading github.com/fatih/color v1.10.0 [2022-06-27T08:33:31.474Z] #53 9.343 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-27T08:33:31.474Z] #53 9.425 go: downloading github.com/pkg/errors v0.9.1 [2022-06-27T08:33:31.474Z] #53 10.10 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-27T08:33:31.474Z] #53 ... [2022-06-27T08:33:31.474Z] [2022-06-27T08:33:31.474Z] #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-27T08:33:31.474Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-27T08:33:31.474Z] #38 7.771 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-27T08:33:31.474Z] #38 ... [2022-06-27T08:33:31.474Z] [2022-06-27T08:33:31.474Z] #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-27T08:33:31.474Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:33:31.474Z] #76 7.598 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:31.474Z] #76 7.661 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:31.474Z] #76 7.663 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:31.474Z] #76 9.771 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:33:31.506Z] #76 32.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-27T08:33:31.506Z] #76 32.91 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ... [2022-06-27T08:33:31.506Z] #76 32.94 Unpacking bzip2 (1.0.8-4) ... [2022-06-27T08:33:31.732Z] #76 ... [2022-06-27T08:33:31.732Z] [2022-06-27T08:33:31.732Z] #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-27T08:33:31.732Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:33:31.732Z] #62 6.262 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:31.732Z] #62 6.325 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:31.732Z] #62 6.325 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:31.732Z] #62 7.917 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:33:31.732Z] #62 ... [2022-06-27T08:33:31.732Z] [2022-06-27T08:33:31.732Z] #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-27T08:33:31.732Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-27T08:33:31.732Z] #36 6.715 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-27T08:33:31.771Z] #76 33.16 Selecting previously unselected package libmagic-mgc. [2022-06-27T08:33:31.771Z] #76 33.16 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ... [2022-06-27T08:33:31.771Z] #76 33.17 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-27T08:33:32.001Z] #36 ... [2022-06-27T08:33:32.001Z] [2022-06-27T08:33:32.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-27T08:33:32.001Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:33:32.001Z] #55 8.257 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-27T08:33:32.001Z] #55 ... [2022-06-27T08:33:32.001Z] [2022-06-27T08:33:32.001Z] #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-27T08:33:32.001Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:33:32.001Z] #51 8.132 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:32.001Z] #51 8.232 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:32.001Z] #51 8.232 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:32.001Z] #51 8.765 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-27T08:33:32.001Z] #51 ... [2022-06-27T08:33:32.001Z] [2022-06-27T08:33:32.001Z] #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-27T08:33:32.001Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-27T08:33:32.001Z] #40 5.537 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-27T08:33:32.001Z] #40 6.301 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-27T08:33:32.001Z] #40 8.093 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-27T08:33:32.001Z] #40 8.384 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-27T08:33:32.001Z] #40 8.494 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-27T08:33:32.108Z] #60 ... [2022-06-27T08:33:32.108Z] [2022-06-27T08:33:32.108Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-27T08:33:32.108Z] #15 sha256:cc95ddea40f49f1a0537aef9a9e9143c8ceb38ba5aa987390027ef85c2544f58 [2022-06-27T08:33:32.108Z] #15 DONE 2.1s [2022-06-27T08:33:32.108Z] [2022-06-27T08:33:32.108Z] #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-27T08:33:32.108Z] #60 sha256:d41df8f7794ed158022434784c311f894d2e1d854fb5eac8c4e2b2f314b5843a [2022-06-27T08:33:32.108Z] #60 1.861 + RM_GOPATH=0 [2022-06-27T08:33:32.108Z] #60 1.861 + TMP_GOPATH= [2022-06-27T08:33:32.108Z] #60 1.861 + : /build [2022-06-27T08:33:32.108Z] #60 1.861 + '[' -z '' ']' [2022-06-27T08:33:32.108Z] #60 1.861 ++ mktemp -d [2022-06-27T08:33:32.108Z] #60 1.863 + export GOPATH=/tmp/tmp.yJjyKlCuMM [2022-06-27T08:33:32.108Z] #60 1.863 + GOPATH=/tmp/tmp.yJjyKlCuMM [2022-06-27T08:33:32.108Z] #60 1.863 + RM_GOPATH=1 [2022-06-27T08:33:32.108Z] #60 1.863 + case "$(go env GOARCH)" in [2022-06-27T08:33:32.108Z] #60 1.863 ++ go env GOARCH [2022-06-27T08:33:32.108Z] #60 1.931 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:32.108Z] #60 1.931 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:32.108Z] #60 1.931 ++ dirname /install.sh [2022-06-27T08:33:32.108Z] #60 1.931 + dir=/ [2022-06-27T08:33:32.108Z] #60 1.931 + bin=runc [2022-06-27T08:33:32.108Z] #60 1.931 + shift [2022-06-27T08:33:32.108Z] #60 1.931 + '[' '!' -f //runc.installer ']' [2022-06-27T08:33:32.108Z] #60 1.931 + . //runc.installer [2022-06-27T08:33:32.108Z] #60 1.931 ++ set -e [2022-06-27T08:33:32.108Z] #60 1.931 ++ : v1.1.2 [2022-06-27T08:33:32.108Z] #60 1.931 + install_runc [2022-06-27T08:33:32.108Z] #60 1.931 + RUNC_BUILDTAGS=seccomp [2022-06-27T08:33:32.108Z] #60 1.931 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-27T08:33:32.108Z] #60 1.931 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.yJjyKlCuMM/src/github.com/opencontainers/runc [2022-06-27T08:33:32.108Z] #60 1.931 Install runc version v1.1.2 (build tags: seccomp) [2022-06-27T08:33:32.108Z] #60 1.948 Cloning into '/tmp/tmp.yJjyKlCuMM/src/github.com/opencontainers/runc'... [2022-06-27T08:33:32.258Z] #40 ... [2022-06-27T08:33:32.258Z] [2022-06-27T08:33:32.258Z] #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-27T08:33:32.258Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:33:32.258Z] #14 6.021 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:32.258Z] #14 6.075 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:32.258Z] #14 6.075 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:32.258Z] #14 7.449 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:33:32.515Z] #14 ... [2022-06-27T08:33:32.515Z] [2022-06-27T08:33:32.515Z] #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-27T08:33:32.515Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:33:32.515Z] #47 7.251 + git clone https://github.com/docker/distribution.git . [2022-06-27T08:33:32.515Z] #47 7.255 Cloning into '.'... [2022-06-27T08:33:32.515Z] #47 ... [2022-06-27T08:33:32.515Z] [2022-06-27T08:33:32.515Z] #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-27T08:33:32.515Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:33:32.515Z] #42 6.381 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:32.515Z] #42 6.443 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:32.515Z] #42 6.443 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:32.515Z] #42 7.537 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:33:32.515Z] #42 10.64 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:33:32.722Z] #76 33.91 Selecting previously unselected package libmagic1:arm64. [2022-06-27T08:33:32.722Z] #76 33.91 Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ... [2022-06-27T08:33:32.722Z] #76 33.94 Unpacking libmagic1:arm64 (1:5.39-3) ... [2022-06-27T08:33:32.722Z] #76 ... [2022-06-27T08:33:32.722Z] [2022-06-27T08:33:32.722Z] #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-27T08:33:32.722Z] #62 sha256:faea50e88f61bdd1b1af7e9ca6d44543abcf753e15516b1eb8cebd326febc91e [2022-06-27T08:33:32.722Z] #62 18.53 Reading package lists... [2022-06-27T08:33:32.722Z] #62 24.17 Reading package lists... [2022-06-27T08:33:32.722Z] #62 29.13 Building dependency tree... [2022-06-27T08:33:32.722Z] #62 33.76 The following additional packages will be installed: [2022-06-27T08:33:32.722Z] #62 33.78 libbtrfs0 [2022-06-27T08:33:32.722Z] #62 34.01 The following NEW packages will be installed: [2022-06-27T08:33:32.722Z] #62 34.01 libbtrfs-dev libbtrfs0 [2022-06-27T08:33:32.722Z] #62 ... [2022-06-27T08:33:32.722Z] [2022-06-27T08:33:32.722Z] #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-27T08:33:32.722Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-27T08:33:32.722Z] #76 34.15 Selecting previously unselected package file. [2022-06-27T08:33:32.722Z] #76 34.16 Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ... [2022-06-27T08:33:32.722Z] #76 34.16 Unpacking file (1:5.39-3) ... [2022-06-27T08:33:32.775Z] #42 ... [2022-06-27T08:33:32.775Z] [2022-06-27T08:33:32.775Z] #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-27T08:33:32.775Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-27T08:33:32.775Z] #57 6.227 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-27T08:33:32.775Z] #57 7.896 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-27T08:33:32.775Z] #57 7.942 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-27T08:33:32.775Z] #57 8.002 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-27T08:33:32.775Z] #57 10.74 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-27T08:33:32.775Z] #57 ... [2022-06-27T08:33:32.775Z] [2022-06-27T08:33:32.775Z] #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-27T08:33:32.775Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-27T08:33:32.775Z] #53 10.26 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-27T08:33:32.775Z] #53 10.32 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-27T08:33:32.775Z] #53 10.33 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-27T08:33:32.775Z] #53 10.69 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-27T08:33:32.775Z] #53 10.76 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-27T08:33:32.775Z] #53 10.99 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-27T08:33:32.775Z] #53 11.33 go: downloading golang.org/x/tools v0.1.0 [2022-06-27T08:33:32.985Z] #76 34.30 Selecting previously unselected package xz-utils. [2022-06-27T08:33:32.985Z] #76 34.31 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-06-27T08:33:32.985Z] #76 34.31 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:33:33.257Z] #76 ... [2022-06-27T08:33:33.257Z] [2022-06-27T08:33:33.257Z] #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-27T08:33:33.257Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-27T08:33:33.257Z] #14 18.48 Reading package lists... [2022-06-27T08:33:33.257Z] #14 24.64 Reading package lists... [2022-06-27T08:33:33.257Z] #14 29.55 Building dependency tree... [2022-06-27T08:33:33.257Z] #14 34.43 The following additional packages will be installed: [2022-06-27T08:33:33.257Z] #14 34.43 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-27T08:33:33.257Z] #14 34.43 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-27T08:33:33.257Z] #14 34.43 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-27T08:33:33.257Z] #14 34.43 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-27T08:33:33.257Z] #14 34.43 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-27T08:33:33.257Z] #14 34.44 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-27T08:33:33.257Z] #14 34.44 mingw-w64-common mingw-w64-x86-64-dev [2022-06-27T08:33:33.257Z] #14 34.45 Suggested packages: [2022-06-27T08:33:33.257Z] #14 34.48 gcc-10-locales seccomp wine64 [2022-06-27T08:33:33.257Z] #14 ... [2022-06-27T08:33:33.257Z] [2022-06-27T08:33:33.257Z] #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-27T08:33:33.257Z] #51 sha256:a555e696656a3dec1c8def1b98795693261913e1aaba4613ac6b3937231a1782 [2022-06-27T08:33:33.257Z] #51 18.86 Reading package lists... [2022-06-27T08:33:33.257Z] #51 24.45 Reading package lists... [2022-06-27T08:33:33.257Z] #51 29.53 Building dependency tree... [2022-06-27T08:33:33.257Z] #51 33.92 The following additional packages will be installed: [2022-06-27T08:33:33.257Z] #51 33.93 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-27T08:33:33.257Z] #51 33.94 python3-protobuf python3-six [2022-06-27T08:33:33.257Z] #51 33.95 Suggested packages: [2022-06-27T08:33:33.257Z] #51 33.96 python3-setuptools [2022-06-27T08:33:33.257Z] #51 33.96 Recommended packages: [2022-06-27T08:33:33.257Z] #51 33.96 iproute2 | iproute [2022-06-27T08:33:33.263Z] #20 62.64 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-27T08:33:33.263Z] #20 62.64 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:33:33.263Z] #20 62.65 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:33:33.494Z] #60 ... [2022-06-27T08:33:33.494Z] [2022-06-27T08:33:33.494Z] #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-27T08:33:33.494Z] #16 sha256:dc677770f28f54fccd1a8516cccd94f88336efcbdc40c96ad18c46e2754c68ba [2022-06-27T08:33:33.494Z] #16 DONE 1.4s [2022-06-27T08:33:33.494Z] [2022-06-27T08:33:33.494Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-27T08:33:33.494Z] #17 sha256:892cc41becfa68ce41b3829c8eb1e42e604f2bc45549b6f5a194215a472f22d3 [2022-06-27T08:33:33.518Z] #51 ... [2022-06-27T08:33:33.518Z] [2022-06-27T08:33:33.519Z] #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-27T08:33:33.519Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-27T08:33:33.519Z] #76 34.70 Selecting previously unselected package libsigsegv2:arm64. [2022-06-27T08:33:33.519Z] #76 34.70 Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ... [2022-06-27T08:33:33.519Z] #76 34.72 Unpacking libsigsegv2:arm64 (2.13-1) ... [2022-06-27T08:33:33.519Z] #76 34.84 Selecting previously unselected package m4. [2022-06-27T08:33:33.519Z] #76 34.84 Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ... [2022-06-27T08:33:33.519Z] #76 34.85 Unpacking m4 (1.4.18-5) ... [2022-06-27T08:33:33.782Z] #76 35.11 Selecting previously unselected package autoconf. [2022-06-27T08:33:33.782Z] #76 35.12 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-27T08:33:33.782Z] #76 35.15 Unpacking autoconf (2.69-14) ... [2022-06-27T08:33:34.044Z] #76 35.50 Selecting previously unselected package autotools-dev. [2022-06-27T08:33:34.044Z] #76 35.50 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-27T08:33:34.044Z] #76 35.51 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-27T08:33:34.179Z] #62 22.97 Reading package lists... [2022-06-27T08:33:34.179Z] #62 ... [2022-06-27T08:33:34.179Z] [2022-06-27T08:33:34.179Z] #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-27T08:33:34.179Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:33:34.179Z] #47 27.19 Updating files: 73% (1603/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-27T08:33:34.207Z] #20 ... [2022-06-27T08:33:34.207Z] [2022-06-27T08:33:34.207Z] #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-27T08:33:34.207Z] #71 sha256:eea5c7cde1825ec44d9ec5788b5fea6d9a5253aea5638f5d7ebd1203b5414562 [2022-06-27T08:33:34.207Z] #71 13.15 + cd /tmp/tmp.Yr0j8hfQui/src/github.com/containerd/containerd [2022-06-27T08:33:34.207Z] #71 13.15 + git checkout -q v1.6.6 [2022-06-27T08:33:34.207Z] #71 13.50 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-27T08:33:34.207Z] #71 13.50 + BUILDTAGS='netgo osusergo static_build' [2022-06-27T08:33:34.207Z] #71 13.50 + export EXTRA_FLAGS=-buildmode=pie [2022-06-27T08:33:34.207Z] #71 13.50 + EXTRA_FLAGS=-buildmode=pie [2022-06-27T08:33:34.207Z] #71 13.50 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-27T08:33:34.207Z] #71 13.50 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-27T08:33:34.207Z] #71 13.50 + '[' '' = dynamic ']' [2022-06-27T08:33:34.207Z] #71 13.50 + make [2022-06-27T08:33:34.207Z] #71 14.43 + bin/ctr [2022-06-27T08:33:34.306Z] #76 35.69 Selecting previously unselected package automake. [2022-06-27T08:33:34.306Z] #76 35.69 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-27T08:33:34.306Z] #76 35.70 Unpacking automake (1:1.16.3-2) ... [2022-06-27T08:33:34.437Z] #47 27.85 + git checkout -q v2.3.0 [2022-06-27T08:33:34.439Z] #17 0.904 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-27T08:33:34.439Z] #17 DONE 1.0s [2022-06-27T08:33:34.439Z] [2022-06-27T08:33:34.439Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-27T08:33:34.439Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-27T08:33:34.439Z] #36 ... [2022-06-27T08:33:34.439Z] [2022-06-27T08:33:34.439Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-27T08:33:34.439Z] #18 sha256:02eb287b450d9a02816f72b3c6bad4b3a3a0abfc413ddbdd5d7e62c1d651c673 [2022-06-27T08:33:34.468Z] #71 ... [2022-06-27T08:33:34.468Z] [2022-06-27T08:33:34.468Z] #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-27T08:33:34.468Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-27T08:33:34.468Z] #20 64.32 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-27T08:33:34.468Z] #20 64.33 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-27T08:33:34.468Z] #20 64.34 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-27T08:33:34.468Z] #20 64.40 Selecting previously unselected package libapparmor1:amd64. [2022-06-27T08:33:34.468Z] #20 64.40 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-27T08:33:34.468Z] #20 64.41 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-27T08:33:34.468Z] #20 64.46 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-27T08:33:34.468Z] #20 64.47 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-27T08:33:34.468Z] #20 64.47 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-27T08:33:34.728Z] #20 64.53 Selecting previously unselected package libbtrfs0:amd64. [2022-06-27T08:33:34.729Z] #20 64.54 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-27T08:33:34.729Z] #20 64.54 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:33:34.729Z] #20 64.61 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-27T08:33:34.729Z] #20 64.62 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-27T08:33:34.729Z] #20 64.62 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:33:34.729Z] #20 64.71 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-27T08:33:34.729Z] #20 64.72 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:33:34.729Z] #20 64.73 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:33:34.729Z] #20 64.76 Selecting previously unselected package libudev-dev:amd64. [2022-06-27T08:33:34.729Z] #20 64.76 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-27T08:33:34.729Z] #20 64.77 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-27T08:33:34.901Z] #76 36.28 Selecting previously unselected package patch. [2022-06-27T08:33:34.901Z] #76 36.28 Preparing to unpack .../10-patch_2.7.6-7_arm64.deb ... [2022-06-27T08:33:34.901Z] #76 36.29 Unpacking patch (2.7.6-7) ... [2022-06-27T08:33:34.989Z] #20 64.84 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-27T08:33:34.989Z] #20 64.85 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-27T08:33:34.989Z] #20 64.86 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-27T08:33:34.989Z] #20 64.97 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-27T08:33:34.989Z] #20 64.98 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-27T08:33:34.989Z] #20 64.99 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-27T08:33:34.989Z] #20 65.07 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-27T08:33:35.164Z] #76 36.51 Selecting previously unselected package dpkg-dev. [2022-06-27T08:33:35.164Z] #76 36.52 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-27T08:33:35.164Z] #76 36.53 Unpacking dpkg-dev (1.20.10) ... [2022-06-27T08:33:35.250Z] #20 65.08 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-27T08:33:35.250Z] #20 65.09 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-27T08:33:35.250Z] #20 65.17 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-27T08:33:35.250Z] #20 65.18 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-27T08:33:35.250Z] #20 65.18 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-27T08:33:35.250Z] #20 65.23 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-27T08:33:35.250Z] #20 65.24 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-27T08:33:35.250Z] #20 65.24 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-27T08:33:35.381Z] #18 DONE 1.0s [2022-06-27T08:33:35.381Z] [2022-06-27T08:33:35.381Z] #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-27T08:33:35.381Z] #64 sha256:cfd6de62282f3f6f99c3f7a732342b1d13e5a199cdf1c8abf138637f159acb26 [2022-06-27T08:33:35.511Z] #20 65.42 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-27T08:33:35.511Z] #20 65.43 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-27T08:33:35.511Z] #20 65.44 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-27T08:33:35.511Z] #20 65.53 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-27T08:33:35.511Z] #20 65.53 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:33:35.511Z] #20 65.54 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:33:35.511Z] #20 65.58 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-27T08:33:35.642Z] #64 ... [2022-06-27T08:33:35.642Z] [2022-06-27T08:33:35.642Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-27T08:33:35.642Z] #19 sha256:68455664b8d40666121086f3ad95e7572c35f2e0ecd2e6dcaf6ca77b391427c9 [2022-06-27T08:33:35.739Z] #76 ... [2022-06-27T08:33:35.739Z] [2022-06-27T08:33:35.739Z] #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-27T08:33:35.739Z] #62 sha256:faea50e88f61bdd1b1af7e9ca6d44543abcf753e15516b1eb8cebd326febc91e [2022-06-27T08:33:35.739Z] #62 34.39 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:33:35.739Z] #62 34.39 Need to get 454 kB of archives. [2022-06-27T08:33:35.739Z] #62 34.39 After this operation, 1275 kB of additional disk space will be used. [2022-06-27T08:33:35.739Z] #62 34.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-06-27T08:33:35.739Z] #62 34.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-06-27T08:33:35.739Z] #62 35.38 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:33:35.739Z] #62 35.68 Fetched 454 kB in 0s (1347 kB/s) [2022-06-27T08:33:35.739Z] #62 35.76 Selecting previously unselected package libbtrfs0:arm64. [2022-06-27T08:33:35.739Z] #62 35.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 ... 15709 files and directories currently installed.) [2022-06-27T08:33:35.739Z] #62 35.81 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-06-27T08:33:35.739Z] #62 35.87 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-06-27T08:33:35.739Z] #62 36.08 Selecting previously unselected package libbtrfs-dev:arm64. [2022-06-27T08:33:35.739Z] #62 36.08 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-06-27T08:33:35.739Z] #62 36.09 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-27T08:33:35.739Z] #62 36.37 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-06-27T08:33:35.739Z] #62 36.40 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-27T08:33:35.739Z] #62 36.44 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:33:35.739Z] #62 DONE 37.1s [2022-06-27T08:33:35.739Z] [2022-06-27T08:33:35.739Z] #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-27T08:33:35.739Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-27T08:33:35.739Z] #55 34.09 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-27T08:33:35.739Z] #55 34.09 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-27T08:33:35.739Z] #55 34.23 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-27T08:33:35.739Z] #55 34.30 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-27T08:33:35.739Z] #55 34.32 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-27T08:33:35.739Z] #55 34.35 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-27T08:33:35.739Z] #55 34.44 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-27T08:33:35.739Z] #55 34.51 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-27T08:33:35.739Z] #55 34.51 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-27T08:33:35.739Z] #55 34.61 go: downloading github.com/spf13/afero v1.6.0 [2022-06-27T08:33:35.739Z] #55 34.70 go: downloading github.com/spf13/cast v1.4.1 [2022-06-27T08:33:35.739Z] #55 34.74 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-27T08:33:35.739Z] #55 34.79 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-27T08:33:35.739Z] #55 34.86 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-27T08:33:35.739Z] #55 34.92 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-27T08:33:35.739Z] #55 34.95 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-27T08:33:35.739Z] #55 34.99 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-27T08:33:35.739Z] #55 35.02 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-27T08:33:35.739Z] #55 35.04 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-27T08:33:35.739Z] #55 35.05 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-27T08:33:35.739Z] #55 35.07 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-27T08:33:35.739Z] #55 35.07 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-27T08:33:35.739Z] #55 35.17 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-27T08:33:35.739Z] #55 35.26 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-27T08:33:35.739Z] #55 35.32 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-27T08:33:35.739Z] #55 35.38 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-27T08:33:35.739Z] #55 35.42 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-27T08:33:35.739Z] #55 35.53 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-27T08:33:35.739Z] #55 35.58 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-27T08:33:35.739Z] #55 35.59 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-27T08:33:35.739Z] #55 35.64 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-27T08:33:35.739Z] #55 35.75 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-27T08:33:35.739Z] #55 35.78 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-27T08:33:35.739Z] #55 35.81 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-27T08:33:35.739Z] #55 35.81 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-27T08:33:35.739Z] #55 35.87 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-27T08:33:35.739Z] #55 35.91 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-27T08:33:35.739Z] #55 35.97 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-27T08:33:35.739Z] #55 36.18 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-27T08:33:35.739Z] #55 36.24 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-27T08:33:35.739Z] #55 36.27 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-27T08:33:35.739Z] #55 36.28 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-27T08:33:35.739Z] #55 36.32 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-27T08:33:35.739Z] #55 36.34 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-27T08:33:35.739Z] #55 36.36 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-27T08:33:35.739Z] #55 36.41 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-27T08:33:35.739Z] #55 36.41 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-27T08:33:35.739Z] #55 36.44 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-27T08:33:35.739Z] #55 36.66 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-27T08:33:35.739Z] #55 36.70 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-27T08:33:35.739Z] #55 36.73 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-27T08:33:35.739Z] #55 36.85 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-27T08:33:35.739Z] #55 36.87 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-27T08:33:35.739Z] #55 37.02 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-27T08:33:35.739Z] #55 37.02 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-27T08:33:35.739Z] #55 37.04 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-27T08:33:35.739Z] #55 37.05 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-27T08:33:35.739Z] #55 37.08 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-27T08:33:35.739Z] #55 37.11 go: downloading github.com/julz/importas v0.1.0 [2022-06-27T08:33:35.739Z] #55 37.15 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-27T08:33:35.739Z] #55 37.22 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-27T08:33:35.773Z] #20 65.58 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-27T08:33:35.773Z] #20 65.59 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-27T08:33:35.773Z] #20 65.64 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-27T08:33:35.773Z] #20 65.64 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-27T08:33:35.773Z] #20 65.65 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-27T08:33:36.003Z] #55 ... [2022-06-27T08:33:36.003Z] [2022-06-27T08:33:36.003Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-27T08:33:36.003Z] #63 sha256:9002750113478686b9c3c53d61c588334182faa2bdad942d6bb269e813830f38 [2022-06-27T08:33:36.003Z] #63 DONE 0.2s [2022-06-27T08:33:36.003Z] [2022-06-27T08:33:36.003Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-27T08:33:36.003Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-27T08:33:36.003Z] #55 37.29 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-27T08:33:36.003Z] #55 37.38 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-27T08:33:36.003Z] #55 37.44 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-27T08:33:36.003Z] #55 37.51 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-27T08:33:36.034Z] #20 65.84 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-27T08:33:36.034Z] #20 65.86 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-27T08:33:36.034Z] #20 65.87 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-27T08:33:36.034Z] #20 65.88 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-27T08:33:36.034Z] #20 65.90 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-27T08:33:36.034Z] #20 65.91 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-27T08:33:36.034Z] #20 65.92 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:33:36.035Z] #20 65.93 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-27T08:33:36.035Z] #20 65.94 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-27T08:33:36.035Z] #20 65.95 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-27T08:33:36.035Z] #20 65.96 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-27T08:33:36.035Z] #20 65.97 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:33:36.035Z] #20 65.98 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-27T08:33:36.035Z] #20 65.99 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-27T08:33:36.035Z] #20 66.00 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-27T08:33:36.035Z] #20 66.02 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-27T08:33:36.035Z] #20 66.03 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-27T08:33:36.035Z] #20 66.04 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-27T08:33:36.035Z] #20 66.05 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-27T08:33:36.035Z] #20 66.06 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-27T08:33:36.035Z] #20 66.07 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:33:36.035Z] #20 66.08 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-27T08:33:36.035Z] #20 66.09 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:33:36.035Z] #20 66.10 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-27T08:33:36.035Z] #20 66.11 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-27T08:33:36.035Z] #20 66.12 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:33:36.035Z] #20 66.13 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-27T08:33:36.035Z] #20 66.14 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:33:36.035Z] #20 66.15 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-27T08:33:36.265Z] #55 37.53 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-27T08:33:36.265Z] #55 37.57 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-27T08:33:36.265Z] #55 37.71 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-27T08:33:36.265Z] #55 37.74 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-27T08:33:36.265Z] #55 37.75 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-27T08:33:36.265Z] #55 37.80 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-27T08:33:36.296Z] #20 66.17 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:33:36.296Z] #20 66.18 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-27T08:33:36.296Z] #20 66.19 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:33:36.296Z] #20 66.20 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:33:36.296Z] #20 66.22 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:33:36.327Z] #47 29.86 + 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-27T08:33:36.646Z] #19 DONE 1.0s [2022-06-27T08:33:36.646Z] [2022-06-27T08:33:36.646Z] #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-27T08:33:36.646Z] #64 sha256:cfd6de62282f3f6f99c3f7a732342b1d13e5a199cdf1c8abf138637f159acb26 [2022-06-27T08:33:36.646Z] #64 ... [2022-06-27T08:33:36.646Z] [2022-06-27T08:33:36.646Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-27T08:33:36.646Z] #20 sha256:27068681b785a761bb7c53e1b796be963f7e35b10a3fd51fe3663b680ef5c50d [2022-06-27T08:33:37.212Z] #55 38.38 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-27T08:33:37.212Z] #55 38.42 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-27T08:33:37.212Z] #55 38.43 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-27T08:33:37.212Z] #55 38.51 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-27T08:33:37.212Z] #55 38.62 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-27T08:33:37.212Z] #55 38.64 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-27T08:33:37.212Z] #55 38.64 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-27T08:33:37.212Z] #55 38.66 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-27T08:33:37.474Z] #55 38.74 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-27T08:33:37.474Z] #55 38.91 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-27T08:33:37.474Z] #55 38.92 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-27T08:33:37.474Z] #55 38.93 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-27T08:33:37.474Z] #55 39.01 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-27T08:33:37.740Z] #55 39.02 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-27T08:33:37.740Z] #55 39.03 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-27T08:33:37.740Z] #55 39.12 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-27T08:33:37.740Z] #55 39.15 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-27T08:33:37.740Z] #55 39.20 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-27T08:33:37.740Z] #55 39.21 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-27T08:33:37.740Z] #55 39.22 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-27T08:33:38.002Z] #55 39.26 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-27T08:33:38.002Z] #55 ... [2022-06-27T08:33:38.002Z] [2022-06-27T08:33:38.002Z] #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-27T08:33:38.002Z] #42 sha256:2ab0d219d14c868f21c3a04de71246f6452f2101d0563b630b9308cdf0e6a8a3 [2022-06-27T08:33:38.002Z] #42 27.65 Building dependency tree... [2022-06-27T08:33:38.002Z] #42 32.72 The following additional packages will be installed: [2022-06-27T08:33:38.002Z] #42 32.79 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-27T08:33:38.002Z] #42 32.80 Suggested packages: [2022-06-27T08:33:38.003Z] #42 32.80 cmake-doc ninja-build lrzip [2022-06-27T08:33:38.003Z] #42 32.80 Recommended packages: [2022-06-27T08:33:38.003Z] #42 32.80 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-27T08:33:38.003Z] #42 33.68 The following NEW packages will be installed: [2022-06-27T08:33:38.003Z] #42 33.70 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-27T08:33:38.003Z] #42 33.70 vim-common xxd [2022-06-27T08:33:38.003Z] #42 34.11 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:33:38.003Z] #42 34.11 Need to get 15.6 MB of archives. [2022-06-27T08:33:38.003Z] #42 34.11 After this operation, 67.4 MB of additional disk space will be used. [2022-06-27T08:33:38.003Z] #42 34.11 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-27T08:33:38.003Z] #42 34.15 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-27T08:33:38.003Z] #42 34.15 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-27T08:33:38.003Z] #42 34.23 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-06-27T08:33:38.003Z] #42 34.60 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-27T08:33:38.003Z] #42 34.62 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-06-27T08:33:38.003Z] #42 34.63 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-06-27T08:33:38.003Z] #42 34.63 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-06-27T08:33:38.003Z] #42 34.63 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-06-27T08:33:38.003Z] #42 34.63 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-06-27T08:33:38.003Z] #42 35.73 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:33:38.003Z] #42 35.99 Fetched 15.6 MB in 1s (16.2 MB/s) [2022-06-27T08:33:38.003Z] #42 36.07 Selecting previously unselected package xxd. [2022-06-27T08:33:38.003Z] #42 36.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-27T08:33:38.003Z] #42 36.19 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-27T08:33:38.003Z] #42 36.21 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:33:38.003Z] #42 36.42 Selecting previously unselected package vim-common. [2022-06-27T08:33:38.003Z] #42 36.42 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-27T08:33:38.003Z] #42 36.46 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:33:38.003Z] #42 36.74 Selecting previously unselected package cmake-data. [2022-06-27T08:33:38.003Z] #42 36.75 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-27T08:33:38.003Z] #42 36.76 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-27T08:33:38.003Z] #42 ... [2022-06-27T08:33:38.003Z] [2022-06-27T08:33:38.003Z] #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-27T08:33:38.003Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-27T08:33:38.003Z] #76 38.00 Selecting previously unselected package build-essential. [2022-06-27T08:33:38.003Z] #76 38.00 Preparing to unpack .../12-build-essential_12.9_arm64.deb ... [2022-06-27T08:33:38.003Z] #76 38.03 Unpacking build-essential (12.9) ... [2022-06-27T08:33:38.003Z] #76 38.16 Selecting previously unselected package libcap2:arm64. [2022-06-27T08:33:38.003Z] #76 38.16 Preparing to unpack .../13-libcap2_1%3a2.44-1_arm64.deb ... [2022-06-27T08:33:38.003Z] #76 38.18 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-06-27T08:33:38.003Z] #76 38.36 Selecting previously unselected package libcap-dev:arm64. [2022-06-27T08:33:38.003Z] #76 38.37 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_arm64.deb ... [2022-06-27T08:33:38.003Z] #76 38.38 Unpacking libcap-dev:arm64 (1:2.44-1) ... [2022-06-27T08:33:38.003Z] #76 38.63 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-27T08:33:38.003Z] #76 38.63 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-27T08:33:38.003Z] #76 38.64 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-27T08:33:38.003Z] #76 38.73 Selecting previously unselected package libprotobuf-c-dev:arm64. [2022-06-27T08:33:38.003Z] #76 38.73 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ... [2022-06-27T08:33:38.003Z] #76 38.74 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2022-06-27T08:33:38.003Z] #76 38.88 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-27T08:33:38.003Z] #76 38.89 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-27T08:33:38.003Z] #76 38.91 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-27T08:33:38.003Z] #76 39.17 Selecting previously unselected package libsystemd-dev:arm64. [2022-06-27T08:33:38.003Z] #76 39.21 Preparing to unpack .../18-libsystemd-dev_247.3-7_arm64.deb ... [2022-06-27T08:33:38.003Z] #76 39.23 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-06-27T08:33:38.027Z] #53 ... [2022-06-27T08:33:38.027Z] [2022-06-27T08:33:38.027Z] #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-27T08:33:38.027Z] #67 sha256:ec048b4078d90eb50b6b38e264ee3b7c07da8d1d72b5047b55517f15b6d8572a [2022-06-27T08:33:38.027Z] #67 6.497 + RM_GOPATH=0 [2022-06-27T08:33:38.027Z] #67 6.497 + TMP_GOPATH= [2022-06-27T08:33:38.027Z] #67 6.497 + : /build [2022-06-27T08:33:38.027Z] #67 6.497 + '[' -z '' ']' [2022-06-27T08:33:38.027Z] #67 6.497 ++ mktemp -d [2022-06-27T08:33:38.027Z] #67 6.516 + export GOPATH=/tmp/tmp.ecNLU0eRXz [2022-06-27T08:33:38.027Z] #67 6.517 + GOPATH=/tmp/tmp.ecNLU0eRXz [2022-06-27T08:33:38.027Z] #67 6.517 + RM_GOPATH=1 [2022-06-27T08:33:38.027Z] #67 6.518 + case "$(go env GOARCH)" in [2022-06-27T08:33:38.027Z] #67 6.532 ++ go env GOARCH [2022-06-27T08:33:38.027Z] #67 6.606 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:38.027Z] #67 6.606 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:38.027Z] #67 6.606 ++ dirname /install.sh [2022-06-27T08:33:38.027Z] #67 6.621 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:33:38.027Z] #67 6.621 + dir=/ [2022-06-27T08:33:38.027Z] #67 6.621 + bin=rootlesskit [2022-06-27T08:33:38.027Z] #67 6.621 + shift [2022-06-27T08:33:38.027Z] #67 6.621 + '[' '!' -f //rootlesskit.installer ']' [2022-06-27T08:33:38.027Z] #67 6.621 + . //rootlesskit.installer [2022-06-27T08:33:38.027Z] #67 6.621 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:33:38.027Z] #67 6.621 + install_rootlesskit [2022-06-27T08:33:38.027Z] #67 6.621 + case "$1" in [2022-06-27T08:33:38.027Z] #67 6.621 + export CGO_ENABLED=0 [2022-06-27T08:33:38.027Z] #67 6.621 + CGO_ENABLED=0 [2022-06-27T08:33:38.027Z] #67 6.621 + _install_rootlesskit [2022-06-27T08:33:38.027Z] #67 6.621 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-27T08:33:38.027Z] #67 6.621 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-27T08:33:38.027Z] #67 6.621 + GOBIN=/build [2022-06-27T08:33:38.027Z] #67 6.621 + GO111MODULE=on [2022-06-27T08:33:38.027Z] #67 6.621 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:33:38.027Z] #67 7.348 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-27T08:33:38.027Z] #67 10.99 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-27T08:33:38.027Z] #67 11.01 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-27T08:33:38.027Z] #67 11.83 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-27T08:33:38.027Z] #67 16.44 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-27T08:33:38.071Z] #20 DONE 1.2s [2022-06-27T08:33:38.071Z] [2022-06-27T08:33:38.071Z] #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-27T08:33:38.071Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:33:38.215Z] #20 DONE 67.8s [2022-06-27T08:33:38.215Z] [2022-06-27T08:33:38.215Z] #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-27T08:33:38.215Z] #21 sha256:c69268745e740405100f301a6a9b909aae27398f9d0aa0d9e149ff91926c5664 [2022-06-27T08:33:38.955Z] #76 40.08 Selecting previously unselected package libtool. [2022-06-27T08:33:38.955Z] #76 40.09 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-27T08:33:38.955Z] #76 40.09 Unpacking libtool (2.4.6-15) ... [2022-06-27T08:33:39.017Z] #21 1.289 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:33:39.158Z] #21 1.066 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-27T08:33:39.158Z] #21 1.066 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-27T08:33:39.158Z] #21 1.066 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-27T08:33:39.218Z] #76 ... [2022-06-27T08:33:39.218Z] [2022-06-27T08:33:39.218Z] #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-27T08:33:39.218Z] #40 sha256:fd04132605b608fbed30b132568b995cbbda9fd1d9be0c718b98b3598f145daa [2022-06-27T08:33:39.218Z] #40 40.16 NAME: [2022-06-27T08:33:39.218Z] #40 40.16 go-winres - A tool for embedding resources in Windows executables [2022-06-27T08:33:39.218Z] #40 40.16 [2022-06-27T08:33:39.218Z] #40 40.16 USAGE: [2022-06-27T08:33:39.218Z] #40 40.16 go-winres [global options] command [command options] [arguments...] [2022-06-27T08:33:39.218Z] #40 40.16 [2022-06-27T08:33:39.218Z] #40 40.16 COMMANDS: [2022-06-27T08:33:39.218Z] #40 40.17 init Create an initial ./winres/winres.json [2022-06-27T08:33:39.218Z] #40 40.17 make Make syso files for the "go build" command [2022-06-27T08:33:39.218Z] #40 40.17 simply Make syso files for the "go build" command (simplified) [2022-06-27T08:33:39.218Z] #40 40.17 extract Extract all resources from an executable [2022-06-27T08:33:39.218Z] #40 40.17 patch Replace resources in an executable file (exe, dll) [2022-06-27T08:33:39.218Z] #40 40.17 help, h Shows a list of commands or help for one command [2022-06-27T08:33:39.218Z] #40 40.17 [2022-06-27T08:33:39.218Z] #40 40.17 GLOBAL OPTIONS: [2022-06-27T08:33:39.218Z] #40 40.17 --help, -h show help (default: false) [2022-06-27T08:33:39.218Z] #40 DONE 40.4s [2022-06-27T08:33:39.218Z] [2022-06-27T08:33:39.218Z] #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-27T08:33:39.218Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-27T08:33:39.218Z] #76 40.56 Selecting previously unselected package libudev-dev:arm64. [2022-06-27T08:33:39.218Z] #76 40.57 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-06-27T08:33:39.218Z] #76 40.57 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-06-27T08:33:39.277Z] #21 1.314 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:33:39.277Z] #21 1.319 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:33:39.799Z] #76 41.01 Selecting previously unselected package libyajl2:arm64. [2022-06-27T08:33:39.799Z] #76 41.02 Preparing to unpack .../21-libyajl2_2.1.0-3_arm64.deb ... [2022-06-27T08:33:39.799Z] #76 41.05 Unpacking libyajl2:arm64 (2.1.0-3) ... [2022-06-27T08:33:39.799Z] #76 41.31 Selecting previously unselected package libyajl-dev:arm64. [2022-06-27T08:33:39.799Z] #76 41.31 Preparing to unpack .../22-libyajl-dev_2.1.0-3_arm64.deb ... [2022-06-27T08:33:39.799Z] #76 41.32 Unpacking libyajl-dev:arm64 (2.1.0-3) ... [2022-06-27T08:33:39.848Z] #21 1.912 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:33:40.061Z] #76 41.51 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-27T08:33:40.061Z] #76 41.56 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-27T08:33:40.061Z] #76 41.57 Setting up libyajl2:arm64 (2.1.0-3) ... [2022-06-27T08:33:40.061Z] #76 41.59 Setting up libmagic1:arm64 (1:5.39-3) ... [2022-06-27T08:33:40.061Z] #76 41.63 Setting up file (1:5.39-3) ... [2022-06-27T08:33:40.322Z] #76 41.65 Setting up bzip2 (1.0.8-4) ... [2022-06-27T08:33:40.322Z] #76 41.66 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-27T08:33:40.322Z] #76 41.68 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2022-06-27T08:33:40.322Z] #76 41.69 Setting up libcap2:arm64 (1:2.44-1) ... [2022-06-27T08:33:40.322Z] #76 41.70 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-27T08:33:40.322Z] #76 41.72 Setting up libsigsegv2:arm64 (2.13-1) ... [2022-06-27T08:33:40.322Z] #76 41.74 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:33:40.322Z] #76 41.76 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-27T08:33:40.322Z] #76 41.78 Setting up patch (2.7.6-7) ... [2022-06-27T08:33:40.322Z] #76 41.79 Setting up libudev-dev:arm64 (247.3-7) ... [2022-06-27T08:33:40.322Z] #76 41.81 Setting up libyajl-dev:arm64 (2.1.0-3) ... [2022-06-27T08:33:40.322Z] #76 41.83 Setting up libcap-dev:arm64 (1:2.44-1) ... [2022-06-27T08:33:40.322Z] #76 41.85 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-06-27T08:33:40.551Z] #67 18.55 go: downloading github.com/google/uuid v1.3.0 [2022-06-27T08:33:40.551Z] #67 18.77 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-27T08:33:40.590Z] #76 41.86 Setting up libtool (2.4.6-15) ... [2022-06-27T08:33:40.590Z] #76 41.88 Setting up m4 (1.4.18-5) ... [2022-06-27T08:33:40.590Z] #76 41.90 Setting up dpkg-dev (1.20.10) ... [2022-06-27T08:33:40.590Z] #76 41.94 Setting up autoconf (2.69-14) ... [2022-06-27T08:33:40.590Z] #76 41.98 Setting up build-essential (12.9) ... [2022-06-27T08:33:40.590Z] #76 41.99 Setting up automake (1:1.16.3-2) ... [2022-06-27T08:33:40.590Z] #76 42.02 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-27T08:33:40.590Z] #76 42.03 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:33:41.164Z] #76 DONE 42.5s [2022-06-27T08:33:41.164Z] [2022-06-27T08:33:41.164Z] #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-27T08:33:41.164Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:33:41.230Z] #21 3.206 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:33:41.481Z] #67 19.70 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-27T08:33:41.572Z] #47 ... [2022-06-27T08:33:41.573Z] [2022-06-27T08:33:41.573Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-27T08:33:41.573Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:33:41.573Z] #55 32.15 go: downloading github.com/fatih/color v1.13.0 [2022-06-27T08:33:41.573Z] #55 32.15 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-27T08:33:41.573Z] #55 32.24 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-27T08:33:41.573Z] #55 32.45 go: downloading github.com/spf13/viper v1.10.1 [2022-06-27T08:33:41.573Z] #55 32.76 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-27T08:33:41.573Z] #55 33.20 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-27T08:33:41.573Z] #55 33.26 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-27T08:33:41.573Z] #55 34.60 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-27T08:33:41.573Z] #55 34.61 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-27T08:33:41.573Z] #55 34.65 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-27T08:33:41.573Z] #55 34.69 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-27T08:33:41.737Z] #77 0.637 Cloning into '/tmp/crun-build'... [2022-06-27T08:33:42.045Z] #67 20.46 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-27T08:33:42.608Z] #67 20.79 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-27T08:33:42.608Z] #67 ... [2022-06-27T08:33:42.608Z] [2022-06-27T08:33:42.608Z] #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-27T08:33:42.608Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:33:42.608Z] #51 10.78 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:33:42.608Z] #51 15.51 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:33:42.608Z] #51 20.38 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:33:42.609Z] #51 ... [2022-06-27T08:33:42.609Z] [2022-06-27T08:33:42.609Z] #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-27T08:33:42.609Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:33:42.609Z] #14 11.49 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:33:42.609Z] #14 15.76 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:33:42.630Z] #21 4.832 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:33:42.865Z] #14 ... [2022-06-27T08:33:42.865Z] [2022-06-27T08:33:42.865Z] #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-27T08:33:42.865Z] #26 sha256:76ec40c7370d33573f5f9e36d1c8e02f70824695b947ae56a2acc747ffbf60fb [2022-06-27T08:33:42.865Z] #26 21.32 + mkdir -p /build [2022-06-27T08:33:43.123Z] #26 21.35 + mv docker/docker /build/ [2022-06-27T08:33:43.123Z] #26 21.37 + rmdir docker [2022-06-27T08:33:43.123Z] #26 ... [2022-06-27T08:33:43.123Z] [2022-06-27T08:33:43.123Z] #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-27T08:33:43.123Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:33:43.123Z] #62 11.76 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:33:43.123Z] #62 16.20 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:33:43.123Z] #62 ... [2022-06-27T08:33:43.123Z] [2022-06-27T08:33:43.123Z] #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-27T08:33:43.123Z] #67 sha256:ec048b4078d90eb50b6b38e264ee3b7c07da8d1d72b5047b55517f15b6d8572a [2022-06-27T08:33:43.123Z] #67 21.16 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-27T08:33:43.382Z] #67 21.64 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-27T08:33:43.570Z] #21 ... [2022-06-27T08:33:43.570Z] [2022-06-27T08:33:43.570Z] #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-27T08:33:43.570Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:33:43.570Z] #77 88.04 configure.ac:11: installing 'build-aux/compile' [2022-06-27T08:33:43.570Z] #77 88.05 configure.ac:11: installing 'build-aux/config.guess' [2022-06-27T08:33:43.570Z] #77 88.05 configure.ac:11: installing 'build-aux/config.sub' [2022-06-27T08:33:43.570Z] #77 88.05 configure.ac:13: installing 'build-aux/install-sh' [2022-06-27T08:33:43.570Z] #77 88.06 configure.ac:13: installing 'build-aux/missing' [2022-06-27T08:33:43.570Z] #77 88.07 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-27T08:33:43.570Z] #77 88.38 Makefile.am: installing 'build-aux/depcomp' [2022-06-27T08:33:43.570Z] #77 89.82 checking build system type... x86_64-pc-linux-gnu [2022-06-27T08:33:43.570Z] #77 90.13 checking host system type... x86_64-pc-linux-gnu [2022-06-27T08:33:43.571Z] #77 90.13 checking how to print strings... printf [2022-06-27T08:33:43.571Z] #77 90.14 checking for gcc... gcc [2022-06-27T08:33:43.571Z] #77 90.25 checking whether the C compiler works... yes [2022-06-27T08:33:43.571Z] #77 90.45 checking for C compiler default output file name... a.out [2022-06-27T08:33:43.571Z] #77 90.45 checking for suffix of executables... [2022-06-27T08:33:43.571Z] #77 90.68 checking whether we are cross compiling... no [2022-06-27T08:33:43.571Z] #77 90.95 checking for suffix of object files... o [2022-06-27T08:33:43.571Z] #77 91.03 checking whether we are using the GNU C compiler... yes [2022-06-27T08:33:43.571Z] #77 91.23 checking whether gcc accepts -g... yes [2022-06-27T08:33:43.571Z] #77 91.43 checking for gcc option to accept ISO C89... none needed [2022-06-27T08:33:43.571Z] #77 91.61 checking whether gcc understands -c and -o together... yes [2022-06-27T08:33:43.571Z] #77 91.85 checking for a sed that does not truncate output... /bin/sed [2022-06-27T08:33:43.571Z] #77 91.87 checking for grep that handles long lines and -e... /bin/grep [2022-06-27T08:33:43.571Z] #77 91.88 checking for egrep... /bin/grep -E [2022-06-27T08:33:43.571Z] #77 91.89 checking for fgrep... /bin/grep -F [2022-06-27T08:33:43.571Z] #77 91.90 checking for ld used by gcc... /usr/bin/ld [2022-06-27T08:33:43.571Z] #77 91.92 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-27T08:33:43.571Z] #77 91.93 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-27T08:33:43.571Z] #77 91.96 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-27T08:33:43.571Z] #77 92.11 checking whether ln -s works... yes [2022-06-27T08:33:43.571Z] #77 92.11 checking the maximum length of command line arguments... 1572864 [2022-06-27T08:33:43.571Z] #77 92.14 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-27T08:33:43.571Z] #77 92.14 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-27T08:33:43.571Z] #77 92.14 checking for /usr/bin/ld option to reload object files... -r [2022-06-27T08:33:43.571Z] #77 92.14 checking for objdump... objdump [2022-06-27T08:33:43.571Z] #77 92.14 checking how to recognize dependent libraries... pass_all [2022-06-27T08:33:43.571Z] #77 92.14 checking for dlltool... no [2022-06-27T08:33:43.571Z] #77 92.14 checking how to associate runtime and link libraries... printf %s\n [2022-06-27T08:33:43.571Z] #77 92.16 checking for ar... ar [2022-06-27T08:33:43.571Z] #77 92.16 checking for archiver @FILE support... @ [2022-06-27T08:33:43.571Z] #77 92.34 checking for strip... strip [2022-06-27T08:33:43.571Z] #77 92.34 checking for ranlib... ranlib [2022-06-27T08:33:43.571Z] #77 92.35 checking for gawk... no [2022-06-27T08:33:43.571Z] #77 92.35 checking for mawk... mawk [2022-06-27T08:33:43.641Z] #67 21.83 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-27T08:33:43.641Z] #67 21.98 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-27T08:33:43.665Z] #77 ... [2022-06-27T08:33:43.665Z] [2022-06-27T08:33:43.665Z] #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-27T08:33:43.665Z] #51 sha256:a555e696656a3dec1c8def1b98795693261913e1aaba4613ac6b3937231a1782 [2022-06-27T08:33:43.665Z] #51 34.49 The following NEW packages will be installed: [2022-06-27T08:33:43.665Z] #51 34.53 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-27T08:33:43.665Z] #51 34.53 python3-protobuf python3-six [2022-06-27T08:33:43.665Z] #51 35.02 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:33:43.665Z] #51 35.02 Need to get 2136 kB of archives. [2022-06-27T08:33:43.665Z] #51 35.02 After this operation, 10.8 MB of additional disk space will be used. [2022-06-27T08:33:43.665Z] #51 35.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-06-27T08:33:43.665Z] #51 35.04 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-27T08:33:43.665Z] #51 35.04 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-27T08:33:43.665Z] #51 35.06 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-06-27T08:33:43.665Z] #51 35.07 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-27T08:33:43.665Z] #51 35.08 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-27T08:33:43.665Z] #51 35.09 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-27T08:33:43.665Z] #51 37.42 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [630 kB] [2022-06-27T08:33:43.665Z] #51 38.73 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:33:43.665Z] #51 39.04 Fetched 2136 kB in 3s (686 kB/s) [2022-06-27T08:33:43.665Z] #51 39.13 Selecting previously unselected package libprotobuf23:arm64. [2022-06-27T08:33:43.665Z] #51 39.13 (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-27T08:33:43.665Z] #51 39.23 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-06-27T08:33:43.665Z] #51 39.25 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-06-27T08:33:43.665Z] #51 40.01 Selecting previously unselected package python3-pkg-resources. [2022-06-27T08:33:43.665Z] #51 40.05 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-27T08:33:43.665Z] #51 40.09 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:33:43.665Z] #51 40.48 Selecting previously unselected package python3-six. [2022-06-27T08:33:43.665Z] #51 40.54 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-27T08:33:43.665Z] #51 40.55 Unpacking python3-six (1.16.0-2) ... [2022-06-27T08:33:43.665Z] #51 40.79 Selecting previously unselected package python3-protobuf. [2022-06-27T08:33:43.665Z] #51 40.80 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-06-27T08:33:43.665Z] #51 40.81 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-27T08:33:43.665Z] #51 41.45 Selecting previously unselected package libnet1:arm64. [2022-06-27T08:33:43.665Z] #51 41.45 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-06-27T08:33:43.665Z] #51 41.46 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:33:43.665Z] #51 41.61 Selecting previously unselected package libnl-3-200:arm64. [2022-06-27T08:33:43.665Z] #51 41.61 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-06-27T08:33:43.665Z] #51 41.61 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-27T08:33:43.665Z] #51 41.80 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-27T08:33:43.665Z] #51 41.80 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-27T08:33:43.665Z] #51 41.81 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-27T08:33:43.665Z] #51 41.99 Selecting previously unselected package criu. [2022-06-27T08:33:43.665Z] #51 42.00 Preparing to unpack .../7-criu_3.17-1_arm64.deb ... [2022-06-27T08:33:43.665Z] #51 42.01 Unpacking criu (3.17-1) ... [2022-06-27T08:33:43.665Z] #51 42.99 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:33:43.831Z] #77 92.35 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-27T08:33:43.898Z] #67 ... [2022-06-27T08:33:43.898Z] [2022-06-27T08:33:43.898Z] #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-27T08:33:43.898Z] #26 sha256:76ec40c7370d33573f5f9e36d1c8e02f70824695b947ae56a2acc747ffbf60fb [2022-06-27T08:33:43.898Z] #26 DONE 22.4s [2022-06-27T08:33:43.926Z] #51 44.95 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-06-27T08:33:44.089Z] #55 ... [2022-06-27T08:33:44.089Z] [2022-06-27T08:33:44.089Z] #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-27T08:33:44.089Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-27T08:33:44.089Z] #57 37.63 v3.0.2 [2022-06-27T08:33:44.089Z] #57 DONE 37.9s [2022-06-27T08:33:44.089Z] [2022-06-27T08:33:44.089Z] #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-27T08:33:44.089Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:33:44.089Z] #51 23.58 Reading package lists... [2022-06-27T08:33:44.089Z] #51 29.95 Reading package lists... [2022-06-27T08:33:44.089Z] #51 35.82 Building dependency tree... [2022-06-27T08:33:44.089Z] #51 ... [2022-06-27T08:33:44.089Z] [2022-06-27T08:33:44.089Z] #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-27T08:33:44.089Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:33:44.089Z] #55 37.92 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-27T08:33:44.089Z] #55 37.96 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-27T08:33:44.092Z] #77 92.77 checking for sysroot... no [2022-06-27T08:33:44.092Z] #77 92.77 checking for a working dd... /bin/dd [2022-06-27T08:33:44.092Z] #77 92.79 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-27T08:33:44.092Z] #77 92.86 checking for mt... no [2022-06-27T08:33:44.092Z] #77 92.86 checking if : is a manifest tool... no [2022-06-27T08:33:44.092Z] #77 92.88 checking how to run the C preprocessor... gcc -E [2022-06-27T08:33:44.155Z] [2022-06-27T08:33:44.155Z] #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-27T08:33:44.155Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-27T08:33:44.155Z] #53 22.15 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-27T08:33:44.155Z] #53 22.25 go: downloading golang.org/x/mod v0.3.0 [2022-06-27T08:33:44.188Z] #51 44.96 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:33:44.188Z] #51 44.97 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-27T08:33:44.188Z] #51 44.98 Setting up python3-six (1.16.0-2) ... [2022-06-27T08:33:44.188Z] #51 ... [2022-06-27T08:33:44.188Z] [2022-06-27T08:33:44.188Z] #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-27T08:33:44.188Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-27T08:33:44.188Z] #14 35.55 The following NEW packages will be installed: [2022-06-27T08:33:44.188Z] #14 35.55 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-27T08:33:44.188Z] #14 35.56 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-27T08:33:44.188Z] #14 35.56 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-27T08:33:44.188Z] #14 35.56 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-27T08:33:44.188Z] #14 35.56 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-27T08:33:44.188Z] #14 35.56 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-27T08:33:44.188Z] #14 35.57 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-27T08:33:44.188Z] #14 35.57 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-27T08:33:44.188Z] #14 35.57 mingw-w64-x86-64-dev [2022-06-27T08:33:44.188Z] #14 36.00 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:33:44.188Z] #14 36.00 Need to get 108 MB of archives. [2022-06-27T08:33:44.188Z] #14 36.00 After this operation, 620 MB of additional disk space will be used. [2022-06-27T08:33:44.188Z] #14 36.00 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-27T08:33:44.188Z] #14 36.06 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-27T08:33:44.188Z] #14 36.18 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-27T08:33:44.188Z] #14 36.19 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-27T08:33:44.188Z] #14 36.19 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-27T08:33:44.188Z] #14 36.21 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-27T08:33:44.188Z] #14 36.44 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-27T08:33:44.188Z] #14 36.57 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-27T08:33:44.188Z] #14 36.57 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-27T08:33:44.188Z] #14 36.99 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-27T08:33:44.188Z] #14 38.13 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-27T08:33:44.188Z] #14 38.53 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-27T08:33:44.188Z] #14 38.91 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-27T08:33:44.188Z] #14 39.78 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-27T08:33:44.188Z] #14 40.11 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-27T08:33:44.188Z] #14 40.12 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-27T08:33:44.188Z] #14 40.12 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-27T08:33:44.189Z] #14 40.13 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-06-27T08:33:44.189Z] #14 40.15 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-06-27T08:33:44.189Z] #14 40.16 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-27T08:33:44.189Z] #14 40.17 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-06-27T08:33:44.189Z] #14 40.19 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-06-27T08:33:44.189Z] #14 40.21 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-06-27T08:33:44.189Z] #14 40.21 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-06-27T08:33:44.189Z] #14 40.23 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-06-27T08:33:44.189Z] #14 40.25 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-06-27T08:33:44.189Z] #14 40.29 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-06-27T08:33:44.189Z] #14 40.29 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-27T08:33:44.189Z] #14 40.30 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-27T08:33:44.189Z] #14 40.30 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-06-27T08:33:44.189Z] #14 41.57 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:33:44.189Z] #14 41.77 Fetched 108 MB in 5s (23.4 MB/s) [2022-06-27T08:33:44.189Z] #14 41.89 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-27T08:33:44.189Z] #14 41.89 (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-27T08:33:44.189Z] #14 41.95 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-06-27T08:33:44.189Z] #14 41.96 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-27T08:33:44.189Z] #14 44.36 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-27T08:33:44.189Z] #14 44.36 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-06-27T08:33:44.189Z] #14 44.37 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-27T08:33:44.346Z] #55 38.17 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-27T08:33:44.346Z] #55 38.28 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-27T08:33:44.603Z] #55 38.31 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-27T08:33:44.603Z] #55 38.31 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-27T08:33:44.603Z] #55 38.41 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-27T08:33:44.603Z] #55 38.43 go: downloading github.com/spf13/afero v1.6.0 [2022-06-27T08:33:44.603Z] #55 38.51 go: downloading github.com/spf13/cast v1.4.1 [2022-06-27T08:33:44.603Z] #55 38.54 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-27T08:33:44.603Z] #55 38.61 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-27T08:33:44.603Z] #55 ... [2022-06-27T08:33:44.603Z] [2022-06-27T08:33:44.603Z] #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-27T08:33:44.603Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:33:44.604Z] #76 22.41 Reading package lists... [2022-06-27T08:33:44.604Z] #76 28.70 Reading package lists... [2022-06-27T08:33:44.604Z] #76 34.50 Building dependency tree... [2022-06-27T08:33:44.604Z] #76 38.42 python3 is already the newest version (3.9.2-3). [2022-06-27T08:33:44.604Z] #76 38.42 The following additional packages will be installed: [2022-06-27T08:33:44.604Z] #76 38.42 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-27T08:33:44.604Z] #76 38.42 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-27T08:33:44.604Z] #76 38.42 Suggested packages: [2022-06-27T08:33:44.604Z] #76 38.42 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-27T08:33:44.604Z] #76 38.42 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-27T08:33:44.604Z] #76 38.42 m4-doc ed diffutils-doc [2022-06-27T08:33:44.604Z] #76 38.42 Recommended packages: [2022-06-27T08:33:44.604Z] #76 38.42 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-27T08:33:44.713Z] #21 1.595 Reading package lists... [2022-06-27T08:33:44.860Z] #76 ... [2022-06-27T08:33:44.860Z] [2022-06-27T08:33:44.860Z] #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-27T08:33:44.860Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:33:44.860Z] #42 22.17 Reading package lists... [2022-06-27T08:33:44.860Z] #42 28.79 Reading package lists... [2022-06-27T08:33:44.860Z] #42 34.79 Building dependency tree... [2022-06-27T08:33:44.860Z] #42 38.66 The following additional packages will be installed: [2022-06-27T08:33:44.860Z] #42 38.66 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-27T08:33:44.860Z] #42 38.67 Suggested packages: [2022-06-27T08:33:44.860Z] #42 38.69 cmake-doc ninja-build lrzip [2022-06-27T08:33:44.860Z] #42 38.69 Recommended packages: [2022-06-27T08:33:44.860Z] #42 38.69 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-27T08:33:44.860Z] #42 ... [2022-06-27T08:33:44.860Z] [2022-06-27T08:33:44.861Z] #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-27T08:33:44.861Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:33:44.861Z] #55 38.62 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-27T08:33:44.861Z] #55 38.71 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-27T08:33:44.861Z] #55 38.78 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-27T08:33:44.861Z] #55 38.80 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-27T08:33:44.861Z] #55 38.83 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-27T08:33:44.861Z] #55 38.87 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-27T08:33:44.924Z] #77 93.15 checking for ANSI C header files... yes [2022-06-27T08:33:45.085Z] #53 ... [2022-06-27T08:33:45.085Z] [2022-06-27T08:33:45.085Z] #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-27T08:33:45.085Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:33:45.085Z] #76 13.77 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:33:45.085Z] #76 17.57 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:33:45.085Z] #76 ... [2022-06-27T08:33:45.085Z] [2022-06-27T08:33:45.085Z] #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-27T08:33:45.085Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:33:45.085Z] #51 23.51 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-27T08:33:45.119Z] #55 38.91 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-27T08:33:45.119Z] #55 38.91 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-27T08:33:45.119Z] #55 38.93 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-27T08:33:45.119Z] #55 38.94 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-27T08:33:45.133Z] #14 46.70 Selecting previously unselected package binutils-mingw-w64. [2022-06-27T08:33:45.133Z] #14 ... [2022-06-27T08:33:45.133Z] [2022-06-27T08:33:45.133Z] #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-27T08:33:45.133Z] #51 sha256:a555e696656a3dec1c8def1b98795693261913e1aaba4613ac6b3937231a1782 [2022-06-27T08:33:45.133Z] #51 46.22 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-27T08:33:45.185Z] #77 93.81 checking for sys/types.h... yes [2022-06-27T08:33:45.347Z] #51 ... [2022-06-27T08:33:45.347Z] [2022-06-27T08:33:45.347Z] #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-27T08:33:45.347Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-27T08:33:45.347Z] #40 14.10 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-27T08:33:45.347Z] #40 14.29 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-27T08:33:45.376Z] #55 39.05 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-27T08:33:45.376Z] #55 ... [2022-06-27T08:33:45.376Z] [2022-06-27T08:33:45.376Z] #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-27T08:33:45.376Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:33:45.376Z] #62 22.97 Reading package lists... [2022-06-27T08:33:45.376Z] #62 29.43 Reading package lists... [2022-06-27T08:33:45.376Z] #62 35.69 Building dependency tree... [2022-06-27T08:33:45.376Z] #62 ... [2022-06-27T08:33:45.376Z] [2022-06-27T08:33:45.376Z] #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-27T08:33:45.376Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:33:45.376Z] #14 23.05 Reading package lists... [2022-06-27T08:33:45.376Z] #14 29.72 Reading package lists... [2022-06-27T08:33:45.376Z] #14 35.73 Building dependency tree... [2022-06-27T08:33:45.394Z] #51 46.28 Setting up python3-protobuf (3.12.4-1) ... [2022-06-27T08:33:45.445Z] #77 94.06 checking for sys/stat.h... yes [2022-06-27T08:33:45.605Z] #40 ... [2022-06-27T08:33:45.605Z] [2022-06-27T08:33:45.605Z] #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-27T08:33:45.605Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:33:45.605Z] #42 14.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:33:45.633Z] #14 ... [2022-06-27T08:33:45.633Z] [2022-06-27T08:33:45.633Z] #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-27T08:33:45.633Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:33:45.633Z] #55 39.36 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-27T08:33:45.634Z] #55 39.42 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-27T08:33:45.634Z] #55 39.48 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-27T08:33:45.706Z] #77 94.23 checking for stdlib.h... yes [2022-06-27T08:33:45.890Z] #55 39.64 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-27T08:33:45.890Z] #55 39.69 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-27T08:33:45.966Z] #77 94.44 checking for string.h... yes [2022-06-27T08:33:45.966Z] #77 94.67 checking for memory.h... yes [2022-06-27T08:33:45.968Z] #51 ... [2022-06-27T08:33:45.968Z] [2022-06-27T08:33:45.968Z] #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-27T08:33:45.968Z] #64 sha256:51bbfbea90b44bb03be4715a2ebb382407c42695a56d3b40501050a3439acbcb [2022-06-27T08:33:45.968Z] #64 0.803 + RM_GOPATH=0 [2022-06-27T08:33:45.968Z] #64 0.803 + TMP_GOPATH= [2022-06-27T08:33:45.968Z] #64 0.803 + : /build [2022-06-27T08:33:45.968Z] #64 0.803 + '[' -z '' ']' [2022-06-27T08:33:45.968Z] #64 0.804 ++ mktemp -d [2022-06-27T08:33:45.968Z] #64 0.807 + export GOPATH=/tmp/tmp.w49LnscrQ6 [2022-06-27T08:33:45.968Z] #64 0.807 + GOPATH=/tmp/tmp.w49LnscrQ6 [2022-06-27T08:33:45.968Z] #64 0.807 + RM_GOPATH=1 [2022-06-27T08:33:45.968Z] #64 0.807 + case "$(go env GOARCH)" in [2022-06-27T08:33:45.968Z] #64 0.808 ++ go env GOARCH [2022-06-27T08:33:45.968Z] #64 0.871 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:45.968Z] #64 0.875 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:45.968Z] #64 0.878 ++ dirname /install.sh [2022-06-27T08:33:45.968Z] #64 0.888 + dir=/ [2022-06-27T08:33:45.968Z] #64 0.890 + bin=containerd [2022-06-27T08:33:45.968Z] #64 0.892 + shift [2022-06-27T08:33:45.968Z] #64 0.892 + '[' '!' -f //containerd.installer ']' [2022-06-27T08:33:45.968Z] #64 0.892 + . //containerd.installer [2022-06-27T08:33:45.968Z] #64 0.893 ++ set -e [2022-06-27T08:33:45.968Z] #64 0.915 ++ : v1.6.6 [2022-06-27T08:33:45.968Z] #64 0.915 + install_containerd [2022-06-27T08:33:45.968Z] #64 0.917 + echo 'Install containerd version v1.6.6' [2022-06-27T08:33:45.968Z] #64 0.917 Install containerd version v1.6.6 [2022-06-27T08:33:45.968Z] #64 0.917 + git clone https://github.com/containerd/containerd.git /tmp/tmp.w49LnscrQ6/src/github.com/containerd/containerd [2022-06-27T08:33:45.968Z] #64 0.928 Cloning into '/tmp/tmp.w49LnscrQ6/src/github.com/containerd/containerd'... [2022-06-27T08:33:46.226Z] #77 94.83 checking for strings.h... yes [2022-06-27T08:33:46.230Z] #64 ... [2022-06-27T08:33:46.230Z] [2022-06-27T08:33:46.230Z] #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-27T08:33:46.230Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-27T08:33:46.230Z] #14 46.71 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-27T08:33:46.230Z] #14 46.72 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-27T08:33:46.230Z] #14 46.86 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-06-27T08:33:46.230Z] #14 46.86 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-06-27T08:33:46.230Z] #14 46.87 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-27T08:33:46.230Z] #14 47.12 Selecting previously unselected package dmsetup. [2022-06-27T08:33:46.230Z] #14 47.12 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-06-27T08:33:46.230Z] #14 47.13 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-27T08:33:46.230Z] #14 47.27 Selecting previously unselected package mingw-w64-common. [2022-06-27T08:33:46.230Z] #14 47.28 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-27T08:33:46.230Z] #14 47.29 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-27T08:33:46.487Z] #77 95.04 checking for inttypes.h... yes [2022-06-27T08:33:46.487Z] #77 95.25 checking for stdint.h... yes [2022-06-27T08:33:46.537Z] #42 ... [2022-06-27T08:33:46.537Z] [2022-06-27T08:33:46.537Z] #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-27T08:33:46.537Z] #67 sha256:ec048b4078d90eb50b6b38e264ee3b7c07da8d1d72b5047b55517f15b6d8572a [2022-06-27T08:33:46.537Z] #67 25.08 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-27T08:33:46.820Z] #55 40.43 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-27T08:33:46.820Z] #55 40.49 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-27T08:33:46.820Z] #55 40.55 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-27T08:33:46.820Z] #55 40.61 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-27T08:33:46.820Z] #55 40.64 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-27T08:33:46.820Z] #55 40.69 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-27T08:33:46.820Z] #55 40.74 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-27T08:33:47.008Z] #77 95.51 checking for unistd.h... yes [2022-06-27T08:33:47.077Z] #55 40.79 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-27T08:33:47.077Z] #55 40.83 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-27T08:33:47.077Z] #55 40.89 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-27T08:33:47.077Z] #55 40.94 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-27T08:33:47.268Z] #77 95.70 checking for dlfcn.h... yes [2022-06-27T08:33:47.269Z] #77 95.94 checking for objdir... .libs [2022-06-27T08:33:47.334Z] #55 41.20 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-27T08:33:47.334Z] #55 41.23 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-27T08:33:47.334Z] #55 41.26 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-27T08:33:47.529Z] #77 96.33 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-27T08:33:47.591Z] #55 41.38 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-27T08:33:47.591Z] #55 41.42 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-27T08:33:47.591Z] #55 41.48 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-27T08:33:47.591Z] #55 41.50 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-27T08:33:47.591Z] #55 41.56 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-27T08:33:47.790Z] #77 96.46 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-27T08:33:47.790Z] #77 96.46 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-27T08:33:48.150Z] #14 ... [2022-06-27T08:33:48.150Z] [2022-06-27T08:33:48.150Z] #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-27T08:33:48.150Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-27T08:33:48.150Z] #55 39.54 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-27T08:33:48.150Z] #55 39.55 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-27T08:33:48.150Z] #55 39.60 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-27T08:33:48.150Z] #55 39.64 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-27T08:33:48.150Z] #55 39.70 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-27T08:33:48.150Z] #55 39.95 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-27T08:33:48.150Z] #55 40.06 go: downloading honnef.co/go/tools v0.2.2 [2022-06-27T08:33:48.150Z] #55 41.69 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-27T08:33:48.150Z] #55 41.70 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-27T08:33:48.150Z] #55 41.80 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-27T08:33:48.150Z] #55 41.82 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-27T08:33:48.150Z] #55 43.35 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-27T08:33:48.150Z] #55 43.36 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-27T08:33:48.150Z] #55 43.41 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-27T08:33:48.150Z] #55 43.49 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-27T08:33:48.150Z] #55 43.84 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-27T08:33:48.150Z] #55 43.85 go: downloading golang.org/x/text v0.3.7 [2022-06-27T08:33:48.150Z] #55 48.31 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-27T08:33:48.150Z] #55 48.37 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-27T08:33:48.150Z] #55 48.39 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-27T08:33:48.150Z] #55 48.41 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-27T08:33:48.150Z] #55 48.50 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-27T08:33:48.150Z] #55 48.57 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-27T08:33:48.150Z] #55 48.62 go: downloading golang.org/x/mod v0.5.1 [2022-06-27T08:33:48.150Z] #55 48.64 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-27T08:33:48.150Z] #55 48.69 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-27T08:33:48.150Z] #55 48.74 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-27T08:33:48.150Z] #55 48.78 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-27T08:33:48.150Z] #55 48.97 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-27T08:33:48.150Z] #55 49.26 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-27T08:33:48.150Z] #55 49.35 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-27T08:33:48.150Z] #55 49.60 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-27T08:33:48.150Z] #55 49.68 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-27T08:33:48.150Z] #55 ... [2022-06-27T08:33:48.150Z] [2022-06-27T08:33:48.150Z] #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-27T08:33:48.150Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:33:48.150Z] #77 5.720 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-27T08:33:48.150Z] #77 5.736 Cloning into '/tmp/crun-build/libocispec'... [2022-06-27T08:33:48.150Z] #77 6.942 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-27T08:33:48.150Z] #77 6.956 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-27T08:33:48.150Z] #77 6.967 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-27T08:33:48.150Z] #77 6.970 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-27T08:33:48.150Z] #77 7.022 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-27T08:33:48.168Z] #55 42.08 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-27T08:33:48.359Z] #77 96.59 checking if gcc static flag -static works... yes [2022-06-27T08:33:48.359Z] #77 97.06 checking if gcc supports -c -o file.o... yes [2022-06-27T08:33:48.359Z] #77 97.26 checking if gcc supports -c -o file.o... (cached) yes [2022-06-27T08:33:48.359Z] #77 97.26 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-27T08:33:48.424Z] #55 42.22 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-27T08:33:48.424Z] #55 42.38 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-27T08:33:48.424Z] #55 42.38 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-27T08:33:48.879Z] #77 97.32 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-27T08:33:48.879Z] #77 97.67 checking how to hardcode library paths into programs... immediate [2022-06-27T08:33:48.879Z] #77 97.68 checking whether stripping libraries is possible... yes [2022-06-27T08:33:48.879Z] #77 97.69 checking if libtool supports shared libraries... yes [2022-06-27T08:33:48.879Z] #77 97.69 checking whether to build shared libraries... no [2022-06-27T08:33:48.879Z] #77 97.70 checking whether to build static libraries... yes [2022-06-27T08:33:48.879Z] #77 97.70 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-27T08:33:48.922Z] #21 6.323 Reading package lists... [2022-06-27T08:33:48.987Z] #55 42.83 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-27T08:33:48.987Z] #55 42.83 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-27T08:33:48.987Z] #55 42.88 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-27T08:33:48.987Z] #55 42.88 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-27T08:33:49.140Z] #77 97.75 checking whether build environment is sane... yes [2022-06-27T08:33:49.140Z] #77 97.80 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-27T08:33:49.140Z] #77 97.81 checking whether make sets $(MAKE)... yes [2022-06-27T08:33:49.140Z] #77 97.87 checking whether make supports the include directive... yes (GNU style) [2022-06-27T08:33:49.140Z] #77 97.92 checking whether make supports nested variables... yes [2022-06-27T08:33:49.360Z] #55 42.96 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-27T08:33:49.360Z] #55 43.01 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-27T08:33:49.360Z] #55 43.02 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-27T08:33:49.360Z] #55 43.05 go: downloading github.com/julz/importas v0.1.0 [2022-06-27T08:33:49.360Z] #55 43.18 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-27T08:33:49.400Z] #77 97.97 checking whether UID '0' is supported by ustar format... yes [2022-06-27T08:33:49.400Z] #77 97.97 checking whether GID '0' is supported by ustar format... yes [2022-06-27T08:33:49.400Z] #77 97.97 checking how to create a ustar tar archive... gnutar [2022-06-27T08:33:49.400Z] #77 98.06 checking dependency style of gcc... gcc3 [2022-06-27T08:33:49.539Z] #77 ... [2022-06-27T08:33:49.539Z] [2022-06-27T08:33:49.539Z] #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-27T08:33:49.539Z] #42 sha256:2ab0d219d14c868f21c3a04de71246f6452f2101d0563b630b9308cdf0e6a8a3 [2022-06-27T08:33:49.539Z] #42 40.95 Selecting previously unselected package libicu67:arm64. [2022-06-27T08:33:49.539Z] #42 40.98 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-06-27T08:33:49.539Z] #42 41.00 Unpacking libicu67:arm64 (67.1-7) ... [2022-06-27T08:33:49.539Z] #42 46.57 Selecting previously unselected package libxml2:arm64. [2022-06-27T08:33:49.539Z] #42 46.57 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ... [2022-06-27T08:33:49.539Z] #42 46.62 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-27T08:33:49.539Z] #42 47.06 Selecting previously unselected package libarchive13:arm64. [2022-06-27T08:33:49.539Z] #42 47.07 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-06-27T08:33:49.539Z] #42 47.08 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-06-27T08:33:49.539Z] #42 47.44 Selecting previously unselected package libjsoncpp24:arm64. [2022-06-27T08:33:49.539Z] #42 47.44 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-06-27T08:33:49.539Z] #42 47.45 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-06-27T08:33:49.539Z] #42 47.60 Selecting previously unselected package librhash0:arm64. [2022-06-27T08:33:49.539Z] #42 47.61 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-06-27T08:33:49.539Z] #42 47.61 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-06-27T08:33:49.539Z] #42 47.76 Selecting previously unselected package libuv1:arm64. [2022-06-27T08:33:49.539Z] #42 47.76 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-06-27T08:33:49.539Z] #42 47.77 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-06-27T08:33:49.539Z] #42 47.93 Selecting previously unselected package cmake. [2022-06-27T08:33:49.539Z] #42 47.94 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-06-27T08:33:49.539Z] #42 47.94 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-27T08:33:49.539Z] #42 50.65 Setting up libicu67:arm64 (67.1-7) ... [2022-06-27T08:33:49.539Z] #42 50.67 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:33:49.539Z] #42 50.68 Setting up libuv1:arm64 (1.40.0-2) ... [2022-06-27T08:33:49.539Z] #42 50.70 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:33:49.539Z] #42 50.75 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-06-27T08:33:49.539Z] #42 50.79 Setting up librhash0:arm64 (1.4.1-2) ... [2022-06-27T08:33:49.539Z] #42 50.80 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-27T08:33:49.539Z] #42 50.81 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-27T08:33:49.539Z] #42 50.83 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-06-27T08:33:49.539Z] #42 50.85 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-27T08:33:49.539Z] #42 50.86 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:33:49.617Z] #55 43.23 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-27T08:33:49.617Z] #55 43.27 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-27T08:33:49.617Z] #55 ... [2022-06-27T08:33:49.617Z] [2022-06-27T08:33:49.617Z] #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-27T08:33:49.617Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:33:49.617Z] #62 39.59 The following additional packages will be installed: [2022-06-27T08:33:49.617Z] #62 39.62 libbtrfs0 [2022-06-27T08:33:49.617Z] #62 39.87 The following NEW packages will be installed: [2022-06-27T08:33:49.617Z] #62 39.88 libbtrfs-dev libbtrfs0 [2022-06-27T08:33:49.617Z] #62 40.29 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:33:49.617Z] #62 40.29 Need to get 460 kB of archives. [2022-06-27T08:33:49.617Z] #62 40.29 After this operation, 1237 kB of additional disk space will be used. [2022-06-27T08:33:49.617Z] #62 40.29 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-27T08:33:49.617Z] #62 40.30 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-27T08:33:49.617Z] #62 41.49 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:33:49.617Z] #62 41.80 Fetched 460 kB in 0s (1315 kB/s) [2022-06-27T08:33:49.617Z] #62 41.89 Selecting previously unselected package libbtrfs0:amd64. [2022-06-27T08:33:49.617Z] #62 41.89 (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-27T08:33:49.617Z] #62 41.94 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-27T08:33:49.617Z] #62 41.96 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:33:49.617Z] #62 42.25 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-27T08:33:49.617Z] #62 42.28 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-27T08:33:49.617Z] #62 42.37 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:33:49.617Z] #62 42.69 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:33:49.617Z] #62 42.77 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:33:49.617Z] #62 42.79 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:33:49.617Z] #62 DONE 43.5s [2022-06-27T08:33:49.617Z] [2022-06-27T08:33:49.617Z] #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-27T08:33:49.617Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:33:49.617Z] #55 43.41 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-27T08:33:49.617Z] #55 43.47 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-27T08:33:49.617Z] #55 43.47 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-27T08:33:49.617Z] #55 43.47 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-27T08:33:49.617Z] #55 43.54 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-27T08:33:49.659Z] #77 98.27 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-27T08:33:49.659Z] #77 98.28 checking whether make supports nested variables... (cached) yes [2022-06-27T08:33:49.659Z] #77 98.28 checking for gawk... (cached) mawk [2022-06-27T08:33:49.659Z] #77 98.29 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-27T08:33:49.659Z] #77 98.30 checking for gcc... (cached) gcc [2022-06-27T08:33:49.659Z] #77 98.42 checking whether we are using the GNU C compiler... (cached) yes [2022-06-27T08:33:49.659Z] #77 98.42 checking whether gcc accepts -g... (cached) yes [2022-06-27T08:33:49.659Z] #77 98.42 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-27T08:33:49.659Z] #77 98.42 checking whether gcc understands -c and -o together... (cached) yes [2022-06-27T08:33:49.801Z] #42 ... [2022-06-27T08:33:49.801Z] [2022-06-27T08:33:49.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-27T08:33:49.801Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-27T08:33:49.801Z] #55 49.71 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-27T08:33:49.801Z] #55 49.77 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-27T08:33:49.801Z] #55 49.79 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-27T08:33:49.801Z] #55 49.81 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-27T08:33:49.801Z] #55 49.88 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-27T08:33:49.801Z] #55 49.96 go: downloading github.com/prometheus/common v0.10.0 [2022-06-27T08:33:49.801Z] #55 50.13 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-27T08:33:49.801Z] #55 50.22 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-27T08:33:49.801Z] #55 50.26 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-27T08:33:49.885Z] #55 43.68 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-27T08:33:49.885Z] #55 43.77 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-27T08:33:49.885Z] #55 43.77 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-27T08:33:49.885Z] #55 43.82 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-27T08:33:49.919Z] #77 98.43 checking for a Python interpreter with version >= 3... python3 [2022-06-27T08:33:49.919Z] #77 98.56 checking for python3... /usr/bin/python3 [2022-06-27T08:33:49.919Z] #77 98.58 checking for python3 version... 3.9 [2022-06-27T08:33:49.919Z] #77 98.65 checking for python3 platform... linux [2022-06-27T08:33:50.142Z] #55 ... [2022-06-27T08:33:50.142Z] [2022-06-27T08:33:50.142Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-27T08:33:50.142Z] #63 sha256:b60f08322e7f6cfb10a48659f945860581953a6cce4ebb220b59b7175788471d [2022-06-27T08:33:50.142Z] #63 DONE 0.6s [2022-06-27T08:33:50.179Z] #77 98.72 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-27T08:33:50.306Z] #21 11.12 Building dependency tree... [2022-06-27T08:33:50.306Z] #21 12.25 Reading state information... [2022-06-27T08:33:50.378Z] #55 51.59 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-27T08:33:50.398Z] [2022-06-27T08:33:50.398Z] #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-27T08:33:50.398Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:33:50.398Z] #76 39.88 The following NEW packages will be installed: [2022-06-27T08:33:50.398Z] #76 39.88 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-27T08:33:50.398Z] #76 39.88 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-27T08:33:50.398Z] #76 39.88 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-27T08:33:50.398Z] #76 39.88 libyajl2 m4 patch xz-utils [2022-06-27T08:33:50.398Z] #76 40.35 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:33:50.398Z] #76 40.35 Need to get 5939 kB of archives. [2022-06-27T08:33:50.398Z] #76 40.35 After this operation, 18.7 MB of additional disk space will be used. [2022-06-27T08:33:50.398Z] #76 40.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-27T08:33:50.398Z] #76 40.35 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-27T08:33:50.398Z] #76 40.35 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-27T08:33:50.398Z] #76 40.35 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-27T08:33:50.398Z] #76 40.36 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-27T08:33:50.398Z] #76 40.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-27T08:33:50.398Z] #76 40.40 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-27T08:33:50.398Z] #76 40.40 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-27T08:33:50.398Z] #76 40.42 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-27T08:33:50.398Z] #76 40.42 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-27T08:33:50.398Z] #76 40.49 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-27T08:33:50.398Z] #76 40.50 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-27T08:33:50.398Z] #76 40.60 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-27T08:33:50.398Z] #76 40.62 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-27T08:33:50.398Z] #76 40.62 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-27T08:33:50.398Z] #76 40.62 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-27T08:33:50.398Z] #76 40.62 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-27T08:33:50.398Z] #76 40.63 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-27T08:33:50.398Z] #76 40.63 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-27T08:33:50.398Z] #76 40.67 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-27T08:33:50.398Z] #76 40.70 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-27T08:33:50.398Z] #76 40.71 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-27T08:33:50.398Z] #76 40.71 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-27T08:33:50.398Z] #76 41.87 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:33:50.398Z] #76 42.10 Fetched 5939 kB in 1s (7833 kB/s) [2022-06-27T08:33:50.398Z] #76 42.22 Selecting previously unselected package bzip2. [2022-06-27T08:33:50.398Z] #76 42.22 (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-27T08:33:50.398Z] #76 42.37 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-27T08:33:50.398Z] #76 42.37 Unpacking bzip2 (1.0.8-4) ... [2022-06-27T08:33:50.398Z] #76 42.51 Selecting previously unselected package libmagic-mgc. [2022-06-27T08:33:50.398Z] #76 42.51 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-27T08:33:50.398Z] #76 42.52 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-27T08:33:50.398Z] #76 43.41 Selecting previously unselected package libmagic1:amd64. [2022-06-27T08:33:50.398Z] #76 43.42 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-27T08:33:50.398Z] #76 43.47 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-27T08:33:50.398Z] #76 43.64 Selecting previously unselected package file. [2022-06-27T08:33:50.398Z] #76 43.64 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-27T08:33:50.398Z] #76 43.77 Unpacking file (1:5.39-3) ... [2022-06-27T08:33:50.398Z] #76 43.87 Selecting previously unselected package xz-utils. [2022-06-27T08:33:50.398Z] #76 43.87 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-27T08:33:50.398Z] #76 43.88 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:33:50.398Z] #76 44.22 Selecting previously unselected package libsigsegv2:amd64. [2022-06-27T08:33:50.398Z] #76 44.22 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-27T08:33:50.398Z] #76 44.22 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-27T08:33:50.398Z] #76 44.31 Selecting previously unselected package m4. [2022-06-27T08:33:50.439Z] #77 98.90 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-27T08:33:50.439Z] #77 99.09 checking for go-md2man... no [2022-06-27T08:33:50.439Z] #77 99.10 checking error.h usability... yes [2022-06-27T08:33:50.658Z] #76 44.33 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-27T08:33:50.658Z] #76 44.34 Unpacking m4 (1.4.18-5) ... [2022-06-27T08:33:50.699Z] #77 99.36 checking error.h presence... yes [2022-06-27T08:33:50.699Z] #77 99.46 checking for error.h... yes [2022-06-27T08:33:50.924Z] #76 44.62 Selecting previously unselected package autoconf. [2022-06-27T08:33:50.924Z] #76 44.62 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-27T08:33:50.924Z] #76 44.71 Unpacking autoconf (2.69-14) ... [2022-06-27T08:33:50.959Z] #77 99.50 checking linux/openat2.h usability... yes [2022-06-27T08:33:50.959Z] #77 99.75 checking linux/openat2.h presence... yes [2022-06-27T08:33:50.959Z] #77 99.79 checking for linux/openat2.h... yes [2022-06-27T08:33:51.250Z] #21 13.34 The following additional packages will be installed: [2022-06-27T08:33:51.250Z] #21 13.34 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-27T08:33:51.250Z] #21 13.34 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-27T08:33:51.250Z] #21 13.34 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-27T08:33:51.250Z] #21 13.34 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-27T08:33:51.250Z] #21 13.34 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-27T08:33:51.250Z] #21 13.34 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-06-27T08:33:51.250Z] #21 13.35 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-06-27T08:33:51.250Z] #21 13.36 Suggested packages: [2022-06-27T08:33:51.250Z] #21 13.36 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-06-27T08:33:51.250Z] #21 13.36 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-06-27T08:33:51.250Z] #21 13.36 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-06-27T08:33:51.250Z] #21 13.36 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-06-27T08:33:51.250Z] #21 13.36 seccomp:ppc64el seccomp:s390x [2022-06-27T08:33:51.250Z] #21 13.36 Recommended packages: [2022-06-27T08:33:51.250Z] #21 13.36 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-06-27T08:33:51.250Z] #21 13.36 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-06-27T08:33:51.250Z] #21 13.36 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-06-27T08:33:51.250Z] #21 13.36 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-06-27T08:33:51.326Z] #55 ... [2022-06-27T08:33:51.326Z] [2022-06-27T08:33:51.326Z] #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-27T08:33:51.326Z] #42 sha256:2ab0d219d14c868f21c3a04de71246f6452f2101d0563b630b9308cdf0e6a8a3 [2022-06-27T08:33:51.326Z] #42 DONE 52.4s [2022-06-27T08:33:51.326Z] [2022-06-27T08:33:51.326Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-27T08:33:51.326Z] #43 sha256:a8c0519580b1373950adf848020359f275cc4c7bc269d000a8bc0125c3549a5a [2022-06-27T08:33:51.326Z] #43 DONE 0.3s [2022-06-27T08:33:51.326Z] [2022-06-27T08:33:51.326Z] #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-27T08:33:51.326Z] #34 sha256:449dc6255994a451bc2fd98d32079778c92338751fb4061dd74f6f74b47b33ae [2022-06-27T08:33:51.326Z] #34 42.55 Updating files: 93% (1423/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-27T08:33:51.326Z] #34 42.72 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-27T08:33:51.326Z] #34 43.04 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-27T08:33:51.486Z] #76 45.30 Selecting previously unselected package autotools-dev. [2022-06-27T08:33:51.486Z] #76 45.30 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-27T08:33:51.486Z] #76 45.30 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-27T08:33:51.486Z] #76 45.46 Selecting previously unselected package automake. [2022-06-27T08:33:51.486Z] #76 45.46 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-27T08:33:51.486Z] #76 45.46 Unpacking automake (1:1.16.3-2) ... [2022-06-27T08:33:51.527Z] #77 99.83 checking for copy_file_range... yes [2022-06-27T08:33:51.527Z] #77 100.1 checking for fgetxattr... yes [2022-06-27T08:33:51.590Z] #34 ... [2022-06-27T08:33:51.590Z] [2022-06-27T08:33:51.590Z] #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-27T08:33:51.590Z] #51 sha256:a555e696656a3dec1c8def1b98795693261913e1aaba4613ac6b3937231a1782 [2022-06-27T08:33:51.590Z] #51 49.85 Setting up criu (3.17-1) ... [2022-06-27T08:33:51.590Z] #51 51.82 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:33:51.590Z] #51 DONE 52.4s [2022-06-27T08:33:51.590Z] [2022-06-27T08:33:51.590Z] #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-27T08:33:51.590Z] #44 sha256:b667a029e5beee78e7f3d42757bd812d3345988436490335dbd98a9067d2375b [2022-06-27T08:33:51.743Z] #76 ... [2022-06-27T08:33:51.744Z] [2022-06-27T08:33:51.744Z] #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-27T08:33:51.744Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-27T08:33:51.744Z] #40 45.13 NAME: [2022-06-27T08:33:51.744Z] #40 45.13 go-winres - A tool for embedding resources in Windows executables [2022-06-27T08:33:51.744Z] #40 45.13 [2022-06-27T08:33:51.744Z] #40 45.13 USAGE: [2022-06-27T08:33:51.744Z] #40 45.13 go-winres [global options] command [command options] [arguments...] [2022-06-27T08:33:51.744Z] #40 45.13 [2022-06-27T08:33:51.744Z] #40 45.13 COMMANDS: [2022-06-27T08:33:51.744Z] #40 45.13 init Create an initial ./winres/winres.json [2022-06-27T08:33:51.744Z] #40 45.14 make Make syso files for the "go build" command [2022-06-27T08:33:51.744Z] #40 45.14 simply Make syso files for the "go build" command (simplified) [2022-06-27T08:33:51.744Z] #40 45.14 extract Extract all resources from an executable [2022-06-27T08:33:51.744Z] #40 45.14 patch Replace resources in an executable file (exe, dll) [2022-06-27T08:33:51.744Z] #40 45.14 help, h Shows a list of commands or help for one command [2022-06-27T08:33:51.744Z] #40 45.14 [2022-06-27T08:33:51.744Z] #40 45.14 GLOBAL OPTIONS: [2022-06-27T08:33:51.744Z] #40 45.14 --help, -h show help (default: false) [2022-06-27T08:33:51.744Z] #40 DONE 45.6s [2022-06-27T08:33:51.744Z] [2022-06-27T08:33:51.744Z] #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-27T08:33:51.744Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-27T08:33:51.744Z] #34 44.59 Updating files: 85% (1298/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-27T08:33:51.744Z] #34 45.17 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-27T08:33:51.744Z] #34 45.37 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-27T08:33:51.801Z] #67 ... [2022-06-27T08:33:51.801Z] [2022-06-27T08:33:51.801Z] #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-27T08:33:51.801Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-27T08:33:51.801Z] #38 30.46 tomll can be used in two ways: [2022-06-27T08:33:51.801Z] #38 30.46 Writing to STDIN and reading from STDOUT: [2022-06-27T08:33:51.801Z] #38 30.46 cat file.toml | tomll > file.toml [2022-06-27T08:33:51.801Z] #38 30.46 [2022-06-27T08:33:51.801Z] #38 30.46 Reading and updating a list of files: [2022-06-27T08:33:51.801Z] #38 30.46 tomll a.toml b.toml c.toml [2022-06-27T08:33:51.801Z] #38 30.46 [2022-06-27T08:33:51.801Z] #38 30.46 When given a list of files, tomll will modify all files in place without asking. [2022-06-27T08:33:51.801Z] #38 DONE 30.7s [2022-06-27T08:33:51.801Z] [2022-06-27T08:33:51.801Z] #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-27T08:33:51.801Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-27T08:33:51.801Z] #36 26.02 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-27T08:33:51.801Z] #36 26.02 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-27T08:33:51.801Z] #36 27.06 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-27T08:33:51.801Z] #36 27.40 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-27T08:33:51.801Z] #36 27.66 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-27T08:33:51.801Z] #36 28.04 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-27T08:33:51.801Z] #36 28.83 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-27T08:33:51.801Z] #36 28.99 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-27T08:33:51.801Z] #36 29.02 go: downloading github.com/peterh/liner v1.2.2 [2022-06-27T08:33:51.801Z] #36 29.72 go: downloading github.com/google/go-dap v0.6.0 [2022-06-27T08:33:51.801Z] #36 29.97 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-27T08:33:51.823Z] #21 13.78 The following NEW packages will be installed: [2022-06-27T08:33:51.823Z] #21 13.78 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-27T08:33:51.823Z] #21 13.78 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-06-27T08:33:51.823Z] #21 13.78 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-06-27T08:33:51.823Z] #21 13.78 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-27T08:33:51.823Z] #21 13.79 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-27T08:33:51.823Z] #21 13.79 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-27T08:33:51.823Z] #21 13.79 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-27T08:33:51.823Z] #21 13.79 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-06-27T08:33:51.823Z] #21 13.79 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-06-27T08:33:51.823Z] #21 13.79 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-06-27T08:33:51.823Z] #21 13.79 libseccomp2:ppc64el libseccomp2:s390x [2022-06-27T08:33:52.063Z] #36 30.77 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-27T08:33:52.084Z] #21 14.14 0 upgraded, 40 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:33:52.084Z] #21 14.14 Need to get 15.9 MB of archives. [2022-06-27T08:33:52.084Z] #21 14.14 After this operation, 73.0 MB of additional disk space will be used. [2022-06-27T08:33:52.084Z] #21 14.14 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-06-27T08:33:52.084Z] #21 14.15 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-06-27T08:33:52.084Z] #21 14.16 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-06-27T08:33:52.084Z] #21 14.16 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-06-27T08:33:52.084Z] #21 14.17 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-06-27T08:33:52.084Z] #21 14.17 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-06-27T08:33:52.084Z] #21 14.17 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-06-27T08:33:52.084Z] #21 14.18 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-06-27T08:33:52.084Z] #21 14.21 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-06-27T08:33:52.084Z] #21 14.21 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-06-27T08:33:52.084Z] #21 14.22 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-06-27T08:33:52.084Z] #21 14.22 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-06-27T08:33:52.084Z] #21 14.22 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-06-27T08:33:52.084Z] #21 14.25 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-06-27T08:33:52.084Z] #21 14.25 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-06-27T08:33:52.084Z] #21 14.26 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-06-27T08:33:52.084Z] #21 14.26 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-06-27T08:33:52.084Z] #21 14.26 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-06-27T08:33:52.084Z] #21 14.29 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-06-27T08:33:52.084Z] #21 14.29 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-06-27T08:33:52.084Z] #21 14.29 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-06-27T08:33:52.084Z] #21 14.29 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-06-27T08:33:52.084Z] #21 14.29 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-06-27T08:33:52.084Z] #21 14.32 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-27T08:33:52.084Z] #21 14.32 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-27T08:33:52.084Z] #21 14.32 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-06-27T08:33:52.084Z] #21 14.32 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-06-27T08:33:52.084Z] #21 14.33 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-06-27T08:33:52.084Z] #21 14.35 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-06-27T08:33:52.084Z] #21 14.35 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-06-27T08:33:52.084Z] #21 14.35 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-06-27T08:33:52.097Z] #77 100.4 checking for statx... yes [2022-06-27T08:33:52.346Z] #21 14.36 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-27T08:33:52.346Z] #21 14.36 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-06-27T08:33:52.346Z] #21 14.36 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-27T08:33:52.346Z] #21 14.36 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-06-27T08:33:52.346Z] #21 14.36 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-27T08:33:52.346Z] #21 14.36 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-06-27T08:33:52.346Z] #21 14.36 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-27T08:33:52.346Z] #21 14.36 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-06-27T08:33:52.346Z] #21 14.37 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-27T08:33:52.357Z] #77 100.7 checking for fgetpwent_r... yes [2022-06-27T08:33:52.535Z] #44 0.944 + RM_GOPATH=0 [2022-06-27T08:33:52.535Z] #44 0.944 + TMP_GOPATH= [2022-06-27T08:33:52.535Z] #44 0.944 + : /build [2022-06-27T08:33:52.535Z] #44 0.944 + '[' -z '' ']' [2022-06-27T08:33:52.535Z] #44 0.946 ++ mktemp -d [2022-06-27T08:33:52.535Z] #44 0.947 + export GOPATH=/tmp/tmp.tEX6ghUCty [2022-06-27T08:33:52.535Z] #44 0.949 + GOPATH=/tmp/tmp.tEX6ghUCty [2022-06-27T08:33:52.535Z] #44 0.949 + RM_GOPATH=1 [2022-06-27T08:33:52.535Z] #44 0.949 + case "$(go env GOARCH)" in [2022-06-27T08:33:52.535Z] #44 0.949 ++ go env GOARCH [2022-06-27T08:33:52.535Z] #44 0.974 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:52.535Z] #44 0.974 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:33:52.535Z] #44 0.974 ++ dirname /install.sh [2022-06-27T08:33:52.535Z] #44 0.974 + dir=/ [2022-06-27T08:33:52.535Z] #44 0.974 + bin=tini [2022-06-27T08:33:52.535Z] #44 0.974 + shift [2022-06-27T08:33:52.535Z] #44 0.974 + '[' '!' -f //tini.installer ']' [2022-06-27T08:33:52.535Z] #44 0.974 + . //tini.installer [2022-06-27T08:33:52.535Z] #44 0.975 ++ : v0.19.0 [2022-06-27T08:33:52.535Z] #44 0.975 + install_tini [2022-06-27T08:33:52.535Z] #44 0.975 + echo 'Install tini version v0.19.0' [2022-06-27T08:33:52.535Z] #44 0.975 Install tini version v0.19.0 [2022-06-27T08:33:52.535Z] #44 0.975 + git clone https://github.com/krallin/tini.git /tmp/tmp.tEX6ghUCty/tini [2022-06-27T08:33:52.535Z] #44 0.982 Cloning into '/tmp/tmp.tEX6ghUCty/tini'... [2022-06-27T08:33:52.617Z] #77 101.1 checking for issetugid... no [2022-06-27T08:33:52.617Z] #77 101.4 checking for pkg-config... /usr/bin/pkg-config [2022-06-27T08:33:52.617Z] #77 101.4 checking pkg-config is at least version 0.9.0... yes [2022-06-27T08:33:52.917Z] #21 14.95 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:33:52.917Z] #21 15.13 Fetched 15.9 MB in 0s (31.9 MB/s) [2022-06-27T08:33:52.917Z] #21 15.16 Selecting previously unselected package gcc-10-base:armel. [2022-06-27T08:33:53.178Z] #21 15.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 ... 38557 files and directories currently installed.) [2022-06-27T08:33:53.178Z] #21 15.20 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-06-27T08:33:53.178Z] #21 15.21 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-06-27T08:33:53.178Z] #21 15.29 Selecting previously unselected package gcc-10-base:armhf. [2022-06-27T08:33:53.178Z] #21 15.29 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-06-27T08:33:53.178Z] #21 15.29 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-06-27T08:33:53.178Z] #21 15.34 Selecting previously unselected package gcc-10-base:ppc64el. [2022-06-27T08:33:53.178Z] #21 15.34 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-06-27T08:33:53.178Z] #21 15.35 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-27T08:33:53.178Z] #21 15.40 Selecting previously unselected package gcc-10-base:s390x. [2022-06-27T08:33:53.178Z] #21 15.41 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-06-27T08:33:53.178Z] #21 15.41 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-06-27T08:33:53.188Z] #77 101.4 checking for library containing yajl_tree_get... -lyajl [2022-06-27T08:33:53.188Z] #77 102.0 checking for yajl >= 2.0.0... yes [2022-06-27T08:33:53.433Z] #36 31.98 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-27T08:33:53.433Z] #36 32.30 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-27T08:33:53.439Z] #21 15.46 Selecting previously unselected package gcc-10-base:arm64. [2022-06-27T08:33:53.439Z] #21 15.47 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-06-27T08:33:53.439Z] #21 15.47 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-06-27T08:33:53.439Z] #21 15.52 Selecting previously unselected package libgcc-s1:armel. [2022-06-27T08:33:53.439Z] #21 15.53 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-06-27T08:33:53.439Z] #21 15.53 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-06-27T08:33:53.439Z] #21 15.58 Selecting previously unselected package libcrypt1:armel. [2022-06-27T08:33:53.439Z] #21 15.59 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-06-27T08:33:53.439Z] #21 15.59 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-06-27T08:33:53.439Z] #21 15.67 Selecting previously unselected package libc6:armel. [2022-06-27T08:33:53.439Z] #21 15.67 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-06-27T08:33:53.448Z] #77 102.0 checking sys/capability.h usability... yes [2022-06-27T08:33:53.448Z] #77 102.2 checking sys/capability.h presence... yes [2022-06-27T08:33:53.448Z] #77 102.3 checking for sys/capability.h... yes [2022-06-27T08:33:53.479Z] #44 2.021 + cd /tmp/tmp.tEX6ghUCty/tini [2022-06-27T08:33:53.479Z] #44 2.021 + git checkout -q v0.19.0 [2022-06-27T08:33:53.479Z] #44 2.054 + cmake . [2022-06-27T08:33:53.690Z] #36 32.40 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-27T08:33:53.960Z] #21 15.88 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-06-27T08:33:54.017Z] #77 102.3 checking for library containing cap_from_name... -lcap [2022-06-27T08:33:54.054Z] #44 2.610 -- The C compiler identification is GNU 10.2.1 [2022-06-27T08:33:54.054Z] #44 2.699 -- Detecting C compiler ABI info [2022-06-27T08:33:54.221Z] #21 16.29 Selecting previously unselected package libapparmor1:armel. [2022-06-27T08:33:54.221Z] #21 16.30 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-06-27T08:33:54.221Z] #21 16.31 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-06-27T08:33:54.221Z] #21 16.35 Selecting previously unselected package libapparmor-dev:armel. [2022-06-27T08:33:54.221Z] #21 16.36 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-06-27T08:33:54.221Z] #21 16.36 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-06-27T08:33:54.221Z] #21 16.42 Selecting previously unselected package libgcc-s1:arm64. [2022-06-27T08:33:54.277Z] #77 102.9 checking for library containing dlopen... [2022-06-27T08:33:54.277Z] #77 ... [2022-06-27T08:33:54.277Z] [2022-06-27T08:33:54.277Z] #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-27T08:33:54.277Z] #60 sha256:d41df8f7794ed158022434784c311f894d2e1d854fb5eac8c4e2b2f314b5843a [2022-06-27T08:33:54.277Z] #60 14.22 + cd /tmp/tmp.yJjyKlCuMM/src/github.com/opencontainers/runc [2022-06-27T08:33:54.277Z] #60 14.22 + git checkout -q v1.1.2 [2022-06-27T08:33:54.277Z] #60 14.64 + '[' -z '' ']' [2022-06-27T08:33:54.277Z] #60 14.64 + target=static [2022-06-27T08:33:54.277Z] #60 14.64 + make BUILDTAGS=seccomp static [2022-06-27T08:33:54.277Z] #60 15.16 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-27T08:33:54.481Z] #21 16.43 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-06-27T08:33:54.481Z] #21 16.43 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-06-27T08:33:54.481Z] #21 16.48 Selecting previously unselected package libcrypt1:arm64. [2022-06-27T08:33:54.481Z] #21 16.49 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-06-27T08:33:54.481Z] #21 16.50 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-27T08:33:54.481Z] #21 16.59 Selecting previously unselected package libc6:arm64. [2022-06-27T08:33:54.481Z] #21 16.60 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-06-27T08:33:54.537Z] #60 ... [2022-06-27T08:33:54.537Z] [2022-06-27T08:33:54.537Z] #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-27T08:33:54.537Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:33:54.537Z] #21 9.019 Fetched 8545 kB in 8s (1068 kB/s) [2022-06-27T08:33:54.537Z] #21 9.019 Reading package lists... [2022-06-27T08:33:54.537Z] #21 12.54 Reading package lists... [2022-06-27T08:33:54.537Z] #21 15.74 Building dependency tree... [2022-06-27T08:33:54.537Z] #21 ... [2022-06-27T08:33:54.537Z] [2022-06-27T08:33:54.537Z] #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-27T08:33:54.537Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:33:54.537Z] #77 102.9 checking for library containing dlopen... -ldl [2022-06-27T08:33:54.629Z] #44 3.320 -- Detecting C compiler ABI info - done [2022-06-27T08:33:54.629Z] #44 3.416 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-27T08:33:54.629Z] #44 3.430 -- Detecting C compile features [2022-06-27T08:33:54.742Z] #21 16.77 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-06-27T08:33:54.797Z] #77 103.3 checking seccomp.h usability... yes [2022-06-27T08:33:54.797Z] #77 103.5 checking seccomp.h presence... yes [2022-06-27T08:33:54.797Z] #77 103.7 checking for seccomp.h... yes [2022-06-27T08:33:54.892Z] #44 3.431 -- Detecting C compile features - done [2022-06-27T08:33:54.892Z] #44 3.486 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-27T08:33:54.892Z] #44 3.645 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-27T08:33:55.002Z] #21 17.18 Selecting previously unselected package libapparmor1:arm64. [2022-06-27T08:33:55.002Z] #21 17.19 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-27T08:33:55.002Z] #21 17.19 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-27T08:33:55.002Z] #21 17.24 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-27T08:33:55.002Z] #21 17.24 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-27T08:33:55.002Z] #21 17.25 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-27T08:33:55.002Z] #21 17.31 Selecting previously unselected package libgcc-s1:s390x. [2022-06-27T08:33:55.002Z] #21 17.31 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-06-27T08:33:55.154Z] #44 3.733 -- Configuring done [2022-06-27T08:33:55.154Z] #44 3.750 -- Generating done [2022-06-27T08:33:55.154Z] #44 3.762 -- Build files have been written to: /tmp/tmp.tEX6ghUCty/tini [2022-06-27T08:33:55.154Z] #44 3.786 + make tini-static [2022-06-27T08:33:55.262Z] #21 17.32 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-06-27T08:33:55.262Z] #21 17.37 Selecting previously unselected package libcrypt1:s390x. [2022-06-27T08:33:55.262Z] #21 17.37 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-06-27T08:33:55.262Z] #21 17.38 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-06-27T08:33:55.262Z] #21 17.46 Selecting previously unselected package libc6:s390x. [2022-06-27T08:33:55.368Z] #77 103.7 checking for library containing seccomp_rule_add... -lseccomp [2022-06-27T08:33:55.417Z] #44 4.152 Scanning dependencies of target tini-static [2022-06-27T08:33:55.523Z] #21 17.47 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-06-27T08:33:55.523Z] #21 17.62 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-06-27T08:33:55.629Z] #77 104.3 checking for library containing seccomp_arch_resolve_name... none required [2022-06-27T08:33:55.679Z] #44 4.234 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-27T08:33:55.914Z] #34 ... [2022-06-27T08:33:55.914Z] [2022-06-27T08:33:55.914Z] #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-27T08:33:55.914Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:33:55.914Z] #42 39.58 The following NEW packages will be installed: [2022-06-27T08:33:55.914Z] #42 39.60 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-27T08:33:55.914Z] #42 39.61 vim-common xxd [2022-06-27T08:33:55.914Z] #42 40.06 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:33:55.914Z] #42 40.06 Need to get 17.7 MB of archives. [2022-06-27T08:33:55.914Z] #42 40.06 After this operation, 70.7 MB of additional disk space will be used. [2022-06-27T08:33:55.914Z] #42 40.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-27T08:33:55.914Z] #42 40.06 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-27T08:33:55.914Z] #42 40.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-27T08:33:55.914Z] #42 40.17 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-27T08:33:55.914Z] #42 40.73 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-27T08:33:55.914Z] #42 40.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-27T08:33:55.914Z] #42 40.80 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-27T08:33:55.914Z] #42 40.80 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-27T08:33:55.914Z] #42 40.80 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-27T08:33:55.914Z] #42 40.82 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-27T08:33:55.914Z] #42 42.23 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:33:55.914Z] #42 42.51 Fetched 17.7 MB in 1s (12.2 MB/s) [2022-06-27T08:33:55.914Z] #42 42.62 Selecting previously unselected package xxd. [2022-06-27T08:33:55.914Z] #42 42.62 (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-27T08:33:55.914Z] #42 42.69 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-27T08:33:55.914Z] #42 42.70 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:33:55.914Z] #42 42.94 Selecting previously unselected package vim-common. [2022-06-27T08:33:55.914Z] #42 42.94 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-27T08:33:55.914Z] #42 42.96 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:33:55.914Z] #42 43.55 Selecting previously unselected package cmake-data. [2022-06-27T08:33:55.914Z] #42 43.55 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-27T08:33:55.914Z] #42 43.67 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-27T08:33:55.914Z] #42 47.73 Selecting previously unselected package libicu67:amd64. [2022-06-27T08:33:55.914Z] #42 47.73 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-27T08:33:55.914Z] #42 47.73 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-27T08:33:55.914Z] #42 ... [2022-06-27T08:33:55.914Z] [2022-06-27T08:33:55.914Z] #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-27T08:33:55.914Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:33:55.914Z] #14 39.60 The following additional packages will be installed: [2022-06-27T08:33:55.914Z] #14 39.61 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-27T08:33:55.914Z] #14 39.61 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-27T08:33:55.914Z] #14 39.61 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-27T08:33:55.914Z] #14 39.62 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-27T08:33:55.914Z] #14 39.62 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-27T08:33:55.914Z] #14 39.62 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-27T08:33:55.914Z] #14 39.62 mingw-w64-common mingw-w64-x86-64-dev [2022-06-27T08:33:55.914Z] #14 39.65 Suggested packages: [2022-06-27T08:33:55.914Z] #14 39.66 gcc-10-locales seccomp wine64 [2022-06-27T08:33:55.914Z] #14 41.17 The following NEW packages will be installed: [2022-06-27T08:33:55.914Z] #14 41.17 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-27T08:33:55.914Z] #14 41.17 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-27T08:33:55.914Z] #14 41.17 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-27T08:33:55.914Z] #14 41.17 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-27T08:33:55.914Z] #14 41.17 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-27T08:33:55.914Z] #14 41.18 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-27T08:33:55.914Z] #14 41.18 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-27T08:33:55.914Z] #14 41.18 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-27T08:33:55.914Z] #14 41.18 mingw-w64-x86-64-dev [2022-06-27T08:33:55.914Z] #14 41.60 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:33:55.914Z] #14 41.60 Need to get 115 MB of archives. [2022-06-27T08:33:55.914Z] #14 41.60 After this operation, 645 MB of additional disk space will be used. [2022-06-27T08:33:55.914Z] #14 41.60 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-27T08:33:55.914Z] #14 41.75 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-27T08:33:55.914Z] #14 41.89 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-27T08:33:55.914Z] #14 41.89 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-27T08:33:55.914Z] #14 41.90 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-27T08:33:55.914Z] #14 41.90 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-27T08:33:55.914Z] #14 42.24 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-27T08:33:55.914Z] #14 42.41 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-27T08:33:55.914Z] #14 42.44 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-06-27T08:33:55.914Z] #14 43.26 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-27T08:33:55.914Z] #14 45.28 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-27T08:33:55.914Z] #14 45.90 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-27T08:33:55.914Z] #14 46.42 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-27T08:33:55.914Z] #14 48.16 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-27T08:33:55.914Z] #14 48.76 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-27T08:33:55.914Z] #14 48.76 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-27T08:33:55.914Z] #14 48.76 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-27T08:33:55.914Z] #14 48.79 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-27T08:33:55.914Z] #14 48.81 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-27T08:33:55.914Z] #14 48.83 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-27T08:33:55.914Z] #14 48.83 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-27T08:33:55.914Z] #14 48.83 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-27T08:33:55.914Z] #14 48.88 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-27T08:33:55.914Z] #14 48.88 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-27T08:33:55.914Z] #14 48.88 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-27T08:33:55.914Z] #14 48.90 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-27T08:33:55.915Z] #14 48.92 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-27T08:33:55.915Z] #14 48.92 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-27T08:33:55.915Z] #14 48.96 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-27T08:33:55.915Z] #14 48.96 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-27T08:33:55.915Z] #14 ... [2022-06-27T08:33:55.915Z] [2022-06-27T08:33:55.915Z] #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-27T08:33:55.915Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:33:55.915Z] #51 39.61 The following additional packages will be installed: [2022-06-27T08:33:55.915Z] #51 39.61 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-27T08:33:55.915Z] #51 39.61 python3-protobuf python3-six [2022-06-27T08:33:55.915Z] #51 39.61 Suggested packages: [2022-06-27T08:33:55.915Z] #51 39.61 python3-setuptools [2022-06-27T08:33:55.915Z] #51 39.61 Recommended packages: [2022-06-27T08:33:55.915Z] #51 39.61 iproute2 | iproute [2022-06-27T08:33:55.915Z] #51 40.22 The following NEW packages will be installed: [2022-06-27T08:33:55.915Z] #51 40.28 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-27T08:33:55.915Z] #51 40.28 python3-protobuf python3-six [2022-06-27T08:33:55.915Z] #51 40.80 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:33:55.915Z] #51 40.80 Need to get 2314 kB of archives. [2022-06-27T08:33:55.915Z] #51 40.80 After this operation, 11.1 MB of additional disk space will be used. [2022-06-27T08:33:55.915Z] #51 40.80 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-27T08:33:55.915Z] #51 40.83 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-27T08:33:55.915Z] #51 40.83 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-27T08:33:55.915Z] #51 40.89 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-27T08:33:55.915Z] #51 40.89 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-27T08:33:55.915Z] #51 40.89 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-27T08:33:55.915Z] #51 40.89 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-27T08:33:55.915Z] #51 43.28 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-27T08:33:55.915Z] #51 44.92 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:33:55.915Z] #51 45.23 Fetched 2314 kB in 3s (720 kB/s) [2022-06-27T08:33:55.915Z] #51 45.30 Selecting previously unselected package libprotobuf23:amd64. [2022-06-27T08:33:55.915Z] #51 45.30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-27T08:33:55.915Z] #51 45.38 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-27T08:33:55.915Z] #51 45.39 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-27T08:33:55.915Z] #51 46.33 Selecting previously unselected package python3-pkg-resources. [2022-06-27T08:33:55.915Z] #51 46.33 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-27T08:33:55.915Z] #51 46.35 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:33:55.915Z] #51 46.58 Selecting previously unselected package python3-six. [2022-06-27T08:33:55.915Z] #51 46.59 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-27T08:33:55.915Z] #51 46.60 Unpacking python3-six (1.16.0-2) ... [2022-06-27T08:33:55.915Z] #51 46.70 Selecting previously unselected package python3-protobuf. [2022-06-27T08:33:55.915Z] #51 46.70 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-27T08:33:55.915Z] #51 46.78 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-27T08:33:55.915Z] #51 47.54 Selecting previously unselected package libnet1:amd64. [2022-06-27T08:33:55.915Z] #51 47.54 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-27T08:33:55.915Z] #51 47.54 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:33:55.915Z] #51 47.80 Selecting previously unselected package libnl-3-200:amd64. [2022-06-27T08:33:55.915Z] #51 47.80 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-27T08:33:55.915Z] #51 47.80 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-27T08:33:55.915Z] #51 47.90 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-27T08:33:55.915Z] #51 47.90 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-27T08:33:55.915Z] #51 47.91 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:33:55.915Z] #51 48.03 Selecting previously unselected package criu. [2022-06-27T08:33:55.915Z] #51 48.03 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-27T08:33:55.915Z] #51 48.03 Unpacking criu (3.17-1) ... [2022-06-27T08:33:55.915Z] #51 48.99 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:33:56.095Z] #21 18.13 Selecting previously unselected package libapparmor1:s390x. [2022-06-27T08:33:56.095Z] #21 18.14 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-06-27T08:33:56.095Z] #21 18.15 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-06-27T08:33:56.095Z] #21 18.20 Selecting previously unselected package libapparmor-dev:s390x. [2022-06-27T08:33:56.095Z] #21 18.20 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-06-27T08:33:56.095Z] #21 18.21 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-06-27T08:33:56.095Z] #21 18.27 Selecting previously unselected package libgcc-s1:armhf. [2022-06-27T08:33:56.095Z] #21 18.28 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-06-27T08:33:56.095Z] #21 18.30 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-06-27T08:33:56.095Z] #21 18.35 Selecting previously unselected package libcrypt1:armhf. [2022-06-27T08:33:56.149Z] #77 104.6 checking systemd/sd-bus.h usability... yes [2022-06-27T08:33:56.149Z] #77 104.9 checking systemd/sd-bus.h presence... yes [2022-06-27T08:33:56.171Z] #51 ... [2022-06-27T08:33:56.171Z] [2022-06-27T08:33:56.171Z] #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-27T08:33:56.171Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:33:56.171Z] #14 49.99 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:33:56.224Z] #36 34.74 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-27T08:33:56.225Z] #36 34.82 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-27T08:33:56.356Z] #21 18.35 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-06-27T08:33:56.356Z] #21 18.36 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-06-27T08:33:56.356Z] #21 18.45 Selecting previously unselected package libc6:armhf. [2022-06-27T08:33:56.356Z] #21 18.45 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-06-27T08:33:56.409Z] #77 105.0 checking for systemd/sd-bus.h... yes [2022-06-27T08:33:56.427Z] #14 50.25 Fetched 115 MB in 8s (14.8 MB/s) [2022-06-27T08:33:56.618Z] #21 18.65 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-06-27T08:33:56.669Z] #77 105.0 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-27T08:33:56.683Z] #14 50.38 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-27T08:33:56.683Z] #14 50.38 (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-27T08:33:56.683Z] #14 50.48 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-27T08:33:56.683Z] #14 50.48 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-27T08:33:56.791Z] #36 ... [2022-06-27T08:33:56.791Z] [2022-06-27T08:33:56.791Z] #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-27T08:33:56.791Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:33:56.791Z] #51 35.07 Fetched 8548 kB in 28s (309 kB/s) [2022-06-27T08:33:56.881Z] #21 19.04 Selecting previously unselected package libapparmor1:armhf. [2022-06-27T08:33:56.881Z] #21 19.04 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-06-27T08:33:56.881Z] #21 19.05 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-06-27T08:33:56.881Z] #21 19.10 Selecting previously unselected package libapparmor-dev:armhf. [2022-06-27T08:33:56.881Z] #21 19.11 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-06-27T08:33:56.881Z] #21 19.12 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-06-27T08:33:56.929Z] #77 105.6 checking for sd_notify_barrier... yes [2022-06-27T08:33:57.069Z] #44 5.630 [100%] Linking C executable tini-static [2022-06-27T08:33:57.143Z] #21 19.19 Selecting previously unselected package libgcc-s1:ppc64el. [2022-06-27T08:33:57.143Z] #21 19.19 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-06-27T08:33:57.143Z] #21 19.20 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-27T08:33:57.143Z] #21 19.24 Selecting previously unselected package libcrypt1:ppc64el. [2022-06-27T08:33:57.143Z] #21 19.25 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-06-27T08:33:57.143Z] #21 19.25 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-27T08:33:57.190Z] #77 105.9 checking linux/bpf.h usability... yes [2022-06-27T08:33:57.190Z] #77 106.0 checking linux/bpf.h presence... yes [2022-06-27T08:33:57.190Z] #77 106.0 checking for linux/bpf.h... yes [2022-06-27T08:33:57.190Z] #77 106.0 checking compilation for eBPF... yes [2022-06-27T08:33:57.331Z] #44 6.112 [100%] Built target tini-static [2022-06-27T08:33:57.331Z] #44 6.187 + mkdir -p /build [2022-06-27T08:33:57.404Z] #21 19.33 Selecting previously unselected package libc6:ppc64el. [2022-06-27T08:33:57.404Z] #21 19.33 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-06-27T08:33:57.404Z] #21 19.49 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-27T08:33:57.452Z] #77 106.2 checking for criu >= 3.15... no [2022-06-27T08:33:57.452Z] #77 106.2 configure: CRIU headers not found, building without CRIU support [2022-06-27T08:33:57.452Z] #77 106.2 checking for criu > 3.16... no [2022-06-27T08:33:57.452Z] #77 106.2 configure: CRIU version doesn't support join-ns API [2022-06-27T08:33:57.452Z] #77 106.2 checking for criu > 3.16.1... no [2022-06-27T08:33:57.452Z] #77 106.2 configure: CRIU version doesn't support for pre-dumping [2022-06-27T08:33:57.452Z] #77 106.2 checking for new mount API (fsconfig)... yes [2022-06-27T08:33:57.452Z] #77 106.3 checking for seccomp notify API... yes [2022-06-27T08:33:57.593Z] #44 6.200 + cp tini-static /build/docker-init [2022-06-27T08:33:57.712Z] #77 106.4 checking for gperf... no [2022-06-27T08:33:57.712Z] #77 106.4 configure: gperf not found - cannot rebuild signal parser code [2022-06-27T08:33:57.712Z] #77 106.4 checking for library containing argp_parse... none required [2022-06-27T08:33:57.974Z] #77 106.8 checking that generated files are newer than configure... done [2022-06-27T08:33:57.974Z] #77 106.8 configure: creating ./config.status [2022-06-27T08:33:57.976Z] #21 20.04 Selecting previously unselected package libapparmor1:ppc64el. [2022-06-27T08:33:57.976Z] #21 20.05 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-06-27T08:33:57.976Z] #21 20.05 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-06-27T08:33:57.976Z] #21 20.10 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-06-27T08:33:57.976Z] #21 20.11 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-06-27T08:33:57.976Z] #21 20.11 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-27T08:33:58.053Z] #14 ... [2022-06-27T08:33:58.053Z] [2022-06-27T08:33:58.053Z] #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-27T08:33:58.053Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:33:58.053Z] #76 46.04 Selecting previously unselected package patch. [2022-06-27T08:33:58.053Z] #76 46.07 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-27T08:33:58.053Z] #76 46.08 Unpacking patch (2.7.6-7) ... [2022-06-27T08:33:58.053Z] #76 46.29 Selecting previously unselected package dpkg-dev. [2022-06-27T08:33:58.053Z] #76 46.29 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-27T08:33:58.053Z] #76 46.29 Unpacking dpkg-dev (1.20.10) ... [2022-06-27T08:33:58.053Z] #76 47.27 Selecting previously unselected package build-essential. [2022-06-27T08:33:58.053Z] #76 47.27 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-27T08:33:58.053Z] #76 47.36 Unpacking build-essential (12.9) ... [2022-06-27T08:33:58.053Z] #76 47.48 Selecting previously unselected package libcap2:amd64. [2022-06-27T08:33:58.053Z] #76 47.48 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-27T08:33:58.053Z] #76 47.50 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-27T08:33:58.053Z] #76 47.73 Selecting previously unselected package libcap-dev:amd64. [2022-06-27T08:33:58.053Z] #76 47.73 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-27T08:33:58.053Z] #76 47.73 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-27T08:33:58.053Z] #76 47.94 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-27T08:33:58.053Z] #76 47.94 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-27T08:33:58.053Z] #76 47.94 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:33:58.053Z] #76 48.02 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-27T08:33:58.053Z] #76 48.02 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-27T08:33:58.053Z] #76 48.03 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-27T08:33:58.053Z] #76 48.16 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-27T08:33:58.053Z] #76 48.18 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-27T08:33:58.053Z] #76 48.21 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-27T08:33:58.053Z] #76 48.42 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-27T08:33:58.053Z] #76 48.42 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-27T08:33:58.053Z] #76 48.43 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-27T08:33:58.053Z] #76 49.31 Selecting previously unselected package libtool. [2022-06-27T08:33:58.053Z] #76 49.34 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-27T08:33:58.053Z] #76 49.34 Unpacking libtool (2.4.6-15) ... [2022-06-27T08:33:58.053Z] #76 49.60 Selecting previously unselected package libudev-dev:amd64. [2022-06-27T08:33:58.053Z] #76 49.60 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-27T08:33:58.053Z] #76 49.60 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-27T08:33:58.053Z] #76 49.80 Selecting previously unselected package libyajl2:amd64. [2022-06-27T08:33:58.053Z] #76 49.80 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-27T08:33:58.053Z] #76 49.80 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-27T08:33:58.053Z] #76 49.89 Selecting previously unselected package libyajl-dev:amd64. [2022-06-27T08:33:58.053Z] #76 49.99 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-27T08:33:58.053Z] #76 49.99 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-27T08:33:58.053Z] #76 50.08 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-27T08:33:58.053Z] #76 50.10 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-27T08:33:58.053Z] #76 50.11 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-27T08:33:58.053Z] #76 50.12 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-27T08:33:58.053Z] #76 50.14 Setting up file (1:5.39-3) ... [2022-06-27T08:33:58.053Z] #76 50.16 Setting up bzip2 (1.0.8-4) ... [2022-06-27T08:33:58.053Z] #76 50.17 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:33:58.053Z] #76 50.18 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-27T08:33:58.053Z] #76 50.18 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-27T08:33:58.053Z] #76 50.21 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-27T08:33:58.053Z] #76 50.22 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-27T08:33:58.053Z] #76 50.23 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:33:58.053Z] #76 50.25 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-27T08:33:58.053Z] #76 50.28 Setting up patch (2.7.6-7) ... [2022-06-27T08:33:58.053Z] #76 50.32 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-27T08:33:58.053Z] #76 50.33 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-27T08:33:58.053Z] #76 50.35 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-27T08:33:58.053Z] #76 50.40 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-27T08:33:58.053Z] #76 50.40 Setting up libtool (2.4.6-15) ... [2022-06-27T08:33:58.053Z] #76 50.40 Setting up m4 (1.4.18-5) ... [2022-06-27T08:33:58.053Z] #76 50.48 Setting up dpkg-dev (1.20.10) ... [2022-06-27T08:33:58.053Z] #76 50.48 Setting up autoconf (2.69-14) ... [2022-06-27T08:33:58.053Z] #76 50.50 Setting up build-essential (12.9) ... [2022-06-27T08:33:58.053Z] #76 50.50 Setting up automake (1:1.16.3-2) ... [2022-06-27T08:33:58.053Z] #76 50.52 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-27T08:33:58.053Z] #76 50.52 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:33:58.053Z] #76 DONE 51.6s [2022-06-27T08:33:58.053Z] [2022-06-27T08:33:58.053Z] #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-27T08:33:58.053Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:33:58.053Z] #51 50.95 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-27T08:33:58.053Z] #51 50.95 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:33:58.053Z] #51 50.98 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:33:58.053Z] #51 51.05 Setting up python3-six (1.16.0-2) ... [2022-06-27T08:33:58.237Z] #21 20.17 Selecting previously unselected package libseccomp2:s390x. [2022-06-27T08:33:58.237Z] #21 20.18 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-06-27T08:33:58.237Z] #21 20.19 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-27T08:33:58.237Z] #21 20.23 Selecting previously unselected package libseccomp-dev:s390x. [2022-06-27T08:33:58.237Z] #21 20.24 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-06-27T08:33:58.237Z] #21 20.25 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-27T08:33:58.237Z] #21 20.32 Selecting previously unselected package libseccomp2:ppc64el. [2022-06-27T08:33:58.237Z] #21 20.32 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-27T08:33:58.237Z] #21 20.32 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-27T08:33:58.237Z] #21 20.36 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-06-27T08:33:58.237Z] #21 20.37 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-27T08:33:58.237Z] #21 20.37 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-27T08:33:58.499Z] #21 20.44 Selecting previously unselected package libseccomp2:armhf. [2022-06-27T08:33:58.499Z] #21 20.44 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-06-27T08:33:58.499Z] #21 20.45 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-27T08:33:58.499Z] #21 20.49 Selecting previously unselected package libseccomp-dev:armhf. [2022-06-27T08:33:58.499Z] #21 20.50 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-06-27T08:33:58.499Z] #21 20.50 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-27T08:33:58.499Z] #21 20.56 Selecting previously unselected package libseccomp2:armel. [2022-06-27T08:33:58.499Z] #21 20.57 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-06-27T08:33:58.499Z] #21 20.58 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-27T08:33:58.499Z] #21 20.62 Selecting previously unselected package libseccomp-dev:armel. [2022-06-27T08:33:58.499Z] #21 20.63 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-06-27T08:33:58.499Z] #21 20.64 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-27T08:33:58.499Z] #21 20.70 Selecting previously unselected package libseccomp2:arm64. [2022-06-27T08:33:58.660Z] #51 52.23 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-27T08:33:58.660Z] #51 52.28 Setting up python3-protobuf (3.12.4-1) ... [2022-06-27T08:33:58.760Z] #21 20.71 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-06-27T08:33:58.760Z] #21 20.71 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-27T08:33:58.760Z] #21 20.75 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-27T08:33:58.760Z] #21 20.75 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-27T08:33:58.760Z] #21 20.76 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-27T08:33:58.760Z] #21 20.84 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-06-27T08:33:58.760Z] #21 20.86 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-06-27T08:33:58.760Z] #21 20.87 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-06-27T08:33:58.760Z] #21 20.89 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-27T08:33:58.760Z] #21 20.90 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-06-27T08:33:58.760Z] #21 20.91 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-27T08:33:58.760Z] #21 20.93 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-06-27T08:33:58.760Z] #21 20.94 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-06-27T08:33:59.022Z] #21 20.95 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-27T08:33:59.022Z] #21 20.96 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-06-27T08:33:59.022Z] #21 20.98 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-06-27T08:33:59.022Z] #21 20.99 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-06-27T08:33:59.022Z] #21 21.00 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-06-27T08:33:59.022Z] #21 21.01 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-27T08:33:59.022Z] #21 21.03 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-06-27T08:33:59.022Z] #21 21.04 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-06-27T08:33:59.317Z] #51 35.07 Reading package lists... [2022-06-27T08:33:59.317Z] #51 ... [2022-06-27T08:33:59.317Z] [2022-06-27T08:33:59.317Z] #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-27T08:33:59.317Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:33:59.317Z] #42 27.77 Fetched 8545 kB in 22s (394 kB/s) [2022-06-27T08:33:59.317Z] #42 27.77 Reading package lists... [2022-06-27T08:33:59.317Z] #42 37.46 Reading package lists... [2022-06-27T08:33:59.317Z] #42 ... [2022-06-27T08:33:59.317Z] [2022-06-27T08:33:59.317Z] #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-27T08:33:59.317Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:33:59.317Z] #14 28.43 Fetched 8545 kB in 23s (377 kB/s) [2022-06-27T08:33:59.317Z] #14 28.43 Reading package lists... [2022-06-27T08:34:00.191Z] #44 DONE 8.5s [2022-06-27T08:34:00.191Z] [2022-06-27T08:34:00.191Z] #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-27T08:34:00.191Z] #53 sha256:90f2a3e75cec42ae99e2f666c70daa2f919afeb4c9cec71f058a76ffb78b504a [2022-06-27T08:34:00.191Z] #53 59.95 gotestsum version dev [2022-06-27T08:34:00.191Z] #53 DONE 61.2s [2022-06-27T08:34:00.191Z] [2022-06-27T08:34:00.191Z] #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-27T08:34:00.191Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-27T08:34:00.191Z] #14 54.29 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-27T08:34:00.191Z] #14 54.29 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-27T08:34:00.191Z] #14 54.41 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-27T08:34:00.191Z] #14 60.42 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-27T08:34:00.191Z] #14 60.43 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-06-27T08:34:00.191Z] #14 60.44 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-27T08:34:00.191Z] #14 61.01 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-27T08:34:00.191Z] #14 61.02 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-06-27T08:34:00.191Z] #14 61.02 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-27T08:34:00.191Z] #14 ... [2022-06-27T08:34:00.191Z] [2022-06-27T08:34:00.191Z] #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-27T08:34:00.191Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:34:00.191Z] #77 9.045 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-27T08:34:00.191Z] #77 11.07 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-27T08:34:00.191Z] #77 12.62 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-27T08:34:00.191Z] #77 12.88 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-27T08:34:00.191Z] #77 13.13 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-27T08:34:00.248Z] #14 38.28 Reading package lists... [2022-06-27T08:34:00.248Z] #14 ... [2022-06-27T08:34:00.248Z] [2022-06-27T08:34:00.248Z] #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-27T08:34:00.248Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:34:00.248Z] #62 28.93 Fetched 8545 kB in 23s (373 kB/s) [2022-06-27T08:34:00.248Z] #62 28.93 Reading package lists... [2022-06-27T08:34:00.409Z] #21 22.25 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-06-27T08:34:00.516Z] #77 109.2 config.status: creating Makefile [2022-06-27T08:34:00.516Z] #77 109.3 config.status: creating rpm/crun.spec [2022-06-27T08:34:00.516Z] #77 109.4 config.status: creating config.h [2022-06-27T08:34:00.516Z] #77 109.4 config.status: executing libtool commands [2022-06-27T08:34:00.549Z] #51 ... [2022-06-27T08:34:00.549Z] [2022-06-27T08:34:00.549Z] #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-27T08:34:00.549Z] #64 sha256:6ced15e1e431c99b732995941712c1e84c4ef80ed5da0e64f9d01643c5dfb2fa [2022-06-27T08:34:00.549Z] #64 6.006 + RM_GOPATH=0 [2022-06-27T08:34:00.549Z] #64 6.006 + TMP_GOPATH= [2022-06-27T08:34:00.549Z] #64 6.006 + : /build [2022-06-27T08:34:00.549Z] #64 6.006 + '[' -z '' ']' [2022-06-27T08:34:00.549Z] #64 6.011 ++ mktemp -d [2022-06-27T08:34:00.549Z] #64 6.016 + export GOPATH=/tmp/tmp.k4UljsE2vm [2022-06-27T08:34:00.549Z] #64 6.016 + GOPATH=/tmp/tmp.k4UljsE2vm [2022-06-27T08:34:00.549Z] #64 6.016 + RM_GOPATH=1 [2022-06-27T08:34:00.549Z] #64 6.016 + case "$(go env GOARCH)" in [2022-06-27T08:34:00.549Z] #64 6.016 ++ go env GOARCH [2022-06-27T08:34:00.549Z] #64 6.037 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:34:00.549Z] #64 6.038 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:34:00.549Z] #64 6.039 ++ dirname /install.sh [2022-06-27T08:34:00.549Z] #64 6.060 + dir=/ [2022-06-27T08:34:00.549Z] #64 6.060 + bin=containerd [2022-06-27T08:34:00.549Z] #64 6.060 + shift [2022-06-27T08:34:00.549Z] #64 6.060 + '[' '!' -f //containerd.installer ']' [2022-06-27T08:34:00.549Z] #64 6.060 + . //containerd.installer [2022-06-27T08:34:00.549Z] #64 6.060 ++ set -e [2022-06-27T08:34:00.549Z] #64 6.060 ++ : v1.6.6 [2022-06-27T08:34:00.549Z] #64 6.060 + install_containerd [2022-06-27T08:34:00.549Z] #64 6.060 + echo 'Install containerd version v1.6.6' [2022-06-27T08:34:00.549Z] #64 6.060 + git clone https://github.com/containerd/containerd.git /tmp/tmp.k4UljsE2vm/src/github.com/containerd/containerd [2022-06-27T08:34:00.549Z] #64 6.060 Install containerd version v1.6.6 [2022-06-27T08:34:00.549Z] #64 6.082 Cloning into '/tmp/tmp.k4UljsE2vm/src/github.com/containerd/containerd'... [2022-06-27T08:34:00.549Z] #64 ... [2022-06-27T08:34:00.549Z] [2022-06-27T08:34:00.549Z] #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-27T08:34:00.549Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:34:00.549Z] #42 54.27 Selecting previously unselected package libxml2:amd64. [2022-06-27T08:34:00.549Z] #42 54.27 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-27T08:34:00.549Z] #42 54.27 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-27T08:34:00.549Z] #42 ... [2022-06-27T08:34:00.549Z] [2022-06-27T08:34:00.549Z] #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-27T08:34:00.549Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:34:00.549Z] #55 44.46 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-27T08:34:00.549Z] #55 44.46 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-27T08:34:00.549Z] #55 44.49 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-27T08:34:00.549Z] #55 44.55 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-27T08:34:00.549Z] #55 44.77 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-27T08:34:00.549Z] #55 44.85 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-27T08:34:00.549Z] #55 44.85 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-27T08:34:00.549Z] #55 44.88 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-27T08:34:00.549Z] #55 44.93 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-27T08:34:00.549Z] #55 45.28 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-27T08:34:00.549Z] #55 45.28 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-27T08:34:00.549Z] #55 45.28 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-27T08:34:00.549Z] #55 45.28 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-27T08:34:00.549Z] #55 45.30 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-27T08:34:00.549Z] #55 45.43 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-27T08:34:00.549Z] #55 45.44 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-27T08:34:00.549Z] #55 45.58 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-27T08:34:00.549Z] #55 45.58 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-27T08:34:00.549Z] #55 45.58 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-27T08:34:00.549Z] #55 45.58 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-27T08:34:00.549Z] #55 45.62 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-27T08:34:00.549Z] #55 45.91 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-27T08:34:00.549Z] #55 45.93 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-27T08:34:00.549Z] #55 45.97 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-27T08:34:00.549Z] #55 45.99 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-27T08:34:00.549Z] #55 46.04 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-27T08:34:00.549Z] #55 46.20 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-27T08:34:00.549Z] #55 46.32 go: downloading honnef.co/go/tools v0.2.2 [2022-06-27T08:34:00.549Z] #55 48.22 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-27T08:34:00.549Z] #55 48.23 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-27T08:34:00.549Z] #55 48.30 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-27T08:34:00.549Z] #55 48.36 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-27T08:34:00.549Z] #55 48.50 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-27T08:34:00.549Z] #55 48.50 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-27T08:34:00.549Z] #55 48.56 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-27T08:34:00.549Z] #55 48.81 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-27T08:34:00.549Z] #55 48.88 go: downloading golang.org/x/text v0.3.7 [2022-06-27T08:34:00.777Z] #77 109.5 config.status: executing depfiles commands [2022-06-27T08:34:00.805Z] #55 ... [2022-06-27T08:34:00.805Z] [2022-06-27T08:34:00.805Z] #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-27T08:34:00.805Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:34:00.805Z] #42 54.81 Selecting previously unselected package libarchive13:amd64. [2022-06-27T08:34:00.805Z] #42 54.81 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-27T08:34:01.061Z] #42 54.83 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-27T08:34:01.319Z] #42 55.16 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-27T08:34:01.319Z] #42 55.19 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-27T08:34:01.319Z] #42 55.19 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-27T08:34:01.319Z] #42 55.31 Selecting previously unselected package librhash0:amd64. [2022-06-27T08:34:01.319Z] #42 55.31 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-27T08:34:01.353Z] #21 23.45 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-06-27T08:34:01.576Z] #42 55.33 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-27T08:34:01.576Z] #42 55.51 Selecting previously unselected package libuv1:amd64. [2022-06-27T08:34:01.719Z] #77 110.5 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-27T08:34:01.719Z] #77 110.5 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-27T08:34:01.840Z] #42 55.54 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-27T08:34:01.840Z] #42 55.55 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-27T08:34:01.840Z] #42 55.76 Selecting previously unselected package cmake. [2022-06-27T08:34:01.979Z] #77 ... [2022-06-27T08:34:01.979Z] [2022-06-27T08:34:01.979Z] #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-27T08:34:01.979Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:34:01.979Z] #21 17.46 The following additional packages will be installed: [2022-06-27T08:34:01.979Z] #21 17.46 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-27T08:34:01.979Z] #21 17.46 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-27T08:34:01.979Z] #21 17.47 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-27T08:34:01.979Z] #21 17.47 python3-pkg-resources vim-runtime xxd [2022-06-27T08:34:01.979Z] #21 17.48 Suggested packages: [2022-06-27T08:34:01.979Z] #21 17.49 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-27T08:34:01.979Z] #21 17.50 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-27T08:34:01.979Z] #21 17.50 acl attr quota [2022-06-27T08:34:01.979Z] #21 17.50 Recommended packages: [2022-06-27T08:34:01.979Z] #21 17.50 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-27T08:34:01.979Z] #21 19.09 The following NEW packages will be installed: [2022-06-27T08:34:01.979Z] #21 19.11 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-27T08:34:01.979Z] #21 19.11 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-27T08:34:01.979Z] #21 19.11 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-27T08:34:01.979Z] #21 19.11 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-27T08:34:01.979Z] #21 19.11 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-27T08:34:01.979Z] #21 19.11 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-27T08:34:01.979Z] #21 19.11 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-27T08:34:01.979Z] #21 19.11 xz-utils zip zstd [2022-06-27T08:34:01.979Z] #21 19.47 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:34:01.979Z] #21 19.47 Need to get 27.7 MB of archives. [2022-06-27T08:34:01.979Z] #21 19.47 After this operation, 106 MB of additional disk space will be used. [2022-06-27T08:34:01.979Z] #21 19.47 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-27T08:34:01.979Z] #21 19.48 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-27T08:34:01.979Z] #21 19.48 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-27T08:34:01.979Z] #21 19.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-27T08:34:01.979Z] #21 19.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-27T08:34:01.979Z] #21 19.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-27T08:34:01.979Z] #21 19.50 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-27T08:34:01.979Z] #21 19.50 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-27T08:34:01.979Z] #21 19.55 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-27T08:34:01.979Z] #21 19.55 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-27T08:34:01.979Z] #21 19.57 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-27T08:34:01.979Z] #21 19.59 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-27T08:34:01.979Z] #21 19.60 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-27T08:34:01.979Z] #21 19.60 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-27T08:34:01.979Z] #21 19.64 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-27T08:34:01.979Z] #21 19.65 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-27T08:34:01.979Z] #21 19.67 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-27T08:34:01.979Z] #21 19.67 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-27T08:34:01.979Z] #21 19.67 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-27T08:34:01.979Z] #21 19.68 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-27T08:34:01.980Z] #21 19.68 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-27T08:34:01.980Z] #21 19.69 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-27T08:34:01.980Z] #21 19.71 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-27T08:34:01.980Z] #21 19.72 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-27T08:34:01.980Z] #21 19.72 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-27T08:34:01.980Z] #21 19.73 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-27T08:34:01.980Z] #21 19.73 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-27T08:34:01.980Z] #21 20.20 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-27T08:34:01.980Z] #21 20.20 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-27T08:34:01.980Z] #21 20.21 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-27T08:34:01.980Z] #21 20.21 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-27T08:34:01.980Z] #21 20.21 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-27T08:34:01.980Z] #21 20.21 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-27T08:34:01.980Z] #21 20.22 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-27T08:34:01.980Z] #21 20.23 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-27T08:34:01.980Z] #21 20.30 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-27T08:34:01.980Z] #21 20.31 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-27T08:34:01.980Z] #21 20.31 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-27T08:34:01.980Z] #21 20.33 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-27T08:34:01.980Z] #21 20.34 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-27T08:34:01.980Z] #21 20.35 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-27T08:34:01.980Z] #21 20.37 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-27T08:34:01.980Z] #21 20.41 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-27T08:34:01.980Z] #21 20.43 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-27T08:34:01.980Z] #21 20.44 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-27T08:34:01.980Z] #21 20.76 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-27T08:34:01.980Z] #21 20.81 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-27T08:34:01.980Z] #21 20.84 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-27T08:34:01.980Z] #21 20.85 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-27T08:34:01.980Z] #21 21.64 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:34:01.980Z] #21 21.80 Fetched 27.7 MB in 2s (15.9 MB/s) [2022-06-27T08:34:01.980Z] #21 21.92 Selecting previously unselected package pigz. [2022-06-27T08:34:01.980Z] #21 21.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-27T08:34:01.980Z] #21 21.98 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-27T08:34:01.980Z] #21 21.99 Unpacking pigz (2.6-1) ... [2022-06-27T08:34:01.980Z] #21 22.12 Selecting previously unselected package libelf1:amd64. [2022-06-27T08:34:01.980Z] #21 22.13 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-27T08:34:01.980Z] #21 22.13 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-27T08:34:01.980Z] #21 22.30 Selecting previously unselected package libbpf0:amd64. [2022-06-27T08:34:01.980Z] #21 22.30 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-27T08:34:01.980Z] #21 22.31 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-27T08:34:01.980Z] #21 22.42 Selecting previously unselected package libcap2:amd64. [2022-06-27T08:34:01.980Z] #21 22.43 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-27T08:34:01.980Z] #21 22.43 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-27T08:34:01.980Z] #21 22.50 Selecting previously unselected package libmnl0:amd64. [2022-06-27T08:34:01.980Z] #21 22.50 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-27T08:34:01.980Z] #21 22.51 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-27T08:34:01.980Z] #21 22.60 Selecting previously unselected package libxtables12:amd64. [2022-06-27T08:34:01.980Z] #21 22.60 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-27T08:34:01.980Z] #21 22.62 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-27T08:34:01.980Z] #21 22.71 Selecting previously unselected package libcap2-bin. [2022-06-27T08:34:01.980Z] #21 22.71 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-27T08:34:01.980Z] #21 22.72 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-27T08:34:01.980Z] #21 22.82 Selecting previously unselected package iproute2. [2022-06-27T08:34:01.980Z] #21 22.82 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-27T08:34:01.980Z] #21 22.83 Unpacking iproute2 (5.10.0-4) ... [2022-06-27T08:34:01.980Z] #21 ... [2022-06-27T08:34:01.980Z] [2022-06-27T08:34:01.980Z] #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-27T08:34:01.980Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-27T08:34:01.980Z] #34 DONE 162.6s [2022-06-27T08:34:01.980Z] [2022-06-27T08:34:01.980Z] #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-27T08:34:01.980Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:34:01.980Z] #21 24.18 Selecting previously unselected package xxd. [2022-06-27T08:34:01.980Z] #21 24.24 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-27T08:34:01.980Z] #21 24.25 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:02.096Z] #42 55.77 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-27T08:34:02.096Z] #42 55.78 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-27T08:34:02.142Z] #62 38.80 Reading package lists... [2022-06-27T08:34:02.142Z] #62 ... [2022-06-27T08:34:02.142Z] [2022-06-27T08:34:02.142Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-27T08:34:02.142Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:34:02.142Z] #47 40.65 Updating files: 47% (1031/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) [2022-06-27T08:34:02.142Z] #47 ... [2022-06-27T08:34:02.142Z] [2022-06-27T08:34:02.142Z] #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-27T08:34:02.142Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:34:02.142Z] #76 30.98 Fetched 8545 kB in 24s (362 kB/s) [2022-06-27T08:34:02.142Z] #76 30.98 Reading package lists... [2022-06-27T08:34:02.240Z] #21 ... [2022-06-27T08:34:02.240Z] [2022-06-27T08:34:02.240Z] #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-27T08:34:02.240Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-27T08:34:02.240Z] #36 163.1 Delve is a source level debugger for Go programs. [2022-06-27T08:34:02.240Z] #36 163.1 [2022-06-27T08:34:02.240Z] #36 163.1 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-27T08:34:02.240Z] #36 163.1 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-27T08:34:02.240Z] #36 163.1 [2022-06-27T08:34:02.240Z] #36 163.1 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-27T08:34:02.240Z] #36 163.1 [2022-06-27T08:34:02.240Z] #36 163.1 Pass flags to the program you are debugging using `--`, for example: [2022-06-27T08:34:02.240Z] #36 163.1 [2022-06-27T08:34:02.240Z] #36 163.1 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-27T08:34:02.240Z] #36 163.1 [2022-06-27T08:34:02.240Z] #36 163.1 Usage: [2022-06-27T08:34:02.240Z] #36 163.1 dlv [command] [2022-06-27T08:34:02.240Z] #36 163.1 [2022-06-27T08:34:02.240Z] #36 163.1 Available Commands: [2022-06-27T08:34:02.240Z] #36 163.1 attach Attach to running process and begin debugging. [2022-06-27T08:34:02.240Z] #36 163.1 connect Connect to a headless debug server with a terminal client. [2022-06-27T08:34:02.240Z] #36 163.1 core Examine a core dump. [2022-06-27T08:34:02.240Z] #36 163.1 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-27T08:34:02.240Z] #36 163.1 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-27T08:34:02.240Z] #36 163.1 exec Execute a precompiled binary, and begin a debug session. [2022-06-27T08:34:02.240Z] #36 163.1 help Help about any command [2022-06-27T08:34:02.240Z] #36 163.1 run Deprecated command. Use 'debug' instead. [2022-06-27T08:34:02.240Z] #36 163.1 test Compile test binary and begin debugging program. [2022-06-27T08:34:02.240Z] #36 163.1 trace Compile and begin tracing program. [2022-06-27T08:34:02.240Z] #36 163.1 version Prints version. [2022-06-27T08:34:02.240Z] #36 163.1 [2022-06-27T08:34:02.240Z] #36 163.1 Flags: [2022-06-27T08:34:02.240Z] #36 163.1 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-27T08:34:02.240Z] #36 163.1 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-27T08:34:02.240Z] #36 163.1 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-27T08:34:02.240Z] #36 163.1 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-27T08:34:02.240Z] #36 163.1 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-27T08:34:02.240Z] #36 163.1 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-27T08:34:02.240Z] #36 163.1 --disable-aslr Disables address space randomization [2022-06-27T08:34:02.240Z] #36 163.1 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-27T08:34:02.240Z] #36 163.1 -h, --help help for dlv [2022-06-27T08:34:02.240Z] #36 163.1 --init string Init file, executed by the terminal client. [2022-06-27T08:34:02.240Z] #36 163.1 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-27T08:34:02.240Z] #36 163.1 --log Enable debugging server logging. [2022-06-27T08:34:02.240Z] #36 163.1 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-27T08:34:02.240Z] #36 163.1 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-27T08:34:02.240Z] #36 163.1 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-27T08:34:02.240Z] #36 163.1 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-27T08:34:02.240Z] #36 163.1 --wd string Working directory for running the program. [2022-06-27T08:34:02.240Z] #36 163.1 [2022-06-27T08:34:02.240Z] #36 163.1 Additional help topics: [2022-06-27T08:34:02.240Z] #36 163.1 dlv backend Help about the --backend flag. [2022-06-27T08:34:02.240Z] #36 163.1 dlv log Help about logging flags. [2022-06-27T08:34:02.240Z] #36 163.1 dlv redirect Help about file redirection. [2022-06-27T08:34:02.240Z] #36 163.1 [2022-06-27T08:34:02.240Z] #36 163.1 Use "dlv [command] --help" for more information about a command. [2022-06-27T08:34:02.403Z] #76 ... [2022-06-27T08:34:02.403Z] [2022-06-27T08:34:02.403Z] #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-27T08:34:02.403Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:34:02.501Z] #36 DONE 163.3s [2022-06-27T08:34:02.501Z] [2022-06-27T08:34:02.501Z] #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-27T08:34:02.501Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:34:02.501Z] #21 24.49 Selecting previously unselected package vim-common. [2022-06-27T08:34:02.501Z] #21 24.51 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-27T08:34:02.501Z] #21 24.54 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:02.740Z] #21 24.68 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-27T08:34:02.761Z] #21 24.88 Selecting previously unselected package bash-completion. [2022-06-27T08:34:02.761Z] #21 24.94 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-27T08:34:03.951Z] #47 40.65 Updating files: 47% (1031/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-27T08:34:03.951Z] #47 42.31 + git checkout -q v2.3.0 [2022-06-27T08:34:04.127Z] #21 25.90 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-06-27T08:34:05.070Z] #21 27.14 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-27T08:34:05.070Z] #21 27.15 Setting up libapparmor1:armel (2.13.6-10) ... [2022-06-27T08:34:05.070Z] #21 27.17 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-06-27T08:34:05.070Z] #21 27.18 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-06-27T08:34:05.070Z] #21 27.19 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-06-27T08:34:05.070Z] #21 27.20 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-27T08:34:05.070Z] #21 27.22 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-27T08:34:05.070Z] #21 27.23 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-27T08:34:05.070Z] #21 27.24 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-27T08:34:05.070Z] #21 27.25 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-27T08:34:05.070Z] #21 27.26 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-27T08:34:05.070Z] #21 27.28 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-06-27T08:34:05.070Z] #21 27.29 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-06-27T08:34:05.332Z] #21 27.30 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-27T08:34:05.332Z] #21 27.31 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-06-27T08:34:05.332Z] #21 27.32 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-27T08:34:05.332Z] #21 27.34 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-27T08:34:05.332Z] #21 27.35 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-27T08:34:05.332Z] #21 27.36 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-27T08:34:05.332Z] #21 27.38 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-27T08:34:05.332Z] #21 27.39 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:34:05.362Z] #42 ... [2022-06-27T08:34:05.362Z] [2022-06-27T08:34:05.363Z] #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-27T08:34:05.363Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:34:05.363Z] #51 56.33 Setting up criu (3.17-1) ... [2022-06-27T08:34:05.363Z] #51 58.65 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:34:05.363Z] #51 DONE 59.2s [2022-06-27T08:34:05.618Z] [2022-06-27T08:34:05.618Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-27T08:34:05.618Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:34:05.618Z] #55 55.21 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-27T08:34:05.618Z] #55 55.28 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-27T08:34:05.618Z] #55 55.32 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-27T08:34:05.618Z] #55 55.43 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-27T08:34:05.618Z] #55 55.50 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-27T08:34:05.618Z] #55 55.51 go: downloading golang.org/x/mod v0.5.1 [2022-06-27T08:34:05.618Z] #55 55.60 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-27T08:34:05.618Z] #55 55.66 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-27T08:34:05.618Z] #55 55.72 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-27T08:34:05.618Z] #55 55.93 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-27T08:34:05.618Z] #55 55.96 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-27T08:34:05.618Z] #55 56.02 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-27T08:34:05.618Z] #55 56.45 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-27T08:34:05.618Z] #55 56.69 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-27T08:34:05.618Z] #55 56.96 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-27T08:34:05.618Z] #55 57.03 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-27T08:34:05.618Z] #55 57.05 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-27T08:34:05.618Z] #55 57.16 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-27T08:34:05.618Z] #55 57.17 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-27T08:34:05.618Z] #55 57.18 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-27T08:34:05.618Z] #55 57.20 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-27T08:34:05.618Z] #55 57.49 go: downloading github.com/prometheus/common v0.10.0 [2022-06-27T08:34:05.618Z] #55 57.68 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-27T08:34:05.618Z] #55 57.85 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-27T08:34:05.618Z] #55 57.88 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-27T08:34:05.618Z] #55 59.52 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-27T08:34:05.905Z] #21 DONE 28.1s [2022-06-27T08:34:05.905Z] [2022-06-27T08:34:05.905Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-27T08:34:05.905Z] #66 sha256:490574551b9dbc5f5bf2954893f500279a20d363aef422383fd17c6caff763c0 [2022-06-27T08:34:05.905Z] #66 DONE 0.1s [2022-06-27T08:34:05.905Z] [2022-06-27T08:34:05.905Z] #22 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-27T08:34:05.905Z] #22 sha256:7ff22573b37504262e98adcb1549f36f1e0745ad8e427bc240bcd4e453d91753 [2022-06-27T08:34:06.058Z] #21 27.83 Unpacking bash-completion (1:2.11-2) ... [2022-06-27T08:34:06.058Z] #21 28.19 Selecting previously unselected package bzip2. [2022-06-27T08:34:06.058Z] #21 28.21 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-27T08:34:06.058Z] #21 28.22 Unpacking bzip2 (1.0.8-4) ... [2022-06-27T08:34:06.058Z] #21 28.29 Selecting previously unselected package xz-utils. [2022-06-27T08:34:06.058Z] #21 28.29 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-27T08:34:06.058Z] #21 28.30 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:34:06.319Z] #21 28.46 Selecting previously unselected package apparmor. [2022-06-27T08:34:06.319Z] #21 28.47 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-27T08:34:06.319Z] #21 28.53 Unpacking apparmor (2.13.6-10) ... [2022-06-27T08:34:06.545Z] #55 ... [2022-06-27T08:34:06.545Z] [2022-06-27T08:34:06.545Z] #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-27T08:34:06.545Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:34:06.545Z] #42 60.32 Setting up libicu67:amd64 (67.1-7) ... [2022-06-27T08:34:06.545Z] #42 60.34 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:06.545Z] #42 60.35 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-27T08:34:06.545Z] #42 60.36 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:06.545Z] #42 60.39 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-27T08:34:06.545Z] #42 60.42 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-27T08:34:06.545Z] #42 60.43 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-27T08:34:06.545Z] #42 60.46 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-27T08:34:06.545Z] #42 60.47 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-27T08:34:06.545Z] #42 60.48 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-27T08:34:06.788Z] #77 ... [2022-06-27T08:34:06.788Z] [2022-06-27T08:34:06.788Z] #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-27T08:34:06.788Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-27T08:34:06.788Z] #14 67.25 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-27T08:34:06.788Z] #14 67.26 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-06-27T08:34:06.788Z] #14 67.26 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:34:06.801Z] #42 60.50 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:34:06.889Z] #21 28.95 Selecting previously unselected package inetutils-ping. [2022-06-27T08:34:06.889Z] #21 28.95 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-27T08:34:06.889Z] #21 28.96 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-27T08:34:06.889Z] #21 29.07 Selecting previously unselected package libip4tc2:amd64. [2022-06-27T08:34:06.889Z] #21 29.07 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-27T08:34:06.889Z] #21 29.08 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-27T08:34:06.889Z] #21 29.15 Selecting previously unselected package libip6tc2:amd64. [2022-06-27T08:34:06.889Z] #21 29.15 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-27T08:34:06.889Z] #21 29.16 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-27T08:34:06.889Z] #21 29.21 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-27T08:34:06.889Z] #21 29.22 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-27T08:34:06.889Z] #21 29.22 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-27T08:34:07.149Z] #21 29.28 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-27T08:34:07.149Z] #21 29.28 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-27T08:34:07.149Z] #21 29.30 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-27T08:34:07.149Z] #21 29.38 Selecting previously unselected package libnftnl11:amd64. [2022-06-27T08:34:07.149Z] #21 29.38 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-27T08:34:07.149Z] #21 29.40 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-27T08:34:07.149Z] #21 29.48 Selecting previously unselected package iptables. [2022-06-27T08:34:07.149Z] #21 29.48 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-27T08:34:07.295Z] #22 DONE 1.2s [2022-06-27T08:34:07.295Z] [2022-06-27T08:34:07.295Z] #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-27T08:34:07.295Z] #67 sha256:68257a6b544dbb7e1716629a40ce8cae095384b87726a82314d6cfa921e1e780 [2022-06-27T08:34:07.295Z] #67 1.058 + RM_GOPATH=0 [2022-06-27T08:34:07.295Z] #67 1.058 + TMP_GOPATH= [2022-06-27T08:34:07.295Z] #67 1.058 + : /build [2022-06-27T08:34:07.295Z] #67 1.059 + '[' -z '' ']' [2022-06-27T08:34:07.295Z] #67 1.064 ++ mktemp -d [2022-06-27T08:34:07.295Z] #67 1.064 + export GOPATH=/tmp/tmp.v50KqTBH6i [2022-06-27T08:34:07.295Z] #67 1.064 + GOPATH=/tmp/tmp.v50KqTBH6i [2022-06-27T08:34:07.295Z] #67 1.064 + RM_GOPATH=1 [2022-06-27T08:34:07.295Z] #67 1.064 + case "$(go env GOARCH)" in [2022-06-27T08:34:07.295Z] #67 1.064 ++ go env GOARCH [2022-06-27T08:34:07.295Z] #67 1.069 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:34:07.295Z] #67 1.069 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:34:07.295Z] #67 1.071 ++ dirname /install.sh [2022-06-27T08:34:07.295Z] #67 1.072 + dir=/ [2022-06-27T08:34:07.295Z] #67 1.072 + bin=runc [2022-06-27T08:34:07.295Z] #67 1.072 + shift [2022-06-27T08:34:07.295Z] #67 1.072 + '[' '!' -f //runc.installer ']' [2022-06-27T08:34:07.295Z] #67 1.072 + . //runc.installer [2022-06-27T08:34:07.295Z] #67 1.072 ++ set -e [2022-06-27T08:34:07.295Z] #67 1.073 ++ : v1.1.2 [2022-06-27T08:34:07.295Z] #67 1.073 + install_runc [2022-06-27T08:34:07.295Z] #67 1.073 + RUNC_BUILDTAGS=seccomp [2022-06-27T08:34:07.295Z] #67 1.073 Install runc version v1.1.2 (build tags: seccomp) [2022-06-27T08:34:07.295Z] #67 1.073 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-27T08:34:07.295Z] #67 1.085 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.v50KqTBH6i/src/github.com/opencontainers/runc [2022-06-27T08:34:07.295Z] #67 1.087 Cloning into '/tmp/tmp.v50KqTBH6i/src/github.com/opencontainers/runc'... [2022-06-27T08:34:07.316Z] #47 45.74 + 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-27T08:34:07.391Z] #42 DONE 61.2s [2022-06-27T08:34:07.392Z] [2022-06-27T08:34:07.392Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-27T08:34:07.392Z] #43 sha256:cba90ff12e649e8fee303557cb6607d38a04b4bb10e162e7241c586875074e50 [2022-06-27T08:34:07.410Z] #21 29.49 Unpacking iptables (1.8.7-1) ... [2022-06-27T08:34:07.410Z] #21 29.75 Selecting previously unselected package libonig5:amd64. [2022-06-27T08:34:07.670Z] #43 DONE 0.5s [2022-06-27T08:34:07.670Z] [2022-06-27T08:34:07.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-27T08:34:07.670Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:34:07.670Z] #14 52.88 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-27T08:34:07.670Z] #14 52.88 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-27T08:34:07.670Z] #14 52.90 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-27T08:34:07.670Z] #14 55.43 Selecting previously unselected package binutils-mingw-w64. [2022-06-27T08:34:07.670Z] #14 55.43 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-27T08:34:07.670Z] #14 55.45 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-27T08:34:07.670Z] #14 55.55 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-27T08:34:07.670Z] #14 55.55 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:34:07.670Z] #14 55.59 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:34:07.670Z] #14 55.80 Selecting previously unselected package dmsetup. [2022-06-27T08:34:07.670Z] #14 55.83 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:34:07.670Z] #14 55.83 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-27T08:34:07.670Z] #14 56.07 Selecting previously unselected package mingw-w64-common. [2022-06-27T08:34:07.670Z] #14 56.07 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-27T08:34:07.670Z] #14 56.07 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-27T08:34:07.687Z] #21 29.75 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-27T08:34:07.687Z] #21 29.76 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-27T08:34:07.687Z] #21 29.90 Selecting previously unselected package libjq1:amd64. [2022-06-27T08:34:07.687Z] #21 29.91 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-27T08:34:07.687Z] #21 29.91 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-27T08:34:07.893Z] #47 ... [2022-06-27T08:34:07.893Z] [2022-06-27T08:34:07.893Z] #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-27T08:34:07.893Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:34:07.893Z] #42 37.46 Reading package lists... [2022-06-27T08:34:07.947Z] #21 30.02 Selecting previously unselected package jq. [2022-06-27T08:34:07.947Z] #21 30.03 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-27T08:34:07.947Z] #21 30.06 Unpacking jq (1.6-2.1) ... [2022-06-27T08:34:07.947Z] #21 30.16 Selecting previously unselected package libaio1:amd64. [2022-06-27T08:34:07.947Z] #21 30.19 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-27T08:34:07.947Z] #21 30.20 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-27T08:34:07.947Z] #21 30.27 Selecting previously unselected package libgpm2:amd64. [2022-06-27T08:34:07.949Z] #14 ... [2022-06-27T08:34:07.949Z] [2022-06-27T08:34:07.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-27T08:34:07.949Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:34:07.949Z] #77 4.635 Cloning into '/tmp/crun-build'... [2022-06-27T08:34:07.949Z] #77 ... [2022-06-27T08:34:07.949Z] [2022-06-27T08:34:07.949Z] #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-27T08:34:07.949Z] #44 sha256:582ed44719f547107c4d9183053b4eb2077d9c548b0a18c1720f897274d09b0b [2022-06-27T08:34:08.207Z] #21 30.27 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-27T08:34:08.207Z] #21 30.29 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-27T08:34:08.207Z] #21 30.35 Selecting previously unselected package libicu67:amd64. [2022-06-27T08:34:08.207Z] #21 30.35 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-27T08:34:08.207Z] #21 30.36 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-27T08:34:08.239Z] #67 ... [2022-06-27T08:34:08.239Z] [2022-06-27T08:34:08.239Z] #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-27T08:34:08.239Z] #23 sha256:ff62181f85dff7b0fa011ad13200a0894d744734f26d731633984e51d8e7aef7 [2022-06-27T08:34:08.239Z] #23 DONE 0.9s [2022-06-27T08:34:08.239Z] [2022-06-27T08:34:08.239Z] #24 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-27T08:34:08.239Z] #24 sha256:5ba8e416e59d2463b3c23e79a7c9d8936b5cbe49a2257ef87fd28767898ffdf5 [2022-06-27T08:34:08.813Z] #24 0.782 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-27T08:34:09.074Z] #24 DONE 0.9s [2022-06-27T08:34:09.074Z] [2022-06-27T08:34:09.074Z] #25 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-27T08:34:09.074Z] #25 sha256:17900b09747c15e257475739f9213acd92e654739d4f98b47eb29b58581e8a5b [2022-06-27T08:34:10.022Z] #25 DONE 0.9s [2022-06-27T08:34:10.022Z] [2022-06-27T08:34:10.022Z] #26 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-27T08:34:10.022Z] #26 sha256:46d18cbf69fdd65229fce4a1ff0ccf6e4b3f818664affcb6f0dc42b391087a73 [2022-06-27T08:34:10.115Z] #21 ... [2022-06-27T08:34:10.115Z] [2022-06-27T08:34:10.115Z] #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-27T08:34:10.115Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:34:10.115Z] #77 111.0 checking for gcc... gcc [2022-06-27T08:34:10.115Z] #77 111.2 checking whether the C compiler works... yes [2022-06-27T08:34:10.115Z] #77 111.5 checking for C compiler default output file name... a.out [2022-06-27T08:34:10.115Z] #77 111.5 checking for suffix of executables... [2022-06-27T08:34:10.115Z] #77 111.9 checking whether we are cross compiling... no [2022-06-27T08:34:10.115Z] #77 112.2 checking for suffix of object files... o [2022-06-27T08:34:10.115Z] #77 112.4 checking whether we are using the GNU C compiler... yes [2022-06-27T08:34:10.115Z] #77 112.5 checking whether gcc accepts -g... yes [2022-06-27T08:34:10.115Z] #77 112.8 checking for gcc option to accept ISO C89... none needed [2022-06-27T08:34:10.115Z] #77 113.2 checking whether gcc understands -c and -o together... yes [2022-06-27T08:34:10.115Z] #77 113.3 checking how to run the C preprocessor... gcc -E [2022-06-27T08:34:10.115Z] #77 113.6 checking for grep that handles long lines and -e... /bin/grep [2022-06-27T08:34:10.115Z] #77 113.6 checking for egrep... /bin/grep -E [2022-06-27T08:34:10.115Z] #77 113.6 checking for ANSI C header files... yes [2022-06-27T08:34:10.115Z] #77 114.2 checking for sys/types.h... yes [2022-06-27T08:34:10.115Z] #77 114.3 checking for sys/stat.h... yes [2022-06-27T08:34:10.115Z] #77 114.4 checking for stdlib.h... yes [2022-06-27T08:34:10.115Z] #77 114.6 checking for string.h... yes [2022-06-27T08:34:10.115Z] #77 114.8 checking for memory.h... yes [2022-06-27T08:34:10.115Z] #77 114.9 checking for strings.h... yes [2022-06-27T08:34:10.115Z] #77 115.0 checking for inttypes.h... yes [2022-06-27T08:34:10.115Z] #77 115.2 checking for stdint.h... yes [2022-06-27T08:34:10.115Z] #77 115.4 checking for unistd.h... yes [2022-06-27T08:34:10.115Z] #77 115.7 checking minix/config.h usability... no [2022-06-27T08:34:10.115Z] #77 115.9 checking minix/config.h presence... no [2022-06-27T08:34:10.115Z] #77 115.9 checking for minix/config.h... no [2022-06-27T08:34:10.115Z] #77 115.9 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-27T08:34:10.115Z] #77 116.2 checking build system type... x86_64-pc-linux-gnu [2022-06-27T08:34:10.115Z] #77 116.4 checking host system type... x86_64-pc-linux-gnu [2022-06-27T08:34:10.115Z] #77 116.4 checking how to print strings... printf [2022-06-27T08:34:10.115Z] #77 116.5 checking for a sed that does not truncate output... /bin/sed [2022-06-27T08:34:10.115Z] #77 116.5 checking for fgrep... /bin/grep -F [2022-06-27T08:34:10.115Z] #77 116.5 checking for ld used by gcc... /usr/bin/ld [2022-06-27T08:34:10.115Z] #77 116.5 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-27T08:34:10.115Z] #77 116.5 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-27T08:34:10.115Z] #77 116.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-27T08:34:10.115Z] #77 116.6 checking whether ln -s works... yes [2022-06-27T08:34:10.115Z] #77 116.6 checking the maximum length of command line arguments... 1572864 [2022-06-27T08:34:10.115Z] #77 116.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-27T08:34:10.115Z] #77 116.7 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-27T08:34:10.115Z] #77 116.7 checking for /usr/bin/ld option to reload object files... -r [2022-06-27T08:34:10.115Z] #77 116.7 checking for objdump... objdump [2022-06-27T08:34:10.115Z] #77 116.7 checking how to recognize dependent libraries... pass_all [2022-06-27T08:34:10.115Z] #77 116.7 checking for dlltool... no [2022-06-27T08:34:10.115Z] #77 116.7 checking how to associate runtime and link libraries... printf %s\n [2022-06-27T08:34:10.115Z] #77 116.7 checking for ar... ar [2022-06-27T08:34:10.115Z] #77 116.7 checking for archiver @FILE support... @ [2022-06-27T08:34:10.115Z] #77 116.8 checking for strip... strip [2022-06-27T08:34:10.115Z] #77 116.8 checking for ranlib... ranlib [2022-06-27T08:34:10.115Z] #77 116.8 checking for gawk... no [2022-06-27T08:34:10.115Z] #77 116.8 checking for mawk... mawk [2022-06-27T08:34:10.115Z] #77 116.8 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-27T08:34:10.115Z] #77 117.2 checking for sysroot... no [2022-06-27T08:34:10.115Z] #77 117.2 checking for a working dd... /bin/dd [2022-06-27T08:34:10.115Z] #77 117.2 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-27T08:34:10.115Z] #77 117.3 checking for mt... no [2022-06-27T08:34:10.115Z] #77 117.3 checking if : is a manifest tool... no [2022-06-27T08:34:10.115Z] #77 117.3 checking for dlfcn.h... yes [2022-06-27T08:34:10.115Z] #77 117.5 checking for objdir... .libs [2022-06-27T08:34:10.115Z] #77 117.7 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-27T08:34:10.115Z] #77 117.8 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-27T08:34:10.115Z] #77 117.8 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-27T08:34:10.115Z] #77 117.9 checking if gcc static flag -static works... yes [2022-06-27T08:34:10.115Z] #77 118.3 checking if gcc supports -c -o file.o... yes [2022-06-27T08:34:10.115Z] #77 118.4 checking if gcc supports -c -o file.o... (cached) yes [2022-06-27T08:34:10.115Z] #77 118.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-27T08:34:10.115Z] #77 118.5 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-27T08:34:10.115Z] #77 118.7 checking how to hardcode library paths into programs... immediate [2022-06-27T08:34:10.115Z] #77 118.7 checking whether stripping libraries is possible... yes [2022-06-27T08:34:10.115Z] #77 118.7 checking if libtool supports shared libraries... yes [2022-06-27T08:34:10.115Z] #77 118.7 checking whether to build shared libraries... no [2022-06-27T08:34:10.115Z] #77 118.7 checking whether to build static libraries... yes [2022-06-27T08:34:10.115Z] #77 118.7 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-27T08:34:10.115Z] #77 118.7 checking whether build environment is sane... yes [2022-06-27T08:34:10.115Z] #77 118.8 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-27T08:34:10.115Z] #77 118.8 checking whether make sets $(MAKE)... yes [2022-06-27T08:34:10.115Z] #77 118.8 checking whether make supports the include directive... yes (GNU style) [2022-06-27T08:34:10.115Z] #77 118.9 checking whether make supports nested variables... yes [2022-06-27T08:34:10.115Z] #77 118.9 checking whether UID '0' is supported by ustar format... yes [2022-06-27T08:34:10.116Z] #77 118.9 checking whether GID '0' is supported by ustar format... yes [2022-06-27T08:34:10.116Z] #77 118.9 checking how to create a ustar tar archive... gnutar [2022-06-27T08:34:10.116Z] #77 118.9 checking dependency style of gcc... gcc3 [2022-06-27T08:34:10.376Z] #77 119.1 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-27T08:34:10.376Z] #77 119.1 checking whether make supports nested variables... (cached) yes [2022-06-27T08:34:10.376Z] #77 119.1 checking for pkg-config... /usr/bin/pkg-config [2022-06-27T08:34:10.376Z] #77 119.1 checking pkg-config is at least version 0.9.0... yes [2022-06-27T08:34:10.376Z] #77 119.1 checking for yajl >= 2.1.0... yes [2022-06-27T08:34:10.376Z] #77 119.1 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-27T08:34:10.376Z] #77 119.1 checking for gcc... (cached) gcc [2022-06-27T08:34:10.376Z] #77 119.2 checking whether we are using the GNU C compiler... (cached) yes [2022-06-27T08:34:10.376Z] #77 119.2 checking whether gcc accepts -g... (cached) yes [2022-06-27T08:34:10.376Z] #77 119.2 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-27T08:34:10.376Z] #77 119.2 checking whether gcc understands -c and -o together... (cached) yes [2022-06-27T08:34:10.376Z] #77 119.2 checking for a Python interpreter with version >= 3... python3 [2022-06-27T08:34:10.376Z] #77 119.3 checking for python3... /usr/bin/python3 [2022-06-27T08:34:10.595Z] #26 DONE 0.9s [2022-06-27T08:34:10.595Z] [2022-06-27T08:34:10.595Z] #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-27T08:34:10.595Z] #67 sha256:68257a6b544dbb7e1716629a40ce8cae095384b87726a82314d6cfa921e1e780 [2022-06-27T08:34:10.636Z] #77 119.3 checking for python3 version... 3.9 [2022-06-27T08:34:10.636Z] #77 119.4 checking for python3 platform... linux [2022-06-27T08:34:10.636Z] #77 119.5 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-27T08:34:10.896Z] #77 119.6 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-27T08:34:10.977Z] #42 47.05 Building dependency tree... [2022-06-27T08:34:11.157Z] #77 119.8 checking that generated files are newer than configure... done [2022-06-27T08:34:11.157Z] #77 119.9 configure: creating ./config.status [2022-06-27T08:34:11.170Z] #67 ... [2022-06-27T08:34:11.170Z] [2022-06-27T08:34:11.170Z] #27 [dev-systemd-false 6/28] RUN ldconfig [2022-06-27T08:34:11.170Z] #27 sha256:e828cb4a4c70fe20fdd9c59b0cc7a96bdc05420df447fb47f66ed10ce4043d70 [2022-06-27T08:34:11.726Z] #77 ... [2022-06-27T08:34:11.726Z] [2022-06-27T08:34:11.726Z] #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-27T08:34:11.726Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:34:11.726Z] #21 33.98 Selecting previously unselected package libinih1:amd64. [2022-06-27T08:34:11.741Z] #27 DONE 1.0s [2022-06-27T08:34:11.741Z] [2022-06-27T08:34:11.741Z] #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-27T08:34:11.741Z] #67 sha256:68257a6b544dbb7e1716629a40ce8cae095384b87726a82314d6cfa921e1e780 [2022-06-27T08:34:11.741Z] #67 5.655 + cd /tmp/tmp.v50KqTBH6i/src/github.com/opencontainers/runc [2022-06-27T08:34:11.741Z] #67 5.655 + git checkout -q v1.1.2 [2022-06-27T08:34:11.986Z] #21 33.98 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-27T08:34:11.986Z] #21 33.99 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-27T08:34:11.986Z] #21 34.05 Selecting previously unselected package libnet1:amd64. [2022-06-27T08:34:11.986Z] #21 34.05 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-27T08:34:11.986Z] #21 34.06 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:34:11.986Z] #21 34.17 Selecting previously unselected package libnl-3-200:amd64. [2022-06-27T08:34:11.986Z] #21 34.17 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-27T08:34:11.986Z] #21 34.17 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-27T08:34:11.986Z] #21 34.28 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-27T08:34:12.246Z] #21 34.29 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-27T08:34:12.246Z] #21 34.30 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:34:12.246Z] #21 34.37 Selecting previously unselected package libyajl2:amd64. [2022-06-27T08:34:12.246Z] #21 34.37 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-06-27T08:34:12.246Z] #21 34.39 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-27T08:34:12.246Z] #21 34.47 Selecting previously unselected package net-tools. [2022-06-27T08:34:12.246Z] #21 34.47 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-27T08:34:12.246Z] #21 34.48 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-27T08:34:12.313Z] #67 6.152 + '[' -z '' ']' [2022-06-27T08:34:12.314Z] #67 6.152 + target=static [2022-06-27T08:34:12.314Z] #67 6.152 + make BUILDTAGS=seccomp static [2022-06-27T08:34:12.314Z] #67 6.220 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-27T08:34:12.505Z] #21 34.69 Selecting previously unselected package patch. [2022-06-27T08:34:12.505Z] #21 34.70 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-06-27T08:34:12.505Z] #21 34.71 Unpacking patch (2.7.6-7) ... [2022-06-27T08:34:12.765Z] #21 34.84 Selecting previously unselected package python-pip-whl. [2022-06-27T08:34:12.765Z] #21 34.85 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-27T08:34:12.765Z] #21 34.85 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-27T08:34:12.875Z] #42 ... [2022-06-27T08:34:12.875Z] [2022-06-27T08:34:12.875Z] #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-27T08:34:12.875Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:34:12.875Z] #76 41.28 Reading package lists... [2022-06-27T08:34:12.875Z] #76 50.82 Building dependency tree... [2022-06-27T08:34:12.875Z] #76 ... [2022-06-27T08:34:12.875Z] [2022-06-27T08:34:12.875Z] #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-27T08:34:12.875Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:34:12.875Z] #62 38.80 Reading package lists... [2022-06-27T08:34:12.875Z] #62 48.29 Building dependency tree... [2022-06-27T08:34:13.201Z] #44 ... [2022-06-27T08:34:13.201Z] [2022-06-27T08:34:13.201Z] #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-27T08:34:13.201Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-27T08:34:13.201Z] #53 65.65 gotestsum version dev [2022-06-27T08:34:13.201Z] #53 DONE 66.3s [2022-06-27T08:34:13.201Z] [2022-06-27T08:34:13.201Z] #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-27T08:34:13.201Z] #44 sha256:582ed44719f547107c4d9183053b4eb2077d9c548b0a18c1720f897274d09b0b [2022-06-27T08:34:13.201Z] #44 4.733 Install tini version v0.19.0 [2022-06-27T08:34:13.201Z] #44 4.733 + RM_GOPATH=0 [2022-06-27T08:34:13.201Z] #44 4.733 + TMP_GOPATH= [2022-06-27T08:34:13.201Z] #44 4.733 + : /build [2022-06-27T08:34:13.201Z] #44 4.733 + '[' -z '' ']' [2022-06-27T08:34:13.201Z] #44 4.733 ++ mktemp -d [2022-06-27T08:34:13.201Z] #44 4.733 + export GOPATH=/tmp/tmp.I3fAlJHUY2 [2022-06-27T08:34:13.201Z] #44 4.733 + GOPATH=/tmp/tmp.I3fAlJHUY2 [2022-06-27T08:34:13.201Z] #44 4.733 + RM_GOPATH=1 [2022-06-27T08:34:13.201Z] #44 4.733 + case "$(go env GOARCH)" in [2022-06-27T08:34:13.201Z] #44 4.733 ++ go env GOARCH [2022-06-27T08:34:13.201Z] #44 4.733 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:34:13.201Z] #44 4.733 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:34:13.201Z] #44 4.733 ++ dirname /install.sh [2022-06-27T08:34:13.201Z] #44 4.733 + dir=/ [2022-06-27T08:34:13.201Z] #44 4.733 + bin=tini [2022-06-27T08:34:13.201Z] #44 4.733 + shift [2022-06-27T08:34:13.201Z] #44 4.733 + '[' '!' -f //tini.installer ']' [2022-06-27T08:34:13.201Z] #44 4.733 + . //tini.installer [2022-06-27T08:34:13.201Z] #44 4.733 ++ : v0.19.0 [2022-06-27T08:34:13.201Z] #44 4.733 + install_tini [2022-06-27T08:34:13.201Z] #44 4.733 + echo 'Install tini version v0.19.0' [2022-06-27T08:34:13.201Z] #44 4.733 + git clone https://github.com/krallin/tini.git /tmp/tmp.I3fAlJHUY2/tini [2022-06-27T08:34:13.201Z] #44 4.733 Cloning into '/tmp/tmp.I3fAlJHUY2/tini'... [2022-06-27T08:34:13.201Z] #44 ... [2022-06-27T08:34:13.201Z] [2022-06-27T08:34:13.201Z] #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-27T08:34:13.201Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:34:13.201Z] #77 12.59 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-27T08:34:13.201Z] #77 12.67 Cloning into '/tmp/crun-build/libocispec'... [2022-06-27T08:34:13.201Z] #77 13.75 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-27T08:34:13.201Z] #77 13.78 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-27T08:34:13.201Z] #77 13.78 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-27T08:34:13.201Z] #77 13.78 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-27T08:34:13.201Z] #77 13.80 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-27T08:34:13.336Z] #21 35.47 Selecting previously unselected package python3-lib2to3. [2022-06-27T08:34:13.336Z] #21 35.48 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-27T08:34:13.336Z] #21 35.48 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-27T08:34:13.336Z] #21 35.60 Selecting previously unselected package python3-distutils. [2022-06-27T08:34:13.336Z] #21 35.60 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-27T08:34:13.336Z] #21 35.61 Unpacking python3-distutils (3.9.2-1) ... [2022-06-27T08:34:13.458Z] #77 15.78 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-27T08:34:13.596Z] #21 35.76 Selecting previously unselected package python3-pkg-resources. [2022-06-27T08:34:13.596Z] #21 35.76 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-27T08:34:13.596Z] #21 35.77 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:34:13.857Z] #21 35.90 Selecting previously unselected package python3-setuptools. [2022-06-27T08:34:13.857Z] #21 35.90 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-27T08:34:13.857Z] #21 35.91 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-27T08:34:14.117Z] #21 36.20 Selecting previously unselected package python3-wheel. [2022-06-27T08:34:14.117Z] #21 36.22 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-27T08:34:14.117Z] #21 36.24 Unpacking python3-wheel (0.34.2-1) ... [2022-06-27T08:34:14.117Z] #21 36.34 Selecting previously unselected package python3-pip. [2022-06-27T08:34:14.117Z] #21 36.34 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-27T08:34:14.117Z] #21 36.35 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-27T08:34:14.377Z] #21 36.63 Selecting previously unselected package sudo. [2022-06-27T08:34:14.377Z] #21 36.63 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-06-27T08:34:14.377Z] #21 36.64 Unpacking sudo (1.9.5p2-3) ... [2022-06-27T08:34:14.769Z] #62 ... [2022-06-27T08:34:14.769Z] [2022-06-27T08:34:14.769Z] #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-27T08:34:14.769Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:34:14.769Z] #76 50.82 Building dependency tree... [2022-06-27T08:34:15.207Z] #21 37.26 Selecting previously unselected package thin-provisioning-tools. [2022-06-27T08:34:15.207Z] #21 37.28 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-27T08:34:15.207Z] #21 37.29 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-27T08:34:15.394Z] #77 17.79 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-27T08:34:15.468Z] #21 37.54 Selecting previously unselected package uidmap. [2022-06-27T08:34:15.468Z] #21 37.56 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-27T08:34:15.468Z] #21 37.57 Unpacking uidmap (1:4.8.1-1) ... [2022-06-27T08:34:15.468Z] #21 37.71 Selecting previously unselected package vim-runtime. [2022-06-27T08:34:15.468Z] #21 37.71 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-27T08:34:15.468Z] #21 37.75 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-27T08:34:15.728Z] #21 37.80 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-27T08:34:15.728Z] #21 37.80 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:16.145Z] #76 ... [2022-06-27T08:34:16.145Z] [2022-06-27T08:34:16.145Z] #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-27T08:34:16.145Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:34:16.145Z] #51 35.07 Reading package lists... [2022-06-27T08:34:16.145Z] #51 45.05 Reading package lists... [2022-06-27T08:34:16.402Z] #51 54.57 Building dependency tree... [2022-06-27T08:34:16.402Z] #51 ... [2022-06-27T08:34:16.402Z] [2022-06-27T08:34:16.402Z] #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-27T08:34:16.402Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:34:16.402Z] #62 54.56 The following additional packages will be installed: [2022-06-27T08:34:16.402Z] #62 54.59 libbtrfs0 [2022-06-27T08:34:16.402Z] #62 54.87 The following NEW packages will be installed: [2022-06-27T08:34:16.402Z] #62 54.90 libbtrfs-dev libbtrfs0 [2022-06-27T08:34:16.402Z] #62 55.36 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:34:16.402Z] #62 55.36 Need to get 460 kB of archives. [2022-06-27T08:34:16.402Z] #62 55.36 After this operation, 1237 kB of additional disk space will be used. [2022-06-27T08:34:16.402Z] #62 55.36 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-27T08:34:16.402Z] #62 55.37 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-27T08:34:16.761Z] #77 ... [2022-06-27T08:34:16.761Z] [2022-06-27T08:34:16.761Z] #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-27T08:34:16.761Z] #44 sha256:582ed44719f547107c4d9183053b4eb2077d9c548b0a18c1720f897274d09b0b [2022-06-27T08:34:16.761Z] #44 5.519 + cd /tmp/tmp.I3fAlJHUY2/tini [2022-06-27T08:34:16.761Z] #44 5.519 + git checkout -q v0.19.0 [2022-06-27T08:34:16.761Z] #44 5.542 + cmake . [2022-06-27T08:34:16.761Z] #44 6.132 -- The C compiler identification is GNU 10.2.1 [2022-06-27T08:34:16.761Z] #44 6.191 -- Detecting C compiler ABI info [2022-06-27T08:34:16.761Z] #44 6.811 -- Detecting C compiler ABI info - done [2022-06-27T08:34:16.761Z] #44 6.955 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-27T08:34:16.761Z] #44 6.963 -- Detecting C compile features [2022-06-27T08:34:16.761Z] #44 6.968 -- Detecting C compile features - done [2022-06-27T08:34:16.761Z] #44 7.011 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-27T08:34:16.761Z] #44 7.205 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-27T08:34:16.761Z] #44 7.309 -- Configuring done [2022-06-27T08:34:16.761Z] #44 7.328 -- Generating done [2022-06-27T08:34:16.761Z] #44 7.328 -- Build files have been written to: /tmp/tmp.I3fAlJHUY2/tini [2022-06-27T08:34:16.761Z] #44 7.370 + make tini-static [2022-06-27T08:34:16.761Z] #44 7.755 Scanning dependencies of target tini-static [2022-06-27T08:34:16.761Z] #44 7.843 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-27T08:34:16.807Z] #14 ... [2022-06-27T08:34:16.807Z] [2022-06-27T08:34:16.807Z] #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-27T08:34:16.807Z] #64 sha256:51bbfbea90b44bb03be4715a2ebb382407c42695a56d3b40501050a3439acbcb [2022-06-27T08:34:17.017Z] #44 9.117 [100%] Linking C executable tini-static [2022-06-27T08:34:17.331Z] #64 40.47 Updating files: 58% (2808/4777) Updating files: 59% (2819/4777) Updating files: 60% (2867/4777) Updating files: 61% (2914/4777) Updating files: 62% (2962/4777) Updating files: 63% (3010/4777) Updating files: 64% (3058/4777) Updating files: 65% (3106/4777) Updating files: 66% (3153/4777) Updating files: 67% (3201/4777) Updating files: 68% (3249/4777) Updating files: 69% (3297/4777) Updating files: 70% (3344/4777) Updating files: 71% (3392/4777) Updating files: 72% (3440/4777) Updating files: 73% (3488/4777) Updating files: 74% (3535/4777) Updating files: 75% (3583/4777) Updating files: 76% (3631/4777) Updating files: 77% (3679/4777) Updating files: 78% (3727/4777) Updating files: 79% (3774/4777) Updating files: 80% (3822/4777) Updating files: 81% (3870/4777) Updating files: 82% (3918/4777) Updating files: 83% (3965/4777) Updating files: 84% (4013/4777) Updating files: 85% (4061/4777) Updating files: 86% (4109/4777) Updating files: 87% (4156/4777) Updating files: 88% (4204/4777) Updating files: 89% (4252/4777) Updating files: 90% (4300/4777) Updating files: 91% (4348/4777) Updating files: 92% (4395/4777) Updating files: 93% (4443/4777) Updating files: 94% (4491/4777) Updating files: 95% (4539/4777) Updating files: 96% (4586/4777) Updating files: 97% (4634/4777) Updating files: 98% (4682/4777) Updating files: 99% (4730/4777) Updating files: 100% (4777/4777) Updating files: 100% (4777/4777), done. [2022-06-27T08:34:17.331Z] #64 41.50 + cd /tmp/tmp.w49LnscrQ6/src/github.com/containerd/containerd [2022-06-27T08:34:17.331Z] #64 41.50 + git checkout -q v1.6.6 [2022-06-27T08:34:17.581Z] #44 9.745 [100%] Built target tini-static [2022-06-27T08:34:17.837Z] #44 9.841 + mkdir -p /build [2022-06-27T08:34:17.837Z] #44 9.841 + cp tini-static /build/docker-init [2022-06-27T08:34:17.837Z] #44 DONE 10.0s [2022-06-27T08:34:17.837Z] [2022-06-27T08:34:17.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-27T08:34:17.837Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:34:17.837Z] #77 19.28 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-27T08:34:17.837Z] #77 19.51 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-27T08:34:17.837Z] #77 19.75 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-27T08:34:17.904Z] #64 ... [2022-06-27T08:34:17.904Z] [2022-06-27T08:34:17.904Z] #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-27T08:34:17.904Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:34:17.904Z] #77 26.95 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-27T08:34:17.904Z] #77 36.68 libtoolize: putting auxiliary files in '.'. [2022-06-27T08:34:17.904Z] #77 36.68 libtoolize: copying file './ltmain.sh' [2022-06-27T08:34:18.166Z] #77 ... [2022-06-27T08:34:18.166Z] [2022-06-27T08:34:18.166Z] #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-27T08:34:18.166Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-27T08:34:18.166Z] #14 78.46 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-27T08:34:18.166Z] #14 78.46 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-06-27T08:34:18.166Z] #14 78.47 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:34:18.399Z] #77 ... [2022-06-27T08:34:18.399Z] [2022-06-27T08:34:18.399Z] #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-27T08:34:18.399Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:34:18.399Z] #14 62.29 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-27T08:34:18.399Z] #14 62.29 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-27T08:34:18.399Z] #14 62.30 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-27T08:34:18.399Z] #14 68.84 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-27T08:34:18.399Z] #14 68.84 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:34:18.399Z] #14 68.88 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-27T08:34:18.399Z] #14 69.03 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-27T08:34:18.399Z] #14 69.03 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:34:18.399Z] #14 69.03 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-27T08:34:18.906Z] #67 ... [2022-06-27T08:34:18.906Z] [2022-06-27T08:34:18.906Z] #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-27T08:34:18.906Z] #28 sha256:c4d8c9694e9e738331e640fb61089fa5198cfcbeded1ebd9ab5ce788c8605229 [2022-06-27T08:34:18.906Z] #28 1.142 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-27T08:34:18.906Z] #28 1.142 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-27T08:34:18.906Z] #28 1.142 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-27T08:34:18.906Z] #28 1.428 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-27T08:34:18.906Z] #28 1.680 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-27T08:34:18.906Z] #28 1.947 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-27T08:34:18.906Z] #28 2.212 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-27T08:34:18.906Z] #28 2.436 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-27T08:34:18.906Z] #28 2.603 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-27T08:34:18.906Z] #28 2.604 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-27T08:34:18.906Z] #28 2.604 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [142 kB] [2022-06-27T08:34:18.906Z] #28 2.612 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB] [2022-06-27T08:34:18.906Z] #28 2.612 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB] [2022-06-27T08:34:18.906Z] #28 2.699 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-27T08:34:18.906Z] #28 2.704 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-27T08:34:18.906Z] #28 2.706 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-27T08:34:18.906Z] #28 2.706 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-27T08:34:18.906Z] #28 2.707 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-27T08:34:18.906Z] #28 ... [2022-06-27T08:34:18.906Z] [2022-06-27T08:34:18.906Z] #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-27T08:34:18.906Z] #67 sha256:68257a6b544dbb7e1716629a40ce8cae095384b87726a82314d6cfa921e1e780 [2022-06-27T08:34:18.906Z] #67 12.10 + mkdir -p /build [2022-06-27T08:34:18.906Z] #67 12.10 + cp runc /build/runc [2022-06-27T08:34:18.906Z] #67 DONE 12.4s [2022-06-27T08:34:18.906Z] [2022-06-27T08:34:18.906Z] #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-27T08:34:18.906Z] #71 sha256:eea5c7cde1825ec44d9ec5788b5fea6d9a5253aea5638f5d7ebd1203b5414562 [2022-06-27T08:34:18.922Z] #62 57.43 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:34:18.922Z] #62 ... [2022-06-27T08:34:18.922Z] [2022-06-27T08:34:18.922Z] #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-27T08:34:18.922Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:34:18.922Z] #14 38.28 Reading package lists... [2022-06-27T08:34:18.922Z] #14 48.01 Building dependency tree... [2022-06-27T08:34:18.922Z] #14 54.76 The following additional packages will be installed: [2022-06-27T08:34:18.922Z] #14 54.77 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-27T08:34:18.922Z] #14 54.77 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-27T08:34:18.922Z] #14 54.77 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-27T08:34:18.922Z] #14 54.77 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-27T08:34:18.922Z] #14 54.77 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-27T08:34:18.922Z] #14 54.78 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-27T08:34:18.922Z] #14 54.78 mingw-w64-common mingw-w64-x86-64-dev [2022-06-27T08:34:18.922Z] #14 54.79 Suggested packages: [2022-06-27T08:34:18.922Z] #14 54.79 gcc-10-locales seccomp wine64 [2022-06-27T08:34:18.922Z] #14 57.42 The following NEW packages will be installed: [2022-06-27T08:34:18.922Z] #14 57.46 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-27T08:34:18.922Z] #14 57.46 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-27T08:34:18.922Z] #14 57.46 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-27T08:34:18.922Z] #14 57.46 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-27T08:34:18.922Z] #14 57.47 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-27T08:34:18.922Z] #14 57.47 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-27T08:34:18.922Z] #14 57.48 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-27T08:34:18.922Z] #14 57.49 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-27T08:34:18.922Z] #14 57.51 mingw-w64-x86-64-dev [2022-06-27T08:34:19.024Z] #21 41.34 Selecting previously unselected package vim. [2022-06-27T08:34:19.179Z] #14 ... [2022-06-27T08:34:19.179Z] [2022-06-27T08:34:19.179Z] #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-27T08:34:19.179Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-27T08:34:19.179Z] #62 57.94 Fetched 460 kB in 0s (1280 kB/s) [2022-06-27T08:34:19.284Z] #21 41.35 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-27T08:34:19.284Z] #21 41.38 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:19.284Z] #21 ... [2022-06-27T08:34:19.284Z] [2022-06-27T08:34:19.284Z] #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-27T08:34:19.284Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:34:19.284Z] #77 121.6 config.status: creating Makefile [2022-06-27T08:34:19.284Z] #77 121.6 config.status: creating config.h [2022-06-27T08:34:19.284Z] #77 121.7 config.status: executing libtool commands [2022-06-27T08:34:19.284Z] #77 121.7 config.status: executing depfiles commands [2022-06-27T08:34:19.284Z] #77 122.3 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-27T08:34:19.284Z] #77 122.3 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-27T08:34:19.284Z] #77 122.6 checking for gcc... gcc [2022-06-27T08:34:19.284Z] #77 122.7 checking whether the C compiler works... yes [2022-06-27T08:34:19.284Z] #77 122.9 checking for C compiler default output file name... a.out [2022-06-27T08:34:19.284Z] #77 122.9 checking for suffix of executables... [2022-06-27T08:34:19.284Z] #77 123.0 checking whether we are cross compiling... no [2022-06-27T08:34:19.284Z] #77 123.2 checking for suffix of object files... o [2022-06-27T08:34:19.284Z] #77 123.3 checking whether we are using the GNU C compiler... yes [2022-06-27T08:34:19.284Z] #77 123.4 checking whether gcc accepts -g... yes [2022-06-27T08:34:19.284Z] #77 123.5 checking for gcc option to accept ISO C89... none needed [2022-06-27T08:34:19.284Z] #77 123.6 checking whether gcc understands -c and -o together... yes [2022-06-27T08:34:19.284Z] #77 123.8 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-27T08:34:19.284Z] #77 123.8 checking whether build environment is sane... yes [2022-06-27T08:34:19.284Z] #77 123.8 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-27T08:34:19.284Z] #77 123.8 checking for gawk... no [2022-06-27T08:34:19.284Z] #77 123.8 checking for mawk... mawk [2022-06-27T08:34:19.284Z] #77 123.9 checking whether make sets $(MAKE)... yes [2022-06-27T08:34:19.284Z] #77 123.9 checking whether make supports the include directive... yes (GNU style) [2022-06-27T08:34:19.284Z] #77 123.9 checking whether make supports nested variables... yes [2022-06-27T08:34:19.284Z] #77 124.0 checking whether UID '0' is supported by ustar format... yes [2022-06-27T08:34:19.284Z] #77 124.0 checking whether GID '0' is supported by ustar format... yes [2022-06-27T08:34:19.284Z] #77 124.0 checking how to create a ustar tar archive... gnutar [2022-06-27T08:34:19.284Z] #77 124.0 checking dependency style of gcc... gcc3 [2022-06-27T08:34:19.284Z] #77 124.2 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-27T08:34:19.284Z] #77 124.2 checking whether make supports nested variables... (cached) yes [2022-06-27T08:34:19.284Z] #77 124.2 checking build system type... x86_64-pc-linux-gnu [2022-06-27T08:34:19.284Z] #77 124.4 checking host system type... x86_64-pc-linux-gnu [2022-06-27T08:34:19.284Z] #77 124.4 checking how to print strings... printf [2022-06-27T08:34:19.284Z] #77 124.4 checking for a sed that does not truncate output... /bin/sed [2022-06-27T08:34:19.284Z] #77 124.5 checking for grep that handles long lines and -e... /bin/grep [2022-06-27T08:34:19.284Z] #77 124.5 checking for egrep... /bin/grep -E [2022-06-27T08:34:19.284Z] #77 124.5 checking for fgrep... /bin/grep -F [2022-06-27T08:34:19.284Z] #77 124.5 checking for ld used by gcc... /usr/bin/ld [2022-06-27T08:34:19.284Z] #77 124.5 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-27T08:34:19.284Z] #77 124.5 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-27T08:34:19.284Z] #77 124.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-27T08:34:19.284Z] #77 124.6 checking whether ln -s works... yes [2022-06-27T08:34:19.284Z] #77 124.6 checking the maximum length of command line arguments... 1572864 [2022-06-27T08:34:19.284Z] #77 124.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-27T08:34:19.284Z] #77 124.6 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-27T08:34:19.284Z] #77 124.6 checking for /usr/bin/ld option to reload object files... -r [2022-06-27T08:34:19.284Z] #77 124.6 checking for objdump... objdump [2022-06-27T08:34:19.284Z] #77 124.7 checking how to recognize dependent libraries... pass_all [2022-06-27T08:34:19.284Z] #77 124.7 checking for dlltool... no [2022-06-27T08:34:19.284Z] #77 124.7 checking how to associate runtime and link libraries... printf %s\n [2022-06-27T08:34:19.284Z] #77 124.7 checking for ar... ar [2022-06-27T08:34:19.284Z] #77 124.7 checking for archiver @FILE support... @ [2022-06-27T08:34:19.284Z] #77 124.8 checking for strip... strip [2022-06-27T08:34:19.284Z] #77 124.8 checking for ranlib... ranlib [2022-06-27T08:34:19.284Z] #77 124.8 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-27T08:34:19.284Z] #77 125.2 checking for sysroot... no [2022-06-27T08:34:19.284Z] #77 125.2 checking for a working dd... /bin/dd [2022-06-27T08:34:19.284Z] #77 125.2 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-27T08:34:19.284Z] #77 125.3 checking for mt... no [2022-06-27T08:34:19.284Z] #77 125.3 checking if : is a manifest tool... no [2022-06-27T08:34:19.284Z] #77 125.3 checking how to run the C preprocessor... gcc -E [2022-06-27T08:34:19.284Z] #77 125.5 checking for ANSI C header files... yes [2022-06-27T08:34:19.284Z] #77 126.0 checking for sys/types.h... yes [2022-06-27T08:34:19.284Z] #77 126.2 checking for sys/stat.h... yes [2022-06-27T08:34:19.284Z] #77 126.4 checking for stdlib.h... yes [2022-06-27T08:34:19.284Z] #77 126.6 checking for string.h... yes [2022-06-27T08:34:19.284Z] #77 126.7 checking for memory.h... yes [2022-06-27T08:34:19.284Z] #77 126.9 checking for strings.h... yes [2022-06-27T08:34:19.284Z] #77 127.1 checking for inttypes.h... yes [2022-06-27T08:34:19.284Z] #77 127.2 checking for stdint.h... yes [2022-06-27T08:34:19.284Z] #77 127.4 checking for unistd.h... yes [2022-06-27T08:34:19.284Z] #77 127.6 checking for dlfcn.h... yes [2022-06-27T08:34:19.284Z] #77 127.8 checking for objdir... .libs [2022-06-27T08:34:19.284Z] #77 128.1 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-27T08:34:19.435Z] #62 58.20 Selecting previously unselected package libbtrfs0:amd64. [2022-06-27T08:34:19.436Z] #62 58.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-27T08:34:19.436Z] #62 58.29 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-27T08:34:19.436Z] #62 58.31 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:34:19.544Z] #77 128.2 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-27T08:34:19.544Z] #77 128.2 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-27T08:34:20.001Z] #62 58.80 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-27T08:34:20.001Z] #62 58.81 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-27T08:34:20.114Z] #77 128.3 checking if gcc static flag -static works... yes [2022-06-27T08:34:20.114Z] #77 128.7 checking if gcc supports -c -o file.o... yes [2022-06-27T08:34:20.114Z] #77 128.8 checking if gcc supports -c -o file.o... (cached) yes [2022-06-27T08:34:20.114Z] #77 128.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-27T08:34:20.259Z] #62 58.86 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:34:20.374Z] #77 128.9 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-27T08:34:20.374Z] #77 129.2 checking how to hardcode library paths into programs... immediate [2022-06-27T08:34:20.374Z] #77 129.2 checking whether stripping libraries is possible... yes [2022-06-27T08:34:20.374Z] #77 129.2 checking if libtool supports shared libraries... yes [2022-06-27T08:34:20.374Z] #77 129.2 checking whether to build shared libraries... no [2022-06-27T08:34:20.374Z] #77 129.2 checking whether to build static libraries... yes [2022-06-27T08:34:20.635Z] #77 129.2 checking float.h usability... yes [2022-06-27T08:34:20.635Z] #77 129.4 checking float.h presence... yes [2022-06-27T08:34:20.635Z] #77 129.4 checking for float.h... yes [2022-06-27T08:34:20.822Z] #62 59.51 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:34:20.823Z] #62 59.53 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:34:20.823Z] #62 59.54 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:34:20.895Z] #77 129.4 checking limits.h usability... yes [2022-06-27T08:34:20.895Z] #77 129.6 checking limits.h presence... yes [2022-06-27T08:34:20.895Z] #77 129.7 checking for limits.h... yes [2022-06-27T08:34:21.156Z] #77 129.7 checking stddef.h usability... yes [2022-06-27T08:34:21.156Z] #77 129.9 checking stddef.h presence... yes [2022-06-27T08:34:21.156Z] #77 129.9 checking for stddef.h... yes [2022-06-27T08:34:21.156Z] #77 130.0 checking for stdlib.h... (cached) yes [2022-06-27T08:34:21.385Z] #62 DONE 60.2s [2022-06-27T08:34:21.385Z] [2022-06-27T08:34:21.385Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-27T08:34:21.385Z] #63 sha256:3f8505889300c4a5bb6f0297825694ba7282b98a26f53c5fdc601fae427e8cd3 [2022-06-27T08:34:21.385Z] #63 DONE 0.2s [2022-06-27T08:34:21.385Z] [2022-06-27T08:34:21.386Z] #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-27T08:34:21.386Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:34:21.386Z] #42 53.52 The following additional packages will be installed: [2022-06-27T08:34:21.386Z] #42 53.57 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-27T08:34:21.386Z] #42 53.58 Suggested packages: [2022-06-27T08:34:21.386Z] #42 53.62 cmake-doc ninja-build lrzip [2022-06-27T08:34:21.386Z] #42 53.62 Recommended packages: [2022-06-27T08:34:21.386Z] #42 53.62 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-27T08:34:21.386Z] #42 54.97 The following NEW packages will be installed: [2022-06-27T08:34:21.386Z] #42 54.98 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-27T08:34:21.386Z] #42 54.99 vim-common xxd [2022-06-27T08:34:21.386Z] #42 55.45 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:34:21.386Z] #42 55.45 Need to get 17.7 MB of archives. [2022-06-27T08:34:21.386Z] #42 55.45 After this operation, 70.7 MB of additional disk space will be used. [2022-06-27T08:34:21.386Z] #42 55.45 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-27T08:34:21.386Z] #42 55.46 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-27T08:34:21.386Z] #42 55.47 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-27T08:34:21.386Z] #42 55.64 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-27T08:34:21.386Z] #42 56.66 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-27T08:34:21.386Z] #42 56.72 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-27T08:34:21.386Z] #42 56.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-27T08:34:21.386Z] #42 56.82 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-27T08:34:21.386Z] #42 56.82 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-27T08:34:21.386Z] #42 56.87 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-27T08:34:21.386Z] #42 59.26 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:34:21.386Z] #42 59.76 Fetched 17.7 MB in 2s (7592 kB/s) [2022-06-27T08:34:21.386Z] #42 60.16 Selecting previously unselected package xxd. [2022-06-27T08:34:21.386Z] #42 60.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-27T08:34:21.386Z] #42 60.33 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-27T08:34:21.386Z] #42 60.34 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:21.417Z] #77 130.0 checking for string.h... (cached) yes [2022-06-27T08:34:21.417Z] #77 130.0 checking sys/time.h usability... yes [2022-06-27T08:34:21.417Z] #77 130.2 checking sys/time.h presence... yes [2022-06-27T08:34:21.417Z] #77 130.2 checking for sys/time.h... yes [2022-06-27T08:34:21.677Z] #77 130.2 checking for inline... inline [2022-06-27T08:34:21.938Z] #77 130.3 checking for size_t... yes [2022-06-27T08:34:21.938Z] #77 130.6 checking for stdlib.h... (cached) yes [2022-06-27T08:34:21.955Z] #42 60.85 Selecting previously unselected package vim-common. [2022-06-27T08:34:21.955Z] #42 60.85 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-27T08:34:22.198Z] #77 130.7 checking for GNU libc compatible malloc... yes [2022-06-27T08:34:22.198Z] #77 130.9 checking for stdlib.h... (cached) yes [2022-06-27T08:34:22.198Z] #77 130.9 checking for GNU libc compatible realloc... yes [2022-06-27T08:34:22.212Z] #42 60.93 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:22.379Z] #14 83.82 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-27T08:34:22.379Z] #14 83.82 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-06-27T08:34:22.379Z] #14 83.83 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-27T08:34:22.458Z] #77 131.1 checking for working strtod... yes [2022-06-27T08:34:22.775Z] #42 61.66 Selecting previously unselected package cmake-data. [2022-06-27T08:34:22.775Z] #42 61.66 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-27T08:34:22.775Z] #42 61.72 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-27T08:34:22.982Z] #77 131.4 checking for gettimeofday... yes [2022-06-27T08:34:22.982Z] #77 131.6 checking for memset... yes [2022-06-27T08:34:23.119Z] #71 ... [2022-06-27T08:34:23.119Z] [2022-06-27T08:34:23.119Z] #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-27T08:34:23.119Z] #28 sha256:c4d8c9694e9e738331e640fb61089fa5198cfcbeded1ebd9ab5ce788c8605229 [2022-06-27T08:34:23.119Z] #28 10.91 Fetched 40.5 MB in 10s (4040 kB/s) [2022-06-27T08:34:23.242Z] #77 131.9 checking for strspn... yes [2022-06-27T08:34:23.343Z] #42 ... [2022-06-27T08:34:23.343Z] [2022-06-27T08:34:23.343Z] #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-27T08:34:23.343Z] #64 sha256:0190aa0c9a249139e8b3b560792d445aba5c20da263415f39eee4a3bc4c7cf14 [2022-06-27T08:34:23.343Z] #64 1.607 + RM_GOPATH=0 [2022-06-27T08:34:23.343Z] #64 1.607 + TMP_GOPATH= [2022-06-27T08:34:23.343Z] #64 1.607 + : /build [2022-06-27T08:34:23.343Z] #64 1.607 + '[' -z '' ']' [2022-06-27T08:34:23.343Z] #64 1.609 ++ mktemp -d [2022-06-27T08:34:23.343Z] #64 1.677 + export GOPATH=/tmp/tmp.yISrkI4lRA [2022-06-27T08:34:23.343Z] #64 1.677 + GOPATH=/tmp/tmp.yISrkI4lRA [2022-06-27T08:34:23.343Z] #64 1.677 + RM_GOPATH=1 [2022-06-27T08:34:23.343Z] #64 1.678 + case "$(go env GOARCH)" in [2022-06-27T08:34:23.343Z] #64 1.678 ++ go env GOARCH [2022-06-27T08:34:23.343Z] #64 1.726 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:34:23.343Z] #64 1.726 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:34:23.343Z] #64 1.730 ++ dirname /install.sh [2022-06-27T08:34:23.343Z] #64 1.734 + dir=/ [2022-06-27T08:34:23.343Z] #64 1.749 + bin=containerd [2022-06-27T08:34:23.343Z] #64 1.749 + shift [2022-06-27T08:34:23.343Z] #64 1.750 + '[' '!' -f //containerd.installer ']' [2022-06-27T08:34:23.343Z] #64 1.753 + . //containerd.installer [2022-06-27T08:34:23.343Z] #64 1.754 ++ set -e [2022-06-27T08:34:23.343Z] #64 1.754 ++ : v1.6.6 [2022-06-27T08:34:23.343Z] #64 1.754 + install_containerd [2022-06-27T08:34:23.343Z] #64 1.755 + echo 'Install containerd version v1.6.6' [2022-06-27T08:34:23.343Z] #64 1.755 + git clone https://github.com/containerd/containerd.git /tmp/tmp.yISrkI4lRA/src/github.com/containerd/containerd [2022-06-27T08:34:23.343Z] #64 1.755 Install containerd version v1.6.6 [2022-06-27T08:34:23.343Z] #64 1.769 Cloning into '/tmp/tmp.yISrkI4lRA/src/github.com/containerd/containerd'... [2022-06-27T08:34:23.561Z] #77 132.2 checking that generated files are newer than configure... done [2022-06-27T08:34:23.561Z] #77 132.2 configure: creating ./config.status [2022-06-27T08:34:23.649Z] #14 77.29 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-27T08:34:23.649Z] #14 77.29 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:34:23.649Z] #14 77.30 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:34:24.275Z] #64 ... [2022-06-27T08:34:24.275Z] [2022-06-27T08:34:24.275Z] #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-27T08:34:24.275Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:34:24.275Z] #55 52.97 go: downloading github.com/fatih/color v1.13.0 [2022-06-27T08:34:24.275Z] #55 52.97 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-27T08:34:24.275Z] #55 53.05 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-27T08:34:24.275Z] #55 53.16 go: downloading github.com/spf13/viper v1.10.1 [2022-06-27T08:34:24.275Z] #55 53.53 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-27T08:34:24.275Z] #55 54.62 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-27T08:34:24.275Z] #55 54.65 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-27T08:34:24.275Z] #55 57.11 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-27T08:34:24.275Z] #55 57.15 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-27T08:34:24.275Z] #55 63.08 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-27T08:34:24.275Z] #55 ... [2022-06-27T08:34:24.275Z] [2022-06-27T08:34:24.275Z] #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-27T08:34:24.275Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:34:24.275Z] #76 57.39 python3 is already the newest version (3.9.2-3). [2022-06-27T08:34:24.275Z] #76 57.39 The following additional packages will be installed: [2022-06-27T08:34:24.275Z] #76 57.40 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-27T08:34:24.275Z] #76 57.42 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-27T08:34:24.275Z] #76 57.45 Suggested packages: [2022-06-27T08:34:24.275Z] #76 57.47 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-27T08:34:24.275Z] #76 57.47 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-27T08:34:24.275Z] #76 57.47 m4-doc ed diffutils-doc [2022-06-27T08:34:24.275Z] #76 57.47 Recommended packages: [2022-06-27T08:34:24.275Z] #76 57.47 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-27T08:34:24.275Z] #76 59.90 The following NEW packages will be installed: [2022-06-27T08:34:24.275Z] #76 59.90 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-27T08:34:24.275Z] #76 59.94 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-27T08:34:24.275Z] #76 59.94 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-27T08:34:24.275Z] #76 59.96 libyajl2 m4 patch xz-utils [2022-06-27T08:34:24.275Z] #76 60.55 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:34:24.275Z] #76 60.55 Need to get 5939 kB of archives. [2022-06-27T08:34:24.275Z] #76 60.55 After this operation, 18.7 MB of additional disk space will be used. [2022-06-27T08:34:24.275Z] #76 60.55 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-27T08:34:24.275Z] #76 60.57 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-27T08:34:24.275Z] #76 60.57 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-27T08:34:24.275Z] #76 60.57 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-27T08:34:24.275Z] #76 60.57 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-27T08:34:24.275Z] #76 60.57 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-27T08:34:24.275Z] #76 60.57 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-27T08:34:24.275Z] #76 60.58 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-27T08:34:24.275Z] #76 60.61 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-27T08:34:24.275Z] #76 60.61 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-27T08:34:24.275Z] #76 60.75 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-27T08:34:24.275Z] #76 60.75 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-27T08:34:24.275Z] #76 60.89 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-27T08:34:24.275Z] #76 60.89 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-27T08:34:24.275Z] #76 60.90 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-27T08:34:24.275Z] #76 60.90 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-27T08:34:24.275Z] #76 60.90 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-27T08:34:24.275Z] #76 60.90 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-27T08:34:24.275Z] #76 60.94 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-27T08:34:24.275Z] #76 60.99 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-27T08:34:24.276Z] #76 61.02 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-27T08:34:24.276Z] #76 61.04 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-27T08:34:24.276Z] #76 61.05 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-27T08:34:24.276Z] #76 62.61 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:34:24.533Z] #76 ... [2022-06-27T08:34:24.533Z] [2022-06-27T08:34:24.533Z] #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-27T08:34:24.533Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-27T08:34:24.533Z] #57 62.55 v3.0.2 [2022-06-27T08:34:24.533Z] #57 DONE 63.3s [2022-06-27T08:34:24.533Z] [2022-06-27T08:34:24.533Z] #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-27T08:34:24.533Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:34:24.533Z] #55 63.08 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-27T08:34:24.533Z] #55 63.13 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-27T08:34:24.790Z] #55 63.60 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-27T08:34:24.790Z] #55 63.67 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-27T08:34:25.047Z] #55 63.81 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-27T08:34:25.047Z] #55 63.84 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-27T08:34:25.047Z] #55 63.91 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-27T08:34:25.304Z] #55 64.08 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-27T08:34:25.497Z] #77 134.2 config.status: creating Makefile [2022-06-27T08:34:25.498Z] #77 134.2 config.status: creating config.h [2022-06-27T08:34:25.498Z] #77 134.2 config.status: executing depfiles commands [2022-06-27T08:34:25.560Z] #55 64.17 go: downloading github.com/spf13/afero v1.6.0 [2022-06-27T08:34:25.560Z] #55 64.20 go: downloading github.com/spf13/cast v1.4.1 [2022-06-27T08:34:25.560Z] #55 64.31 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-27T08:34:25.686Z] #14 ... [2022-06-27T08:34:25.686Z] [2022-06-27T08:34:25.686Z] #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-27T08:34:25.686Z] #64 sha256:51bbfbea90b44bb03be4715a2ebb382407c42695a56d3b40501050a3439acbcb [2022-06-27T08:34:25.686Z] #64 42.69 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-27T08:34:25.686Z] #64 42.69 + BUILDTAGS='netgo osusergo static_build' [2022-06-27T08:34:25.686Z] #64 42.69 + export EXTRA_FLAGS=-buildmode=pie [2022-06-27T08:34:25.686Z] #64 42.69 + EXTRA_FLAGS=-buildmode=pie [2022-06-27T08:34:25.686Z] #64 42.69 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-27T08:34:25.686Z] #64 42.69 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-27T08:34:25.686Z] #64 42.69 + '[' '' = dynamic ']' [2022-06-27T08:34:25.686Z] #64 42.69 + make [2022-06-27T08:34:25.686Z] #64 44.59 + bin/ctr [2022-06-27T08:34:25.757Z] #77 134.4 config.status: executing libtool commands [2022-06-27T08:34:25.828Z] #55 64.52 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-27T08:34:25.828Z] #55 64.55 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-27T08:34:26.084Z] #55 64.76 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-27T08:34:26.084Z] #55 64.81 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-27T08:34:26.084Z] #55 64.86 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-27T08:34:26.084Z] #55 64.88 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-27T08:34:26.084Z] #55 64.94 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-27T08:34:26.084Z] #55 64.98 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-27T08:34:26.365Z] #55 65.01 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-27T08:34:26.365Z] #55 65.04 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-27T08:34:26.366Z] #55 65.07 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-27T08:34:26.366Z] #55 ... [2022-06-27T08:34:26.366Z] [2022-06-27T08:34:26.366Z] #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-27T08:34:26.366Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-27T08:34:26.366Z] #40 64.62 NAME: [2022-06-27T08:34:26.366Z] #40 64.64 go-winres - A tool for embedding resources in Windows executables [2022-06-27T08:34:26.366Z] #40 64.64 [2022-06-27T08:34:26.366Z] #40 64.64 USAGE: [2022-06-27T08:34:26.366Z] #40 64.64 go-winres [global options] command [command options] [arguments...] [2022-06-27T08:34:26.366Z] #40 64.64 [2022-06-27T08:34:26.366Z] #40 64.64 COMMANDS: [2022-06-27T08:34:26.366Z] #40 64.64 init Create an initial ./winres/winres.json [2022-06-27T08:34:26.366Z] #40 64.64 make Make syso files for the "go build" command [2022-06-27T08:34:26.366Z] #40 64.64 simply Make syso files for the "go build" command (simplified) [2022-06-27T08:34:26.366Z] #40 64.64 extract Extract all resources from an executable [2022-06-27T08:34:26.366Z] #40 64.64 patch Replace resources in an executable file (exe, dll) [2022-06-27T08:34:26.366Z] #40 64.64 help, h Shows a list of commands or help for one command [2022-06-27T08:34:26.366Z] #40 64.64 [2022-06-27T08:34:26.366Z] #40 64.64 GLOBAL OPTIONS: [2022-06-27T08:34:26.366Z] #40 64.64 --help, -h show help (default: false) [2022-06-27T08:34:26.366Z] #40 DONE 65.2s [2022-06-27T08:34:26.627Z] [2022-06-27T08:34:26.627Z] #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-27T08:34:26.627Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:34:26.627Z] #76 63.41 Fetched 5939 kB in 1s (6704 kB/s) [2022-06-27T08:34:26.627Z] #76 63.67 Selecting previously unselected package bzip2. [2022-06-27T08:34:26.627Z] #76 63.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-27T08:34:26.627Z] #76 63.80 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-27T08:34:26.627Z] #76 63.87 Unpacking bzip2 (1.0.8-4) ... [2022-06-27T08:34:26.627Z] #76 64.16 Selecting previously unselected package libmagic-mgc. [2022-06-27T08:34:26.627Z] #76 64.20 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-27T08:34:26.627Z] #76 64.23 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-27T08:34:26.627Z] #76 65.38 Selecting previously unselected package libmagic1:amd64. [2022-06-27T08:34:26.627Z] #76 65.39 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-27T08:34:26.627Z] #76 65.40 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-27T08:34:26.699Z] #77 135.3 GEN .version [2022-06-27T08:34:26.699Z] #77 135.3 make install-recursive [2022-06-27T08:34:26.699Z] #77 135.4 make[1]: Entering directory '/tmp/crun-build' [2022-06-27T08:34:26.699Z] #77 135.5 Making install in libocispec [2022-06-27T08:34:26.699Z] #77 135.5 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:34:26.699Z] #77 135.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-27T08:34:26.699Z] #77 135.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-27T08:34:26.699Z] #77 135.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-27T08:34:26.699Z] #77 135.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-27T08:34:26.884Z] #76 65.79 Selecting previously unselected package file. [2022-06-27T08:34:27.141Z] #76 65.80 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-27T08:34:27.141Z] #76 65.85 Unpacking file (1:5.39-3) ... [2022-06-27T08:34:27.402Z] #76 66.16 Selecting previously unselected package xz-utils. [2022-06-27T08:34:27.402Z] #76 66.16 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-27T08:34:27.402Z] #76 66.16 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:34:27.414Z] #28 10.91 Reading package lists... [2022-06-27T08:34:27.641Z] #77 136.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-27T08:34:27.641Z] #77 136.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-27T08:34:27.641Z] #77 136.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-27T08:34:27.641Z] #77 136.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-27T08:34:27.641Z] #77 136.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-27T08:34:27.641Z] #77 136.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-27T08:34:27.641Z] #77 136.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-27T08:34:27.641Z] #77 136.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-27T08:34:27.641Z] #77 136.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-27T08:34:27.641Z] #77 136.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-27T08:34:27.641Z] #77 136.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-27T08:34:27.641Z] #77 136.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-27T08:34:27.641Z] #77 136.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-27T08:34:27.641Z] #77 136.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-27T08:34:27.641Z] #77 136.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-27T08:34:27.641Z] #77 136.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-27T08:34:27.659Z] #76 66.61 Selecting previously unselected package libsigsegv2:amd64. [2022-06-27T08:34:27.660Z] #76 66.61 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-27T08:34:27.660Z] #76 66.61 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-27T08:34:27.917Z] #76 66.81 Selecting previously unselected package m4. [2022-06-27T08:34:27.917Z] #76 66.83 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-27T08:34:27.917Z] #76 66.88 Unpacking m4 (1.4.18-5) ... [2022-06-27T08:34:28.240Z] #64 ... [2022-06-27T08:34:28.240Z] [2022-06-27T08:34:28.240Z] #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-27T08:34:28.240Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-27T08:34:28.240Z] #14 89.55 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-27T08:34:28.240Z] #14 89.56 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-06-27T08:34:28.240Z] #14 89.57 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:34:28.501Z] #14 ... [2022-06-27T08:34:28.501Z] [2022-06-27T08:34:28.502Z] #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-27T08:34:28.502Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:34:28.502Z] #77 37.49 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-27T08:34:28.502Z] #77 37.49 libtoolize: and rerunning libtoolize and aclocal. [2022-06-27T08:34:28.502Z] #77 37.49 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-27T08:34:28.502Z] #77 45.75 configure.ac:7: installing './compile' [2022-06-27T08:34:28.502Z] #77 45.76 configure.ac:11: installing './config.guess' [2022-06-27T08:34:28.502Z] #77 45.77 configure.ac:11: installing './config.sub' [2022-06-27T08:34:28.502Z] #77 45.78 configure.ac:8: installing './install-sh' [2022-06-27T08:34:28.502Z] #77 45.80 configure.ac:8: installing './missing' [2022-06-27T08:34:28.502Z] #77 45.88 Makefile.am: installing './depcomp' [2022-06-27T08:34:28.502Z] #77 47.19 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-27T08:34:28.502Z] #77 47.19 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-27T08:34:28.502Z] #77 47.34 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-27T08:34:28.502Z] #77 47.34 libtoolize: copying file 'm4/libtool.m4' [2022-06-27T08:34:28.502Z] #77 47.45 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-27T08:34:28.502Z] #77 47.57 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-27T08:34:28.583Z] #77 137.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-27T08:34:28.583Z] #77 137.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-27T08:34:28.583Z] #77 137.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-27T08:34:28.583Z] #77 137.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-27T08:34:28.583Z] #77 137.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-27T08:34:28.583Z] #77 137.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-27T08:34:28.583Z] #77 137.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-27T08:34:28.583Z] #77 137.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-27T08:34:28.583Z] #77 137.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-27T08:34:28.583Z] #77 137.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-27T08:34:28.583Z] #77 137.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-27T08:34:28.583Z] #77 137.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-27T08:34:28.763Z] #77 47.72 libtoolize: copying file 'm4/ltversion.m4' [2022-06-27T08:34:28.763Z] #77 47.84 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-27T08:34:28.844Z] #77 137.5 make install-recursive [2022-06-27T08:34:28.844Z] #77 137.5 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:34:28.844Z] #77 137.6 Making install in yajl [2022-06-27T08:34:28.844Z] #77 137.6 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:34:28.844Z] #77 137.6 CC verify/json_verify-json_verify.o [2022-06-27T08:34:28.844Z] #77 137.6 CC src/libyajl_la-yajl_alloc.lo [2022-06-27T08:34:28.844Z] #77 137.6 CC src/libyajl_la-yajl.lo [2022-06-27T08:34:28.844Z] #77 137.7 CC src/libyajl_la-yajl_gen.lo [2022-06-27T08:34:28.844Z] #77 137.7 CC src/libyajl_la-yajl_parser.lo [2022-06-27T08:34:28.844Z] #77 137.7 CC src/libyajl_la-yajl_buf.lo [2022-06-27T08:34:28.844Z] #77 137.7 CC src/libyajl_la-yajl_encode.lo [2022-06-27T08:34:28.844Z] #77 137.7 CC src/libyajl_la-yajl_lex.lo [2022-06-27T08:34:28.844Z] #77 137.7 CC src/libyajl_la-yajl_tree.lo [2022-06-27T08:34:28.848Z] #76 ... [2022-06-27T08:34:28.848Z] [2022-06-27T08:34:28.848Z] #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-27T08:34:28.848Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:34:28.848Z] #51 54.57 Building dependency tree... [2022-06-27T08:34:28.848Z] #51 60.93 The following additional packages will be installed: [2022-06-27T08:34:28.848Z] #51 60.93 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-27T08:34:28.848Z] #51 60.93 python3-protobuf python3-six [2022-06-27T08:34:28.848Z] #51 60.96 Suggested packages: [2022-06-27T08:34:28.848Z] #51 60.96 python3-setuptools [2022-06-27T08:34:28.848Z] #51 60.96 Recommended packages: [2022-06-27T08:34:28.848Z] #51 60.96 iproute2 | iproute [2022-06-27T08:34:28.848Z] #51 62.06 The following NEW packages will be installed: [2022-06-27T08:34:28.848Z] #51 62.09 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-27T08:34:28.848Z] #51 62.09 python3-protobuf python3-six [2022-06-27T08:34:28.848Z] #51 62.93 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:34:28.848Z] #51 62.93 Need to get 2314 kB of archives. [2022-06-27T08:34:28.848Z] #51 62.93 After this operation, 11.1 MB of additional disk space will be used. [2022-06-27T08:34:28.848Z] #51 62.93 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-27T08:34:28.848Z] #51 63.03 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-27T08:34:28.848Z] #51 63.04 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-27T08:34:28.848Z] #51 63.05 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-27T08:34:28.848Z] #51 63.12 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-27T08:34:28.848Z] #51 63.12 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-27T08:34:28.848Z] #51 63.12 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-27T08:34:28.848Z] #51 65.64 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-27T08:34:29.025Z] #77 48.01 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-27T08:34:29.104Z] #51 ... [2022-06-27T08:34:29.104Z] [2022-06-27T08:34:29.104Z] #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-27T08:34:29.104Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:34:29.104Z] #55 65.44 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-27T08:34:29.104Z] #55 65.46 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-27T08:34:29.104Z] #55 65.57 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-27T08:34:29.104Z] #55 65.76 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-27T08:34:29.104Z] #55 65.81 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-27T08:34:29.104Z] #55 66.20 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-27T08:34:29.104Z] #55 66.20 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-27T08:34:29.104Z] #55 66.34 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-27T08:34:29.104Z] #55 66.49 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-27T08:34:29.104Z] #55 66.54 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-27T08:34:29.104Z] #55 66.76 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-27T08:34:29.104Z] #55 66.82 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-27T08:34:29.104Z] #55 66.90 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-27T08:34:29.104Z] #55 67.06 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-27T08:34:29.104Z] #55 67.06 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-27T08:34:29.104Z] #55 67.22 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-27T08:34:29.104Z] #55 67.38 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-27T08:34:29.104Z] #55 67.39 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-27T08:34:29.104Z] #55 67.42 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-27T08:34:29.104Z] #55 67.43 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-27T08:34:29.104Z] #55 67.53 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-27T08:34:29.104Z] #55 67.54 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-27T08:34:29.104Z] #55 67.59 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-27T08:34:29.104Z] #55 67.62 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-27T08:34:29.104Z] #55 67.65 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-27T08:34:29.104Z] #55 68.01 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-27T08:34:29.361Z] #55 68.13 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-27T08:34:29.361Z] #55 68.17 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-27T08:34:29.361Z] #55 ... [2022-06-27T08:34:29.361Z] [2022-06-27T08:34:29.361Z] #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-27T08:34:29.361Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:34:29.361Z] #14 58.19 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:34:29.361Z] #14 58.19 Need to get 115 MB of archives. [2022-06-27T08:34:29.361Z] #14 58.19 After this operation, 645 MB of additional disk space will be used. [2022-06-27T08:34:29.361Z] #14 58.19 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-06-27T08:34:29.361Z] #14 58.43 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-27T08:34:29.361Z] #14 58.67 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-27T08:34:29.361Z] #14 58.67 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-27T08:34:29.361Z] #14 58.71 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-27T08:34:29.361Z] #14 58.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-27T08:34:29.361Z] #14 59.16 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-27T08:34:29.361Z] #14 59.63 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-27T08:34:29.361Z] #14 59.64 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-27T08:34:29.361Z] #14 60.83 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-27T08:34:29.361Z] #14 62.97 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-27T08:34:29.361Z] #14 64.01 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-27T08:34:29.361Z] #14 65.20 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-27T08:34:29.361Z] #14 67.82 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-27T08:34:29.617Z] #14 ... [2022-06-27T08:34:29.617Z] [2022-06-27T08:34:29.617Z] #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-27T08:34:29.617Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:34:29.617Z] #42 68.37 Selecting previously unselected package libicu67:amd64. [2022-06-27T08:34:29.617Z] #42 68.37 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-27T08:34:29.617Z] #42 68.42 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-27T08:34:29.785Z] #77 ... [2022-06-27T08:34:29.785Z] [2022-06-27T08:34:29.785Z] #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-27T08:34:29.785Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:34:29.785Z] #21 41.99 Selecting previously unselected package xfsprogs. [2022-06-27T08:34:29.785Z] #21 41.99 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-27T08:34:29.785Z] #21 42.00 Unpacking xfsprogs (5.10.0-4) ... [2022-06-27T08:34:29.785Z] #21 42.46 Selecting previously unselected package zip. [2022-06-27T08:34:29.785Z] #21 42.47 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-06-27T08:34:29.785Z] #21 42.48 Unpacking zip (3.0-12) ... [2022-06-27T08:34:29.785Z] #21 42.59 Selecting previously unselected package zstd. [2022-06-27T08:34:29.785Z] #21 42.61 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-27T08:34:29.785Z] #21 42.61 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-27T08:34:29.785Z] #21 43.02 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:34:29.785Z] #21 44.05 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-27T08:34:29.785Z] #21 44.06 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-27T08:34:29.785Z] #21 44.09 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-27T08:34:29.785Z] #21 44.11 Setting up libicu67:amd64 (67.1-7) ... [2022-06-27T08:34:29.785Z] #21 44.13 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-27T08:34:29.785Z] #21 44.16 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-27T08:34:29.785Z] #21 44.18 Setting up uidmap (1:4.8.1-1) ... [2022-06-27T08:34:29.785Z] #21 44.20 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-27T08:34:29.785Z] #21 44.21 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:34:29.785Z] #21 44.23 Setting up bzip2 (1.0.8-4) ... [2022-06-27T08:34:29.785Z] #21 44.24 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:34:29.785Z] #21 44.26 Setting up python3-wheel (0.34.2-1) ... [2022-06-27T08:34:29.785Z] #21 45.11 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:29.785Z] #21 45.12 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-27T08:34:29.785Z] #21 45.13 Setting up libcap2-bin (1:2.44-1) ... [2022-06-27T08:34:29.785Z] #21 45.15 Setting up apparmor (2.13.6-10) ... [2022-06-27T08:34:29.785Z] #21 47.07 Setting up zip (3.0-12) ... [2022-06-27T08:34:29.785Z] #21 47.08 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:29.785Z] #21 47.11 Setting up bash-completion (1:2.11-2) ... [2022-06-27T08:34:29.785Z] #21 49.26 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:34:29.785Z] #21 49.27 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-27T08:34:29.785Z] #21 49.28 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-27T08:34:29.785Z] #21 49.29 Setting up patch (2.7.6-7) ... [2022-06-27T08:34:29.785Z] #21 49.30 Setting up sudo (1.9.5p2-3) ... [2022-06-27T08:34:29.785Z] #21 49.36 invoke-rc.d: could not determine current runlevel [2022-06-27T08:34:29.785Z] #21 49.37 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-27T08:34:29.785Z] #21 49.38 Setting up xfsprogs (5.10.0-4) ... [2022-06-27T08:34:29.785Z] #21 49.39 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-27T08:34:29.785Z] #21 49.40 Setting up inetutils-ping (2:2.0-1) ... [2022-06-27T08:34:29.785Z] #21 49.41 Setting up pigz (2.6-1) ... [2022-06-27T08:34:29.785Z] #21 49.43 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-27T08:34:29.785Z] #21 49.44 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-27T08:34:29.785Z] #21 49.45 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-27T08:34:29.785Z] #21 49.47 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:29.785Z] #21 50.18 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-27T08:34:29.785Z] #21 50.19 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-27T08:34:29.785Z] #21 50.74 Setting up libelf1:amd64 (0.183-1) ... [2022-06-27T08:34:29.785Z] #21 50.75 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-27T08:34:29.785Z] #21 50.76 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-27T08:34:29.785Z] #21 50.77 Setting up python3-distutils (3.9.2-1) ... [2022-06-27T08:34:29.785Z] #21 51.35 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:29.785Z] #21 51.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-27T08:34:29.785Z] #21 51.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-27T08:34:29.785Z] #21 51.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-27T08:34:29.785Z] #21 51.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-27T08:34:29.785Z] #21 51.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-27T08:34:29.785Z] #21 51.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-27T08:34:29.785Z] #21 51.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-27T08:34:29.785Z] #21 51.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-27T08:34:29.785Z] #21 51.44 Setting up python3-setuptools (52.0.0-4) ... [2022-06-27T08:34:30.727Z] #21 52.96 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-27T08:34:30.727Z] #21 52.97 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-27T08:34:30.727Z] #21 52.98 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-27T08:34:30.727Z] #21 53.00 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-27T08:34:31.734Z] #14 ... [2022-06-27T08:34:31.734Z] [2022-06-27T08:34:31.734Z] #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-27T08:34:31.734Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:34:31.734Z] #77 34.04 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-27T08:34:32.371Z] #21 54.36 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-27T08:34:32.371Z] #21 54.37 Setting up jq (1.6-2.1) ... [2022-06-27T08:34:32.371Z] #21 54.39 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-27T08:34:32.371Z] #21 54.40 Setting up iptables (1.8.7-1) ... [2022-06-27T08:34:32.371Z] #21 54.41 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-27T08:34:32.371Z] #21 54.42 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-27T08:34:32.371Z] #21 54.43 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-27T08:34:32.371Z] #21 54.43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-27T08:34:32.371Z] #21 54.43 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-27T08:34:32.371Z] #21 54.44 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-27T08:34:32.371Z] #21 54.45 Setting up iproute2 (5.10.0-4) ... [2022-06-27T08:34:32.637Z] #21 54.83 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:34:32.706Z] #28 15.50 Reading package lists... [2022-06-27T08:34:32.968Z] #28 20.18 Building dependency tree... [2022-06-27T08:34:33.229Z] #28 21.33 Reading state information... [2022-06-27T08:34:34.020Z] #21 DONE 56.0s [2022-06-27T08:34:34.020Z] [2022-06-27T08:34:34.020Z] #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-27T08:34:34.020Z] #22 sha256:6e7331ce53045168b7902ad6e8b27df388e8f4e02f2eefa532fbc165eedddbed [2022-06-27T08:34:34.172Z] #28 22.27 bzip2 is already the newest version (1.0.8-4). [2022-06-27T08:34:34.172Z] #28 22.27 patch is already the newest version (2.7.6-7). [2022-06-27T08:34:34.172Z] #28 22.27 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-06-27T08:34:34.172Z] #28 22.27 The following additional packages will be installed: [2022-06-27T08:34:34.172Z] #28 22.28 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-27T08:34:34.172Z] #28 22.28 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-06-27T08:34:34.172Z] #28 22.28 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-27T08:34:34.172Z] #28 22.29 python3-pkg-resources vim-runtime xxd [2022-06-27T08:34:34.172Z] #28 22.31 Suggested packages: [2022-06-27T08:34:34.172Z] #28 22.31 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-06-27T08:34:34.172Z] #28 22.31 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-06-27T08:34:34.172Z] #28 22.31 Recommended packages: [2022-06-27T08:34:34.172Z] #28 22.31 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-27T08:34:34.867Z] #42 ... [2022-06-27T08:34:34.867Z] [2022-06-27T08:34:34.867Z] #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-27T08:34:34.867Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:34:34.867Z] #76 68.22 Selecting previously unselected package autoconf. [2022-06-27T08:34:34.867Z] #76 68.24 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-27T08:34:34.867Z] #76 68.28 Unpacking autoconf (2.69-14) ... [2022-06-27T08:34:34.867Z] #76 68.96 Selecting previously unselected package autotools-dev. [2022-06-27T08:34:34.867Z] #76 68.97 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-27T08:34:34.867Z] #76 68.98 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-27T08:34:34.867Z] #76 69.26 Selecting previously unselected package automake. [2022-06-27T08:34:34.867Z] #76 69.26 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-27T08:34:34.867Z] #76 69.27 Unpacking automake (1:1.16.3-2) ... [2022-06-27T08:34:34.867Z] #76 70.26 Selecting previously unselected package patch. [2022-06-27T08:34:34.867Z] #76 70.26 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-27T08:34:34.867Z] #76 70.27 Unpacking patch (2.7.6-7) ... [2022-06-27T08:34:34.867Z] #76 70.65 Selecting previously unselected package dpkg-dev. [2022-06-27T08:34:34.867Z] #76 70.65 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-27T08:34:34.867Z] #76 70.66 Unpacking dpkg-dev (1.20.10) ... [2022-06-27T08:34:34.867Z] #76 72.14 Selecting previously unselected package build-essential. [2022-06-27T08:34:34.867Z] #76 72.15 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-27T08:34:34.867Z] #76 72.17 Unpacking build-essential (12.9) ... [2022-06-27T08:34:34.867Z] #76 72.43 Selecting previously unselected package libcap2:amd64. [2022-06-27T08:34:34.867Z] #76 72.43 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-27T08:34:34.867Z] #76 72.44 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-27T08:34:34.867Z] #76 72.52 Selecting previously unselected package libcap-dev:amd64. [2022-06-27T08:34:34.867Z] #76 72.53 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-27T08:34:34.867Z] #76 72.53 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-27T08:34:34.867Z] #76 72.90 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-27T08:34:34.867Z] #76 72.91 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-27T08:34:34.867Z] #76 72.92 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:34:34.867Z] #76 73.16 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-27T08:34:34.867Z] #76 73.16 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-27T08:34:34.867Z] #76 73.16 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-27T08:34:34.867Z] #76 73.29 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-27T08:34:34.867Z] #76 73.30 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-27T08:34:34.867Z] #76 73.32 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-27T08:34:34.867Z] #76 73.73 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-27T08:34:34.867Z] #76 73.73 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-27T08:34:34.867Z] #76 73.74 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-27T08:34:34.962Z] #22 0.859 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-27T08:34:34.962Z] #22 0.865 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-27T08:34:34.962Z] #22 0.868 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-27T08:34:34.962Z] #22 DONE 0.9s [2022-06-27T08:34:34.962Z] [2022-06-27T08:34:34.962Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-27T08:34:34.962Z] #23 sha256:14f1271dd59a6473095fa5824b1de17a8f4ffb68110d9b3e83a3fadbd2c0eb39 [2022-06-27T08:34:35.560Z] #28 23.47 The following NEW packages will be installed: [2022-06-27T08:34:35.560Z] #28 23.47 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-06-27T08:34:35.560Z] #28 23.47 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-27T08:34:35.560Z] #28 23.47 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-06-27T08:34:35.560Z] #28 23.48 libonig5 libprotobuf-c1 libxtables12 libyajl2 net-tools pigz python-pip-whl [2022-06-27T08:34:35.560Z] #28 23.48 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-06-27T08:34:35.560Z] #28 23.48 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-06-27T08:34:35.560Z] #28 23.48 vim-common vim-runtime xfsprogs xxd zip zstd [2022-06-27T08:34:35.560Z] #28 23.85 0 upgraded, 45 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:34:35.560Z] #28 23.85 Need to get 18.6 MB of archives. [2022-06-27T08:34:35.560Z] #28 23.85 After this operation, 71.4 MB of additional disk space will be used. [2022-06-27T08:34:35.560Z] #28 23.85 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-27T08:34:35.560Z] #28 ... [2022-06-27T08:34:35.560Z] [2022-06-27T08:34:35.560Z] #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-27T08:34:35.560Z] #71 sha256:eea5c7cde1825ec44d9ec5788b5fea6d9a5253aea5638f5d7ebd1203b5414562 [2022-06-27T08:34:35.560Z] #71 74.43 + bin/containerd [2022-06-27T08:34:35.560Z] #71 ... [2022-06-27T08:34:35.560Z] [2022-06-27T08:34:35.560Z] #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-27T08:34:35.560Z] #28 sha256:c4d8c9694e9e738331e640fb61089fa5198cfcbeded1ebd9ab5ce788c8605229 [2022-06-27T08:34:35.560Z] #28 23.85 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-27T08:34:35.560Z] #28 23.86 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-27T08:34:35.560Z] #28 23.86 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-27T08:34:35.560Z] #28 23.86 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-27T08:34:35.560Z] #28 23.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-27T08:34:35.560Z] #28 23.86 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-27T08:34:35.560Z] #28 23.87 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-27T08:34:35.560Z] #28 23.89 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-27T08:34:35.560Z] #28 23.89 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-27T08:34:35.560Z] #28 23.90 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-27T08:34:35.560Z] #28 23.90 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-27T08:34:35.560Z] #28 23.91 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-27T08:34:35.560Z] #28 23.91 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-27T08:34:35.560Z] #28 23.91 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-27T08:34:35.560Z] #28 23.91 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-27T08:34:35.560Z] #28 23.91 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-27T08:34:35.560Z] #28 23.91 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-27T08:34:35.560Z] #28 23.92 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-27T08:34:35.560Z] #28 23.92 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-27T08:34:35.560Z] #28 23.92 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-27T08:34:35.560Z] #28 23.92 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-27T08:34:35.560Z] #28 23.93 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-27T08:34:35.560Z] #28 23.93 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-27T08:34:35.560Z] #28 23.93 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-27T08:34:35.560Z] #28 23.93 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-27T08:34:35.560Z] #28 23.93 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-27T08:34:35.560Z] #28 23.93 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-27T08:34:35.560Z] #28 23.93 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-27T08:34:35.560Z] #28 23.93 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-27T08:34:35.560Z] #28 23.93 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-27T08:34:35.560Z] #28 23.96 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-27T08:34:35.799Z] #76 ... [2022-06-27T08:34:35.799Z] [2022-06-27T08:34:35.799Z] #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-27T08:34:35.799Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-27T08:34:35.821Z] #28 23.96 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-27T08:34:35.821Z] #28 23.96 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-27T08:34:35.821Z] #28 23.96 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-27T08:34:35.821Z] #28 23.97 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-27T08:34:35.821Z] #28 23.97 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-27T08:34:35.821Z] #28 23.98 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-27T08:34:35.821Z] #28 24.00 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-27T08:34:35.821Z] #28 24.00 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-27T08:34:35.821Z] #28 24.00 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-27T08:34:35.821Z] #28 24.07 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-27T08:34:35.821Z] #28 24.09 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-27T08:34:35.821Z] #28 24.09 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-27T08:34:35.821Z] #28 24.10 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-27T08:34:36.394Z] #28 24.62 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:34:36.655Z] #28 24.82 Fetched 18.6 MB in 1s (34.3 MB/s) [2022-06-27T08:34:36.655Z] #28 24.86 Selecting previously unselected package pigz. [2022-06-27T08:34:36.655Z] #28 24.86 (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-27T08:34:36.655Z] #28 24.92 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-27T08:34:36.655Z] #28 24.92 Unpacking pigz (2.6-1) ... [2022-06-27T08:34:36.853Z] #34 74.68 Updating files: 78% (1190/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-27T08:34:36.916Z] #28 24.97 Selecting previously unselected package libelf1:amd64. [2022-06-27T08:34:36.916Z] #28 24.98 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-27T08:34:36.916Z] #28 24.99 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-27T08:34:36.916Z] #28 25.08 Selecting previously unselected package libbpf0:amd64. [2022-06-27T08:34:36.916Z] #28 25.08 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-27T08:34:36.916Z] #28 25.09 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-27T08:34:36.916Z] #28 25.14 Selecting previously unselected package libcap2:amd64. [2022-06-27T08:34:36.916Z] #28 25.15 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-27T08:34:36.916Z] #28 25.15 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-27T08:34:36.916Z] #28 25.20 Selecting previously unselected package libmnl0:amd64. [2022-06-27T08:34:36.916Z] #28 25.20 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-27T08:34:36.916Z] #28 25.21 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-27T08:34:36.916Z] #28 25.25 Selecting previously unselected package libxtables12:amd64. [2022-06-27T08:34:36.916Z] #28 25.26 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-27T08:34:36.916Z] #28 25.26 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-27T08:34:36.983Z] #77 ... [2022-06-27T08:34:36.983Z] [2022-06-27T08:34:36.983Z] #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-27T08:34:36.983Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:34:36.983Z] #14 90.73 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-27T08:34:36.983Z] #14 90.73 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:34:36.983Z] #14 90.73 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:34:37.110Z] #34 75.79 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-27T08:34:37.177Z] #28 25.31 Selecting previously unselected package libcap2-bin. [2022-06-27T08:34:37.177Z] #28 25.32 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-27T08:34:37.177Z] #28 25.32 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-27T08:34:37.177Z] #28 25.37 Selecting previously unselected package iproute2. [2022-06-27T08:34:37.177Z] #28 25.38 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-27T08:34:37.177Z] #28 25.38 Unpacking iproute2 (5.10.0-4) ... [2022-06-27T08:34:37.438Z] #28 25.62 Selecting previously unselected package xxd. [2022-06-27T08:34:37.439Z] #28 25.62 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-27T08:34:37.439Z] #28 25.63 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:37.439Z] #28 25.72 Selecting previously unselected package vim-common. [2022-06-27T08:34:37.439Z] #28 25.73 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-27T08:34:37.439Z] #28 25.75 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:37.700Z] #28 25.84 Selecting previously unselected package bash-completion. [2022-06-27T08:34:37.700Z] #28 25.84 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-27T08:34:38.044Z] #34 76.90 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-27T08:34:38.643Z] #28 26.78 Unpacking bash-completion (1:2.11-2) ... [2022-06-27T08:34:38.643Z] #28 26.95 Selecting previously unselected package apparmor. [2022-06-27T08:34:38.643Z] #28 26.96 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-06-27T08:34:38.643Z] #28 26.99 Unpacking apparmor (2.13.6-10) ... [2022-06-27T08:34:38.905Z] #28 27.17 Selecting previously unselected package inetutils-ping. [2022-06-27T08:34:38.905Z] #28 27.17 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-27T08:34:38.905Z] #28 27.18 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-27T08:34:38.905Z] #28 27.23 Selecting previously unselected package libip4tc2:amd64. [2022-06-27T08:34:38.905Z] #28 27.25 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-27T08:34:39.166Z] #28 27.25 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-27T08:34:39.166Z] #28 27.29 Selecting previously unselected package libip6tc2:amd64. [2022-06-27T08:34:39.166Z] #28 27.29 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-27T08:34:39.166Z] #28 27.30 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-27T08:34:39.166Z] #28 27.34 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-27T08:34:39.166Z] #28 27.35 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-27T08:34:39.166Z] #28 27.36 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-27T08:34:39.166Z] #28 27.40 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-27T08:34:39.166Z] #28 27.40 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-27T08:34:39.166Z] #28 27.41 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-27T08:34:39.166Z] #28 27.46 Selecting previously unselected package libnftnl11:amd64. [2022-06-27T08:34:39.412Z] #34 ... [2022-06-27T08:34:39.412Z] [2022-06-27T08:34:39.412Z] #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-27T08:34:39.412Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:34:39.412Z] #55 68.28 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-27T08:34:39.412Z] #55 68.30 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-27T08:34:39.412Z] #55 68.40 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-27T08:34:39.412Z] #55 68.44 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-27T08:34:39.412Z] #55 68.47 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-27T08:34:39.412Z] #55 68.55 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-27T08:34:39.412Z] #55 68.57 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-27T08:34:39.412Z] #55 68.64 go: downloading github.com/julz/importas v0.1.0 [2022-06-27T08:34:39.412Z] #55 68.73 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-27T08:34:39.412Z] #55 68.81 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-27T08:34:39.412Z] #55 68.99 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-27T08:34:39.412Z] #55 68.99 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-27T08:34:39.412Z] #55 69.05 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-27T08:34:39.412Z] #55 69.11 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-27T08:34:39.412Z] #55 69.13 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-27T08:34:39.412Z] #55 69.15 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-27T08:34:39.412Z] #55 69.24 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-27T08:34:39.412Z] #55 69.36 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-27T08:34:39.412Z] #55 69.40 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-27T08:34:39.412Z] #55 69.41 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-27T08:34:39.412Z] #55 70.54 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-27T08:34:39.412Z] #55 70.56 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-27T08:34:39.412Z] #55 70.59 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-27T08:34:39.412Z] #55 70.63 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-27T08:34:39.412Z] #55 70.69 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-27T08:34:39.412Z] #55 70.76 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-27T08:34:39.412Z] #55 70.77 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-27T08:34:39.412Z] #55 70.87 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-27T08:34:39.412Z] #55 70.87 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-27T08:34:39.412Z] #55 71.04 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-27T08:34:39.412Z] #55 71.06 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-27T08:34:39.412Z] #55 71.09 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-27T08:34:39.412Z] #55 71.12 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-27T08:34:39.412Z] #55 71.13 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-27T08:34:39.412Z] #55 71.27 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-27T08:34:39.412Z] #55 71.34 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-27T08:34:39.412Z] #55 71.40 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-27T08:34:39.412Z] #55 71.41 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-27T08:34:39.412Z] #55 71.43 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-27T08:34:39.412Z] #55 71.53 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-27T08:34:39.412Z] #55 71.58 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-27T08:34:39.412Z] #55 71.91 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-27T08:34:39.412Z] #55 71.95 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-27T08:34:39.412Z] #55 71.99 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-27T08:34:39.412Z] #55 72.00 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-27T08:34:39.412Z] #55 72.07 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-27T08:34:39.412Z] #55 72.60 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-27T08:34:39.412Z] #55 72.94 go: downloading honnef.co/go/tools v0.2.2 [2022-06-27T08:34:39.412Z] #55 74.83 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-27T08:34:39.412Z] #55 74.85 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-27T08:34:39.412Z] #55 74.99 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-27T08:34:39.412Z] #55 75.01 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-27T08:34:39.412Z] #55 77.32 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-27T08:34:39.412Z] #55 77.43 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-27T08:34:39.412Z] #55 77.46 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-27T08:34:39.412Z] #55 77.69 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-27T08:34:39.412Z] #55 77.93 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-27T08:34:39.412Z] #55 78.04 go: downloading golang.org/x/text v0.3.7 [2022-06-27T08:34:39.427Z] #28 27.47 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-27T08:34:39.427Z] #28 27.47 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-27T08:34:39.427Z] #28 27.53 Selecting previously unselected package iptables. [2022-06-27T08:34:39.427Z] #28 27.54 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-06-27T08:34:39.427Z] #28 27.55 Unpacking iptables (1.8.7-1) ... [2022-06-27T08:34:39.427Z] #28 27.71 Selecting previously unselected package libonig5:amd64. [2022-06-27T08:34:39.427Z] #28 27.71 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-27T08:34:39.669Z] #55 ... [2022-06-27T08:34:39.669Z] [2022-06-27T08:34:39.669Z] #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-27T08:34:39.669Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:34:39.669Z] #51 67.77 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:34:39.669Z] #51 68.25 Fetched 2314 kB in 4s (623 kB/s) [2022-06-27T08:34:39.669Z] #51 68.39 Selecting previously unselected package libprotobuf23:amd64. [2022-06-27T08:34:39.669Z] #51 68.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-27T08:34:39.669Z] #51 68.53 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-27T08:34:39.669Z] #51 68.54 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-27T08:34:39.669Z] #51 69.90 Selecting previously unselected package python3-pkg-resources. [2022-06-27T08:34:39.669Z] #51 69.90 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-27T08:34:39.669Z] #51 69.91 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:34:39.669Z] #51 70.31 Selecting previously unselected package python3-six. [2022-06-27T08:34:39.669Z] #51 70.31 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-27T08:34:39.669Z] #51 70.36 Unpacking python3-six (1.16.0-2) ... [2022-06-27T08:34:39.669Z] #51 70.52 Selecting previously unselected package python3-protobuf. [2022-06-27T08:34:39.669Z] #51 70.53 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-27T08:34:39.669Z] #51 70.57 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-27T08:34:39.669Z] #51 71.78 Selecting previously unselected package libnet1:amd64. [2022-06-27T08:34:39.669Z] #51 71.78 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-27T08:34:39.669Z] #51 71.83 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:34:39.669Z] #51 72.14 Selecting previously unselected package libnl-3-200:amd64. [2022-06-27T08:34:39.669Z] #51 72.15 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-27T08:34:39.669Z] #51 72.23 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-27T08:34:39.669Z] #51 72.60 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-27T08:34:39.669Z] #51 72.60 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-27T08:34:39.669Z] #51 72.61 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:34:39.669Z] #51 72.92 Selecting previously unselected package criu. [2022-06-27T08:34:39.669Z] #51 72.92 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-27T08:34:39.669Z] #51 72.93 Unpacking criu (3.17-1) ... [2022-06-27T08:34:39.669Z] #51 74.15 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:34:39.669Z] #51 76.70 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-27T08:34:39.669Z] #51 76.73 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:34:39.669Z] #51 76.75 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:34:39.669Z] #51 76.76 Setting up python3-six (1.16.0-2) ... [2022-06-27T08:34:39.669Z] #51 ... [2022-06-27T08:34:39.669Z] [2022-06-27T08:34:39.669Z] #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-27T08:34:39.669Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:34:39.669Z] #14 68.53 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-27T08:34:39.669Z] #14 68.53 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-27T08:34:39.669Z] #14 68.55 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-27T08:34:39.669Z] #14 68.57 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-27T08:34:39.669Z] #14 68.60 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-27T08:34:39.669Z] #14 68.63 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-27T08:34:39.669Z] #14 68.64 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-27T08:34:39.669Z] #14 68.65 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-27T08:34:39.669Z] #14 68.70 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-27T08:34:39.669Z] #14 68.72 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-27T08:34:39.669Z] #14 68.75 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-27T08:34:39.669Z] #14 68.76 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-27T08:34:39.669Z] #14 68.81 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-27T08:34:39.669Z] #14 68.82 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-27T08:34:39.669Z] #14 68.82 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-27T08:34:39.669Z] #14 68.83 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-27T08:34:39.669Z] #14 70.60 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:34:39.669Z] #14 70.94 Fetched 115 MB in 11s (10.3 MB/s) [2022-06-27T08:34:39.669Z] #14 71.05 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-27T08:34:39.669Z] #14 71.05 (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-27T08:34:39.669Z] #14 71.12 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-27T08:34:39.669Z] #14 71.14 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-27T08:34:39.669Z] #14 75.17 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-27T08:34:39.669Z] #14 75.19 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-27T08:34:39.669Z] #14 75.20 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-27T08:34:39.688Z] #28 27.72 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-27T08:34:39.688Z] #28 27.78 Selecting previously unselected package libjq1:amd64. [2022-06-27T08:34:39.688Z] #28 27.79 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-06-27T08:34:39.688Z] #28 27.79 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-27T08:34:39.688Z] #28 27.85 Selecting previously unselected package jq. [2022-06-27T08:34:39.688Z] #28 27.86 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-06-27T08:34:39.688Z] #28 27.87 Unpacking jq (1.6-2.1) ... [2022-06-27T08:34:39.688Z] #28 27.93 Selecting previously unselected package libaio1:amd64. [2022-06-27T08:34:39.688Z] #28 27.93 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-06-27T08:34:39.688Z] #28 27.94 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-27T08:34:39.688Z] #28 27.98 Selecting previously unselected package libgpm2:amd64. [2022-06-27T08:34:39.688Z] #28 27.99 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-06-27T08:34:39.688Z] #28 28.00 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-27T08:34:39.688Z] #28 28.04 Selecting previously unselected package libinih1:amd64. [2022-06-27T08:34:39.688Z] #28 28.05 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-06-27T08:34:39.688Z] #28 28.05 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-27T08:34:39.688Z] #28 28.09 Selecting previously unselected package libnet1:amd64. [2022-06-27T08:34:39.926Z] #14 ... [2022-06-27T08:34:39.926Z] [2022-06-27T08:34:39.926Z] #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-27T08:34:39.926Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-27T08:34:39.926Z] #76 75.01 Selecting previously unselected package libtool. [2022-06-27T08:34:39.926Z] #76 75.02 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-27T08:34:39.926Z] #76 75.08 Unpacking libtool (2.4.6-15) ... [2022-06-27T08:34:39.926Z] #76 75.47 Selecting previously unselected package libudev-dev:amd64. [2022-06-27T08:34:39.926Z] #76 75.47 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-27T08:34:39.926Z] #76 75.49 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-27T08:34:39.926Z] #76 75.73 Selecting previously unselected package libyajl2:amd64. [2022-06-27T08:34:39.926Z] #76 75.73 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-27T08:34:39.926Z] #76 75.76 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-27T08:34:39.926Z] #76 76.14 Selecting previously unselected package libyajl-dev:amd64. [2022-06-27T08:34:39.926Z] #76 76.14 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-27T08:34:39.926Z] #76 76.16 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-27T08:34:39.926Z] #76 76.48 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-27T08:34:39.926Z] #76 76.50 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-27T08:34:39.926Z] #76 76.51 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-27T08:34:39.926Z] #76 76.52 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-27T08:34:39.926Z] #76 76.56 Setting up file (1:5.39-3) ... [2022-06-27T08:34:39.926Z] #76 76.57 Setting up bzip2 (1.0.8-4) ... [2022-06-27T08:34:39.926Z] #76 76.58 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:34:39.926Z] #76 76.62 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-27T08:34:39.926Z] #76 76.63 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-27T08:34:39.926Z] #76 76.64 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-27T08:34:39.926Z] #76 76.65 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-27T08:34:39.926Z] #76 76.66 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:34:39.926Z] #76 76.71 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-27T08:34:39.926Z] #76 76.75 Setting up patch (2.7.6-7) ... [2022-06-27T08:34:39.926Z] #76 76.77 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-27T08:34:39.926Z] #76 76.78 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-27T08:34:39.926Z] #76 76.79 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-27T08:34:39.926Z] #76 76.81 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-27T08:34:39.926Z] #76 76.83 Setting up libtool (2.4.6-15) ... [2022-06-27T08:34:39.926Z] #76 76.84 Setting up m4 (1.4.18-5) ... [2022-06-27T08:34:39.926Z] #76 76.86 Setting up dpkg-dev (1.20.10) ... [2022-06-27T08:34:39.926Z] #76 76.88 Setting up autoconf (2.69-14) ... [2022-06-27T08:34:39.926Z] #76 76.89 Setting up build-essential (12.9) ... [2022-06-27T08:34:39.926Z] #76 76.90 Setting up automake (1:1.16.3-2) ... [2022-06-27T08:34:39.926Z] #76 76.92 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-27T08:34:39.926Z] #76 77.03 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:34:39.950Z] #28 28.10 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-27T08:34:39.950Z] #28 28.10 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:34:39.950Z] #28 28.15 Selecting previously unselected package libnl-3-200:amd64. [2022-06-27T08:34:39.950Z] #28 28.16 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-27T08:34:39.950Z] #28 28.16 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-27T08:34:39.950Z] #28 28.22 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-27T08:34:39.950Z] #28 28.22 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-27T08:34:39.950Z] #28 28.22 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:34:39.950Z] #28 28.28 Selecting previously unselected package libyajl2:amd64. [2022-06-27T08:34:39.950Z] #28 28.28 Preparing to unpack .../28-libyajl2_2.1.0-3_amd64.deb ... [2022-06-27T08:34:39.950Z] #28 28.28 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-27T08:34:39.950Z] #28 28.33 Selecting previously unselected package net-tools. [2022-06-27T08:34:40.211Z] #28 28.33 Preparing to unpack .../29-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-27T08:34:40.211Z] #28 28.34 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-27T08:34:40.211Z] #28 28.42 Selecting previously unselected package python-pip-whl. [2022-06-27T08:34:40.211Z] #28 28.43 Preparing to unpack .../30-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-27T08:34:40.211Z] #28 28.44 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-27T08:34:40.249Z] #23 ... [2022-06-27T08:34:40.249Z] [2022-06-27T08:34:40.249Z] #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-27T08:34:40.249Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:34:40.249Z] #77 143.5 CCLD libyajl.la [2022-06-27T08:34:40.249Z] #77 144.1 CCLD verify/json_verify [2022-06-27T08:34:40.249Z] #77 144.6 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:34:40.249Z] #77 144.6 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-27T08:34:40.249Z] #77 144.6 make[5]: Nothing to be done for 'install-data-am'. [2022-06-27T08:34:40.249Z] #77 144.6 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:34:40.249Z] #77 144.6 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:34:40.249Z] #77 144.6 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:34:40.249Z] #77 144.7 CC src/validate.o [2022-06-27T08:34:40.249Z] #77 144.7 CC src/image_spec_schema_config_schema.lo [2022-06-27T08:34:40.249Z] #77 144.7 CC src/image_spec_schema_content_descriptor.lo [2022-06-27T08:34:40.249Z] #77 144.7 CC src/image_spec_schema_defs.lo [2022-06-27T08:34:40.249Z] #77 144.7 CC src/image_spec_schema_defs_descriptor.lo [2022-06-27T08:34:40.249Z] #77 144.7 CC src/image_spec_schema_image_index_schema.lo [2022-06-27T08:34:40.249Z] #77 144.7 CC src/image_spec_schema_image_layout_schema.lo [2022-06-27T08:34:40.249Z] #77 144.7 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-27T08:34:40.249Z] #77 144.8 CC src/runtime_spec_schema_config_zos.lo [2022-06-27T08:34:40.249Z] #77 144.8 CC src/runtime_spec_schema_config_linux.lo [2022-06-27T08:34:40.249Z] #77 144.8 CC src/runtime_spec_schema_config_schema.lo [2022-06-27T08:34:40.249Z] #77 144.9 CC src/runtime_spec_schema_config_vm.lo [2022-06-27T08:34:40.249Z] #77 144.9 CC src/runtime_spec_schema_config_solaris.lo [2022-06-27T08:34:40.249Z] #77 144.9 CC src/runtime_spec_schema_config_windows.lo [2022-06-27T08:34:40.249Z] #77 145.0 CC src/runtime_spec_schema_defs.lo [2022-06-27T08:34:40.249Z] #77 145.0 CC src/runtime_spec_schema_defs_linux.lo [2022-06-27T08:34:40.249Z] #77 145.0 CC src/runtime_spec_schema_defs_zos.lo [2022-06-27T08:34:40.249Z] #77 145.0 CC src/runtime_spec_schema_defs_vm.lo [2022-06-27T08:34:40.249Z] #77 145.1 CC src/runtime_spec_schema_defs_windows.lo [2022-06-27T08:34:40.249Z] #77 145.2 CC src/runtime_spec_schema_state_schema.lo [2022-06-27T08:34:40.249Z] #77 145.2 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-27T08:34:40.249Z] #77 145.2 CC src/basic_test_double_array_item.lo [2022-06-27T08:34:40.249Z] #77 145.3 CC src/basic_test_double_array.lo [2022-06-27T08:34:40.249Z] #77 145.3 CC src/basic_test_top_array_int.lo [2022-06-27T08:34:40.249Z] #77 145.4 CC src/basic_test_top_double_array_int.lo [2022-06-27T08:34:40.249Z] #77 145.5 CC src/basic_test_top_double_array_obj.lo [2022-06-27T08:34:40.249Z] #77 145.5 CC src/basic_test_top_array_string.lo [2022-06-27T08:34:40.249Z] #77 145.5 CC src/basic_test_top_double_array_refobj.lo [2022-06-27T08:34:40.249Z] #77 145.6 CC src/basic_test_top_double_array_string.lo [2022-06-27T08:34:40.249Z] #77 145.7 CC src/read-file.lo [2022-06-27T08:34:40.249Z] #77 145.8 CC src/json_common.lo [2022-06-27T08:34:40.249Z] #77 145.9 CC tests/test-1.o [2022-06-27T08:34:40.249Z] #77 145.9 CC tests/test-2.o [2022-06-27T08:34:40.249Z] #77 145.9 CC tests/test-3.o [2022-06-27T08:34:40.249Z] #77 146.0 CC tests/test-4.o [2022-06-27T08:34:40.249Z] #77 146.1 CC tests/test-5.o [2022-06-27T08:34:40.249Z] #77 146.1 CC tests/test-6.o [2022-06-27T08:34:40.249Z] #77 146.2 CC tests/test-7.o [2022-06-27T08:34:40.249Z] #77 146.3 CC tests/test-8.o [2022-06-27T08:34:40.249Z] #77 146.3 CC tests/test-9.o [2022-06-27T08:34:40.249Z] #77 146.4 CC tests/test-10.o [2022-06-27T08:34:40.249Z] #77 146.5 CC tests/test-11.o [2022-06-27T08:34:40.472Z] #28 28.73 Selecting previously unselected package python3-lib2to3. [2022-06-27T08:34:40.472Z] #28 28.74 Preparing to unpack .../31-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-27T08:34:40.472Z] #28 28.74 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-27T08:34:40.472Z] #28 28.80 Selecting previously unselected package python3-distutils. [2022-06-27T08:34:40.472Z] #28 28.81 Preparing to unpack .../32-python3-distutils_3.9.2-1_all.deb ... [2022-06-27T08:34:40.472Z] #28 28.81 Unpacking python3-distutils (3.9.2-1) ... [2022-06-27T08:34:40.489Z] #76 DONE 79.1s [2022-06-27T08:34:40.489Z] [2022-06-27T08:34:40.489Z] #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-27T08:34:40.489Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:34:40.734Z] #28 28.90 Selecting previously unselected package python3-pkg-resources. [2022-06-27T08:34:40.734Z] #28 28.91 Preparing to unpack .../33-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-27T08:34:40.734Z] #28 28.91 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:34:40.734Z] #28 29.00 Selecting previously unselected package python3-setuptools. [2022-06-27T08:34:40.734Z] #28 29.00 Preparing to unpack .../34-python3-setuptools_52.0.0-4_all.deb ... [2022-06-27T08:34:40.734Z] #28 29.01 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-27T08:34:40.734Z] #28 29.14 Selecting previously unselected package python3-wheel. [2022-06-27T08:34:40.734Z] #28 29.14 Preparing to unpack .../35-python3-wheel_0.34.2-1_all.deb ... [2022-06-27T08:34:40.995Z] #28 29.15 Unpacking python3-wheel (0.34.2-1) ... [2022-06-27T08:34:40.995Z] #28 29.20 Selecting previously unselected package python3-pip. [2022-06-27T08:34:40.995Z] #28 29.20 Preparing to unpack .../36-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-27T08:34:40.995Z] #28 29.20 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-27T08:34:41.257Z] #28 29.32 Selecting previously unselected package sudo. [2022-06-27T08:34:41.257Z] #28 29.33 Preparing to unpack .../37-sudo_1.9.5p2-3_amd64.deb ... [2022-06-27T08:34:41.257Z] #28 29.33 Unpacking sudo (1.9.5p2-3) ... [2022-06-27T08:34:41.257Z] #28 29.57 Selecting previously unselected package thin-provisioning-tools. [2022-06-27T08:34:41.263Z] #77 ... [2022-06-27T08:34:41.263Z] [2022-06-27T08:34:41.263Z] #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-27T08:34:41.263Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-27T08:34:41.263Z] #14 101.3 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-27T08:34:41.263Z] #14 101.3 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-06-27T08:34:41.263Z] #14 101.3 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:34:41.518Z] #28 29.57 Preparing to unpack .../38-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-27T08:34:41.518Z] #28 29.58 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-27T08:34:41.518Z] #28 29.69 Selecting previously unselected package uidmap. [2022-06-27T08:34:41.518Z] #28 29.69 Preparing to unpack .../39-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-27T08:34:41.518Z] #28 29.69 Unpacking uidmap (1:4.8.1-1) ... [2022-06-27T08:34:41.518Z] #28 29.76 Selecting previously unselected package vim-runtime. [2022-06-27T08:34:41.518Z] #28 29.77 Preparing to unpack .../40-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-27T08:34:41.518Z] #28 29.79 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-27T08:34:41.518Z] #28 29.81 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-27T08:34:41.779Z] #28 29.81 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:41.859Z] #77 1.387 Cloning into '/tmp/crun-build'... [2022-06-27T08:34:42.232Z] #14 ... [2022-06-27T08:34:42.232Z] [2022-06-27T08:34:42.232Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-27T08:34:42.232Z] #64 sha256:6ced15e1e431c99b732995941712c1e84c4ef80ed5da0e64f9d01643c5dfb2fa [2022-06-27T08:34:42.232Z] #64 50.06 Updating files: 46% (2198/4777) Updating files: 47% (2246/4777) Updating files: 48% (2293/4777) Updating files: 49% (2341/4777) Updating files: 50% (2389/4777) Updating files: 51% (2437/4777) Updating files: 52% (2485/4777) Updating files: 53% (2532/4777) Updating files: 54% (2580/4777) Updating files: 55% (2628/4777) Updating files: 56% (2676/4777) Updating files: 57% (2723/4777) Updating files: 58% (2771/4777) Updating files: 59% (2819/4777) Updating files: 60% (2867/4777) Updating files: 61% (2914/4777) Updating files: 62% (2962/4777) Updating files: 63% (3010/4777) Updating files: 64% (3058/4777) Updating files: 65% (3106/4777) Updating files: 66% (3153/4777) Updating files: 67% (3201/4777) Updating files: 68% (3249/4777) Updating files: 69% (3297/4777) Updating files: 70% (3344/4777) Updating files: 71% (3392/4777) Updating files: 72% (3440/4777) Updating files: 73% (3488/4777) Updating files: 74% (3535/4777) Updating files: 75% (3583/4777) Updating files: 76% (3631/4777) Updating files: 77% (3679/4777) Updating files: 78% (3727/4777) Updating files: 79% (3774/4777) Updating files: 80% (3822/4777) Updating files: 81% (3870/4777) Updating files: 82% (3918/4777) Updating files: 83% (3965/4777) Updating files: 84% (4013/4777) Updating files: 85% (4061/4777) Updating files: 86% (4109/4777) Updating files: 87% (4156/4777) Updating files: 88% (4204/4777) Updating files: 89% (4252/4777) Updating files: 90% (4300/4777) Updating files: 91% (4348/4777) Updating files: 92% (4395/4777) Updating files: 93% (4443/4777) Updating files: 94% (4491/4777) Updating files: 95% (4539/4777) Updating files: 96% (4586/4777) Updating files: 97% (4634/4777) Updating files: 98% (4682/4777) Updating files: 99% (4730/4777) Updating files: 100% (4777/4777) Updating files: 100% (4777/4777), done. [2022-06-27T08:34:42.232Z] #64 51.60 + cd /tmp/tmp.k4UljsE2vm/src/github.com/containerd/containerd [2022-06-27T08:34:42.232Z] #64 51.60 + git checkout -q v1.6.6 [2022-06-27T08:34:42.722Z] #28 30.96 Selecting previously unselected package vim. [2022-06-27T08:34:42.722Z] #28 30.97 Preparing to unpack .../41-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-27T08:34:42.722Z] #28 30.98 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:42.983Z] #28 31.22 Selecting previously unselected package xfsprogs. [2022-06-27T08:34:42.983Z] #28 31.23 Preparing to unpack .../42-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-27T08:34:42.983Z] #28 31.23 Unpacking xfsprogs (5.10.0-4) ... [2022-06-27T08:34:43.244Z] #28 31.44 Selecting previously unselected package zip. [2022-06-27T08:34:43.244Z] #28 31.45 Preparing to unpack .../43-zip_3.0-12_amd64.deb ... [2022-06-27T08:34:43.244Z] #28 31.45 Unpacking zip (3.0-12) ... [2022-06-27T08:34:43.506Z] #28 31.54 Selecting previously unselected package zstd. [2022-06-27T08:34:43.506Z] #28 31.54 Preparing to unpack .../44-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-27T08:34:43.506Z] #28 31.55 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-27T08:34:43.506Z] #28 31.72 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:34:44.078Z] #28 32.26 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-27T08:34:44.078Z] #28 32.27 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-27T08:34:44.078Z] #28 32.28 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-27T08:34:44.078Z] #28 32.30 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-27T08:34:44.078Z] #28 32.31 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-27T08:34:44.078Z] #28 32.32 Setting up uidmap (1:4.8.1-1) ... [2022-06-27T08:34:44.078Z] #28 32.33 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-27T08:34:44.078Z] #28 32.34 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:34:44.078Z] #28 32.36 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:34:44.078Z] #28 32.37 Setting up python3-wheel (0.34.2-1) ... [2022-06-27T08:34:44.124Z] #64 53.61 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-27T08:34:44.124Z] #64 53.62 + BUILDTAGS='netgo osusergo static_build' [2022-06-27T08:34:44.124Z] #64 53.62 + export EXTRA_FLAGS=-buildmode=pie [2022-06-27T08:34:44.124Z] #64 53.62 + EXTRA_FLAGS=-buildmode=pie [2022-06-27T08:34:44.124Z] #64 53.62 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-27T08:34:44.124Z] #64 53.62 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-27T08:34:44.124Z] #64 53.62 + '[' '' = dynamic ']' [2022-06-27T08:34:44.124Z] #64 53.62 + make [2022-06-27T08:34:44.340Z] #28 32.62 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:44.601Z] #28 32.63 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-27T08:34:44.601Z] #28 32.64 Setting up libcap2-bin (1:2.44-1) ... [2022-06-27T08:34:44.601Z] #28 32.66 Setting up apparmor (2.13.6-10) ... [2022-06-27T08:34:45.473Z] #14 106.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-27T08:34:45.473Z] #14 106.3 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-27T08:34:45.473Z] #14 106.4 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-27T08:34:45.473Z] #14 106.5 Selecting previously unselected package libapparmor1:arm64. [2022-06-27T08:34:45.473Z] #14 106.5 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-27T08:34:45.473Z] #14 106.5 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-27T08:34:45.473Z] #14 106.6 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-27T08:34:45.473Z] #14 106.6 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-27T08:34:45.473Z] #14 106.6 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-27T08:34:45.473Z] #14 106.8 Selecting previously unselected package libbtrfs0:arm64. [2022-06-27T08:34:45.473Z] #14 106.8 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-06-27T08:34:45.473Z] #14 106.8 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-06-27T08:34:45.534Z] #77 ... [2022-06-27T08:34:45.534Z] [2022-06-27T08:34:45.534Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-27T08:34:45.534Z] #23 sha256:14f1271dd59a6473095fa5824b1de17a8f4ffb68110d9b3e83a3fadbd2c0eb39 [2022-06-27T08:34:45.534Z] #23 10.64 Collecting yamllint==1.26.1 [2022-06-27T08:34:45.545Z] #28 33.60 Setting up zip (3.0-12) ... [2022-06-27T08:34:45.545Z] #28 33.61 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:45.545Z] #28 33.63 Setting up bash-completion (1:2.11-2) ... [2022-06-27T08:34:45.734Z] #14 106.9 Selecting previously unselected package libbtrfs-dev:arm64. [2022-06-27T08:34:45.734Z] #14 106.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-06-27T08:34:45.734Z] #14 106.9 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-27T08:34:45.734Z] #14 107.2 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-06-27T08:34:45.734Z] #14 107.2 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-06-27T08:34:45.734Z] #14 107.2 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-27T08:34:45.734Z] #14 107.3 Selecting previously unselected package libudev-dev:arm64. [2022-06-27T08:34:45.734Z] #14 107.3 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-06-27T08:34:45.996Z] #14 107.3 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-06-27T08:34:46.015Z] #64 55.55 + bin/ctr [2022-06-27T08:34:46.035Z] #77 ... [2022-06-27T08:34:46.035Z] [2022-06-27T08:34:46.035Z] #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-27T08:34:46.035Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:34:46.035Z] #42 79.97 Selecting previously unselected package libxml2:amd64. [2022-06-27T08:34:46.035Z] #42 79.99 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-27T08:34:46.035Z] #42 80.01 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-27T08:34:46.035Z] #42 81.07 Selecting previously unselected package libarchive13:amd64. [2022-06-27T08:34:46.035Z] #42 81.09 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-27T08:34:46.035Z] #42 81.09 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-27T08:34:46.035Z] #42 81.54 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-27T08:34:46.035Z] #42 81.59 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-27T08:34:46.035Z] #42 81.60 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-27T08:34:46.035Z] #42 81.87 Selecting previously unselected package librhash0:amd64. [2022-06-27T08:34:46.035Z] #42 81.87 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-27T08:34:46.035Z] #42 81.88 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-27T08:34:46.035Z] #42 82.14 Selecting previously unselected package libuv1:amd64. [2022-06-27T08:34:46.035Z] #42 82.14 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-27T08:34:46.035Z] #42 82.17 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-27T08:34:46.035Z] #42 82.58 Selecting previously unselected package cmake. [2022-06-27T08:34:46.035Z] #42 82.61 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-27T08:34:46.035Z] #42 82.66 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-27T08:34:46.257Z] #14 107.4 Selecting previously unselected package libsepol1-dev:arm64. [2022-06-27T08:34:46.257Z] #14 107.5 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-06-27T08:34:46.257Z] #14 107.5 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-06-27T08:34:46.475Z] #23 11.71 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-27T08:34:46.488Z] #28 34.61 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-27T08:34:46.488Z] #28 34.62 Setting up sudo (1.9.5p2-3) ... [2022-06-27T08:34:46.488Z] #28 34.67 invoke-rc.d: could not determine current runlevel [2022-06-27T08:34:46.489Z] #28 34.68 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-27T08:34:46.489Z] #28 34.69 Setting up xfsprogs (5.10.0-4) ... [2022-06-27T08:34:46.489Z] #28 34.70 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-27T08:34:46.489Z] #28 34.71 Setting up inetutils-ping (2:2.0-1) ... [2022-06-27T08:34:46.489Z] #28 34.72 Setting up pigz (2.6-1) ... [2022-06-27T08:34:46.489Z] #28 34.73 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-27T08:34:46.489Z] #28 34.74 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-27T08:34:46.489Z] #28 34.75 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-27T08:34:46.489Z] #28 34.76 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:46.634Z] #14 107.7 Selecting previously unselected package libpcre2-16-0:arm64. [2022-06-27T08:34:46.634Z] #14 107.7 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-06-27T08:34:46.634Z] #14 107.7 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-06-27T08:34:46.750Z] #28 35.12 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-27T08:34:47.011Z] #28 35.13 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-27T08:34:47.011Z] #28 35.32 Setting up libelf1:amd64 (0.183-1) ... [2022-06-27T08:34:47.011Z] #28 35.35 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-27T08:34:47.011Z] #28 35.37 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-27T08:34:47.207Z] #14 108.5 Selecting previously unselected package libpcre2-32-0:arm64. [2022-06-27T08:34:47.207Z] #14 108.5 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-06-27T08:34:47.207Z] #14 108.6 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-06-27T08:34:47.207Z] #14 108.7 Selecting previously unselected package libpcre2-posix2:arm64. [2022-06-27T08:34:47.207Z] #14 108.7 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-06-27T08:34:47.207Z] #14 108.7 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-06-27T08:34:47.273Z] #28 35.38 Setting up python3-distutils (3.9.2-1) ... [2022-06-27T08:34:47.273Z] #28 35.60 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:47.273Z] #28 35.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-27T08:34:47.273Z] #28 35.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-27T08:34:47.273Z] #28 35.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-27T08:34:47.273Z] #28 35.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-27T08:34:47.273Z] #28 35.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-27T08:34:47.273Z] #28 35.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-27T08:34:47.474Z] #14 108.8 Selecting previously unselected package libpcre2-dev:arm64. [2022-06-27T08:34:47.474Z] #14 108.8 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-06-27T08:34:47.474Z] #14 108.8 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-06-27T08:34:47.534Z] #28 35.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-27T08:34:47.534Z] #28 35.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-27T08:34:47.534Z] #28 35.65 Setting up python3-setuptools (52.0.0-4) ... [2022-06-27T08:34:47.735Z] #14 ... [2022-06-27T08:34:47.735Z] [2022-06-27T08:34:47.735Z] #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-27T08:34:47.735Z] #67 sha256:42bf533a04613eaaddf3208eed3b7e9696952a728a8befba90160eafcecf1a2c [2022-06-27T08:34:47.735Z] #67 108.6 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-27T08:34:47.735Z] #67 108.6 + GOBIN=/build [2022-06-27T08:34:47.735Z] #67 108.6 + GO111MODULE=on [2022-06-27T08:34:47.735Z] #67 108.6 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:34:47.858Z] #23 13.17 Collecting pathspec>=0.5.3 [2022-06-27T08:34:47.929Z] #42 ... [2022-06-27T08:34:47.929Z] [2022-06-27T08:34:47.929Z] #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-27T08:34:47.929Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:34:47.929Z] #55 86.56 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-27T08:34:47.929Z] #55 86.71 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-27T08:34:47.929Z] #55 86.75 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-27T08:34:47.929Z] #55 86.76 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-27T08:34:48.057Z] #28 36.19 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-27T08:34:48.057Z] #28 36.20 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-27T08:34:48.057Z] #28 36.21 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-27T08:34:48.057Z] #28 36.22 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-27T08:34:48.119Z] #23 13.18 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-27T08:34:48.185Z] #55 86.96 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-27T08:34:48.186Z] #55 87.00 go: downloading golang.org/x/mod v0.5.1 [2022-06-27T08:34:48.186Z] #55 87.08 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-27T08:34:48.379Z] #23 13.65 Collecting pyyaml [2022-06-27T08:34:48.379Z] #23 13.66 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-27T08:34:48.379Z] #23 13.74 Building wheels for collected packages: yamllint [2022-06-27T08:34:48.629Z] #28 36.74 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-27T08:34:48.629Z] #28 36.75 Setting up jq (1.6-2.1) ... [2022-06-27T08:34:48.629Z] #28 36.77 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-27T08:34:48.629Z] #28 36.78 Setting up iptables (1.8.7-1) ... [2022-06-27T08:34:48.629Z] #28 36.79 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-27T08:34:48.629Z] #28 36.79 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-27T08:34:48.629Z] #28 36.80 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-27T08:34:48.629Z] #28 36.80 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-27T08:34:48.629Z] #28 36.81 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-27T08:34:48.629Z] #28 36.81 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-27T08:34:48.629Z] #28 36.82 Setting up iproute2 (5.10.0-4) ... [2022-06-27T08:34:48.640Z] #23 13.74 Building wheel for yamllint (setup.py): started [2022-06-27T08:34:48.748Z] #55 87.48 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-27T08:34:48.748Z] #55 87.51 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-27T08:34:48.748Z] #55 87.54 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-27T08:34:48.748Z] #55 87.60 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-27T08:34:48.748Z] #55 87.74 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-27T08:34:48.890Z] #28 37.01 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:34:49.580Z] #23 14.86 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-27T08:34:49.580Z] #23 14.86 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=114c189583b808a993d581eebeab5e9d76b52890d4a0d61fb63970fb9a964875 [2022-06-27T08:34:49.580Z] #23 14.86 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-27T08:34:49.580Z] #23 14.87 Successfully built yamllint [2022-06-27T08:34:49.580Z] #23 14.91 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-27T08:34:49.679Z] #55 88.53 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-27T08:34:49.679Z] #55 88.61 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-27T08:34:49.837Z] #28 DONE 37.8s [2022-06-27T08:34:49.837Z] [2022-06-27T08:34:49.837Z] #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-27T08:34:49.837Z] #29 sha256:b04fa251c48098649e6b0cd9dc5a196432682d0481d4096cc3221c04d5397adf [2022-06-27T08:34:49.936Z] #55 88.72 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-27T08:34:50.150Z] #23 15.39 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-27T08:34:50.194Z] #55 89.11 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-27T08:34:50.315Z] #67 ... [2022-06-27T08:34:50.315Z] [2022-06-27T08:34:50.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-27T08:34:50.315Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:34:50.315Z] #77 59.21 configure.ac:7: installing 'build-aux/compile' [2022-06-27T08:34:50.315Z] #77 59.22 configure.ac:9: installing 'build-aux/config.guess' [2022-06-27T08:34:50.315Z] #77 59.22 configure.ac:9: installing 'build-aux/config.sub' [2022-06-27T08:34:50.315Z] #77 59.22 configure.ac:11: installing 'build-aux/install-sh' [2022-06-27T08:34:50.315Z] #77 59.24 configure.ac:11: installing 'build-aux/missing' [2022-06-27T08:34:50.315Z] #77 59.41 Makefile.am: installing 'build-aux/depcomp' [2022-06-27T08:34:50.315Z] #77 59.50 parallel-tests: installing 'build-aux/test-driver' [2022-06-27T08:34:50.315Z] #77 61.74 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-27T08:34:50.315Z] #77 61.74 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-27T08:34:50.315Z] #77 62.37 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-27T08:34:50.315Z] #77 62.39 libtoolize: copying file 'm4/libtool.m4' [2022-06-27T08:34:50.315Z] #77 62.51 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-27T08:34:50.316Z] #77 62.63 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-27T08:34:50.316Z] #77 62.77 libtoolize: copying file 'm4/ltversion.m4' [2022-06-27T08:34:50.316Z] #77 62.90 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-27T08:34:50.410Z] #29 0.827 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-27T08:34:50.411Z] #29 0.831 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-27T08:34:50.411Z] #29 0.835 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-27T08:34:50.411Z] #29 DONE 0.9s [2022-06-27T08:34:50.411Z] [2022-06-27T08:34:50.411Z] #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-27T08:34:50.411Z] #71 sha256:eea5c7cde1825ec44d9ec5788b5fea6d9a5253aea5638f5d7ebd1203b5414562 [2022-06-27T08:34:50.411Z] #71 ... [2022-06-27T08:34:50.411Z] [2022-06-27T08:34:50.411Z] #30 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-27T08:34:50.411Z] #30 sha256:d1c6802d8742db954c450a30e209420653ddefe6ce5b3d25ebaace891909468c [2022-06-27T08:34:50.450Z] #55 89.20 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-27T08:34:50.578Z] #77 ... [2022-06-27T08:34:50.579Z] [2022-06-27T08:34:50.579Z] #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-27T08:34:50.579Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-27T08:34:50.579Z] #14 109.2 Selecting previously unselected package libselinux1-dev:arm64. [2022-06-27T08:34:50.579Z] #14 109.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-06-27T08:34:50.579Z] #14 109.3 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-06-27T08:34:50.579Z] #14 109.5 Selecting previously unselected package libdevmapper-dev:arm64. [2022-06-27T08:34:50.579Z] #14 109.5 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-06-27T08:34:50.579Z] #14 109.6 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-06-27T08:34:50.579Z] #14 109.6 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-27T08:34:50.579Z] #14 109.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-27T08:34:50.579Z] #14 109.7 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-27T08:34:50.579Z] #14 109.8 Selecting previously unselected package libsystemd-dev:arm64. [2022-06-27T08:34:50.579Z] #14 109.8 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ... [2022-06-27T08:34:50.579Z] #14 109.8 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-06-27T08:34:50.579Z] #14 110.5 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-27T08:34:50.579Z] #14 110.5 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-27T08:34:50.579Z] #14 110.5 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-27T08:34:50.579Z] #14 110.5 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-06-27T08:34:50.579Z] #14 110.5 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-27T08:34:50.579Z] #14 110.5 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-06-27T08:34:50.579Z] #14 110.5 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-06-27T08:34:50.579Z] #14 110.5 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-06-27T08:34:50.579Z] #14 110.6 Setting up libudev-dev:arm64 (247.3-7) ... [2022-06-27T08:34:50.579Z] #14 110.6 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-06-27T08:34:50.579Z] #14 110.6 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-27T08:34:50.579Z] #14 110.6 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-27T08:34:50.579Z] #14 110.6 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-27T08:34:50.579Z] #14 110.6 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-27T08:34:50.579Z] #14 110.6 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-27T08:34:50.579Z] #14 110.6 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-06-27T08:34:50.579Z] #14 110.6 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-27T08:34:50.579Z] #14 110.7 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-06-27T08:34:50.579Z] #14 110.7 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-06-27T08:34:50.579Z] #14 110.7 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-27T08:34:50.579Z] #14 110.7 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:34:50.579Z] #14 110.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-27T08:34:50.579Z] #14 110.7 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:34:50.579Z] #14 110.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-27T08:34:50.579Z] #14 110.7 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-27T08:34:50.579Z] #14 110.8 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:34:50.579Z] #14 110.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-27T08:34:50.579Z] #14 110.8 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:34:50.579Z] #14 110.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-27T08:34:50.579Z] #14 110.9 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-27T08:34:50.579Z] #14 110.9 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-27T08:34:50.579Z] #14 110.9 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-27T08:34:50.579Z] #14 110.9 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-06-27T08:34:50.579Z] #14 110.9 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:34:50.707Z] #55 ... [2022-06-27T08:34:50.707Z] [2022-06-27T08:34:50.707Z] #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-27T08:34:50.707Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:34:50.707Z] #51 79.00 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-27T08:34:50.707Z] #51 79.01 Setting up python3-protobuf (3.12.4-1) ... [2022-06-27T08:34:50.707Z] #51 85.29 Setting up criu (3.17-1) ... [2022-06-27T08:34:50.707Z] #51 88.65 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:34:50.707Z] #51 ... [2022-06-27T08:34:50.707Z] [2022-06-27T08:34:50.707Z] #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-27T08:34:50.707Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:34:50.707Z] #55 89.62 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-27T08:34:50.721Z] #23 DONE 16.1s [2022-06-27T08:34:50.721Z] [2022-06-27T08:34:50.721Z] #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-27T08:34:50.721Z] #64 sha256:cfd6de62282f3f6f99c3f7a732342b1d13e5a199cdf1c8abf138637f159acb26 [2022-06-27T08:34:50.964Z] #55 89.64 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-27T08:34:50.964Z] #55 89.66 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-27T08:34:50.964Z] #55 89.78 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-27T08:34:50.964Z] #55 ... [2022-06-27T08:34:50.964Z] [2022-06-27T08:34:50.964Z] #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-27T08:34:50.964Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:34:50.964Z] #14 79.89 Selecting previously unselected package binutils-mingw-w64. [2022-06-27T08:34:50.964Z] #14 79.91 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-27T08:34:50.964Z] #14 79.92 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-27T08:34:50.964Z] #14 80.34 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-27T08:34:50.964Z] #14 80.34 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:34:50.964Z] #14 80.37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:34:50.964Z] #14 80.74 Selecting previously unselected package dmsetup. [2022-06-27T08:34:50.964Z] #14 80.74 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:34:50.964Z] #14 80.76 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-27T08:34:50.964Z] #14 80.98 Selecting previously unselected package mingw-w64-common. [2022-06-27T08:34:50.964Z] #14 80.99 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-27T08:34:50.964Z] #14 81.00 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-27T08:34:50.982Z] #64 ... [2022-06-27T08:34:50.982Z] [2022-06-27T08:34:50.982Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-27T08:34:50.982Z] #27 sha256:975566e089824d1b0c651cccc5ed75b34cd1421bd1fac6db5e49c9ac9a434b38 [2022-06-27T08:34:51.221Z] #14 ... [2022-06-27T08:34:51.221Z] [2022-06-27T08:34:51.221Z] #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-27T08:34:51.221Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:34:51.221Z] #55 89.93 go: downloading github.com/prometheus/common v0.10.0 [2022-06-27T08:34:51.243Z] #27 DONE 0.5s [2022-06-27T08:34:51.243Z] [2022-06-27T08:34:51.243Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-27T08:34:51.243Z] #32 sha256:f262cea79adf88b923c82bd8e3d254f83d5242c924fadd8e1aad7cecc45c027a [2022-06-27T08:34:51.477Z] #55 ... [2022-06-27T08:34:51.477Z] [2022-06-27T08:34:51.477Z] #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-27T08:34:51.477Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-27T08:34:51.477Z] #51 DONE 89.9s [2022-06-27T08:34:51.477Z] [2022-06-27T08:34:51.477Z] #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-27T08:34:51.477Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:34:51.478Z] #55 90.27 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-27T08:34:51.743Z] #55 90.43 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-27T08:34:51.743Z] #55 90.49 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-27T08:34:51.814Z] #32 DONE 0.6s [2022-06-27T08:34:51.814Z] [2022-06-27T08:34:51.814Z] #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-27T08:34:51.814Z] #64 sha256:cfd6de62282f3f6f99c3f7a732342b1d13e5a199cdf1c8abf138637f159acb26 [2022-06-27T08:34:52.075Z] #64 ... [2022-06-27T08:34:52.075Z] [2022-06-27T08:34:52.075Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-27T08:34:52.075Z] #35 sha256:012693c5f389047f98b26d15f6e51a38c503d97bde353d95f0a2dac93259ec2c [2022-06-27T08:34:52.335Z] #35 DONE 0.3s [2022-06-27T08:34:52.335Z] [2022-06-27T08:34:52.335Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-27T08:34:52.335Z] #37 sha256:e0f19f2143b95279c5057165509eed9cfd6a89fac24d7398484b0f1e77b811fc [2022-06-27T08:34:52.596Z] #37 DONE 0.3s [2022-06-27T08:34:52.596Z] [2022-06-27T08:34:52.596Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-27T08:34:52.596Z] #39 sha256:fa9c8c5fb78d732d65cff23c4e7bdce32f75a1d84ff23e69dc7429854921946f [2022-06-27T08:34:52.596Z] #39 DONE 0.1s [2022-06-27T08:34:52.596Z] [2022-06-27T08:34:52.596Z] #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-27T08:34:52.596Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:34:52.596Z] #55 ... [2022-06-27T08:34:52.596Z] [2022-06-27T08:34:52.596Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-27T08:34:52.596Z] #41 sha256:b1d0b526c40e411249a8a1788e578356f0d1b6afbafb85c26168aff820ad31ec [2022-06-27T08:34:52.596Z] #41 DONE 0.1s [2022-06-27T08:34:52.596Z] [2022-06-27T08:34:52.596Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-27T08:34:52.596Z] #45 sha256:27712c58cdcdf02750767ca1ca29c9c9ece7ca76e50a7c66af4f4c020d990113 [2022-06-27T08:34:52.596Z] #45 DONE 0.1s [2022-06-27T08:34:52.672Z] #55 ... [2022-06-27T08:34:52.672Z] [2022-06-27T08:34:52.672Z] #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-27T08:34:52.672Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-27T08:34:52.672Z] #42 90.48 Setting up libicu67:amd64 (67.1-7) ... [2022-06-27T08:34:52.672Z] #42 90.53 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:52.672Z] #42 90.55 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-27T08:34:52.672Z] #42 90.57 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:34:52.672Z] #42 90.70 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-27T08:34:52.672Z] #42 90.72 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-27T08:34:52.672Z] #42 90.79 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-27T08:34:52.672Z] #42 90.84 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-27T08:34:52.672Z] #42 90.86 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-27T08:34:52.672Z] #42 90.88 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-27T08:34:52.672Z] #42 90.91 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:34:52.672Z] #42 DONE 91.5s [2022-06-27T08:34:52.856Z] [2022-06-27T08:34:52.856Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-27T08:34:52.856Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:34:52.929Z] [2022-06-27T08:34:52.929Z] #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-27T08:34:52.929Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:34:52.929Z] #14 91.68 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-27T08:34:52.929Z] #14 91.68 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-27T08:34:52.929Z] #14 91.71 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-27T08:34:53.160Z] #14 ... [2022-06-27T08:34:53.160Z] [2022-06-27T08:34:53.160Z] #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-27T08:34:53.160Z] #67 sha256:42bf533a04613eaaddf3208eed3b7e9696952a728a8befba90160eafcecf1a2c [2022-06-27T08:34:53.160Z] #67 114.2 rootlesskit version 1.0.0 [2022-06-27T08:34:53.160Z] #67 114.2 Usage of /build/rootlesskit-docker-proxy: [2022-06-27T08:34:53.160Z] #67 114.2 -container-ip string [2022-06-27T08:34:53.160Z] #67 114.2 container ip [2022-06-27T08:34:53.160Z] #67 114.2 -container-port int [2022-06-27T08:34:53.160Z] #67 114.2 container port (default -1) [2022-06-27T08:34:53.160Z] #67 114.2 -host-ip string [2022-06-27T08:34:53.160Z] #67 114.2 host ip [2022-06-27T08:34:53.160Z] #67 114.2 -host-port int [2022-06-27T08:34:53.160Z] #67 114.2 host port (default -1) [2022-06-27T08:34:53.160Z] #67 114.2 -proto string [2022-06-27T08:34:53.160Z] #67 114.2 proxy protocol (default "tcp") [2022-06-27T08:34:53.185Z] #14 ... [2022-06-27T08:34:53.185Z] [2022-06-27T08:34:53.185Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-27T08:34:53.185Z] #43 sha256:1b10a5d420200cab8f5af82011ab7bcb85fe2c8d97ec8c41686f01ce86b258ba [2022-06-27T08:34:53.185Z] #43 DONE 0.3s [2022-06-27T08:34:53.185Z] [2022-06-27T08:34:53.185Z] #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-27T08:34:53.185Z] #44 sha256:7a2dd7ea1d53ac3fa4c98ac2ae838d73eff43ab95f44b6f70bc9446ff2e4a252 [2022-06-27T08:34:54.109Z] #64 ... [2022-06-27T08:34:54.109Z] [2022-06-27T08:34:54.109Z] #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-27T08:34:54.109Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:34:54.109Z] #77 45.27 libtoolize: putting auxiliary files in '.'. [2022-06-27T08:34:54.109Z] #77 45.29 libtoolize: copying file './ltmain.sh' [2022-06-27T08:34:54.109Z] #77 45.94 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-27T08:34:54.109Z] #77 45.94 libtoolize: and rerunning libtoolize and aclocal. [2022-06-27T08:34:54.109Z] #77 45.94 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-27T08:34:54.109Z] #77 ... [2022-06-27T08:34:54.109Z] [2022-06-27T08:34:54.109Z] #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-27T08:34:54.109Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:34:54.109Z] #14 97.01 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-27T08:34:54.109Z] #14 97.01 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:34:54.109Z] #14 97.02 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-27T08:34:54.109Z] #14 103.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-27T08:34:54.109Z] #14 103.4 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:34:54.109Z] #14 103.4 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:34:54.109Z] #14 ... [2022-06-27T08:34:54.109Z] [2022-06-27T08:34:54.109Z] #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-27T08:34:54.109Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:34:54.109Z] #77 55.71 configure.ac:7: installing './compile' [2022-06-27T08:34:54.109Z] #77 55.72 configure.ac:11: installing './config.guess' [2022-06-27T08:34:54.109Z] #77 55.73 configure.ac:11: installing './config.sub' [2022-06-27T08:34:54.109Z] #77 55.74 configure.ac:8: installing './install-sh' [2022-06-27T08:34:54.109Z] #77 55.76 configure.ac:8: installing './missing' [2022-06-27T08:34:54.109Z] #77 55.88 Makefile.am: installing './depcomp' [2022-06-27T08:34:55.040Z] #77 57.09 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-27T08:34:55.040Z] #77 57.09 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-27T08:34:55.040Z] #77 57.23 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-27T08:34:55.040Z] #77 57.23 libtoolize: copying file 'm4/libtool.m4' [2022-06-27T08:34:55.040Z] #77 57.32 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-27T08:34:55.040Z] #77 57.40 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-27T08:34:55.079Z] #44 1.691 + RM_GOPATH=0 [2022-06-27T08:34:55.079Z] #44 1.691 + TMP_GOPATH= [2022-06-27T08:34:55.079Z] #44 1.691 + : /build [2022-06-27T08:34:55.079Z] #44 1.691 + '[' -z '' ']' [2022-06-27T08:34:55.079Z] #44 1.691 ++ mktemp -d [2022-06-27T08:34:55.079Z] #44 1.691 + export GOPATH=/tmp/tmp.VnkJphfJ6W [2022-06-27T08:34:55.079Z] #44 1.691 + GOPATH=/tmp/tmp.VnkJphfJ6W [2022-06-27T08:34:55.079Z] #44 1.691 + RM_GOPATH=1 [2022-06-27T08:34:55.079Z] #44 1.691 + case "$(go env GOARCH)" in [2022-06-27T08:34:55.079Z] #44 1.706 ++ go env GOARCH [2022-06-27T08:34:55.079Z] #44 1.795 Install tini version v0.19.0 [2022-06-27T08:34:55.079Z] #44 1.795 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:34:55.079Z] #44 1.795 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:34:55.079Z] #44 1.795 ++ dirname /install.sh [2022-06-27T08:34:55.079Z] #44 1.795 + dir=/ [2022-06-27T08:34:55.079Z] #44 1.795 + bin=tini [2022-06-27T08:34:55.079Z] #44 1.795 + shift [2022-06-27T08:34:55.079Z] #44 1.795 + '[' '!' -f //tini.installer ']' [2022-06-27T08:34:55.079Z] #44 1.795 + . //tini.installer [2022-06-27T08:34:55.079Z] #44 1.795 ++ : v0.19.0 [2022-06-27T08:34:55.079Z] #44 1.795 + install_tini [2022-06-27T08:34:55.079Z] #44 1.795 + echo 'Install tini version v0.19.0' [2022-06-27T08:34:55.079Z] #44 1.795 + git clone https://github.com/krallin/tini.git /tmp/tmp.VnkJphfJ6W/tini [2022-06-27T08:34:55.079Z] #44 1.811 Cloning into '/tmp/tmp.VnkJphfJ6W/tini'... [2022-06-27T08:34:55.297Z] #77 57.50 libtoolize: copying file 'm4/ltversion.m4' [2022-06-27T08:34:55.553Z] #77 57.63 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-27T08:34:55.553Z] #77 57.74 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-27T08:34:55.711Z] #67 DONE 116.6s [2022-06-27T08:34:55.711Z] [2022-06-27T08:34:55.711Z] #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-27T08:34:55.711Z] #26 sha256:267a9136bb6e8c39682d6d4f838c4c6ece2b62dbfaeac78b45491992097edc2c [2022-06-27T08:34:55.711Z] #26 ... [2022-06-27T08:34:55.711Z] [2022-06-27T08:34:55.711Z] #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-27T08:34:55.711Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-27T08:34:55.711Z] #14 DONE 117.0s [2022-06-27T08:34:55.711Z] [2022-06-27T08:34:55.711Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-27T08:34:55.711Z] #68 sha256:3225fbfaceaaacf6baa70029d39bf8ff0cc9cb8a34478c7056e9614b206e80af [2022-06-27T08:34:55.711Z] #68 DONE 0.1s [2022-06-27T08:34:55.711Z] [2022-06-27T08:34:55.711Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-27T08:34:55.711Z] #59 sha256:3d8d90f3c322d1debbebf46a77760f215f5ed7641a13cddd1daf0a8375af9c24 [2022-06-27T08:34:55.711Z] #59 DONE 0.2s [2022-06-27T08:34:55.711Z] [2022-06-27T08:34:55.711Z] #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-27T08:34:55.711Z] #60 sha256:339ec3d1b6b0077d942d0afc95b48195eebb350de30e7578ef241300e1120071 [2022-06-27T08:34:55.972Z] #60 ... [2022-06-27T08:34:55.972Z] [2022-06-27T08:34:55.972Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-27T08:34:55.972Z] #69 sha256:5d6326250405f10be07c301e9bab54907b4f6a9ce7d964abb16622e100fbfb45 [2022-06-27T08:34:55.972Z] #69 DONE 0.2s [2022-06-27T08:34:56.234Z] [2022-06-27T08:34:56.234Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-27T08:34:56.234Z] #15 sha256:e5f951f348dd47dc403642e15144e99ddf318c4dfb9ca7c56e57c875c8dd1b00 [2022-06-27T08:34:56.446Z] #44 3.042 + cd /tmp/tmp.VnkJphfJ6W/tini [2022-06-27T08:34:56.446Z] #44 3.042 + git checkout -q v0.19.0 [2022-06-27T08:34:56.446Z] #44 3.056 + cmake . [2022-06-27T08:34:57.012Z] #44 3.844 -- The C compiler identification is GNU 10.2.1 [2022-06-27T08:34:57.013Z] #44 3.985 -- Detecting C compiler ABI info [2022-06-27T08:34:57.178Z] #15 DONE 1.7s [2022-06-27T08:34:57.178Z] [2022-06-27T08:34:57.178Z] #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-27T08:34:57.178Z] #60 sha256:339ec3d1b6b0077d942d0afc95b48195eebb350de30e7578ef241300e1120071 [2022-06-27T08:34:57.178Z] #60 1.404 + RM_GOPATH=0 [2022-06-27T08:34:57.178Z] #60 1.404 + TMP_GOPATH= [2022-06-27T08:34:57.178Z] #60 1.404 + : /build [2022-06-27T08:34:57.178Z] #60 1.404 + '[' -z '' ']' [2022-06-27T08:34:57.178Z] #60 1.404 ++ mktemp -d [2022-06-27T08:34:57.178Z] #60 1.422 + export GOPATH=/tmp/tmp.TsmNR38exP [2022-06-27T08:34:57.178Z] #60 1.422 + GOPATH=/tmp/tmp.TsmNR38exP [2022-06-27T08:34:57.178Z] #60 1.422 + RM_GOPATH=1 [2022-06-27T08:34:57.178Z] #60 1.422 + case "$(go env GOARCH)" in [2022-06-27T08:34:57.178Z] #60 1.422 ++ go env GOARCH [2022-06-27T08:34:57.178Z] #60 1.478 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:34:57.178Z] #60 1.478 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:34:57.178Z] #60 1.478 ++ dirname /install.sh [2022-06-27T08:34:57.440Z] #60 1.496 + dir=/ [2022-06-27T08:34:57.440Z] #60 1.496 + bin=runc [2022-06-27T08:34:57.440Z] #60 1.496 + shift [2022-06-27T08:34:57.440Z] #60 1.496 + '[' '!' -f //runc.installer ']' [2022-06-27T08:34:57.440Z] #60 1.496 + . //runc.installer [2022-06-27T08:34:57.440Z] #60 1.496 ++ set -e [2022-06-27T08:34:57.440Z] #60 1.496 ++ : v1.1.2 [2022-06-27T08:34:57.440Z] #60 1.496 + install_runc [2022-06-27T08:34:57.440Z] #60 1.496 + RUNC_BUILDTAGS=seccomp [2022-06-27T08:34:57.440Z] #60 1.496 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-27T08:34:57.440Z] #60 1.496 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.TsmNR38exP/src/github.com/opencontainers/runc [2022-06-27T08:34:57.440Z] #60 1.496 Cloning into '/tmp/tmp.TsmNR38exP/src/github.com/opencontainers/runc'... [2022-06-27T08:34:57.440Z] #60 1.500 Install runc version v1.1.2 (build tags: seccomp) [2022-06-27T08:34:57.575Z] #44 4.573 -- Detecting C compiler ABI info - done [2022-06-27T08:34:57.832Z] #44 4.710 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-27T08:34:57.832Z] #44 4.741 -- Detecting C compile features [2022-06-27T08:34:57.832Z] #44 4.744 -- Detecting C compile features - done [2022-06-27T08:34:57.832Z] #44 4.833 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-27T08:34:58.397Z] #44 5.285 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-27T08:34:58.397Z] #44 5.512 -- Configuring done [2022-06-27T08:34:58.561Z] #30 7.140 Collecting yamllint==1.26.1 [2022-06-27T08:34:58.561Z] #30 8.201 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-27T08:34:58.654Z] #44 5.559 -- Generating done [2022-06-27T08:34:58.654Z] #44 5.577 -- Build files have been written to: /tmp/tmp.VnkJphfJ6W/tini [2022-06-27T08:34:58.654Z] #44 5.608 + make tini-static [2022-06-27T08:34:58.829Z] #60 ... [2022-06-27T08:34:58.829Z] [2022-06-27T08:34:58.829Z] #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-27T08:34:58.829Z] #16 sha256:2cd4662a7e0c8506cf1db0a3c783d8e69fc17c83f0d53c3945b80f74260ecfd0 [2022-06-27T08:34:58.829Z] #16 DONE 1.6s [2022-06-27T08:34:59.090Z] [2022-06-27T08:34:59.090Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-27T08:34:59.090Z] #17 sha256:62342bb3e0d44055f2152b49fde1b4efa49fd44a77773d46b2210d92aec5a83e [2022-06-27T08:34:59.133Z] #30 8.716 Collecting pathspec>=0.5.3 [2022-06-27T08:34:59.133Z] #30 8.733 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-27T08:34:59.218Z] #44 6.137 Scanning dependencies of target tini-static [2022-06-27T08:34:59.352Z] #17 0.632 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-27T08:34:59.395Z] #30 8.926 Collecting pyyaml [2022-06-27T08:34:59.395Z] #30 8.932 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-27T08:34:59.395Z] #30 8.968 Building wheels for collected packages: yamllint [2022-06-27T08:34:59.395Z] #30 8.969 Building wheel for yamllint (setup.py): started [2022-06-27T08:34:59.474Z] #44 6.330 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-27T08:34:59.614Z] #17 DONE 0.8s [2022-06-27T08:34:59.614Z] [2022-06-27T08:34:59.614Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-27T08:34:59.614Z] #18 sha256:7df831cd34c3e236217c8eb9e9d1f16a3e6abd6c752f0215ba9a94816c500d08 [2022-06-27T08:34:59.968Z] #30 9.326 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-27T08:34:59.968Z] #30 9.328 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=3f5dd22634b42b47f719e181bd14e7e882b28a8951c55c7c03a0b7541179e1a7 [2022-06-27T08:34:59.968Z] #30 9.328 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-27T08:34:59.968Z] #30 9.331 Successfully built yamllint [2022-06-27T08:34:59.968Z] #30 9.341 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-27T08:34:59.968Z] #30 9.520 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-27T08:35:00.234Z] #30 DONE 9.7s [2022-06-27T08:35:00.234Z] [2022-06-27T08:35:00.234Z] #34 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-27T08:35:00.234Z] #34 sha256:f1b816ea4a2190ba8669f55f410d7fd9e55ea05ec691e234467c70b0f045854e [2022-06-27T08:35:00.234Z] #34 DONE 0.2s [2022-06-27T08:35:00.234Z] [2022-06-27T08:35:00.234Z] #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-27T08:35:00.234Z] #71 sha256:eea5c7cde1825ec44d9ec5788b5fea6d9a5253aea5638f5d7ebd1203b5414562 [2022-06-27T08:35:00.496Z] #71 ... [2022-06-27T08:35:00.496Z] [2022-06-27T08:35:00.496Z] #39 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-27T08:35:00.496Z] #39 sha256:d9206ce4c80647e9a880eef8b932d404562c1d3406da2cf4a30759360bc46f3d [2022-06-27T08:35:00.559Z] #18 DONE 1.0s [2022-06-27T08:35:00.559Z] [2022-06-27T08:35:00.559Z] #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-27T08:35:00.559Z] #26 sha256:267a9136bb6e8c39682d6d4f838c4c6ece2b62dbfaeac78b45491992097edc2c [2022-06-27T08:35:00.757Z] #39 DONE 0.4s [2022-06-27T08:35:00.757Z] [2022-06-27T08:35:00.757Z] #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-27T08:35:00.757Z] #71 sha256:eea5c7cde1825ec44d9ec5788b5fea6d9a5253aea5638f5d7ebd1203b5414562 [2022-06-27T08:35:00.757Z] #71 ... [2022-06-27T08:35:00.757Z] [2022-06-27T08:35:00.757Z] #42 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-27T08:35:00.757Z] #42 sha256:947c083b2053757cf43976534b2d9507350b61cd63cca3bbd56a7152a76ce039 [2022-06-27T08:35:01.018Z] #42 DONE 0.2s [2022-06-27T08:35:01.018Z] [2022-06-27T08:35:01.018Z] #44 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-27T08:35:01.018Z] #44 sha256:ca14d6201f794f60300a275fdf587ea31654235e459138a40f18801f4c1037e0 [2022-06-27T08:35:01.286Z] #44 DONE 0.2s [2022-06-27T08:35:01.286Z] [2022-06-27T08:35:01.286Z] #46 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-27T08:35:01.286Z] #46 sha256:526d2d5f6a380c3cb1b164351a26ae37f3ef04e3078a640fe50ed23e317e95b9 [2022-06-27T08:35:01.286Z] #46 DONE 0.1s [2022-06-27T08:35:01.286Z] [2022-06-27T08:35:01.286Z] #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-27T08:35:01.286Z] #71 sha256:eea5c7cde1825ec44d9ec5788b5fea6d9a5253aea5638f5d7ebd1203b5414562 [2022-06-27T08:35:01.286Z] #71 ... [2022-06-27T08:35:01.286Z] [2022-06-27T08:35:01.286Z] #48 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-27T08:35:01.286Z] #48 sha256:aba4b3a4ee1147465b8c3e6bf66eb842a399b51637b0a498f764fae8466aedc6 [2022-06-27T08:35:01.286Z] #48 DONE 0.1s [2022-06-27T08:35:01.366Z] #44 ... [2022-06-27T08:35:01.366Z] [2022-06-27T08:35:01.366Z] #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-27T08:35:01.366Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:35:01.366Z] #77 11.15 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-27T08:35:01.366Z] #77 11.18 Cloning into '/tmp/crun-build/libocispec'... [2022-06-27T08:35:01.366Z] #77 13.50 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-27T08:35:01.366Z] #77 13.53 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-27T08:35:01.366Z] #77 13.53 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-27T08:35:01.366Z] #77 13.53 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-27T08:35:01.366Z] #77 13.58 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-27T08:35:01.366Z] #77 17.02 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-27T08:35:01.366Z] #77 20.01 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-27T08:35:01.549Z] [2022-06-27T08:35:01.549Z] #52 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-27T08:35:01.549Z] #52 sha256:088e0c2c840fd48fa78c407c0271c2e5f525d9f5d5066d5c49f0834f330993fb [2022-06-27T08:35:01.549Z] #52 DONE 0.1s [2022-06-27T08:35:01.549Z] [2022-06-27T08:35:01.549Z] #55 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-27T08:35:01.549Z] #55 sha256:f635956c7c304204b2b4fdcaef00226f02df6e4b218a0d50cbbc641d06b9af5f [2022-06-27T08:35:01.607Z] #26 121.3 Updating files: 17% (1944/11414) Updating files: 18% (2055/11414) Updating files: 19% (2169/11414) Updating files: 20% (2283/11414) Updating files: 21% (2397/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 30% (3429/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) [2022-06-27T08:35:01.607Z] #26 ... [2022-06-27T08:35:01.607Z] [2022-06-27T08:35:01.607Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-27T08:35:01.607Z] #19 sha256:b7477035d509187c35ca5a8f7bb22c40a8e03086d8f5555f155280dc54f43d3b [2022-06-27T08:35:01.607Z] #19 DONE 1.0s [2022-06-27T08:35:01.607Z] [2022-06-27T08:35:01.607Z] #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-27T08:35:01.607Z] #26 sha256:267a9136bb6e8c39682d6d4f838c4c6ece2b62dbfaeac78b45491992097edc2c [2022-06-27T08:35:01.624Z] #77 ... [2022-06-27T08:35:01.624Z] [2022-06-27T08:35:01.624Z] #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-27T08:35:01.624Z] #44 sha256:7a2dd7ea1d53ac3fa4c98ac2ae838d73eff43ab95f44b6f70bc9446ff2e4a252 [2022-06-27T08:35:01.624Z] #44 8.382 [100%] Linking C executable tini-static [2022-06-27T08:35:01.810Z] #55 DONE 0.3s [2022-06-27T08:35:01.810Z] [2022-06-27T08:35:01.810Z] #59 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-27T08:35:01.810Z] #59 sha256:d618f37321a8a701f13de78e4d8cd8a25b973a9d8113f17bee7d2b33c52b7a4b [2022-06-27T08:35:01.810Z] #59 DONE 0.1s [2022-06-27T08:35:01.810Z] [2022-06-27T08:35:01.810Z] #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-27T08:35:01.810Z] #71 sha256:eea5c7cde1825ec44d9ec5788b5fea6d9a5253aea5638f5d7ebd1203b5414562 [2022-06-27T08:35:01.810Z] #71 ... [2022-06-27T08:35:01.810Z] [2022-06-27T08:35:01.810Z] #61 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-27T08:35:01.810Z] #61 sha256:c257307bdb0bbd6875eae3e8882d7f291537ab6c2d5b6998d5e3d317193c6d85 [2022-06-27T08:35:01.810Z] #61 DONE 0.1s [2022-06-27T08:35:01.810Z] [2022-06-27T08:35:01.810Z] #63 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-27T08:35:01.810Z] #63 sha256:22df018038ae686fe61dbe4ddd231fc5ac08d92f1bcd34b5fed4b41dca8223d8 [2022-06-27T08:35:02.191Z] #44 8.986 [100%] Built target tini-static [2022-06-27T08:35:02.191Z] #44 9.000 + mkdir -p /build [2022-06-27T08:35:02.191Z] #44 9.002 + cp tini-static /build/docker-init [2022-06-27T08:35:02.383Z] #63 DONE 0.4s [2022-06-27T08:35:02.383Z] [2022-06-27T08:35:02.383Z] #65 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-27T08:35:02.383Z] #65 sha256:00a39fb7fbf15890f0d3962858cb52f5f086df7d41fb60b8761a06f92b0ccc45 [2022-06-27T08:35:02.383Z] #65 DONE 0.1s [2022-06-27T08:35:02.383Z] [2022-06-27T08:35:02.383Z] #68 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-27T08:35:02.383Z] #68 sha256:d35d71d3ec701289588a925a6b5cdf983343192a6f0479c67add6dab7c3944f6 [2022-06-27T08:35:02.383Z] #68 DONE 0.1s [2022-06-27T08:35:02.383Z] [2022-06-27T08:35:02.383Z] #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-27T08:35:02.383Z] #71 sha256:eea5c7cde1825ec44d9ec5788b5fea6d9a5253aea5638f5d7ebd1203b5414562 [2022-06-27T08:35:02.671Z] #26 121.3 Updating files: 17% (1944/11414) Updating files: 18% (2055/11414) Updating files: 19% (2169/11414) Updating files: 20% (2283/11414) Updating files: 21% (2397/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 30% (3429/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) [2022-06-27T08:35:02.671Z] #26 ... [2022-06-27T08:35:02.671Z] [2022-06-27T08:35:02.671Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-27T08:35:02.671Z] #20 sha256:b68a7f7ec677c2d67bebbcbfa046df9a6e597dfa26a6a67cbb34c9548e89d961 [2022-06-27T08:35:02.671Z] #20 DONE 1.0s [2022-06-27T08:35:02.671Z] [2022-06-27T08:35:02.671Z] #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-27T08:35:02.671Z] #26 sha256:267a9136bb6e8c39682d6d4f838c4c6ece2b62dbfaeac78b45491992097edc2c [2022-06-27T08:35:02.754Z] #44 DONE 9.7s [2022-06-27T08:35:02.754Z] [2022-06-27T08:35:02.754Z] #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-27T08:35:02.754Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:35:02.754Z] #14 101.3 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-27T08:35:02.754Z] #14 101.4 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:35:02.754Z] #14 101.4 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-27T08:35:02.754Z] #14 101.7 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-27T08:35:03.084Z] #14 101.7 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:35:03.084Z] #14 101.7 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-27T08:35:03.643Z] #77 ... [2022-06-27T08:35:03.643Z] [2022-06-27T08:35:03.643Z] #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-27T08:35:03.643Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:35:03.643Z] #14 116.9 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-27T08:35:03.643Z] #14 116.9 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:35:03.643Z] #14 116.9 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:35:04.036Z] #14 ... [2022-06-27T08:35:04.036Z] [2022-06-27T08:35:04.036Z] #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-27T08:35:04.036Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-27T08:35:04.036Z] #53 102.6 gotestsum version dev [2022-06-27T08:35:04.036Z] #53 DONE 102.8s [2022-06-27T08:35:04.036Z] [2022-06-27T08:35:04.036Z] #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-27T08:35:04.036Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:35:04.036Z] #77 23.38 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-27T08:35:04.036Z] #77 23.85 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-27T08:35:04.620Z] #77 24.15 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-27T08:35:04.896Z] #77 ... [2022-06-27T08:35:04.896Z] [2022-06-27T08:35:04.896Z] #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-27T08:35:04.896Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:35:04.896Z] #55 93.53 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-27T08:35:05.028Z] #26 121.3 Updating files: 17% (1944/11414) Updating files: 18% (2055/11414) Updating files: 19% (2169/11414) Updating files: 20% (2283/11414) Updating files: 21% (2397/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 30% (3429/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 57% (6589/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 81% (9357/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-06-27T08:35:05.028Z] #26 126.1 + cd /tmp/tmp.un5AR6bxXt/tmp/docker-ce [2022-06-27T08:35:05.028Z] #26 126.1 + git checkout -q v17.06.2-ce [2022-06-27T08:35:07.576Z] #26 ... [2022-06-27T08:35:07.576Z] [2022-06-27T08:35:07.576Z] #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-27T08:35:07.576Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:35:07.576Z] #77 76.35 configure.ac:11: installing 'build-aux/compile' [2022-06-27T08:35:07.576Z] #77 76.37 configure.ac:11: installing 'build-aux/config.guess' [2022-06-27T08:35:07.576Z] #77 76.37 configure.ac:11: installing 'build-aux/config.sub' [2022-06-27T08:35:07.576Z] #77 76.38 configure.ac:13: installing 'build-aux/install-sh' [2022-06-27T08:35:07.576Z] #77 76.38 configure.ac:13: installing 'build-aux/missing' [2022-06-27T08:35:07.576Z] #77 76.38 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-27T08:35:07.576Z] #77 76.75 Makefile.am: installing 'build-aux/depcomp' [2022-06-27T08:35:07.576Z] #77 78.99 checking build system type... aarch64-unknown-linux-gnu [2022-06-27T08:35:07.576Z] #77 79.35 checking host system type... aarch64-unknown-linux-gnu [2022-06-27T08:35:07.576Z] #77 79.35 checking how to print strings... printf [2022-06-27T08:35:07.576Z] #77 79.37 checking for gcc... gcc [2022-06-27T08:35:07.576Z] #77 79.46 checking whether the C compiler works... yes [2022-06-27T08:35:07.576Z] #77 79.78 checking for C compiler default output file name... a.out [2022-06-27T08:35:07.576Z] #77 79.79 checking for suffix of executables... [2022-06-27T08:35:07.576Z] #77 80.05 checking whether we are cross compiling... no [2022-06-27T08:35:07.576Z] #77 80.32 checking for suffix of object files... o [2022-06-27T08:35:07.576Z] #77 80.50 checking whether we are using the GNU C compiler... yes [2022-06-27T08:35:07.576Z] #77 80.58 checking whether gcc accepts -g... yes [2022-06-27T08:35:07.576Z] #77 80.79 checking for gcc option to accept ISO C89... none needed [2022-06-27T08:35:07.576Z] #77 81.13 checking whether gcc understands -c and -o together... yes [2022-06-27T08:35:07.576Z] #77 81.40 checking for a sed that does not truncate output... /bin/sed [2022-06-27T08:35:07.576Z] #77 81.45 checking for grep that handles long lines and -e... /bin/grep [2022-06-27T08:35:07.576Z] #77 81.48 checking for egrep... /bin/grep -E [2022-06-27T08:35:07.576Z] #77 81.49 checking for fgrep... /bin/grep -F [2022-06-27T08:35:07.576Z] #77 81.50 checking for ld used by gcc... /usr/bin/ld [2022-06-27T08:35:07.576Z] #77 81.51 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-27T08:35:07.576Z] #77 81.51 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-27T08:35:07.576Z] #77 81.51 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-27T08:35:07.576Z] #77 81.65 checking whether ln -s works... yes [2022-06-27T08:35:07.576Z] #77 81.65 checking the maximum length of command line arguments... 1572864 [2022-06-27T08:35:07.576Z] #77 81.73 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-06-27T08:35:07.576Z] #77 81.73 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-27T08:35:07.576Z] #77 81.73 checking for /usr/bin/ld option to reload object files... -r [2022-06-27T08:35:07.576Z] #77 81.73 checking for objdump... objdump [2022-06-27T08:35:07.576Z] #77 81.73 checking how to recognize dependent libraries... pass_all [2022-06-27T08:35:07.576Z] #77 81.73 checking for dlltool... no [2022-06-27T08:35:07.576Z] #77 81.73 checking how to associate runtime and link libraries... printf %s\n [2022-06-27T08:35:07.576Z] #77 81.73 checking for ar... ar [2022-06-27T08:35:07.576Z] #77 81.73 checking for archiver @FILE support... @ [2022-06-27T08:35:07.576Z] #77 82.07 checking for strip... strip [2022-06-27T08:35:07.576Z] #77 82.07 checking for ranlib... ranlib [2022-06-27T08:35:07.576Z] #77 82.07 checking for gawk... no [2022-06-27T08:35:07.576Z] #77 82.07 checking for mawk... mawk [2022-06-27T08:35:07.576Z] #77 82.07 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-27T08:35:07.576Z] #77 82.72 checking for sysroot... no [2022-06-27T08:35:07.576Z] #77 82.72 checking for a working dd... /bin/dd [2022-06-27T08:35:07.576Z] #77 82.80 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-27T08:35:07.576Z] #77 82.82 checking for mt... no [2022-06-27T08:35:07.576Z] #77 82.82 checking if : is a manifest tool... no [2022-06-27T08:35:07.576Z] #77 82.84 checking how to run the C preprocessor... gcc -E [2022-06-27T08:35:07.576Z] #77 83.25 checking for ANSI C header files... yes [2022-06-27T08:35:07.576Z] #77 83.96 checking for sys/types.h... yes [2022-06-27T08:35:07.576Z] #77 84.17 checking for sys/stat.h... yes [2022-06-27T08:35:07.576Z] #77 84.35 checking for stdlib.h... yes [2022-06-27T08:35:07.576Z] #77 84.50 checking for string.h... yes [2022-06-27T08:35:07.576Z] #77 84.75 checking for memory.h... yes [2022-06-27T08:35:07.576Z] #77 84.97 checking for strings.h... yes [2022-06-27T08:35:07.576Z] #77 85.25 checking for inttypes.h... yes [2022-06-27T08:35:07.576Z] #77 85.46 checking for stdint.h... yes [2022-06-27T08:35:07.576Z] #77 85.67 checking for unistd.h... yes [2022-06-27T08:35:07.576Z] #77 85.87 checking for dlfcn.h... yes [2022-06-27T08:35:07.576Z] #77 86.12 checking for objdir... .libs [2022-06-27T08:35:07.576Z] #77 ... [2022-06-27T08:35:07.576Z] [2022-06-27T08:35:07.576Z] #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-27T08:35:07.576Z] #36 sha256:ccf5d63b7d42e11b5f9cac632d7ef55087954b3ccbe644ab1638efdcd50070e6 [2022-06-27T08:35:07.576Z] #36 128.9 Delve is a source level debugger for Go programs. [2022-06-27T08:35:07.576Z] #36 128.9 [2022-06-27T08:35:07.576Z] #36 128.9 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-27T08:35:07.576Z] #36 128.9 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-27T08:35:07.576Z] #36 128.9 [2022-06-27T08:35:07.576Z] #36 128.9 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-27T08:35:07.576Z] #36 128.9 [2022-06-27T08:35:07.576Z] #36 128.9 Pass flags to the program you are debugging using `--`, for example: [2022-06-27T08:35:07.576Z] #36 128.9 [2022-06-27T08:35:07.576Z] #36 128.9 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-27T08:35:07.576Z] #36 128.9 [2022-06-27T08:35:07.576Z] #36 128.9 Usage: [2022-06-27T08:35:07.576Z] #36 128.9 dlv [command] [2022-06-27T08:35:07.576Z] #36 128.9 [2022-06-27T08:35:07.576Z] #36 128.9 Available Commands: [2022-06-27T08:35:07.576Z] #36 128.9 attach Attach to running process and begin debugging. [2022-06-27T08:35:07.576Z] #36 128.9 connect Connect to a headless debug server with a terminal client. [2022-06-27T08:35:07.576Z] #36 128.9 core Examine a core dump. [2022-06-27T08:35:07.576Z] #36 128.9 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-27T08:35:07.576Z] #36 128.9 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-27T08:35:07.576Z] #36 128.9 exec Execute a precompiled binary, and begin a debug session. [2022-06-27T08:35:07.576Z] #36 128.9 help Help about any command [2022-06-27T08:35:07.576Z] #36 128.9 run Deprecated command. Use 'debug' instead. [2022-06-27T08:35:07.576Z] #36 128.9 test Compile test binary and begin debugging program. [2022-06-27T08:35:07.576Z] #36 128.9 trace Compile and begin tracing program. [2022-06-27T08:35:07.576Z] #36 128.9 version Prints version. [2022-06-27T08:35:07.576Z] #36 128.9 [2022-06-27T08:35:07.576Z] #36 128.9 Flags: [2022-06-27T08:35:07.576Z] #36 128.9 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-27T08:35:07.576Z] #36 128.9 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-27T08:35:07.576Z] #36 128.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-27T08:35:07.576Z] #36 128.9 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-27T08:35:07.576Z] #36 128.9 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-27T08:35:07.576Z] #36 128.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-27T08:35:07.576Z] #36 128.9 --disable-aslr Disables address space randomization [2022-06-27T08:35:07.576Z] #36 128.9 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-27T08:35:07.576Z] #36 128.9 -h, --help help for dlv [2022-06-27T08:35:07.576Z] #36 128.9 --init string Init file, executed by the terminal client. [2022-06-27T08:35:07.576Z] #36 128.9 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-27T08:35:07.576Z] #36 128.9 --log Enable debugging server logging. [2022-06-27T08:35:07.576Z] #36 128.9 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-27T08:35:07.576Z] #36 128.9 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-27T08:35:07.576Z] #36 128.9 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-27T08:35:07.576Z] #36 128.9 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-27T08:35:07.576Z] #36 128.9 --wd string Working directory for running the program. [2022-06-27T08:35:07.576Z] #36 128.9 [2022-06-27T08:35:07.576Z] #36 128.9 Additional help topics: [2022-06-27T08:35:07.576Z] #36 128.9 dlv backend Help about the --backend flag. [2022-06-27T08:35:07.576Z] #36 128.9 dlv log Help about logging flags. [2022-06-27T08:35:07.576Z] #36 128.9 dlv redirect Help about file redirection. [2022-06-27T08:35:07.576Z] #36 128.9 [2022-06-27T08:35:07.576Z] #36 128.9 Use "dlv [command] --help" for more information about a command. [2022-06-27T08:35:08.900Z] #14 ... [2022-06-27T08:35:08.900Z] [2022-06-27T08:35:08.900Z] #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-27T08:35:08.900Z] #67 sha256:9bfde50458ef4f4e952e83dd04235dda7b4da7c4d2bd6c80719630ecf38efadc [2022-06-27T08:35:08.900Z] #67 121.7 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-27T08:35:08.900Z] #67 121.7 + GOBIN=/build [2022-06-27T08:35:08.900Z] #67 121.7 + GO111MODULE=on [2022-06-27T08:35:08.900Z] #67 121.7 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:35:08.967Z] #36 DONE 130.1s [2022-06-27T08:35:08.967Z] [2022-06-27T08:35:08.967Z] #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-27T08:35:08.967Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:35:08.967Z] #77 86.70 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-27T08:35:08.967Z] #77 86.88 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-27T08:35:08.967Z] #77 86.88 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-27T08:35:08.967Z] #77 87.09 checking if gcc static flag -static works... yes [2022-06-27T08:35:08.967Z] #77 87.50 checking if gcc supports -c -o file.o... yes [2022-06-27T08:35:08.967Z] #77 87.71 checking if gcc supports -c -o file.o... (cached) yes [2022-06-27T08:35:08.967Z] #77 87.71 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-06-27T08:35:09.920Z] #77 87.85 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-27T08:35:09.921Z] #77 88.70 checking how to hardcode library paths into programs... immediate [2022-06-27T08:35:09.921Z] #77 88.70 checking whether stripping libraries is possible... yes [2022-06-27T08:35:09.921Z] #77 88.71 checking if libtool supports shared libraries... yes [2022-06-27T08:35:09.921Z] #77 88.71 checking whether to build shared libraries... no [2022-06-27T08:35:09.921Z] #77 88.71 checking whether to build static libraries... yes [2022-06-27T08:35:09.921Z] #77 88.71 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-27T08:35:09.921Z] #77 88.72 checking whether build environment is sane... yes [2022-06-27T08:35:09.921Z] #77 88.74 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-27T08:35:09.921Z] #77 88.75 checking whether make sets $(MAKE)... yes [2022-06-27T08:35:09.921Z] #77 88.76 checking whether make supports the include directive... yes (GNU style) [2022-06-27T08:35:09.921Z] #77 88.78 checking whether make supports nested variables... yes [2022-06-27T08:35:09.921Z] #77 88.81 checking whether UID '0' is supported by ustar format... yes [2022-06-27T08:35:09.921Z] #77 88.81 checking whether GID '0' is supported by ustar format... yes [2022-06-27T08:35:09.921Z] #77 88.81 checking how to create a ustar tar archive... gnutar [2022-06-27T08:35:10.191Z] #77 88.89 checking dependency style of gcc... gcc3 [2022-06-27T08:35:10.191Z] #77 89.15 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-27T08:35:10.191Z] #77 89.16 checking whether make supports nested variables... (cached) yes [2022-06-27T08:35:10.191Z] #77 89.16 checking for gawk... (cached) mawk [2022-06-27T08:35:10.191Z] #77 89.16 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-27T08:35:10.191Z] #77 89.16 checking for gcc... (cached) gcc [2022-06-27T08:35:10.453Z] #77 89.29 checking whether we are using the GNU C compiler... (cached) yes [2022-06-27T08:35:10.453Z] #77 89.30 checking whether gcc accepts -g... (cached) yes [2022-06-27T08:35:10.453Z] #77 89.30 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-27T08:35:10.453Z] #77 89.31 checking whether gcc understands -c and -o together... (cached) yes [2022-06-27T08:35:10.453Z] #77 89.31 checking for a Python interpreter with version >= 3... python3 [2022-06-27T08:35:10.453Z] #77 89.41 checking for python3... /usr/bin/python3 [2022-06-27T08:35:10.453Z] #77 89.41 checking for python3 version... 3.9 [2022-06-27T08:35:10.453Z] #77 89.49 checking for python3 platform... linux [2022-06-27T08:35:10.715Z] #77 89.53 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-27T08:35:10.976Z] #77 89.68 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-27T08:35:10.976Z] #77 89.88 checking for go-md2man... no [2022-06-27T08:35:11.238Z] #77 89.91 checking error.h usability... yes [2022-06-27T08:35:11.238Z] #77 90.14 checking error.h presence... yes [2022-06-27T08:35:11.238Z] #77 90.19 checking for error.h... yes [2022-06-27T08:35:11.500Z] #77 90.26 checking linux/openat2.h usability... yes [2022-06-27T08:35:11.500Z] #77 90.38 checking linux/openat2.h presence... yes [2022-06-27T08:35:11.500Z] #77 90.43 checking for linux/openat2.h... yes [2022-06-27T08:35:11.761Z] #77 90.45 checking for copy_file_range... yes [2022-06-27T08:35:12.024Z] #77 90.67 checking for fgetxattr... yes [2022-06-27T08:35:12.286Z] #77 90.90 checking for statx... yes [2022-06-27T08:35:12.547Z] #77 91.25 checking for fgetpwent_r... yes [2022-06-27T08:35:12.547Z] #77 91.53 checking for issetugid... [2022-06-27T08:35:12.547Z] #77 ... [2022-06-27T08:35:12.547Z] [2022-06-27T08:35:12.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-27T08:35:12.547Z] #21 sha256:34fec967e802213696c4e32cb31a8e221d9d9cdd3d893e1a0024a2ecccb17f4b [2022-06-27T08:35:12.547Z] #21 1.083 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:35:12.547Z] #21 1.115 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:35:12.547Z] #21 1.121 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:35:12.547Z] #21 1.955 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-27T08:35:12.547Z] #21 3.429 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB] [2022-06-27T08:35:12.547Z] #21 5.148 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-27T08:35:12.547Z] #21 7.943 Fetched 8432 kB in 7s (1181 kB/s) [2022-06-27T08:35:12.809Z] #21 7.943 Reading package lists... [2022-06-27T08:35:12.809Z] #21 ... [2022-06-27T08:35:12.809Z] [2022-06-27T08:35:12.809Z] #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-27T08:35:12.809Z] #26 sha256:267a9136bb6e8c39682d6d4f838c4c6ece2b62dbfaeac78b45491992097edc2c [2022-06-27T08:35:12.809Z] #26 130.8 + mkdir -p /tmp/tmp.un5AR6bxXt/src/github.com/docker [2022-06-27T08:35:12.809Z] #26 130.9 + mv components/cli /tmp/tmp.un5AR6bxXt/src/github.com/docker/cli [2022-06-27T08:35:12.809Z] #26 130.9 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-06-27T08:35:14.157Z] #67 ... [2022-06-27T08:35:14.157Z] [2022-06-27T08:35:14.157Z] #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-27T08:35:14.157Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:35:14.157Z] #14 123.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-27T08:35:14.157Z] #14 123.3 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-27T08:35:14.157Z] #14 123.3 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-27T08:35:14.157Z] #14 123.5 Selecting previously unselected package libapparmor1:amd64. [2022-06-27T08:35:14.157Z] #14 123.5 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 123.5 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-27T08:35:14.157Z] #14 123.6 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-27T08:35:14.157Z] #14 123.6 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 123.6 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-27T08:35:14.157Z] #14 123.8 Selecting previously unselected package libbtrfs0:amd64. [2022-06-27T08:35:14.157Z] #14 123.8 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 123.8 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:35:14.157Z] #14 123.9 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-27T08:35:14.157Z] #14 123.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 124.0 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:35:14.157Z] #14 124.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-27T08:35:14.157Z] #14 124.2 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 124.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:35:14.157Z] #14 124.3 Selecting previously unselected package libudev-dev:amd64. [2022-06-27T08:35:14.157Z] #14 124.3 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 124.3 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-27T08:35:14.157Z] #14 124.5 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-27T08:35:14.157Z] #14 124.5 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 124.5 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-27T08:35:14.157Z] #14 124.8 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-27T08:35:14.157Z] #14 124.8 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 124.8 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-27T08:35:14.157Z] #14 125.0 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-27T08:35:14.157Z] #14 125.0 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 125.0 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-27T08:35:14.157Z] #14 125.2 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-27T08:35:14.157Z] #14 125.2 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 125.2 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-27T08:35:14.157Z] #14 125.3 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-27T08:35:14.157Z] #14 125.4 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 125.4 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-27T08:35:14.157Z] #14 125.9 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-27T08:35:14.157Z] #14 125.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 125.9 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-27T08:35:14.157Z] #14 126.2 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-27T08:35:14.157Z] #14 126.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 126.2 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:35:14.157Z] #14 126.3 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-27T08:35:14.157Z] #14 126.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 126.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-27T08:35:14.157Z] #14 126.5 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-27T08:35:14.157Z] #14 126.5 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-27T08:35:14.157Z] #14 126.5 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-27T08:35:14.157Z] #14 127.1 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-27T08:35:14.157Z] #14 127.8 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-27T08:35:14.157Z] #14 128.0 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-27T08:35:14.413Z] #14 128.1 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-27T08:35:14.413Z] #14 128.3 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-27T08:35:14.669Z] #14 128.5 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-27T08:35:14.815Z] #47 ... [2022-06-27T08:35:14.815Z] [2022-06-27T08:35:14.815Z] #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-27T08:35:14.815Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:35:14.815Z] #77 181.5 CCLD libocispec.la [2022-06-27T08:35:14.815Z] #77 181.9 CCLD src/validate [2022-06-27T08:35:14.815Z] #77 181.9 CCLD tests/test-1 [2022-06-27T08:35:14.815Z] #77 181.9 CCLD tests/test-2 [2022-06-27T08:35:14.815Z] #77 181.9 CCLD tests/test-3 [2022-06-27T08:35:14.815Z] #77 182.0 CCLD tests/test-4 [2022-06-27T08:35:14.815Z] #77 182.0 CCLD tests/test-5 [2022-06-27T08:35:14.815Z] #77 182.1 CCLD tests/test-6 [2022-06-27T08:35:14.815Z] #77 182.1 CCLD tests/test-7 [2022-06-27T08:35:14.815Z] #77 182.1 CCLD tests/test-8 [2022-06-27T08:35:14.815Z] #77 182.3 CCLD tests/test-9 [2022-06-27T08:35:14.815Z] #77 182.3 CCLD tests/test-11 [2022-06-27T08:35:14.815Z] #77 182.3 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-27T08:35:14.815Z] #77 182.3 CCLD tests/test-10 [2022-06-27T08:35:14.953Z] #14 128.8 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:35:14.953Z] #14 128.8 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-27T08:35:14.953Z] #14 128.8 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-27T08:35:14.953Z] #14 128.8 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-27T08:35:14.953Z] #14 128.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-27T08:35:14.953Z] #14 128.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:35:15.211Z] #14 128.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-27T08:35:15.211Z] #14 129.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-27T08:35:15.357Z] #26 ... [2022-06-27T08:35:15.357Z] [2022-06-27T08:35:15.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-27T08:35:15.357Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:35:15.357Z] #77 91.53 checking for issetugid... no [2022-06-27T08:35:15.357Z] #77 91.83 checking for pkg-config... /usr/bin/pkg-config [2022-06-27T08:35:15.357Z] #77 91.85 checking pkg-config is at least version 0.9.0... yes [2022-06-27T08:35:15.357Z] #77 91.86 checking for library containing yajl_tree_get... -lyajl [2022-06-27T08:35:15.357Z] #77 92.25 checking for yajl >= 2.0.0... yes [2022-06-27T08:35:15.357Z] #77 92.27 checking sys/capability.h usability... yes [2022-06-27T08:35:15.357Z] #77 92.48 checking sys/capability.h presence... yes [2022-06-27T08:35:15.357Z] #77 92.55 checking for sys/capability.h... yes [2022-06-27T08:35:15.357Z] #77 92.56 checking for library containing cap_from_name... -lcap [2022-06-27T08:35:15.357Z] #77 93.07 checking for library containing dlopen... -ldl [2022-06-27T08:35:15.357Z] #77 93.51 checking seccomp.h usability... yes [2022-06-27T08:35:15.357Z] #77 93.73 checking seccomp.h presence... yes [2022-06-27T08:35:15.357Z] #77 93.79 checking for seccomp.h... yes [2022-06-27T08:35:15.467Z] #14 129.2 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-27T08:35:15.467Z] #14 129.3 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-27T08:35:15.467Z] #14 129.3 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-27T08:35:15.619Z] #77 93.80 checking for library containing seccomp_rule_add... -lseccomp [2022-06-27T08:35:15.619Z] #77 94.40 checking for library containing seccomp_arch_resolve_name... none required [2022-06-27T08:35:15.726Z] #14 ... [2022-06-27T08:35:15.726Z] [2022-06-27T08:35:15.726Z] #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-27T08:35:15.726Z] #67 sha256:9bfde50458ef4f4e952e83dd04235dda7b4da7c4d2bd6c80719630ecf38efadc [2022-06-27T08:35:15.726Z] #67 128.5 rootlesskit version 1.0.0 [2022-06-27T08:35:15.726Z] #67 128.5 Usage of /build/rootlesskit-docker-proxy: [2022-06-27T08:35:15.726Z] #67 128.5 -container-ip string [2022-06-27T08:35:15.726Z] #67 128.5 container ip [2022-06-27T08:35:15.726Z] #67 128.5 -container-port int [2022-06-27T08:35:15.726Z] #67 128.5 container port (default -1) [2022-06-27T08:35:15.726Z] #67 128.5 -host-ip string [2022-06-27T08:35:15.726Z] #67 128.5 host ip [2022-06-27T08:35:15.726Z] #67 128.5 -host-port int [2022-06-27T08:35:15.726Z] #67 128.5 host port (default -1) [2022-06-27T08:35:15.726Z] #67 128.5 -proto string [2022-06-27T08:35:15.726Z] #67 128.5 proxy protocol (default "tcp") [2022-06-27T08:35:15.726Z] #67 DONE 129.2s [2022-06-27T08:35:15.726Z] [2022-06-27T08:35:15.726Z] #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-27T08:35:15.726Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:35:15.726Z] #14 129.5 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-27T08:35:15.726Z] #14 129.5 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-27T08:35:15.726Z] #14 129.5 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-27T08:35:15.726Z] #14 129.5 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:35:15.726Z] #14 ... [2022-06-27T08:35:15.726Z] [2022-06-27T08:35:15.726Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-27T08:35:15.726Z] #68 sha256:cd87282f6ae1491f9856eeb84126d1b4d99d1102fcfe63bdb94041401451dbbb [2022-06-27T08:35:15.726Z] #68 DONE 0.1s [2022-06-27T08:35:15.726Z] [2022-06-27T08:35:15.726Z] #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-27T08:35:15.726Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:35:15.726Z] #14 129.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-27T08:35:15.726Z] #14 129.6 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:35:15.726Z] #14 129.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-27T08:35:15.726Z] #14 129.7 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-27T08:35:15.756Z] #77 184.4 libtool: link: ar cr libocispec.a [2022-06-27T08:35:15.756Z] #77 184.5 libtool: link: ranlib libocispec.a [2022-06-27T08:35:15.880Z] #77 94.61 checking systemd/sd-bus.h usability... yes [2022-06-27T08:35:15.880Z] #77 94.78 checking systemd/sd-bus.h presence... yes [2022-06-27T08:35:15.880Z] #77 94.92 checking for systemd/sd-bus.h... yes [2022-06-27T08:35:15.983Z] #14 129.7 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:35:15.983Z] #14 129.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-27T08:35:15.983Z] #14 129.7 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:35:15.983Z] #14 129.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-27T08:35:15.983Z] #14 ... [2022-06-27T08:35:15.983Z] [2022-06-27T08:35:15.983Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-27T08:35:15.983Z] #69 sha256:8f0f8051cd86314a1225cd997233b9e5fdde00d4d9c7c8b910084aff8d62aaab [2022-06-27T08:35:15.983Z] #69 DONE 0.2s [2022-06-27T08:35:15.983Z] [2022-06-27T08:35:15.983Z] #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-27T08:35:15.983Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:35:15.983Z] #14 129.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:35:15.983Z] #14 129.8 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-27T08:35:15.983Z] #14 129.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:35:15.983Z] #14 129.9 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:35:15.983Z] #14 129.9 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:35:16.453Z] #77 94.93 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-27T08:35:16.546Z] #14 DONE 130.5s [2022-06-27T08:35:16.546Z] [2022-06-27T08:35:16.546Z] #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-27T08:35:16.546Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:35:16.546Z] #77 70.94 configure.ac:7: installing 'build-aux/compile' [2022-06-27T08:35:16.546Z] #77 70.94 configure.ac:9: installing 'build-aux/config.guess' [2022-06-27T08:35:16.546Z] #77 70.95 configure.ac:9: installing 'build-aux/config.sub' [2022-06-27T08:35:16.546Z] #77 70.95 configure.ac:11: installing 'build-aux/install-sh' [2022-06-27T08:35:16.546Z] #77 70.96 configure.ac:11: installing 'build-aux/missing' [2022-06-27T08:35:16.546Z] #77 71.19 Makefile.am: installing 'build-aux/depcomp' [2022-06-27T08:35:16.546Z] #77 71.29 parallel-tests: installing 'build-aux/test-driver' [2022-06-27T08:35:16.546Z] #77 73.62 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-27T08:35:16.546Z] #77 73.63 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-27T08:35:16.546Z] #77 74.24 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-27T08:35:16.546Z] #77 74.25 libtoolize: copying file 'm4/libtool.m4' [2022-06-27T08:35:16.546Z] #77 74.34 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-27T08:35:16.546Z] #77 74.45 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-27T08:35:16.546Z] #77 74.62 libtoolize: copying file 'm4/ltversion.m4' [2022-06-27T08:35:16.546Z] #77 74.70 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-27T08:35:16.714Z] #77 95.35 checking for sd_notify_barrier... yes [2022-06-27T08:35:16.803Z] #77 ... [2022-06-27T08:35:16.803Z] [2022-06-27T08:35:16.803Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-27T08:35:16.803Z] #59 sha256:52409659280507375f91fb5d0f88a551a4dd3f25576fb286ec4d25d4e59182d2 [2022-06-27T08:35:16.976Z] #77 95.70 checking linux/bpf.h usability... yes [2022-06-27T08:35:17.066Z] #59 DONE 0.3s [2022-06-27T08:35:17.066Z] [2022-06-27T08:35:17.066Z] #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-27T08:35:17.066Z] #60 sha256:2c8637097ef36f15425f51f5006cd1e57cf386cba29e869377badf8a8102da3e [2022-06-27T08:35:17.077Z] #55 ... [2022-06-27T08:35:17.077Z] [2022-06-27T08:35:17.077Z] #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-27T08:35:17.077Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:35:17.077Z] #14 114.8 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-27T08:35:17.077Z] #14 114.8 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:35:17.077Z] #14 114.8 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:35:17.140Z] #77 186.1 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:35:17.238Z] #77 95.99 checking linux/bpf.h presence... yes [2022-06-27T08:35:17.238Z] #77 96.09 checking for linux/bpf.h... yes [2022-06-27T08:35:17.238Z] #77 96.09 checking compilation for eBPF... yes [2022-06-27T08:35:17.401Z] #77 186.1 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-27T08:35:17.401Z] #77 186.1 make[5]: Nothing to be done for 'install-data-am'. [2022-06-27T08:35:17.401Z] #77 186.1 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:35:17.401Z] #77 186.2 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:35:17.401Z] #77 186.2 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:35:17.401Z] #77 186.2 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:35:17.401Z] #77 186.2 make[2]: Entering directory '/tmp/crun-build' [2022-06-27T08:35:17.401Z] #77 186.3 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-27T08:35:17.401Z] #77 186.3 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-27T08:35:17.401Z] #77 186.3 CC src/libcrun/libcrun_testing_a-container.o [2022-06-27T08:35:17.401Z] #77 186.3 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-27T08:35:17.401Z] #77 186.3 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-27T08:35:17.401Z] #77 186.3 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-27T08:35:17.401Z] #77 186.4 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-27T08:35:17.499Z] #77 96.26 checking for criu >= 3.15... no [2022-06-27T08:35:17.499Z] #77 96.29 configure: CRIU headers not found, building without CRIU support [2022-06-27T08:35:17.499Z] #77 96.29 checking for criu > 3.16... no [2022-06-27T08:35:17.499Z] #77 96.31 configure: CRIU version doesn't support join-ns API [2022-06-27T08:35:17.499Z] #77 96.33 checking for criu > 3.16.1... no [2022-06-27T08:35:17.499Z] #77 96.34 configure: CRIU version doesn't support for pre-dumping [2022-06-27T08:35:17.499Z] #77 96.35 checking for new mount API (fsconfig)... [2022-06-27T08:35:17.499Z] #77 ... [2022-06-27T08:35:17.499Z] [2022-06-27T08:35:17.499Z] #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-27T08:35:17.499Z] #60 sha256:339ec3d1b6b0077d942d0afc95b48195eebb350de30e7578ef241300e1120071 [2022-06-27T08:35:17.499Z] #60 11.64 + cd /tmp/tmp.TsmNR38exP/src/github.com/opencontainers/runc [2022-06-27T08:35:17.499Z] #60 11.64 + git checkout -q v1.1.2 [2022-06-27T08:35:17.499Z] #60 12.22 + '[' -z '' ']' [2022-06-27T08:35:17.499Z] #60 12.22 + target=static [2022-06-27T08:35:17.499Z] #60 12.22 + make BUILDTAGS=seccomp static [2022-06-27T08:35:17.499Z] #60 12.66 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-27T08:35:17.499Z] #60 ... [2022-06-27T08:35:17.499Z] [2022-06-27T08:35:17.499Z] #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-27T08:35:17.499Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:35:17.499Z] #77 96.35 checking for new mount API (fsconfig)... yes [2022-06-27T08:35:17.661Z] #77 186.4 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-27T08:35:17.661Z] #77 186.4 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-27T08:35:17.661Z] #77 186.4 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-27T08:35:17.661Z] #77 186.4 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-27T08:35:17.661Z] #77 186.5 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-27T08:35:17.661Z] #77 186.5 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-27T08:35:17.661Z] #77 186.6 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-27T08:35:17.761Z] #77 96.46 checking for seccomp notify API... yes [2022-06-27T08:35:17.761Z] #77 96.57 checking for gperf... no [2022-06-27T08:35:17.761Z] #77 96.57 configure: gperf not found - cannot rebuild signal parser code [2022-06-27T08:35:17.761Z] #77 96.57 checking for library containing argp_parse... none required [2022-06-27T08:35:17.922Z] #77 186.6 CC src/libcrun/libcrun_testing_a-error.o [2022-06-27T08:35:17.922Z] #77 186.6 CC src/libcrun/libcrun_testing_a-status.o [2022-06-27T08:35:17.922Z] #77 186.6 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-27T08:35:17.922Z] #77 186.7 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-27T08:35:17.922Z] #77 186.7 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-27T08:35:17.922Z] #77 186.7 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-27T08:35:17.922Z] #77 186.7 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-27T08:35:17.922Z] #77 186.7 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-27T08:35:17.922Z] #77 186.7 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-27T08:35:18.022Z] #77 96.95 checking that generated files are newer than configure... done [2022-06-27T08:35:18.022Z] #77 96.95 configure: creating ./config.status [2022-06-27T08:35:18.182Z] #77 186.8 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-27T08:35:18.182Z] #77 186.8 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-27T08:35:18.182Z] #77 186.9 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-27T08:35:18.182Z] #77 186.9 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-27T08:35:18.182Z] #77 187.1 CC src/crun-crun.o [2022-06-27T08:35:18.443Z] #77 187.2 CC src/crun-run.o [2022-06-27T08:35:18.443Z] #77 187.3 CC src/crun-delete.o [2022-06-27T08:35:18.443Z] #77 187.3 CC src/crun-kill.o [2022-06-27T08:35:18.443Z] #77 187.3 CC src/crun-pause.o [2022-06-27T08:35:18.443Z] #77 187.3 CC src/crun-unpause.o [2022-06-27T08:35:18.443Z] #77 187.4 CC src/crun-spec.o [2022-06-27T08:35:18.703Z] #77 187.4 CC src/crun-exec.o [2022-06-27T08:35:18.703Z] #77 187.4 CC src/crun-list.o [2022-06-27T08:35:18.703Z] #77 187.5 CC src/crun-create.o [2022-06-27T08:35:18.703Z] #77 187.6 CC src/crun-start.o [2022-06-27T08:35:18.964Z] #77 187.7 CC src/crun-update.o [2022-06-27T08:35:18.964Z] #77 187.8 CC src/crun-ps.o [2022-06-27T08:35:19.225Z] #77 187.8 CC src/crun-checkpoint.o [2022-06-27T08:35:19.225Z] #77 187.9 CC src/crun-state.o [2022-06-27T08:35:19.225Z] #77 187.9 CC src/crun-restore.o [2022-06-27T08:35:19.225Z] #77 188.0 CC src/libcrun/libcrun_la-utils.lo [2022-06-27T08:35:19.225Z] #77 188.0 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-27T08:35:19.225Z] #77 188.0 CC src/libcrun/libcrun_la-container.lo [2022-06-27T08:35:19.225Z] #77 188.1 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-27T08:35:19.485Z] #77 188.1 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-27T08:35:19.485Z] #77 188.1 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-27T08:35:19.485Z] #77 188.2 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-27T08:35:19.485Z] #77 188.4 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-27T08:35:19.485Z] #77 188.4 CC src/libcrun/libcrun_la-criu.lo [2022-06-27T08:35:19.485Z] #77 188.4 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-27T08:35:19.485Z] #77 188.4 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-27T08:35:19.485Z] #77 188.5 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-27T08:35:19.745Z] #77 188.5 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-27T08:35:19.745Z] #77 188.5 CC src/libcrun/libcrun_la-error.lo [2022-06-27T08:35:19.745Z] #77 188.5 CC src/libcrun/libcrun_la-status.lo [2022-06-27T08:35:19.745Z] #77 188.6 CC src/libcrun/libcrun_la-linux.lo [2022-06-27T08:35:19.745Z] #77 188.6 CC src/libcrun/libcrun_la-terminal.lo [2022-06-27T08:35:19.745Z] #77 188.7 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-27T08:35:19.941Z] #77 ... [2022-06-27T08:35:19.941Z] [2022-06-27T08:35:19.941Z] #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-27T08:35:19.941Z] #34 sha256:449dc6255994a451bc2fd98d32079778c92338751fb4061dd74f6f74b47b33ae [2022-06-27T08:35:19.941Z] #34 DONE 140.8s [2022-06-27T08:35:19.941Z] [2022-06-27T08:35:19.941Z] #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-27T08:35:19.941Z] #21 sha256:34fec967e802213696c4e32cb31a8e221d9d9cdd3d893e1a0024a2ecccb17f4b [2022-06-27T08:35:19.941Z] #21 7.943 Reading package lists... [2022-06-27T08:35:19.941Z] #21 10.84 Reading package lists... [2022-06-27T08:35:19.941Z] #21 13.29 Building dependency tree... [2022-06-27T08:35:19.941Z] #21 15.55 The following additional packages will be installed: [2022-06-27T08:35:19.941Z] #21 15.56 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-27T08:35:19.941Z] #21 15.57 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-27T08:35:19.941Z] #21 15.57 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-27T08:35:19.941Z] #21 15.57 python3-pkg-resources vim-runtime xxd [2022-06-27T08:35:19.941Z] #21 15.57 Suggested packages: [2022-06-27T08:35:19.941Z] #21 15.58 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-27T08:35:19.941Z] #21 15.58 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-27T08:35:19.941Z] #21 15.59 acl attr quota [2022-06-27T08:35:19.941Z] #21 15.59 Recommended packages: [2022-06-27T08:35:19.941Z] #21 15.59 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-27T08:35:19.941Z] #21 16.70 The following NEW packages will be installed: [2022-06-27T08:35:19.941Z] #21 16.71 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-27T08:35:19.941Z] #21 16.71 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-27T08:35:19.941Z] #21 16.71 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-27T08:35:19.941Z] #21 16.71 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-27T08:35:19.941Z] #21 16.71 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-27T08:35:19.941Z] #21 16.71 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-27T08:35:19.941Z] #21 16.71 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-27T08:35:19.941Z] #21 16.71 xz-utils zip zstd [2022-06-27T08:35:19.941Z] #21 17.05 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:35:19.941Z] #21 17.05 Need to get 27.0 MB of archives. [2022-06-27T08:35:19.941Z] #21 17.05 After this operation, 105 MB of additional disk space will be used. [2022-06-27T08:35:19.941Z] #21 17.05 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-06-27T08:35:19.941Z] #21 17.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-06-27T08:35:19.941Z] #21 17.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-06-27T08:35:19.941Z] #21 17.07 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-06-27T08:35:19.941Z] #21 17.07 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-06-27T08:35:19.941Z] #21 17.07 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-06-27T08:35:19.941Z] #21 17.07 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-06-27T08:35:19.941Z] #21 17.07 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-06-27T08:35:19.941Z] #21 17.11 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-27T08:35:19.941Z] #21 17.12 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-27T08:35:19.941Z] #21 17.12 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-06-27T08:35:19.941Z] #21 17.16 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-06-27T08:35:19.941Z] #21 17.16 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-27T08:35:19.941Z] #21 17.17 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-06-27T08:35:19.941Z] #21 17.19 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-06-27T08:35:19.941Z] #21 17.19 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-06-27T08:35:19.941Z] #21 17.19 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-06-27T08:35:19.941Z] #21 17.21 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-06-27T08:35:19.941Z] #21 17.22 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-06-27T08:35:19.941Z] #21 17.22 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-06-27T08:35:19.941Z] #21 17.22 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-06-27T08:35:19.941Z] #21 17.25 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-06-27T08:35:19.941Z] #21 17.25 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-06-27T08:35:19.941Z] #21 17.27 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-06-27T08:35:19.941Z] #21 17.27 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-06-27T08:35:19.941Z] #21 17.28 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-06-27T08:35:19.941Z] #21 17.28 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-06-27T08:35:20.006Z] #77 188.7 CC src/libcrun/libcrun_la-signals.lo [2022-06-27T08:35:20.006Z] #77 188.9 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-27T08:35:20.006Z] #77 188.9 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-27T08:35:20.006Z] #77 189.0 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-27T08:35:20.266Z] #77 189.0 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-27T08:35:20.514Z] #21 17.73 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-06-27T08:35:20.514Z] #21 17.73 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-27T08:35:20.514Z] #21 17.73 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-27T08:35:20.514Z] #21 17.73 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-27T08:35:20.514Z] #21 17.75 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB] [2022-06-27T08:35:20.514Z] #21 17.75 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-06-27T08:35:20.514Z] #21 17.76 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-06-27T08:35:20.514Z] #21 17.76 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-27T08:35:20.514Z] #21 17.81 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-27T08:35:20.514Z] #21 17.81 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-27T08:35:20.514Z] #21 17.82 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-27T08:35:20.514Z] #21 17.84 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-27T08:35:20.514Z] #21 17.88 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-27T08:35:20.514Z] #21 17.88 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-27T08:35:20.514Z] #21 17.93 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-06-27T08:35:20.514Z] #21 17.95 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-06-27T08:35:20.526Z] #77 189.2 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-27T08:35:20.526Z] #77 189.3 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-27T08:35:20.526Z] #77 189.4 CC tests/init.o [2022-06-27T08:35:20.776Z] #21 17.96 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-06-27T08:35:20.776Z] #21 18.00 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-27T08:35:20.776Z] #21 18.18 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-06-27T08:35:20.776Z] #21 18.23 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-06-27T08:35:20.787Z] #77 189.5 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-27T08:35:21.038Z] #21 18.26 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-06-27T08:35:21.038Z] #21 18.26 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-06-27T08:35:21.358Z] #77 ... [2022-06-27T08:35:21.358Z] [2022-06-27T08:35:21.358Z] #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-27T08:35:21.358Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:35:21.358Z] #47 241.9 + dpkg --print-architecture [2022-06-27T08:35:21.358Z] #47 241.9 + git checkout -q v2.1.0 [2022-06-27T08:35:21.632Z] #21 18.89 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:35:21.632Z] #21 19.06 Fetched 27.0 MB in 2s (17.7 MB/s) [2022-06-27T08:35:21.632Z] #21 ... [2022-06-27T08:35:21.632Z] [2022-06-27T08:35:21.632Z] #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-27T08:35:21.632Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:35:21.632Z] #77 100.7 config.status: creating Makefile [2022-06-27T08:35:21.894Z] #77 100.8 config.status: creating rpm/crun.spec [2022-06-27T08:35:21.894Z] #77 100.9 config.status: creating config.h [2022-06-27T08:35:21.942Z] #47 242.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-27T08:35:21.942Z] #47 242.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-27T08:35:22.155Z] #77 100.9 config.status: executing libtool commands [2022-06-27T08:35:22.155Z] #77 101.0 config.status: executing depfiles commands [2022-06-27T08:35:22.310Z] #60 4.868 + RM_GOPATH=0 [2022-06-27T08:35:22.311Z] #60 4.868 + TMP_GOPATH= [2022-06-27T08:35:22.311Z] #60 4.873 + : /build [2022-06-27T08:35:22.311Z] #60 4.873 + '[' -z '' ']' [2022-06-27T08:35:22.311Z] #60 4.873 ++ mktemp -d [2022-06-27T08:35:22.311Z] #60 4.873 + export GOPATH=/tmp/tmp.cUEh7SsIuT [2022-06-27T08:35:22.311Z] #60 4.873 + GOPATH=/tmp/tmp.cUEh7SsIuT [2022-06-27T08:35:22.311Z] #60 4.873 + RM_GOPATH=1 [2022-06-27T08:35:22.311Z] #60 4.873 + case "$(go env GOARCH)" in [2022-06-27T08:35:22.311Z] #60 4.883 ++ go env GOARCH [2022-06-27T08:35:22.311Z] #60 4.902 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:35:22.311Z] #60 ... [2022-06-27T08:35:22.311Z] [2022-06-27T08:35:22.311Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-27T08:35:22.311Z] #15 sha256:cc95ddea40f49f1a0537aef9a9e9143c8ceb38ba5aa987390027ef85c2544f58 [2022-06-27T08:35:22.311Z] #15 DONE 5.3s [2022-06-27T08:35:22.311Z] [2022-06-27T08:35:22.311Z] #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-27T08:35:22.311Z] #60 sha256:2c8637097ef36f15425f51f5006cd1e57cf386cba29e869377badf8a8102da3e [2022-06-27T08:35:22.311Z] #60 4.914 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:35:22.311Z] #60 4.914 ++ dirname /install.sh [2022-06-27T08:35:22.311Z] #60 4.914 + dir=/ [2022-06-27T08:35:22.311Z] #60 4.914 + bin=runc [2022-06-27T08:35:22.311Z] #60 4.914 + shift [2022-06-27T08:35:22.311Z] #60 4.914 + '[' '!' -f //runc.installer ']' [2022-06-27T08:35:22.311Z] #60 4.914 + . //runc.installer [2022-06-27T08:35:22.311Z] #60 4.914 ++ set -e [2022-06-27T08:35:22.311Z] #60 4.914 ++ : v1.1.2 [2022-06-27T08:35:22.311Z] #60 4.914 + install_runc [2022-06-27T08:35:22.311Z] #60 4.914 + RUNC_BUILDTAGS=seccomp [2022-06-27T08:35:22.311Z] #60 4.914 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-27T08:35:22.311Z] #60 4.914 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.cUEh7SsIuT/src/github.com/opencontainers/runc [2022-06-27T08:35:22.311Z] #60 4.914 Cloning into '/tmp/tmp.cUEh7SsIuT/src/github.com/opencontainers/runc'... [2022-06-27T08:35:22.311Z] #60 4.914 Install runc version v1.1.2 (build tags: seccomp) [2022-06-27T08:35:22.311Z] #60 ... [2022-06-27T08:35:22.311Z] [2022-06-27T08:35:22.311Z] #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-27T08:35:22.311Z] #16 sha256:dc677770f28f54fccd1a8516cccd94f88336efcbdc40c96ad18c46e2754c68ba [2022-06-27T08:35:23.542Z] #77 102.4 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-27T08:35:23.542Z] #77 102.4 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-27T08:35:24.115Z] #77 102.9 checking for gcc... gcc [2022-06-27T08:35:24.377Z] #77 102.9 checking whether the C compiler works... yes [2022-06-27T08:35:24.377Z] #77 103.2 checking for C compiler default output file name... a.out [2022-06-27T08:35:24.377Z] #77 103.2 checking for suffix of executables... [2022-06-27T08:35:24.638Z] #77 103.3 checking whether we are cross compiling... no [2022-06-27T08:35:24.900Z] #77 103.6 checking for suffix of object files... o [2022-06-27T08:35:24.900Z] #77 103.7 checking whether we are using the GNU C compiler... yes [2022-06-27T08:35:24.900Z] #77 103.7 checking whether gcc accepts -g... yes [2022-06-27T08:35:25.161Z] #77 103.8 checking for gcc option to accept ISO C89... none needed [2022-06-27T08:35:25.423Z] #77 104.1 checking whether gcc understands -c and -o together... yes [2022-06-27T08:35:25.423Z] #77 104.3 checking how to run the C preprocessor... gcc -E [2022-06-27T08:35:25.684Z] #77 104.6 checking for grep that handles long lines and -e... /bin/grep [2022-06-27T08:35:25.684Z] #77 104.6 checking for egrep... /bin/grep -E [2022-06-27T08:35:26.256Z] #77 104.6 checking for ANSI C header files... yes [2022-06-27T08:35:26.256Z] #77 105.3 checking for sys/types.h... yes [2022-06-27T08:35:26.517Z] #77 105.4 checking for sys/stat.h... yes [2022-06-27T08:35:26.578Z] #16 DONE 3.8s [2022-06-27T08:35:26.578Z] [2022-06-27T08:35:26.578Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-27T08:35:26.578Z] #17 sha256:892cc41becfa68ce41b3829c8eb1e42e604f2bc45549b6f5a194215a472f22d3 [2022-06-27T08:35:26.778Z] #77 105.5 checking for stdlib.h... yes [2022-06-27T08:35:27.040Z] #77 105.8 checking for string.h... yes [2022-06-27T08:35:27.040Z] #77 106.0 checking for memory.h... yes [2022-06-27T08:35:27.301Z] #77 106.2 checking for strings.h... yes [2022-06-27T08:35:27.562Z] #77 106.4 checking for inttypes.h... yes [2022-06-27T08:35:27.823Z] #77 106.5 checking for stdint.h... yes [2022-06-27T08:35:28.084Z] #77 106.7 checking for unistd.h... yes [2022-06-27T08:35:28.084Z] #77 106.9 checking minix/config.h usability... no [2022-06-27T08:35:28.084Z] #77 107.0 checking minix/config.h presence... no [2022-06-27T08:35:28.084Z] #77 107.1 checking for minix/config.h... no [2022-06-27T08:35:28.372Z] #77 107.1 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-27T08:35:28.915Z] #77 107.4 checking build system type... aarch64-unknown-linux-gnu [2022-06-27T08:35:28.915Z] #77 107.8 checking host system type... aarch64-unknown-linux-gnu [2022-06-27T08:35:28.915Z] #77 107.8 checking how to print strings... printf [2022-06-27T08:35:28.915Z] #77 107.8 checking for a sed that does not truncate output... /bin/sed [2022-06-27T08:35:28.915Z] #77 107.9 checking for fgrep... /bin/grep -F [2022-06-27T08:35:28.915Z] #77 107.9 checking for ld used by gcc... /usr/bin/ld [2022-06-27T08:35:28.915Z] #77 107.9 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-27T08:35:28.915Z] #77 107.9 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-27T08:35:28.915Z] #77 107.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-27T08:35:28.969Z] #71 137.0 # github.com/containerd/containerd/cmd/containerd [2022-06-27T08:35:28.969Z] #71 137.0 /usr/bin/ld: /tmp/go-link-3355914578/000019.o: in function `New': [2022-06-27T08:35:28.969Z] #71 137.0 /tmp/tmp.Yr0j8hfQui/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-27T08:35:28.969Z] #71 137.1 + bin/containerd-stress [2022-06-27T08:35:29.094Z] #17 2.730 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-27T08:35:29.094Z] #17 DONE 2.8s [2022-06-27T08:35:29.094Z] [2022-06-27T08:35:29.094Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-27T08:35:29.094Z] #18 sha256:02eb287b450d9a02816f72b3c6bad4b3a3a0abfc413ddbdd5d7e62c1d651c673 [2022-06-27T08:35:29.186Z] #77 108.0 checking whether ln -s works... yes [2022-06-27T08:35:29.186Z] #77 108.0 checking the maximum length of command line arguments... 1572864 [2022-06-27T08:35:29.186Z] #77 108.1 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-06-27T08:35:29.186Z] #77 108.1 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-27T08:35:29.186Z] #77 108.1 checking for /usr/bin/ld option to reload object files... -r [2022-06-27T08:35:29.186Z] #77 108.1 checking for objdump... objdump [2022-06-27T08:35:29.186Z] #77 108.1 checking how to recognize dependent libraries... pass_all [2022-06-27T08:35:29.186Z] #77 108.1 checking for dlltool... no [2022-06-27T08:35:29.186Z] #77 108.1 checking how to associate runtime and link libraries... printf %s\n [2022-06-27T08:35:29.186Z] #77 108.1 checking for ar... ar [2022-06-27T08:35:29.186Z] #77 108.1 checking for archiver @FILE support... @ [2022-06-27T08:35:29.255Z] #14 ... [2022-06-27T08:35:29.256Z] [2022-06-27T08:35:29.256Z] #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-27T08:35:29.256Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:35:29.256Z] #77 47.19 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-27T08:35:29.452Z] #77 108.2 checking for strip... strip [2022-06-27T08:35:29.452Z] #77 108.2 checking for ranlib... ranlib [2022-06-27T08:35:29.452Z] #77 108.2 checking for gawk... no [2022-06-27T08:35:29.452Z] #77 108.2 checking for mawk... mawk [2022-06-27T08:35:29.541Z] #71 138.2 + bin/containerd-shim [2022-06-27T08:35:29.714Z] #77 108.2 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-27T08:35:29.714Z] #77 108.6 checking for sysroot... no [2022-06-27T08:35:29.714Z] #77 108.6 checking for a working dd... /bin/dd [2022-06-27T08:35:29.714Z] #77 108.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-27T08:35:29.714Z] #77 108.7 checking for mt... no [2022-06-27T08:35:29.714Z] #77 108.7 checking if : is a manifest tool... no [2022-06-27T08:35:29.975Z] #77 108.7 checking for dlfcn.h... yes [2022-06-27T08:35:29.975Z] #77 108.9 checking for objdir... .libs [2022-06-27T08:35:30.548Z] #77 109.3 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-27T08:35:30.548Z] #77 109.5 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-27T08:35:30.810Z] #77 109.5 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-27T08:35:30.986Z] #18 DONE 2.0s [2022-06-27T08:35:30.986Z] [2022-06-27T08:35:30.986Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-27T08:35:30.986Z] #19 sha256:68455664b8d40666121086f3ad95e7572c35f2e0ecd2e6dcaf6ca77b391427c9 [2022-06-27T08:35:31.079Z] #77 109.6 checking if gcc static flag -static works... yes [2022-06-27T08:35:31.079Z] #77 110.0 checking if gcc supports -c -o file.o... yes [2022-06-27T08:35:31.341Z] #77 110.1 checking if gcc supports -c -o file.o... (cached) yes [2022-06-27T08:35:31.341Z] #77 110.1 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-06-27T08:35:31.602Z] #77 110.2 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-27T08:35:31.602Z] #77 110.5 checking how to hardcode library paths into programs... immediate [2022-06-27T08:35:31.602Z] #77 110.5 checking whether stripping libraries is possible... yes [2022-06-27T08:35:31.602Z] #77 110.6 checking if libtool supports shared libraries... yes [2022-06-27T08:35:31.602Z] #77 110.6 checking whether to build shared libraries... no [2022-06-27T08:35:31.602Z] #77 110.6 checking whether to build static libraries... yes [2022-06-27T08:35:31.602Z] #77 110.6 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-27T08:35:31.876Z] #77 110.6 checking whether build environment is sane... yes [2022-06-27T08:35:31.876Z] #77 110.7 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-27T08:35:31.876Z] #77 110.7 checking whether make sets $(MAKE)... yes [2022-06-27T08:35:31.876Z] #77 110.7 checking whether make supports the include directive... [2022-06-27T08:35:31.876Z] #77 ... [2022-06-27T08:35:31.876Z] [2022-06-27T08:35:31.876Z] #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-27T08:35:31.876Z] #21 sha256:34fec967e802213696c4e32cb31a8e221d9d9cdd3d893e1a0024a2ecccb17f4b [2022-06-27T08:35:31.876Z] #21 19.12 Selecting previously unselected package pigz. [2022-06-27T08:35:31.876Z] #21 19.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-06-27T08:35:31.876Z] #21 19.17 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 19.17 Unpacking pigz (2.6-1) ... [2022-06-27T08:35:31.876Z] #21 19.28 Selecting previously unselected package libelf1:arm64. [2022-06-27T08:35:31.876Z] #21 19.28 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 19.29 Unpacking libelf1:arm64 (0.183-1) ... [2022-06-27T08:35:31.876Z] #21 19.41 Selecting previously unselected package libbpf0:arm64. [2022-06-27T08:35:31.876Z] #21 19.42 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 19.42 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-06-27T08:35:31.876Z] #21 19.53 Selecting previously unselected package libcap2:arm64. [2022-06-27T08:35:31.876Z] #21 19.53 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 19.53 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-06-27T08:35:31.876Z] #21 19.60 Selecting previously unselected package libmnl0:arm64. [2022-06-27T08:35:31.876Z] #21 19.60 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 19.61 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-06-27T08:35:31.876Z] #21 19.68 Selecting previously unselected package libxtables12:arm64. [2022-06-27T08:35:31.876Z] #21 19.69 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 19.70 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-06-27T08:35:31.876Z] #21 19.78 Selecting previously unselected package libcap2-bin. [2022-06-27T08:35:31.876Z] #21 19.78 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 19.78 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-27T08:35:31.876Z] #21 19.92 Selecting previously unselected package iproute2. [2022-06-27T08:35:31.876Z] #21 19.93 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 19.93 Unpacking iproute2 (5.10.0-4) ... [2022-06-27T08:35:31.876Z] #21 20.35 Selecting previously unselected package xxd. [2022-06-27T08:35:31.876Z] #21 20.36 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 20.37 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:35:31.876Z] #21 20.54 Selecting previously unselected package vim-common. [2022-06-27T08:35:31.876Z] #21 20.54 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-27T08:35:31.876Z] #21 20.55 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:35:31.876Z] #21 20.69 Selecting previously unselected package bash-completion. [2022-06-27T08:35:31.876Z] #21 20.70 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-27T08:35:31.876Z] #21 23.30 Unpacking bash-completion (1:2.11-2) ... [2022-06-27T08:35:31.876Z] #21 23.77 Selecting previously unselected package bzip2. [2022-06-27T08:35:31.876Z] #21 23.77 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 23.77 Unpacking bzip2 (1.0.8-4) ... [2022-06-27T08:35:31.876Z] #21 23.86 Selecting previously unselected package xz-utils. [2022-06-27T08:35:31.876Z] #21 23.86 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 23.87 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:35:31.876Z] #21 24.04 Selecting previously unselected package apparmor. [2022-06-27T08:35:31.876Z] #21 24.06 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 24.14 Unpacking apparmor (2.13.6-10) ... [2022-06-27T08:35:31.876Z] #21 24.50 Selecting previously unselected package inetutils-ping. [2022-06-27T08:35:31.876Z] #21 24.51 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 24.52 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-27T08:35:31.876Z] #21 24.64 Selecting previously unselected package libip4tc2:arm64. [2022-06-27T08:35:31.876Z] #21 24.64 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 24.65 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-06-27T08:35:31.876Z] #21 24.74 Selecting previously unselected package libip6tc2:arm64. [2022-06-27T08:35:31.876Z] #21 24.74 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 24.75 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-06-27T08:35:31.876Z] #21 24.83 Selecting previously unselected package libnfnetlink0:arm64. [2022-06-27T08:35:31.876Z] #21 24.83 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 24.84 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-06-27T08:35:31.876Z] #21 24.95 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-06-27T08:35:31.876Z] #21 24.96 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 24.96 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-06-27T08:35:31.876Z] #21 25.04 Selecting previously unselected package libnftnl11:arm64. [2022-06-27T08:35:31.876Z] #21 25.05 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 25.05 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-06-27T08:35:31.876Z] #21 25.17 Selecting previously unselected package iptables. [2022-06-27T08:35:31.876Z] #21 25.18 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 25.18 Unpacking iptables (1.8.7-1) ... [2022-06-27T08:35:31.876Z] #21 25.55 Selecting previously unselected package libonig5:arm64. [2022-06-27T08:35:31.876Z] #21 25.56 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 25.56 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-06-27T08:35:31.876Z] #21 25.68 Selecting previously unselected package libjq1:arm64. [2022-06-27T08:35:31.876Z] #21 25.72 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 25.73 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-06-27T08:35:31.876Z] #21 25.90 Selecting previously unselected package jq. [2022-06-27T08:35:31.876Z] #21 25.90 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 25.91 Unpacking jq (1.6-2.1) ... [2022-06-27T08:35:31.876Z] #21 26.03 Selecting previously unselected package libaio1:arm64. [2022-06-27T08:35:31.876Z] #21 26.04 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 26.04 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-06-27T08:35:31.876Z] #21 26.10 Selecting previously unselected package libgpm2:arm64. [2022-06-27T08:35:31.876Z] #21 26.10 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 26.11 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-06-27T08:35:31.876Z] #21 26.19 Selecting previously unselected package libicu67:arm64. [2022-06-27T08:35:31.876Z] #21 26.20 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 26.23 Unpacking libicu67:arm64 (67.1-7) ... [2022-06-27T08:35:31.876Z] #21 29.27 Selecting previously unselected package libinih1:arm64. [2022-06-27T08:35:31.876Z] #21 29.27 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-06-27T08:35:31.876Z] #21 29.28 Unpacking libinih1:arm64 (53-1+b2) ... [2022-06-27T08:35:31.876Z] #21 ... [2022-06-27T08:35:31.876Z] [2022-06-27T08:35:31.876Z] #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-27T08:35:31.876Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:35:31.876Z] #77 110.7 checking whether make supports the include directive... yes (GNU style) [2022-06-27T08:35:31.876Z] #77 110.8 checking whether make supports nested variables... yes [2022-06-27T08:35:32.138Z] #77 110.9 checking whether UID '0' is supported by ustar format... yes [2022-06-27T08:35:32.138Z] #77 110.9 checking whether GID '0' is supported by ustar format... yes [2022-06-27T08:35:32.138Z] #77 110.9 checking how to create a ustar tar archive... gnutar [2022-06-27T08:35:32.138Z] #77 110.9 checking dependency style of gcc... gcc3 [2022-06-27T08:35:32.138Z] #77 111.2 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-27T08:35:32.138Z] #77 111.2 checking whether make supports nested variables... (cached) yes [2022-06-27T08:35:32.138Z] #77 111.2 checking for pkg-config... /usr/bin/pkg-config [2022-06-27T08:35:32.138Z] #77 111.2 checking pkg-config is at least version 0.9.0... yes [2022-06-27T08:35:32.138Z] #77 111.2 checking for yajl >= 2.1.0... yes [2022-06-27T08:35:32.399Z] #77 111.2 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-27T08:35:32.399Z] #77 111.2 checking for gcc... (cached) gcc [2022-06-27T08:35:32.399Z] #77 111.3 checking whether we are using the GNU C compiler... (cached) yes [2022-06-27T08:35:32.399Z] #77 111.3 checking whether gcc accepts -g... (cached) yes [2022-06-27T08:35:32.399Z] #77 111.3 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-27T08:35:32.399Z] #77 111.3 checking whether gcc understands -c and -o together... (cached) yes [2022-06-27T08:35:32.399Z] #77 111.3 checking for a Python interpreter with version >= 3... python3 [2022-06-27T08:35:32.399Z] #77 111.4 checking for python3... /usr/bin/python3 [2022-06-27T08:35:32.660Z] #77 111.4 checking for python3 version... 3.9 [2022-06-27T08:35:32.660Z] #77 111.5 checking for python3 platform... linux [2022-06-27T08:35:32.875Z] #19 DONE 2.1s [2022-06-27T08:35:32.875Z] [2022-06-27T08:35:32.875Z] #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-27T08:35:32.875Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:35:32.875Z] #77 90.06 configure.ac:11: installing 'build-aux/compile' [2022-06-27T08:35:32.875Z] #77 90.07 configure.ac:11: installing 'build-aux/config.guess' [2022-06-27T08:35:32.875Z] #77 90.08 configure.ac:11: installing 'build-aux/config.sub' [2022-06-27T08:35:32.875Z] #77 90.08 configure.ac:13: installing 'build-aux/install-sh' [2022-06-27T08:35:32.875Z] #77 90.09 configure.ac:13: installing 'build-aux/missing' [2022-06-27T08:35:32.875Z] #77 90.11 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-27T08:35:32.875Z] #77 90.35 Makefile.am: installing 'build-aux/depcomp' [2022-06-27T08:35:32.875Z] #77 91.71 checking build system type... x86_64-pc-linux-gnu [2022-06-27T08:35:32.875Z] #77 92.04 checking host system type... x86_64-pc-linux-gnu [2022-06-27T08:35:32.875Z] #77 92.04 checking how to print strings... printf [2022-06-27T08:35:32.875Z] #77 92.05 checking for gcc... gcc [2022-06-27T08:35:32.875Z] #77 92.16 checking whether the C compiler works... yes [2022-06-27T08:35:32.875Z] #77 92.43 checking for C compiler default output file name... a.out [2022-06-27T08:35:32.875Z] #77 92.43 checking for suffix of executables... [2022-06-27T08:35:32.875Z] #77 92.65 checking whether we are cross compiling... no [2022-06-27T08:35:32.875Z] #77 92.87 checking for suffix of object files... o [2022-06-27T08:35:32.875Z] #77 93.04 checking whether we are using the GNU C compiler... yes [2022-06-27T08:35:32.875Z] #77 93.18 checking whether gcc accepts -g... yes [2022-06-27T08:35:32.875Z] #77 93.35 checking for gcc option to accept ISO C89... none needed [2022-06-27T08:35:32.875Z] #77 93.55 checking whether gcc understands -c and -o together... yes [2022-06-27T08:35:32.875Z] #77 93.80 checking for a sed that does not truncate output... /bin/sed [2022-06-27T08:35:32.875Z] #77 93.84 checking for grep that handles long lines and -e... /bin/grep [2022-06-27T08:35:32.875Z] #77 93.84 checking for egrep... /bin/grep -E [2022-06-27T08:35:32.875Z] #77 93.85 checking for fgrep... /bin/grep -F [2022-06-27T08:35:32.875Z] #77 93.86 checking for ld used by gcc... /usr/bin/ld [2022-06-27T08:35:32.875Z] #77 93.89 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-27T08:35:32.875Z] #77 93.90 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-27T08:35:32.875Z] #77 93.92 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-27T08:35:32.875Z] #77 94.03 checking whether ln -s works... yes [2022-06-27T08:35:32.875Z] #77 94.03 checking the maximum length of command line arguments... 1572864 [2022-06-27T08:35:32.875Z] #77 94.07 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-27T08:35:32.875Z] #77 94.07 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-27T08:35:32.875Z] #77 94.07 checking for /usr/bin/ld option to reload object files... -r [2022-06-27T08:35:32.875Z] #77 94.07 checking for objdump... objdump [2022-06-27T08:35:32.875Z] #77 94.07 checking how to recognize dependent libraries... pass_all [2022-06-27T08:35:32.875Z] #77 94.08 checking for dlltool... no [2022-06-27T08:35:32.875Z] #77 94.08 checking how to associate runtime and link libraries... printf %s\n [2022-06-27T08:35:32.875Z] #77 94.08 checking for ar... ar [2022-06-27T08:35:32.875Z] #77 94.08 checking for archiver @FILE support... @ [2022-06-27T08:35:32.875Z] #77 94.33 checking for strip... strip [2022-06-27T08:35:32.876Z] #77 94.34 checking for ranlib... ranlib [2022-06-27T08:35:32.876Z] #77 94.34 checking for gawk... no [2022-06-27T08:35:32.876Z] #77 94.34 checking for mawk... mawk [2022-06-27T08:35:32.876Z] #77 94.35 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-27T08:35:32.876Z] #77 94.73 checking for sysroot... no [2022-06-27T08:35:32.876Z] #77 94.73 checking for a working dd... /bin/dd [2022-06-27T08:35:32.876Z] #77 94.75 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-27T08:35:32.876Z] #77 94.85 checking for mt... no [2022-06-27T08:35:32.876Z] #77 94.85 checking if : is a manifest tool... no [2022-06-27T08:35:32.876Z] #77 94.86 checking how to run the C preprocessor... gcc -E [2022-06-27T08:35:32.922Z] #77 111.6 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-27T08:35:32.922Z] #77 111.7 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-27T08:35:33.183Z] #77 112.0 checking that generated files are newer than configure... done [2022-06-27T08:35:33.183Z] #77 112.0 configure: creating ./config.status [2022-06-27T08:35:34.061Z] #77 95.31 checking for ANSI C header files... yes [2022-06-27T08:35:34.062Z] #77 96.07 checking for sys/types.h... yes [2022-06-27T08:35:34.062Z] #77 96.21 checking for sys/stat.h... yes [2022-06-27T08:35:34.318Z] #77 96.36 checking for stdlib.h... yes [2022-06-27T08:35:34.574Z] #77 96.57 checking for string.h... yes [2022-06-27T08:35:34.574Z] #77 96.78 checking for memory.h... yes [2022-06-27T08:35:34.830Z] #77 96.99 checking for strings.h... [2022-06-27T08:35:34.830Z] #77 ... [2022-06-27T08:35:34.830Z] [2022-06-27T08:35:34.830Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-27T08:35:34.830Z] #20 sha256:27068681b785a761bb7c53e1b796be963f7e35b10a3fd51fe3663b680ef5c50d [2022-06-27T08:35:34.830Z] #20 DONE 2.1s [2022-06-27T08:35:34.830Z] [2022-06-27T08:35:34.830Z] #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-27T08:35:34.830Z] #60 sha256:2c8637097ef36f15425f51f5006cd1e57cf386cba29e869377badf8a8102da3e [2022-06-27T08:35:34.830Z] #60 16.03 + cd /tmp/tmp.cUEh7SsIuT/src/github.com/opencontainers/runc [2022-06-27T08:35:34.830Z] #60 16.03 + git checkout -q v1.1.2 [2022-06-27T08:35:34.830Z] #60 16.83 + '[' -z '' ']' [2022-06-27T08:35:34.830Z] #60 16.83 + target=static [2022-06-27T08:35:34.830Z] #60 16.83 + make BUILDTAGS=seccomp static [2022-06-27T08:35:34.830Z] #60 17.32 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-27T08:35:35.804Z] #77 ... [2022-06-27T08:35:35.804Z] [2022-06-27T08:35:35.804Z] #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-27T08:35:35.804Z] #64 sha256:0190aa0c9a249139e8b3b560792d445aba5c20da263415f39eee4a3bc4c7cf14 [2022-06-27T08:35:35.898Z] #77 114.8 config.status: creating Makefile [2022-06-27T08:35:35.898Z] #77 114.9 config.status: creating config.h [2022-06-27T08:35:35.898Z] #77 115.0 config.status: executing libtool commands [2022-06-27T08:35:36.160Z] #77 115.0 config.status: executing depfiles commands [2022-06-27T08:35:37.104Z] #77 115.8 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-27T08:35:37.104Z] #77 115.8 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-27T08:35:37.365Z] #77 116.3 checking for gcc... gcc [2022-06-27T08:35:37.599Z] #64 73.20 Updating files: 31% (1499/4777) Updating files: 32% (1529/4777) Updating files: 33% (1577/4777) Updating files: 34% (1625/4777) Updating files: 35% (1672/4777) Updating files: 36% (1720/4777) Updating files: 37% (1768/4777) Updating files: 38% (1816/4777) Updating files: 39% (1864/4777) Updating files: 40% (1911/4777) Updating files: 41% (1959/4777) Updating files: 42% (2007/4777) Updating files: 43% (2055/4777) Updating files: 44% (2102/4777) Updating files: 45% (2150/4777) Updating files: 46% (2198/4777) Updating files: 47% (2246/4777) Updating files: 48% (2293/4777) Updating files: 49% (2341/4777) Updating files: 50% (2389/4777) Updating files: 51% (2437/4777) Updating files: 52% (2485/4777) Updating files: 53% (2532/4777) Updating files: 54% (2580/4777) Updating files: 55% (2628/4777) Updating files: 56% (2676/4777) Updating files: 57% (2723/4777) Updating files: 58% (2771/4777) Updating files: 59% (2819/4777) Updating files: 60% (2867/4777) Updating files: 61% (2914/4777) Updating files: 62% (2962/4777) Updating files: 63% (3010/4777) Updating files: 64% (3058/4777) Updating files: 64% (3059/4777) Updating files: 65% (3106/4777) Updating files: 66% (3153/4777) Updating files: 67% (3201/4777) Updating files: 68% (3249/4777) Updating files: 69% (3297/4777) Updating files: 70% (3344/4777) Updating files: 71% (3392/4777) Updating files: 72% (3440/4777) Updating files: 73% (3488/4777) Updating files: 74% (3535/4777) Updating files: 75% (3583/4777) Updating files: 76% (3631/4777) Updating files: 77% (3679/4777) Updating files: 78% (3727/4777) Updating files: 79% (3774/4777) Updating files: 80% (3822/4777) Updating files: 81% (3870/4777) Updating files: 82% (3918/4777) Updating files: 83% (3965/4777) Updating files: 84% (4013/4777) Updating files: 85% (4061/4777) Updating files: 85% (4101/4777) Updating files: 86% (4109/4777) Updating files: 87% (4156/4777) Updating files: 88% (4204/4777) Updating files: 89% (4252/4777) Updating files: 90% (4300/4777) Updating files: 91% (4348/4777) Updating files: 92% (4395/4777) Updating files: 93% (4443/4777) Updating files: 94% (4491/4777) Updating files: 95% (4539/4777) Updating files: 96% (4586/4777) Updating files: 97% (4634/4777) Updating files: 98% (4682/4777) Updating files: 99% (4730/4777) Updating files: 100% (4777/4777) Updating files: 100% (4777/4777), done. [2022-06-27T08:35:37.600Z] #64 76.05 + cd /tmp/tmp.yISrkI4lRA/src/github.com/containerd/containerd [2022-06-27T08:35:37.600Z] #64 76.05 + git checkout -q v1.6.6 [2022-06-27T08:35:37.628Z] #77 116.4 checking whether the C compiler works... yes [2022-06-27T08:35:37.628Z] #77 116.5 checking for C compiler default output file name... a.out [2022-06-27T08:35:37.628Z] #77 116.5 checking for suffix of executables... [2022-06-27T08:35:38.150Z] #77 116.7 checking whether we are cross compiling... no [2022-06-27T08:35:38.150Z] #77 116.9 checking for suffix of object files... o [2022-06-27T08:35:38.150Z] #77 117.0 checking whether we are using the GNU C compiler... yes [2022-06-27T08:35:38.150Z] #77 117.1 checking whether gcc accepts -g... yes [2022-06-27T08:35:38.411Z] #77 117.3 checking for gcc option to accept ISO C89... none needed [2022-06-27T08:35:38.672Z] #77 117.4 checking whether gcc understands -c and -o together... yes [2022-06-27T08:35:38.672Z] #77 117.6 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-27T08:35:38.672Z] #77 117.7 checking whether build environment is sane... yes [2022-06-27T08:35:38.933Z] #77 117.8 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-27T08:35:38.933Z] #77 117.8 checking for gawk... no [2022-06-27T08:35:38.933Z] #77 117.8 checking for mawk... mawk [2022-06-27T08:35:38.933Z] #77 117.8 checking whether make sets $(MAKE)... yes [2022-06-27T08:35:38.933Z] #77 117.8 checking whether make supports the include directive... yes (GNU style) [2022-06-27T08:35:38.933Z] #77 117.9 checking whether make supports nested variables... yes [2022-06-27T08:35:38.933Z] #77 117.9 checking whether UID '0' is supported by ustar format... yes [2022-06-27T08:35:38.933Z] #77 117.9 checking whether GID '0' is supported by ustar format... yes [2022-06-27T08:35:39.001Z] #60 ... [2022-06-27T08:35:39.001Z] [2022-06-27T08:35:39.001Z] #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-27T08:35:39.001Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:35:39.001Z] #77 96.99 checking for strings.h... yes [2022-06-27T08:35:39.001Z] #77 97.31 checking for inttypes.h... yes [2022-06-27T08:35:39.001Z] #77 97.58 checking for stdint.h... yes [2022-06-27T08:35:39.001Z] #77 97.73 checking for unistd.h... yes [2022-06-27T08:35:39.001Z] #77 97.91 checking for dlfcn.h... yes [2022-06-27T08:35:39.001Z] #77 98.12 checking for objdir... .libs [2022-06-27T08:35:39.001Z] #77 98.60 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-27T08:35:39.001Z] #77 98.75 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-27T08:35:39.001Z] #77 98.76 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-27T08:35:39.001Z] #77 98.86 checking if gcc static flag -static works... yes [2022-06-27T08:35:39.001Z] #77 99.37 checking if gcc supports -c -o file.o... yes [2022-06-27T08:35:39.001Z] #77 99.53 checking if gcc supports -c -o file.o... (cached) yes [2022-06-27T08:35:39.001Z] #77 99.53 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-27T08:35:39.001Z] #77 99.59 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-27T08:35:39.001Z] #77 100.0 checking how to hardcode library paths into programs... immediate [2022-06-27T08:35:39.001Z] #77 100.0 checking whether stripping libraries is possible... yes [2022-06-27T08:35:39.001Z] #77 100.0 checking if libtool supports shared libraries... yes [2022-06-27T08:35:39.001Z] #77 100.0 checking whether to build shared libraries... no [2022-06-27T08:35:39.001Z] #77 100.0 checking whether to build static libraries... yes [2022-06-27T08:35:39.001Z] #77 100.0 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-27T08:35:39.001Z] #77 100.1 checking whether build environment is sane... yes [2022-06-27T08:35:39.001Z] #77 100.2 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-27T08:35:39.001Z] #77 100.2 checking whether make sets $(MAKE)... yes [2022-06-27T08:35:39.001Z] #77 100.3 checking whether make supports the include directive... yes (GNU style) [2022-06-27T08:35:39.001Z] #77 100.3 checking whether make supports nested variables... yes [2022-06-27T08:35:39.001Z] #77 100.4 checking whether UID '0' is supported by ustar format... yes [2022-06-27T08:35:39.001Z] #77 100.4 checking whether GID '0' is supported by ustar format... yes [2022-06-27T08:35:39.001Z] #77 100.4 checking how to create a ustar tar archive... gnutar [2022-06-27T08:35:39.001Z] #77 100.4 checking dependency style of gcc... gcc3 [2022-06-27T08:35:39.001Z] #77 100.7 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-27T08:35:39.001Z] #77 100.7 checking whether make supports nested variables... (cached) yes [2022-06-27T08:35:39.001Z] #77 100.7 checking for gawk... (cached) mawk [2022-06-27T08:35:39.001Z] #77 100.7 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-27T08:35:39.001Z] #77 100.7 checking for gcc... (cached) gcc [2022-06-27T08:35:39.001Z] #77 100.8 checking whether we are using the GNU C compiler... (cached) yes [2022-06-27T08:35:39.001Z] #77 100.8 checking whether gcc accepts -g... (cached) yes [2022-06-27T08:35:39.001Z] #77 100.8 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-27T08:35:39.001Z] #77 100.8 checking whether gcc understands -c and -o together... (cached) yes [2022-06-27T08:35:39.001Z] #77 100.8 checking for a Python interpreter with version >= 3... python3 [2022-06-27T08:35:39.001Z] #77 100.9 checking for python3... /usr/bin/python3 [2022-06-27T08:35:39.001Z] #77 100.9 checking for python3 version... 3.9 [2022-06-27T08:35:39.001Z] #77 101.0 checking for python3 platform... linux [2022-06-27T08:35:39.001Z] #77 101.0 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-27T08:35:39.001Z] #77 101.2 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-27T08:35:39.194Z] #77 117.9 checking how to create a ustar tar archive... gnutar [2022-06-27T08:35:39.194Z] #77 118.0 checking dependency style of gcc... gcc3 [2022-06-27T08:35:39.194Z] #77 118.2 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-27T08:35:39.194Z] #77 118.2 checking whether make supports nested variables... (cached) yes [2022-06-27T08:35:39.257Z] #77 101.4 checking for go-md2man... no [2022-06-27T08:35:39.456Z] #77 118.2 checking build system type... aarch64-unknown-linux-gnu [2022-06-27T08:35:39.456Z] #77 118.4 checking host system type... aarch64-unknown-linux-gnu [2022-06-27T08:35:39.456Z] #77 118.4 checking how to print strings... printf [2022-06-27T08:35:39.456Z] #77 118.4 checking for a sed that does not truncate output... /bin/sed [2022-06-27T08:35:39.456Z] #77 118.5 checking for grep that handles long lines and -e... /bin/grep [2022-06-27T08:35:39.456Z] #77 118.5 checking for egrep... /bin/grep -E [2022-06-27T08:35:39.456Z] #77 118.5 checking for fgrep... /bin/grep -F [2022-06-27T08:35:39.456Z] #77 118.5 checking for ld used by gcc... /usr/bin/ld [2022-06-27T08:35:39.456Z] #77 118.5 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-27T08:35:39.513Z] #77 101.5 checking error.h usability... yes [2022-06-27T08:35:39.513Z] #77 101.8 checking error.h presence... yes [2022-06-27T08:35:39.513Z] #77 101.8 checking for error.h... yes [2022-06-27T08:35:39.717Z] #77 118.5 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-27T08:35:39.717Z] #77 118.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-27T08:35:39.717Z] #77 118.7 checking whether ln -s works... yes [2022-06-27T08:35:39.717Z] #77 118.7 checking the maximum length of command line arguments... 1572864 [2022-06-27T08:35:39.717Z] #77 118.7 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-06-27T08:35:39.717Z] #77 118.7 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-27T08:35:39.717Z] #77 118.7 checking for /usr/bin/ld option to reload object files... -r [2022-06-27T08:35:39.717Z] #77 118.7 checking for objdump... objdump [2022-06-27T08:35:39.717Z] #77 118.7 checking how to recognize dependent libraries... pass_all [2022-06-27T08:35:39.717Z] #77 118.7 checking for dlltool... no [2022-06-27T08:35:39.717Z] #77 118.7 checking how to associate runtime and link libraries... printf %s\n [2022-06-27T08:35:39.717Z] #77 118.7 checking for ar... ar [2022-06-27T08:35:39.769Z] #77 101.9 checking linux/openat2.h usability... yes [2022-06-27T08:35:39.769Z] #77 102.1 checking linux/openat2.h presence... yes [2022-06-27T08:35:39.978Z] #77 118.7 checking for archiver @FILE support... @ [2022-06-27T08:35:39.978Z] #77 118.9 checking for strip... strip [2022-06-27T08:35:39.978Z] #77 118.9 checking for ranlib... ranlib [2022-06-27T08:35:40.025Z] #77 102.1 checking for linux/openat2.h... yes [2022-06-27T08:35:40.025Z] #77 102.2 checking for copy_file_range... yes [2022-06-27T08:35:40.141Z] #64 78.13 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-27T08:35:40.141Z] #64 78.13 + BUILDTAGS='netgo osusergo static_build' [2022-06-27T08:35:40.141Z] #64 78.13 + export EXTRA_FLAGS=-buildmode=pie [2022-06-27T08:35:40.141Z] #64 78.13 + EXTRA_FLAGS=-buildmode=pie [2022-06-27T08:35:40.141Z] #64 78.13 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-27T08:35:40.141Z] #64 78.13 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-27T08:35:40.141Z] #64 78.13 + '[' '' = dynamic ']' [2022-06-27T08:35:40.141Z] #64 78.13 + make [2022-06-27T08:35:40.240Z] #77 118.9 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-27T08:35:40.240Z] #77 119.3 checking for sysroot... no [2022-06-27T08:35:40.240Z] #77 119.3 checking for a working dd... /bin/dd [2022-06-27T08:35:40.240Z] #77 119.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-27T08:35:40.280Z] #77 102.5 checking for fgetxattr... yes [2022-06-27T08:35:40.501Z] #77 119.3 checking for mt... no [2022-06-27T08:35:40.501Z] #77 119.3 checking if : is a manifest tool... no [2022-06-27T08:35:40.501Z] #77 119.3 checking how to run the C preprocessor... gcc -E [2022-06-27T08:35:40.842Z] #77 102.7 checking for statx... yes [2022-06-27T08:35:40.842Z] #77 102.9 checking for fgetpwent_r... yes [2022-06-27T08:35:41.335Z] #77 119.7 checking for ANSI C header files... yes [2022-06-27T08:35:41.353Z] #77 103.3 checking for issetugid... no [2022-06-27T08:35:41.353Z] #77 103.6 checking for pkg-config... /usr/bin/pkg-config [2022-06-27T08:35:41.353Z] #77 103.6 checking pkg-config is at least version 0.9.0... yes [2022-06-27T08:35:41.598Z] #77 120.3 checking for sys/types.h... yes [2022-06-27T08:35:41.598Z] #77 120.5 checking for sys/stat.h... yes [2022-06-27T08:35:41.859Z] #77 120.6 checking for stdlib.h... yes [2022-06-27T08:35:41.859Z] #77 120.8 checking for string.h... yes [2022-06-27T08:35:41.859Z] #77 ... [2022-06-27T08:35:41.859Z] [2022-06-27T08:35:41.860Z] #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-27T08:35:41.860Z] #21 sha256:34fec967e802213696c4e32cb31a8e221d9d9cdd3d893e1a0024a2ecccb17f4b [2022-06-27T08:35:41.860Z] #21 29.34 Selecting previously unselected package libnet1:arm64. [2022-06-27T08:35:41.860Z] #21 29.34 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-06-27T08:35:41.860Z] #21 29.35 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:35:41.860Z] #21 29.46 Selecting previously unselected package libnl-3-200:arm64. [2022-06-27T08:35:41.860Z] #21 29.46 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-06-27T08:35:41.860Z] #21 29.47 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-27T08:35:41.860Z] #21 29.56 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-27T08:35:41.860Z] #21 29.57 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-27T08:35:41.860Z] #21 29.57 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-27T08:35:41.860Z] #21 29.67 Selecting previously unselected package libyajl2:arm64. [2022-06-27T08:35:41.860Z] #21 29.68 Preparing to unpack .../31-libyajl2_2.1.0-3_arm64.deb ... [2022-06-27T08:35:41.860Z] #21 29.68 Unpacking libyajl2:arm64 (2.1.0-3) ... [2022-06-27T08:35:41.860Z] #21 29.73 Selecting previously unselected package net-tools. [2022-06-27T08:35:41.860Z] #21 29.74 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-06-27T08:35:41.860Z] #21 29.75 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-27T08:35:41.860Z] #21 29.93 Selecting previously unselected package patch. [2022-06-27T08:35:41.860Z] #21 29.94 Preparing to unpack .../33-patch_2.7.6-7_arm64.deb ... [2022-06-27T08:35:41.860Z] #21 29.94 Unpacking patch (2.7.6-7) ... [2022-06-27T08:35:41.860Z] #21 30.04 Selecting previously unselected package python-pip-whl. [2022-06-27T08:35:41.860Z] #21 30.05 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-27T08:35:41.860Z] #21 30.06 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-27T08:35:41.860Z] #21 30.60 Selecting previously unselected package python3-lib2to3. [2022-06-27T08:35:41.860Z] #21 30.60 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-27T08:35:41.860Z] #21 30.61 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-27T08:35:41.860Z] #21 30.76 Selecting previously unselected package python3-distutils. [2022-06-27T08:35:41.860Z] #21 30.76 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-27T08:35:41.860Z] #21 30.77 Unpacking python3-distutils (3.9.2-1) ... [2022-06-27T08:35:41.860Z] #21 30.95 Selecting previously unselected package python3-pkg-resources. [2022-06-27T08:35:41.860Z] #21 30.95 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-27T08:35:41.860Z] #21 30.96 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:35:41.860Z] #21 31.10 Selecting previously unselected package python3-setuptools. [2022-06-27T08:35:41.860Z] #21 31.10 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-27T08:35:41.860Z] #21 31.10 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-27T08:35:41.860Z] #21 31.32 Selecting previously unselected package python3-wheel. [2022-06-27T08:35:41.860Z] #21 31.32 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-27T08:35:41.860Z] #21 31.32 Unpacking python3-wheel (0.34.2-1) ... [2022-06-27T08:35:41.860Z] #21 31.41 Selecting previously unselected package python3-pip. [2022-06-27T08:35:41.860Z] #21 31.43 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-27T08:35:41.860Z] #21 31.43 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-27T08:35:41.860Z] #21 31.73 Selecting previously unselected package sudo. [2022-06-27T08:35:41.860Z] #21 31.73 Preparing to unpack .../41-sudo_1.9.5p2-3_arm64.deb ... [2022-06-27T08:35:41.860Z] #21 31.74 Unpacking sudo (1.9.5p2-3) ... [2022-06-27T08:35:41.860Z] #21 32.31 Selecting previously unselected package thin-provisioning-tools. [2022-06-27T08:35:41.860Z] #21 32.32 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-06-27T08:35:41.860Z] #21 32.32 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-27T08:35:41.860Z] #21 32.48 Selecting previously unselected package uidmap. [2022-06-27T08:35:41.860Z] #21 32.50 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-06-27T08:35:41.860Z] #21 32.51 Unpacking uidmap (1:4.8.1-1) ... [2022-06-27T08:35:41.860Z] #21 32.66 Selecting previously unselected package vim-runtime. [2022-06-27T08:35:41.860Z] #21 32.66 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-27T08:35:41.860Z] #21 32.69 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-27T08:35:41.860Z] #21 32.73 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-27T08:35:41.860Z] #21 32.75 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:35:41.860Z] #21 35.92 Selecting previously unselected package vim. [2022-06-27T08:35:41.860Z] #21 35.92 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-27T08:35:41.860Z] #21 35.94 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:35:41.860Z] #21 36.43 Selecting previously unselected package xfsprogs. [2022-06-27T08:35:41.860Z] #21 36.45 Preparing to unpack .../46-xfsprogs_5.10.0-4_arm64.deb ... [2022-06-27T08:35:41.860Z] #21 36.45 Unpacking xfsprogs (5.10.0-4) ... [2022-06-27T08:35:41.860Z] #21 36.96 Selecting previously unselected package zip. [2022-06-27T08:35:41.860Z] #21 36.96 Preparing to unpack .../47-zip_3.0-12_arm64.deb ... [2022-06-27T08:35:41.860Z] #21 36.97 Unpacking zip (3.0-12) ... [2022-06-27T08:35:41.860Z] #21 37.09 Selecting previously unselected package zstd. [2022-06-27T08:35:41.860Z] #21 37.09 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-06-27T08:35:41.860Z] #21 37.09 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-27T08:35:41.860Z] #21 37.38 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:35:41.860Z] #21 38.31 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-06-27T08:35:41.860Z] #21 38.32 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-27T08:35:41.860Z] #21 38.33 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-06-27T08:35:41.860Z] #21 38.34 Setting up libicu67:arm64 (67.1-7) ... [2022-06-27T08:35:41.860Z] #21 38.36 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-06-27T08:35:41.860Z] #21 38.37 Setting up libinih1:arm64 (53-1+b2) ... [2022-06-27T08:35:41.860Z] #21 38.38 Setting up uidmap (1:4.8.1-1) ... [2022-06-27T08:35:41.860Z] #21 38.39 Setting up libyajl2:arm64 (2.1.0-3) ... [2022-06-27T08:35:41.860Z] #21 38.40 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:35:41.860Z] #21 38.41 Setting up bzip2 (1.0.8-4) ... [2022-06-27T08:35:41.860Z] #21 38.42 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-27T08:35:41.860Z] #21 38.43 Setting up python3-wheel (0.34.2-1) ... [2022-06-27T08:35:41.860Z] #21 39.11 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:35:41.860Z] #21 39.13 Setting up libcap2:arm64 (1:2.44-1) ... [2022-06-27T08:35:41.860Z] #21 39.14 Setting up libcap2-bin (1:2.44-1) ... [2022-06-27T08:35:41.860Z] #21 39.15 Setting up apparmor (2.13.6-10) ... [2022-06-27T08:35:41.915Z] #77 103.6 checking for library containing yajl_tree_get... -lyajl [2022-06-27T08:35:41.915Z] #77 104.1 checking for yajl >= 2.0.0... yes [2022-06-27T08:35:41.946Z] #71 149.4 + bin/containerd-shim-runc-v1 [2022-06-27T08:35:42.032Z] #64 ... [2022-06-27T08:35:42.032Z] [2022-06-27T08:35:42.032Z] #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-27T08:35:42.032Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:35:42.032Z] #14 140.8 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-27T08:35:42.032Z] #14 140.8 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:35:42.032Z] #14 140.8 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:35:42.121Z] #21 ... [2022-06-27T08:35:42.121Z] [2022-06-27T08:35:42.121Z] #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-27T08:35:42.121Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:35:42.121Z] #77 121.0 checking for memory.h... yes [2022-06-27T08:35:42.171Z] #77 104.2 checking sys/capability.h usability... yes [2022-06-27T08:35:42.171Z] #77 104.4 checking sys/capability.h presence... yes [2022-06-27T08:35:42.171Z] #77 104.5 checking for sys/capability.h... yes [2022-06-27T08:35:42.383Z] #77 121.1 checking for strings.h... yes [2022-06-27T08:35:42.644Z] #77 121.3 checking for inttypes.h... yes [2022-06-27T08:35:42.644Z] #77 121.4 checking for stdint.h... yes [2022-06-27T08:35:42.644Z] #77 121.7 checking for unistd.h... yes [2022-06-27T08:35:42.735Z] #77 104.5 checking for library containing cap_from_name... -lcap [2022-06-27T08:35:42.991Z] #77 104.9 checking for library containing dlopen... -ldl [2022-06-27T08:35:43.167Z] #77 121.8 checking for dlfcn.h... yes [2022-06-27T08:35:43.167Z] #77 121.9 checking for objdir... .libs [2022-06-27T08:35:43.247Z] #77 105.3 checking seccomp.h usability... [2022-06-27T08:35:43.247Z] #77 ... [2022-06-27T08:35:43.247Z] [2022-06-27T08:35:43.247Z] #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-27T08:35:43.247Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-27T08:35:43.247Z] #34 DONE 156.9s [2022-06-27T08:35:43.247Z] [2022-06-27T08:35:43.247Z] #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-27T08:35:43.247Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:35:43.247Z] #77 105.3 checking seccomp.h usability... yes [2022-06-27T08:35:43.247Z] #77 105.5 checking seccomp.h presence... [2022-06-27T08:35:43.247Z] #77 ... [2022-06-27T08:35:43.247Z] [2022-06-27T08:35:43.247Z] #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-27T08:35:43.247Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:35:43.247Z] #21 2.370 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:35:43.247Z] #21 2.385 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:35:43.247Z] #21 2.385 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:35:43.247Z] #21 2.891 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:35:43.247Z] #21 4.275 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:35:43.247Z] #21 5.757 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:35:43.429Z] #77 122.3 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-27T08:35:43.429Z] #77 122.5 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-27T08:35:43.503Z] #21 ... [2022-06-27T08:35:43.503Z] [2022-06-27T08:35:43.503Z] #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-27T08:35:43.503Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:35:43.503Z] #77 105.5 checking seccomp.h presence... yes [2022-06-27T08:35:43.503Z] #77 105.7 checking for seccomp.h... yes [2022-06-27T08:35:43.695Z] #77 122.5 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-27T08:35:43.758Z] #77 105.7 checking for library containing seccomp_rule_add... -lseccomp [2022-06-27T08:35:43.957Z] #77 122.6 checking if gcc static flag -static works... yes [2022-06-27T08:35:44.218Z] #77 123.0 checking if gcc supports -c -o file.o... yes [2022-06-27T08:35:44.218Z] #77 123.1 checking if gcc supports -c -o file.o... (cached) yes [2022-06-27T08:35:44.218Z] #77 123.1 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-06-27T08:35:44.322Z] #77 106.1 checking for library containing seccomp_arch_resolve_name... none required [2022-06-27T08:35:44.322Z] #77 106.4 checking systemd/sd-bus.h usability... yes [2022-06-27T08:35:44.480Z] #77 123.2 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-27T08:35:44.480Z] #77 123.5 checking how to hardcode library paths into programs... immediate [2022-06-27T08:35:44.480Z] #77 123.5 checking whether stripping libraries is possible... yes [2022-06-27T08:35:44.578Z] #77 106.7 checking systemd/sd-bus.h presence... yes [2022-06-27T08:35:44.741Z] #77 123.5 checking if libtool supports shared libraries... yes [2022-06-27T08:35:44.741Z] #77 123.5 checking whether to build shared libraries... no [2022-06-27T08:35:44.741Z] #77 123.5 checking whether to build static libraries... yes [2022-06-27T08:35:44.741Z] #77 123.5 checking float.h usability... yes [2022-06-27T08:35:44.741Z] #77 123.7 checking float.h presence... yes [2022-06-27T08:35:44.741Z] #77 123.7 checking for float.h... yes [2022-06-27T08:35:44.834Z] #77 106.9 checking for systemd/sd-bus.h... yes [2022-06-27T08:35:45.002Z] #77 123.8 checking limits.h usability... yes [2022-06-27T08:35:45.002Z] #77 123.9 checking limits.h presence... yes [2022-06-27T08:35:45.002Z] #77 124.0 checking for limits.h... yes [2022-06-27T08:35:45.264Z] #77 124.0 checking stddef.h usability... yes [2022-06-27T08:35:45.264Z] #77 124.2 checking stddef.h presence... yes [2022-06-27T08:35:45.264Z] #77 124.2 checking for stddef.h... yes [2022-06-27T08:35:45.264Z] #77 124.3 checking for stdlib.h... (cached) yes [2022-06-27T08:35:45.396Z] #77 106.9 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-27T08:35:45.525Z] #77 124.3 checking for string.h... (cached) yes [2022-06-27T08:35:45.525Z] #77 124.3 checking sys/time.h usability... yes [2022-06-27T08:35:45.525Z] #77 124.5 checking sys/time.h presence... yes [2022-06-27T08:35:45.653Z] #77 107.6 checking for sd_notify_barrier... yes [2022-06-27T08:35:45.787Z] #77 124.6 checking for sys/time.h... yes [2022-06-27T08:35:45.787Z] #77 124.6 checking for inline... inline [2022-06-27T08:35:45.909Z] #77 108.0 checking linux/bpf.h usability... yes [2022-06-27T08:35:45.909Z] #77 108.3 checking linux/bpf.h presence... yes [2022-06-27T08:35:45.909Z] #77 108.3 checking for linux/bpf.h... yes [2022-06-27T08:35:46.048Z] #77 124.7 checking for size_t... yes [2022-06-27T08:35:46.165Z] #77 108.3 checking compilation for eBPF... yes [2022-06-27T08:35:46.310Z] #77 125.1 checking for stdlib.h... (cached) yes [2022-06-27T08:35:46.310Z] #77 125.1 checking for GNU libc compatible malloc... yes [2022-06-27T08:35:46.310Z] #77 125.4 checking for stdlib.h... (cached) yes [2022-06-27T08:35:46.422Z] #77 108.5 checking for criu >= 3.15... no [2022-06-27T08:35:46.422Z] #77 108.5 configure: CRIU headers not found, building without CRIU support [2022-06-27T08:35:46.422Z] #77 108.5 checking for criu > 3.16... no [2022-06-27T08:35:46.422Z] #77 108.5 configure: CRIU version doesn't support join-ns API [2022-06-27T08:35:46.422Z] #77 108.5 checking for criu > 3.16.1... no [2022-06-27T08:35:46.422Z] #77 108.5 configure: CRIU version doesn't support for pre-dumping [2022-06-27T08:35:46.422Z] #77 108.5 checking for new mount API (fsconfig)... yes [2022-06-27T08:35:46.422Z] #77 108.6 checking for seccomp notify API... yes [2022-06-27T08:35:46.678Z] [2022-06-27T08:35:46.678Z] #77 ... [2022-06-27T08:35:46.678Z] [2022-06-27T08:35:46.678Z] #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-27T08:35:46.678Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-27T08:35:46.678Z] #36 160.1 Delve is a source level debugger for Go programs. [2022-06-27T08:35:46.678Z] #36 160.1 [2022-06-27T08:35:46.678Z] #36 160.1 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-27T08:35:46.678Z] #36 160.1 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-27T08:35:46.678Z] #36 160.1 [2022-06-27T08:35:46.678Z] #36 160.1 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-27T08:35:46.678Z] #36 160.1 [2022-06-27T08:35:46.678Z] #36 160.1 Pass flags to the program you are debugging using `--`, for example: [2022-06-27T08:35:46.678Z] #36 160.1 [2022-06-27T08:35:46.678Z] #36 160.1 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-27T08:35:46.678Z] #36 160.1 [2022-06-27T08:35:46.678Z] #36 160.1 Usage: [2022-06-27T08:35:46.678Z] #36 160.1 dlv [command] [2022-06-27T08:35:46.678Z] #36 160.1 [2022-06-27T08:35:46.678Z] #36 160.1 Available Commands: [2022-06-27T08:35:46.678Z] #36 160.1 attach Attach to running process and begin debugging. [2022-06-27T08:35:46.678Z] #36 160.1 connect Connect to a headless debug server with a terminal client. [2022-06-27T08:35:46.678Z] #36 160.1 core Examine a core dump. [2022-06-27T08:35:46.678Z] #36 160.1 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-27T08:35:46.678Z] #36 160.1 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-27T08:35:46.678Z] #36 160.1 exec Execute a precompiled binary, and begin a debug session. [2022-06-27T08:35:46.678Z] #36 160.1 help Help about any command [2022-06-27T08:35:46.678Z] #36 160.1 run Deprecated command. Use 'debug' instead. [2022-06-27T08:35:46.678Z] #36 160.1 test Compile test binary and begin debugging program. [2022-06-27T08:35:46.678Z] #36 160.1 trace Compile and begin tracing program. [2022-06-27T08:35:46.678Z] #36 160.1 version Prints version. [2022-06-27T08:35:46.678Z] #36 160.1 [2022-06-27T08:35:46.678Z] #36 160.1 Flags: [2022-06-27T08:35:46.678Z] #36 160.1 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-27T08:35:46.678Z] #36 160.1 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-27T08:35:46.678Z] #36 160.1 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-27T08:35:46.678Z] #36 160.1 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-27T08:35:46.678Z] #36 160.1 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-27T08:35:46.678Z] #36 160.1 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-27T08:35:46.678Z] #36 160.1 --disable-aslr Disables address space randomization [2022-06-27T08:35:46.678Z] #36 160.1 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-27T08:35:46.678Z] #36 160.1 -h, --help help for dlv [2022-06-27T08:35:46.678Z] #36 160.1 --init string Init file, executed by the terminal client. [2022-06-27T08:35:46.678Z] #36 160.1 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-27T08:35:46.678Z] #36 160.1 --log Enable debugging server logging. [2022-06-27T08:35:46.678Z] #36 160.1 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-27T08:35:46.678Z] #36 160.1 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-27T08:35:46.678Z] #36 160.1 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-27T08:35:46.678Z] #36 160.1 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-27T08:35:46.678Z] #36 160.1 --wd string Working directory for running the program. [2022-06-27T08:35:46.678Z] #36 160.1 [2022-06-27T08:35:46.678Z] #36 160.1 Additional help topics: [2022-06-27T08:35:46.678Z] #36 160.1 dlv backend Help about the --backend flag. [2022-06-27T08:35:46.678Z] #36 160.1 dlv log Help about logging flags. [2022-06-27T08:35:46.678Z] #36 160.1 dlv redirect Help about file redirection. [2022-06-27T08:35:46.678Z] #36 160.1 [2022-06-27T08:35:46.678Z] #36 160.1 Use "dlv [command] --help" for more information about a command. [2022-06-27T08:35:46.678Z] #36 DONE 160.4s [2022-06-27T08:35:46.678Z] [2022-06-27T08:35:46.678Z] #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-27T08:35:46.678Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:35:46.678Z] #77 108.8 checking for gperf... no [2022-06-27T08:35:46.678Z] #77 108.8 configure: gperf not found - cannot rebuild signal parser code [2022-06-27T08:35:46.678Z] #77 108.8 checking for library containing argp_parse... none required [2022-06-27T08:35:46.885Z] #77 125.4 checking for GNU libc compatible realloc... yes [2022-06-27T08:35:46.885Z] #77 125.6 checking for working strtod... yes [2022-06-27T08:35:46.934Z] #77 109.2 checking that generated files are newer than configure... done [2022-06-27T08:35:46.934Z] #77 109.2 configure: creating ./config.status [2022-06-27T08:35:47.148Z] #77 125.9 checking for gettimeofday... yes [2022-06-27T08:35:47.235Z] #71 155.7 + bin/containerd-shim-runc-v2 [2022-06-27T08:35:47.496Z] #71 156.5 + binaries [2022-06-27T08:35:47.721Z] #77 126.2 checking for memset... yes [2022-06-27T08:35:47.721Z] #77 126.5 checking for strspn... yes [2022-06-27T08:35:47.756Z] #71 156.5 + install -D bin/containerd /build/containerd [2022-06-27T08:35:47.756Z] #71 156.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-27T08:35:47.756Z] #71 156.5 + install -D bin/ctr /build/ctr [2022-06-27T08:35:47.983Z] #77 126.9 checking that generated files are newer than configure... done [2022-06-27T08:35:47.983Z] #77 126.9 configure: creating ./config.status [2022-06-27T08:35:48.329Z] #71 DONE 157.0s [2022-06-27T08:35:48.525Z] #47 ... [2022-06-27T08:35:48.525Z] [2022-06-27T08:35:48.525Z] #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-27T08:35:48.525Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:35:48.525Z] #77 217.1 CCLD tests/init [2022-06-27T08:35:49.301Z] [2022-06-27T08:35:49.301Z] #72 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-27T08:35:49.301Z] #72 sha256:cc89552f47e17d2c0463c42217d86c9fba19bc550fe9bb972f92b9c6ce2b8065 [2022-06-27T08:35:49.301Z] #72 DONE 0.2s [2022-06-27T08:35:49.301Z] [2022-06-27T08:35:49.301Z] #77 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-27T08:35:49.301Z] #77 sha256:383719ccbd9cda5f74abd721f22cc9b5f1567cd6df93795f846b2027ceed9584 [2022-06-27T08:35:49.301Z] #77 DONE 0.1s [2022-06-27T08:35:49.301Z] [2022-06-27T08:35:49.301Z] #82 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-27T08:35:49.301Z] #82 sha256:f2dbca1d67b953541122013dd4eff884eaa784776ee48c7f077c7956c1e0d1c1 [2022-06-27T08:35:49.451Z] #77 111.6 config.status: creating Makefile [2022-06-27T08:35:49.451Z] #77 111.7 config.status: creating rpm/crun.spec [2022-06-27T08:35:49.451Z] #77 111.8 config.status: creating config.h [2022-06-27T08:35:49.451Z] #77 111.8 config.status: executing libtool commands [2022-06-27T08:35:49.707Z] #77 111.8 config.status: executing depfiles commands [2022-06-27T08:35:49.894Z] #82 DONE 0.5s [2022-06-27T08:35:49.894Z] [2022-06-27T08:35:49.894Z] #85 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-27T08:35:49.894Z] #85 sha256:24b8f821a08b543a26afec58c162e0b690ad2c2c69ad840b0f5ea0f0f13229b2 [2022-06-27T08:35:49.894Z] #85 DONE 0.1s [2022-06-27T08:35:49.894Z] [2022-06-27T08:35:49.894Z] #86 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-27T08:35:49.894Z] #86 sha256:ea5927eb6b3bc8eb3dc383c24bdb3ad0963ff047d1a35e0660cb7cc245a876f2 [2022-06-27T08:35:49.894Z] #86 DONE 0.0s [2022-06-27T08:35:49.894Z] [2022-06-27T08:35:49.894Z] #87 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-27T08:35:49.894Z] #87 sha256:6669abc1272a5dbb690b70c9e964e40d479daea916b6214e9fdf43537ad27fbf [2022-06-27T08:35:49.894Z] #87 DONE 0.0s [2022-06-27T08:35:50.165Z] [2022-06-27T08:35:50.165Z] #88 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-27T08:35:50.165Z] #88 sha256:f521e63011b39c7bdfc6646106d8035869adbe67933ef8b41bd623c39ca91d83 [2022-06-27T08:35:51.073Z] #77 113.1 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-27T08:35:51.073Z] #77 113.1 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-27T08:35:51.077Z] #77 ... [2022-06-27T08:35:51.077Z] [2022-06-27T08:35:51.077Z] #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-27T08:35:51.077Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:35:51.077Z] #47 DONE 271.9s [2022-06-27T08:35:51.297Z] #77 129.9 config.status: creating Makefile [2022-06-27T08:35:51.297Z] #77 129.9 config.status: creating config.h [2022-06-27T08:35:51.297Z] #77 130.0 config.status: executing depfiles commands [2022-06-27T08:35:51.297Z] #77 130.2 config.status: executing libtool commands [2022-06-27T08:35:51.329Z] #77 113.5 checking for gcc... gcc [2022-06-27T08:35:51.338Z] [2022-06-27T08:35:51.338Z] #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-27T08:35:51.338Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:35:51.586Z] #77 113.6 checking whether the C compiler works... yes [2022-06-27T08:35:51.586Z] #77 113.8 checking for C compiler default output file name... a.out [2022-06-27T08:35:51.586Z] #77 113.8 checking for suffix of executables... [2022-06-27T08:35:51.633Z] #88 DONE 1.4s [2022-06-27T08:35:51.633Z] [2022-06-27T08:35:51.633Z] #89 exporting to image [2022-06-27T08:35:51.633Z] #89 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-27T08:35:51.633Z] #89 exporting layers [2022-06-27T08:35:51.842Z] #77 114.0 checking whether we are cross compiling... no [2022-06-27T08:35:51.842Z] #77 114.1 checking for suffix of object files... o [2022-06-27T08:35:51.842Z] #77 114.1 checking whether we are using the GNU C compiler... yes [2022-06-27T08:35:51.872Z] #77 ... [2022-06-27T08:35:51.872Z] [2022-06-27T08:35:51.872Z] #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-27T08:35:51.872Z] #21 sha256:34fec967e802213696c4e32cb31a8e221d9d9cdd3d893e1a0024a2ecccb17f4b [2022-06-27T08:35:51.872Z] #21 40.55 Setting up zip (3.0-12) ... [2022-06-27T08:35:51.872Z] #21 40.56 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:35:51.872Z] #21 40.58 Setting up bash-completion (1:2.11-2) ... [2022-06-27T08:35:51.872Z] #21 43.45 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:35:51.872Z] #21 43.47 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-27T08:35:51.872Z] #21 43.48 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-06-27T08:35:51.872Z] #21 43.49 Setting up patch (2.7.6-7) ... [2022-06-27T08:35:51.872Z] #21 43.50 Setting up sudo (1.9.5p2-3) ... [2022-06-27T08:35:51.872Z] #21 43.59 invoke-rc.d: could not determine current runlevel [2022-06-27T08:35:51.872Z] #21 43.61 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-27T08:35:51.872Z] #21 43.61 Setting up xfsprogs (5.10.0-4) ... [2022-06-27T08:35:51.872Z] #21 43.64 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-06-27T08:35:51.872Z] #21 43.65 Setting up inetutils-ping (2:2.0-1) ... [2022-06-27T08:35:51.872Z] #21 43.66 Setting up pigz (2.6-1) ... [2022-06-27T08:35:51.872Z] #21 43.68 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-06-27T08:35:51.872Z] #21 43.69 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-27T08:35:51.872Z] #21 43.72 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-27T08:35:51.872Z] #21 43.74 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:35:51.872Z] #21 44.41 Setting up libaio1:arm64 (0.3.112-9) ... [2022-06-27T08:35:51.872Z] #21 44.42 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-27T08:35:51.872Z] #21 44.92 Setting up libelf1:arm64 (0.183-1) ... [2022-06-27T08:35:51.872Z] #21 44.94 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-27T08:35:51.872Z] #21 44.95 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-06-27T08:35:51.872Z] #21 44.98 Setting up python3-distutils (3.9.2-1) ... [2022-06-27T08:35:51.872Z] #21 45.44 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:35:51.872Z] #21 45.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-27T08:35:51.872Z] #21 45.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-27T08:35:51.872Z] #21 45.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-27T08:35:51.872Z] #21 45.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-27T08:35:51.872Z] #21 45.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-27T08:35:51.872Z] #21 45.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-27T08:35:51.872Z] #21 45.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-27T08:35:51.872Z] #21 45.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-27T08:35:51.872Z] #21 45.53 Setting up python3-setuptools (52.0.0-4) ... [2022-06-27T08:35:51.872Z] #21 46.90 Setting up libjq1:arm64 (1.6-2.1) ... [2022-06-27T08:35:51.872Z] #21 46.91 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-06-27T08:35:51.872Z] #21 46.92 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-27T08:35:51.872Z] #21 46.93 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-27T08:35:51.872Z] #21 48.07 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-06-27T08:35:51.873Z] #21 48.09 Setting up jq (1.6-2.1) ... [2022-06-27T08:35:51.873Z] #21 48.10 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-06-27T08:35:51.873Z] #21 48.14 Setting up iptables (1.8.7-1) ... [2022-06-27T08:35:51.873Z] #21 48.17 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-27T08:35:51.873Z] #21 48.18 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-27T08:35:51.873Z] #21 48.19 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-27T08:35:51.873Z] #21 48.19 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-27T08:35:51.873Z] #21 48.20 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-27T08:35:51.873Z] #21 48.20 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-27T08:35:51.873Z] #21 48.22 Setting up iproute2 (5.10.0-4) ... [2022-06-27T08:35:51.873Z] #21 48.63 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:35:52.143Z] #77 114.2 checking whether gcc accepts -g... yes [2022-06-27T08:35:52.399Z] #77 114.3 checking for gcc option to accept ISO C89... none needed [2022-06-27T08:35:52.399Z] #77 114.5 checking whether gcc understands -c and -o together... yes [2022-06-27T08:35:52.399Z] #77 114.6 checking how to run the C preprocessor... gcc -E [2022-06-27T08:35:52.446Z] #21 ... [2022-06-27T08:35:52.446Z] [2022-06-27T08:35:52.446Z] #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-27T08:35:52.446Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:35:52.446Z] #77 131.3 GEN .version [2022-06-27T08:35:52.446Z] #77 131.3 make install-recursive [2022-06-27T08:35:52.446Z] #77 131.3 make[1]: Entering directory '/tmp/crun-build' [2022-06-27T08:35:52.446Z] #77 131.4 Making install in libocispec [2022-06-27T08:35:52.446Z] #77 131.4 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:35:52.446Z] #77 131.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-27T08:35:52.655Z] #77 114.8 checking for grep that handles long lines and -e... /bin/grep [2022-06-27T08:35:52.655Z] #77 114.8 checking for egrep... /bin/grep -E [2022-06-27T08:35:52.710Z] #77 131.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-27T08:35:52.710Z] #77 131.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-27T08:35:52.710Z] #77 131.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-27T08:35:52.710Z] #77 ... [2022-06-27T08:35:52.710Z] [2022-06-27T08:35:52.710Z] #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-27T08:35:52.710Z] #21 sha256:34fec967e802213696c4e32cb31a8e221d9d9cdd3d893e1a0024a2ecccb17f4b [2022-06-27T08:35:52.710Z] #21 DONE 50.2s [2022-06-27T08:35:52.976Z] [2022-06-27T08:35:52.976Z] #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-27T08:35:52.976Z] #22 sha256:1c35510d2c5ef554d5a1a5ad21f4359ed7a77a09befaa46d5fe59bc5eb4db5a5 [2022-06-27T08:35:53.217Z] #77 114.8 checking for ANSI C header files... yes [2022-06-27T08:35:53.280Z] #55 ... [2022-06-27T08:35:53.280Z] [2022-06-27T08:35:53.280Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-27T08:35:53.280Z] #48 sha256:81382bbfac14aa7838b8adb4ce6a2f08d2671e0fe2ce6975ff0c58e02ec8bc08 [2022-06-27T08:35:53.473Z] #77 115.4 checking for sys/types.h... yes [2022-06-27T08:35:53.473Z] #77 115.6 checking for sys/stat.h... yes [2022-06-27T08:35:53.473Z] #77 115.7 checking for stdlib.h... yes [2022-06-27T08:35:53.540Z] #48 DONE 0.5s [2022-06-27T08:35:53.540Z] [2022-06-27T08:35:53.540Z] #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-27T08:35:53.540Z] #64 sha256:cfd6de62282f3f6f99c3f7a732342b1d13e5a199cdf1c8abf138637f159acb26 [2022-06-27T08:35:53.540Z] #64 ... [2022-06-27T08:35:53.540Z] [2022-06-27T08:35:53.540Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-27T08:35:53.540Z] #52 sha256:e52860909930add5e0d5a89d8fbfbb13d0ed29365de67755bd3dba769aafbdbc [2022-06-27T08:35:53.540Z] #52 DONE 0.1s [2022-06-27T08:35:53.540Z] [2022-06-27T08:35:53.540Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-27T08:35:53.540Z] #54 sha256:2f91f4bb359aae0948ed7740df2881583edae17accc1ec2f60e1e7f9cb7ba778 [2022-06-27T08:35:53.555Z] #22 0.645 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-27T08:35:53.555Z] #22 0.650 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-27T08:35:53.555Z] #22 0.658 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-27T08:35:53.555Z] #22 DONE 0.7s [2022-06-27T08:35:53.555Z] [2022-06-27T08:35:53.555Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-27T08:35:53.555Z] #23 sha256:b1a6d04f747c42879b57dac42e91a0063141bef385fbb4591c0513929e8162ed [2022-06-27T08:35:53.729Z] #77 115.9 checking for string.h... yes [2022-06-27T08:35:53.800Z] #54 DONE 0.1s [2022-06-27T08:35:53.800Z] [2022-06-27T08:35:53.800Z] #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-27T08:35:53.800Z] #64 sha256:cfd6de62282f3f6f99c3f7a732342b1d13e5a199cdf1c8abf138637f159acb26 [2022-06-27T08:35:53.985Z] #77 116.2 checking for memory.h... yes [2022-06-27T08:35:54.205Z] #14 151.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-27T08:35:54.205Z] #14 151.5 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:35:54.205Z] #14 151.5 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-27T08:35:54.205Z] #14 ... [2022-06-27T08:35:54.205Z] [2022-06-27T08:35:54.205Z] #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-27T08:35:54.205Z] #64 sha256:0190aa0c9a249139e8b3b560792d445aba5c20da263415f39eee4a3bc4c7cf14 [2022-06-27T08:35:54.205Z] #64 81.10 + bin/ctr [2022-06-27T08:35:54.205Z] #64 ... [2022-06-27T08:35:54.205Z] [2022-06-27T08:35:54.205Z] #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-27T08:35:54.205Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:35:54.205Z] #77 63.63 libtoolize: putting auxiliary files in '.'. [2022-06-27T08:35:54.205Z] #77 63.63 libtoolize: copying file './ltmain.sh' [2022-06-27T08:35:54.205Z] #77 64.72 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-27T08:35:54.205Z] #77 64.72 libtoolize: and rerunning libtoolize and aclocal. [2022-06-27T08:35:54.205Z] #77 64.72 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-27T08:35:54.499Z] #77 116.3 checking for strings.h... yes [2022-06-27T08:35:54.499Z] #77 116.6 checking for inttypes.h... yes [2022-06-27T08:35:54.756Z] #77 116.8 checking for stdint.h... yes [2022-06-27T08:35:55.012Z] #77 117.0 checking for unistd.h... yes [2022-06-27T08:35:55.012Z] #77 117.2 checking minix/config.h usability... no [2022-06-27T08:35:55.012Z] #77 117.4 checking minix/config.h presence... [2022-06-27T08:35:55.012Z] #77 ... [2022-06-27T08:35:55.012Z] [2022-06-27T08:35:55.012Z] #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-27T08:35:55.012Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:35:55.012Z] #21 10.17 Fetched 8545 kB in 8s (1056 kB/s) [2022-06-27T08:35:55.012Z] #21 10.17 Reading package lists... [2022-06-27T08:35:55.012Z] #21 13.04 Reading package lists... [2022-06-27T08:35:55.012Z] #21 15.93 Building dependency tree... [2022-06-27T08:35:55.012Z] #21 17.52 The following additional packages will be installed: [2022-06-27T08:35:55.012Z] #21 17.52 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-27T08:35:55.012Z] #21 17.54 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-27T08:35:55.012Z] #21 17.54 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-27T08:35:55.012Z] #21 17.54 python3-pkg-resources vim-runtime xxd [2022-06-27T08:35:55.012Z] #21 17.54 Suggested packages: [2022-06-27T08:35:55.012Z] #21 17.54 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-27T08:35:55.012Z] #21 17.54 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-27T08:35:55.012Z] #21 17.54 acl attr quota [2022-06-27T08:35:55.012Z] #21 17.54 Recommended packages: [2022-06-27T08:35:55.012Z] #21 17.54 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-27T08:35:55.012Z] #21 18.66 The following NEW packages will be installed: [2022-06-27T08:35:55.012Z] #21 18.67 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-27T08:35:55.012Z] #21 18.67 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-27T08:35:55.012Z] #21 18.67 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-27T08:35:55.012Z] #21 18.67 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-27T08:35:55.012Z] #21 18.67 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-27T08:35:55.012Z] #21 18.67 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-27T08:35:55.012Z] #21 18.67 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-27T08:35:55.012Z] #21 18.67 xz-utils zip zstd [2022-06-27T08:35:55.012Z] #21 18.97 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:35:55.012Z] #21 18.97 Need to get 27.7 MB of archives. [2022-06-27T08:35:55.012Z] #21 18.97 After this operation, 106 MB of additional disk space will be used. [2022-06-27T08:35:55.012Z] #21 18.97 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-27T08:35:55.012Z] #21 18.97 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-27T08:35:55.012Z] #21 18.98 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-27T08:35:55.012Z] #21 18.98 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-27T08:35:55.012Z] #21 18.98 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-27T08:35:55.012Z] #21 18.98 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-27T08:35:55.012Z] #21 18.98 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-27T08:35:55.012Z] #21 18.98 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-27T08:35:55.012Z] #21 19.01 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-27T08:35:55.012Z] #21 19.02 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-27T08:35:55.012Z] #21 19.02 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-27T08:35:55.012Z] #21 19.03 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-27T08:35:55.012Z] #21 19.04 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-27T08:35:55.012Z] #21 19.04 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-27T08:35:55.012Z] #21 19.06 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-27T08:35:55.012Z] #21 19.07 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-27T08:35:55.012Z] #21 19.08 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-27T08:35:55.012Z] #21 19.08 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-27T08:35:55.012Z] #21 19.08 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-27T08:35:55.012Z] #21 19.08 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-27T08:35:55.012Z] #21 19.09 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-27T08:35:55.012Z] #21 19.10 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-27T08:35:55.012Z] #21 19.11 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-27T08:35:55.012Z] #21 19.11 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-27T08:35:55.012Z] #21 19.11 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-27T08:35:55.012Z] #21 19.11 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-27T08:35:55.012Z] #21 19.12 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-27T08:35:55.012Z] #21 19.33 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-27T08:35:55.012Z] #21 19.33 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-27T08:35:55.012Z] #21 19.33 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-27T08:35:55.012Z] #21 19.33 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-27T08:35:55.012Z] #21 19.33 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-27T08:35:55.012Z] #21 19.33 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-27T08:35:55.012Z] #21 19.33 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-27T08:35:55.012Z] #21 19.35 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-27T08:35:55.012Z] #21 19.39 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-27T08:35:55.012Z] #21 19.39 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-27T08:35:55.012Z] #21 19.40 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-27T08:35:55.012Z] #21 19.40 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-27T08:35:55.012Z] #21 19.41 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-27T08:35:55.012Z] #21 19.42 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-27T08:35:55.012Z] #21 19.42 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-27T08:35:55.012Z] #21 19.46 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-27T08:35:55.012Z] #21 19.46 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-27T08:35:55.012Z] #21 19.47 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-27T08:35:55.012Z] #21 19.65 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-27T08:35:55.012Z] #21 19.67 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-27T08:35:55.012Z] #21 19.70 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-27T08:35:55.012Z] #21 19.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-27T08:35:55.269Z] #21 20.24 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:35:55.269Z] #21 ... [2022-06-27T08:35:55.269Z] [2022-06-27T08:35:55.269Z] #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-27T08:35:55.269Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:35:55.269Z] #77 117.4 checking minix/config.h presence... no [2022-06-27T08:35:55.269Z] #77 117.4 checking for minix/config.h... no [2022-06-27T08:35:55.269Z] #77 117.4 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-27T08:35:55.525Z] #77 117.6 checking build system type... x86_64-pc-linux-gnu [2022-06-27T08:35:55.525Z] #77 117.8 checking host system type... x86_64-pc-linux-gnu [2022-06-27T08:35:55.525Z] #77 117.8 checking how to print strings... printf [2022-06-27T08:35:55.525Z] #77 117.8 checking for a sed that does not truncate output... /bin/sed [2022-06-27T08:35:55.525Z] #77 117.8 checking for fgrep... /bin/grep -F [2022-06-27T08:35:55.525Z] #77 117.9 checking for ld used by gcc... /usr/bin/ld [2022-06-27T08:35:55.525Z] #77 117.9 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-27T08:35:55.525Z] #77 117.9 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-27T08:35:55.782Z] #77 117.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-27T08:35:55.782Z] #77 118.0 checking whether ln -s works... yes [2022-06-27T08:35:55.782Z] #77 118.0 checking the maximum length of command line arguments... 1572864 [2022-06-27T08:35:55.782Z] #77 118.0 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-27T08:35:55.782Z] #77 118.0 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-27T08:35:55.782Z] #77 118.0 checking for /usr/bin/ld option to reload object files... -r [2022-06-27T08:35:55.782Z] #77 118.0 checking for objdump... objdump [2022-06-27T08:35:55.782Z] #77 118.0 checking how to recognize dependent libraries... pass_all [2022-06-27T08:35:55.782Z] #77 118.0 checking for dlltool... no [2022-06-27T08:35:55.782Z] #77 118.0 checking how to associate runtime and link libraries... printf %s\n [2022-06-27T08:35:55.782Z] #77 118.0 checking for ar... ar [2022-06-27T08:35:56.039Z] #77 118.0 checking for archiver @FILE support... @ [2022-06-27T08:35:56.039Z] #77 118.1 checking for strip... strip [2022-06-27T08:35:56.039Z] #77 118.1 checking for ranlib... ranlib [2022-06-27T08:35:56.039Z] #77 118.1 checking for gawk... no [2022-06-27T08:35:56.039Z] #77 118.1 checking for mawk... mawk [2022-06-27T08:35:56.295Z] #77 118.1 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-27T08:35:56.295Z] #77 118.5 checking for sysroot... no [2022-06-27T08:35:56.295Z] #77 118.5 checking for a working dd... /bin/dd [2022-06-27T08:35:56.295Z] #77 118.5 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-27T08:35:56.551Z] #77 118.6 checking for mt... no [2022-06-27T08:35:56.551Z] #77 118.6 checking if : is a manifest tool... no [2022-06-27T08:35:56.551Z] #77 118.6 checking for dlfcn.h... yes [2022-06-27T08:35:56.551Z] #77 118.8 checking for objdir... .libs [2022-06-27T08:35:57.064Z] #77 119.2 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-27T08:35:57.064Z] #77 119.3 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-27T08:35:57.064Z] #77 119.3 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-27T08:35:57.576Z] #77 119.4 checking if gcc static flag -static works... yes [2022-06-27T08:35:57.576Z] #77 119.8 checking if gcc supports -c -o file.o... yes [2022-06-27T08:35:57.576Z] #77 119.9 checking if gcc supports -c -o file.o... (cached) yes [2022-06-27T08:35:57.576Z] #77 119.9 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-27T08:35:57.840Z] #77 120.0 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-27T08:35:57.840Z] #77 120.2 checking how to hardcode library paths into programs... immediate [2022-06-27T08:35:57.840Z] #77 120.2 checking whether stripping libraries is possible... yes [2022-06-27T08:35:57.840Z] #77 120.2 checking if libtool supports shared libraries... yes [2022-06-27T08:35:57.840Z] #77 120.2 checking whether to build shared libraries... no [2022-06-27T08:35:57.840Z] #77 120.2 checking whether to build static libraries... yes [2022-06-27T08:35:57.840Z] #77 120.2 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-27T08:35:58.096Z] #77 120.2 checking whether build environment is sane... yes [2022-06-27T08:35:58.096Z] #77 120.3 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-27T08:35:58.096Z] #77 120.3 checking whether make sets $(MAKE)... yes [2022-06-27T08:35:58.096Z] #77 120.3 checking whether make supports the include directive... yes (GNU style) [2022-06-27T08:35:58.096Z] #77 120.4 checking whether make supports nested variables... yes [2022-06-27T08:35:58.096Z] #77 120.4 checking whether UID '0' is supported by ustar format... yes [2022-06-27T08:35:58.096Z] #77 120.4 checking whether GID '0' is supported by ustar format... yes [2022-06-27T08:35:58.096Z] #77 120.4 checking how to create a ustar tar archive... gnutar [2022-06-27T08:35:58.353Z] #77 120.5 checking dependency style of gcc... gcc3 [2022-06-27T08:35:58.353Z] #77 120.7 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-27T08:35:58.353Z] #77 120.7 checking whether make supports nested variables... (cached) yes [2022-06-27T08:35:58.353Z] #77 120.7 checking for pkg-config... /usr/bin/pkg-config [2022-06-27T08:35:58.353Z] #77 120.7 checking pkg-config is at least version 0.9.0... yes [2022-06-27T08:35:58.353Z] #77 120.7 checking for yajl >= 2.1.0... yes [2022-06-27T08:35:58.609Z] #77 120.7 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-27T08:35:58.609Z] #77 120.7 checking for gcc... (cached) gcc [2022-06-27T08:35:58.609Z] #77 120.8 checking whether we are using the GNU C compiler... (cached) yes [2022-06-27T08:35:58.609Z] #77 120.8 checking whether gcc accepts -g... (cached) yes [2022-06-27T08:35:58.609Z] #77 120.8 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-27T08:35:58.609Z] #77 120.8 checking whether gcc understands -c and -o together... (cached) yes [2022-06-27T08:35:58.609Z] #77 120.8 checking for a Python interpreter with version >= 3... python3 [2022-06-27T08:35:58.609Z] #77 120.9 checking for python3... /usr/bin/python3 [2022-06-27T08:35:58.609Z] #77 120.9 checking for python3 version... 3.9 [2022-06-27T08:35:58.857Z] #23 ... [2022-06-27T08:35:58.857Z] [2022-06-27T08:35:58.857Z] #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-27T08:35:58.857Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:35:58.857Z] #77 132.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-27T08:35:58.857Z] #77 132.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-27T08:35:58.857Z] #77 132.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-27T08:35:58.857Z] #77 132.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-27T08:35:58.857Z] #77 132.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-27T08:35:58.857Z] #77 132.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-27T08:35:58.857Z] #77 132.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-27T08:35:58.857Z] #77 132.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-27T08:35:58.857Z] #77 132.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-27T08:35:58.857Z] #77 132.7 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-27T08:35:58.857Z] #77 132.7 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-27T08:35:58.857Z] #77 132.7 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-27T08:35:58.857Z] #77 132.7 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-27T08:35:58.857Z] #77 132.7 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-27T08:35:58.857Z] #77 132.7 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-27T08:35:58.857Z] #77 132.7 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-27T08:35:58.857Z] #77 133.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-27T08:35:58.857Z] #77 133.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-27T08:35:58.857Z] #77 133.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-27T08:35:58.857Z] #77 133.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-27T08:35:58.857Z] #77 133.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-27T08:35:58.857Z] #77 133.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-27T08:35:58.857Z] #77 133.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-27T08:35:58.857Z] #77 133.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-27T08:35:58.857Z] #77 133.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-27T08:35:58.857Z] #77 133.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-27T08:35:58.857Z] #77 133.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-27T08:35:58.857Z] #77 133.6 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-27T08:35:58.857Z] #77 133.6 make install-recursive [2022-06-27T08:35:58.857Z] #77 133.6 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:35:58.857Z] #77 133.7 Making install in yajl [2022-06-27T08:35:58.857Z] #77 133.7 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:35:58.857Z] #77 133.8 CC verify/json_verify-json_verify.o [2022-06-27T08:35:58.857Z] #77 133.8 CC src/libyajl_la-yajl_alloc.lo [2022-06-27T08:35:58.857Z] #77 133.8 CC src/libyajl_la-yajl.lo [2022-06-27T08:35:58.857Z] #77 133.8 CC src/libyajl_la-yajl_gen.lo [2022-06-27T08:35:58.857Z] #77 133.9 CC src/libyajl_la-yajl_parser.lo [2022-06-27T08:35:58.857Z] #77 133.9 CC src/libyajl_la-yajl_buf.lo [2022-06-27T08:35:58.857Z] #77 133.9 CC src/libyajl_la-yajl_encode.lo [2022-06-27T08:35:58.857Z] #77 134.0 CC src/libyajl_la-yajl_lex.lo [2022-06-27T08:35:58.857Z] #77 134.0 CC src/libyajl_la-yajl_tree.lo [2022-06-27T08:35:58.867Z] #77 120.9 checking for python3 platform... linux [2022-06-27T08:35:58.867Z] #77 121.0 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-27T08:35:59.124Z] #77 121.2 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-27T08:35:59.124Z] #77 121.4 checking that generated files are newer than configure... done [2022-06-27T08:35:59.124Z] #77 121.4 configure: creating ./config.status [2022-06-27T08:36:00.755Z] #77 80.05 configure.ac:7: installing './compile' [2022-06-27T08:36:00.755Z] #77 80.05 configure.ac:11: installing './config.guess' [2022-06-27T08:36:00.755Z] #77 80.08 configure.ac:11: installing './config.sub' [2022-06-27T08:36:00.755Z] #77 80.09 configure.ac:8: installing './install-sh' [2022-06-27T08:36:00.755Z] #77 80.11 configure.ac:8: installing './missing' [2022-06-27T08:36:00.755Z] #77 80.32 Makefile.am: installing './depcomp' [2022-06-27T08:36:00.781Z] #77 139.4 CCLD libyajl.la [2022-06-27T08:36:00.781Z] #77 139.7 CCLD verify/json_verify [2022-06-27T08:36:01.042Z] #77 140.1 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:36:01.042Z] #77 140.1 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-27T08:36:01.042Z] #77 140.1 make[5]: Nothing to be done for 'install-data-am'. [2022-06-27T08:36:01.042Z] #77 140.1 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:36:01.042Z] #77 140.1 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:36:01.042Z] #77 140.1 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:36:01.042Z] #77 140.2 CC src/validate.o [2022-06-27T08:36:01.309Z] #77 140.2 CC src/image_spec_schema_config_schema.lo [2022-06-27T08:36:01.309Z] #77 140.2 CC src/image_spec_schema_content_descriptor.lo [2022-06-27T08:36:01.309Z] #77 140.2 CC src/image_spec_schema_defs.lo [2022-06-27T08:36:01.309Z] #77 140.2 CC src/image_spec_schema_defs_descriptor.lo [2022-06-27T08:36:01.309Z] #77 140.2 CC src/image_spec_schema_image_index_schema.lo [2022-06-27T08:36:01.309Z] #77 140.2 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-27T08:36:01.309Z] #77 140.2 CC src/image_spec_schema_image_layout_schema.lo [2022-06-27T08:36:01.309Z] #77 140.3 CC src/runtime_spec_schema_config_linux.lo [2022-06-27T08:36:01.570Z] #77 140.3 CC src/runtime_spec_schema_config_zos.lo [2022-06-27T08:36:01.570Z] #77 140.3 CC src/runtime_spec_schema_config_schema.lo [2022-06-27T08:36:01.570Z] #77 140.4 CC src/runtime_spec_schema_config_solaris.lo [2022-06-27T08:36:01.570Z] #77 140.5 CC src/runtime_spec_schema_config_vm.lo [2022-06-27T08:36:01.570Z] #77 140.5 CC src/runtime_spec_schema_config_windows.lo [2022-06-27T08:36:01.642Z] #77 123.5 config.status: creating Makefile [2022-06-27T08:36:01.642Z] #77 123.5 config.status: creating config.h [2022-06-27T08:36:01.642Z] #77 123.6 config.status: executing libtool commands [2022-06-27T08:36:01.642Z] #77 123.6 config.status: executing depfiles commands [2022-06-27T08:36:01.831Z] #77 140.6 CC src/runtime_spec_schema_defs.lo [2022-06-27T08:36:01.831Z] #77 140.6 CC src/runtime_spec_schema_defs_linux.lo [2022-06-27T08:36:01.831Z] #77 140.7 CC src/runtime_spec_schema_defs_zos.lo [2022-06-27T08:36:01.831Z] #77 140.8 CC src/runtime_spec_schema_defs_vm.lo [2022-06-27T08:36:01.898Z] #77 124.2 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-27T08:36:01.898Z] #77 124.2 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-27T08:36:02.092Z] #77 140.9 CC src/runtime_spec_schema_defs_windows.lo [2022-06-27T08:36:02.092Z] #77 141.0 CC src/runtime_spec_schema_state_schema.lo [2022-06-27T08:36:02.092Z] #77 141.0 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-27T08:36:02.354Z] #77 141.2 CC src/basic_test_double_array_item.lo [2022-06-27T08:36:02.354Z] #77 141.3 CC src/basic_test_double_array.lo [2022-06-27T08:36:02.354Z] #77 141.4 CC src/basic_test_top_array_int.lo [2022-06-27T08:36:02.410Z] #77 124.6 checking for gcc... gcc [2022-06-27T08:36:02.410Z] #77 124.7 checking whether the C compiler works... yes [2022-06-27T08:36:02.615Z] #77 141.6 CC src/basic_test_top_array_string.lo [2022-06-27T08:36:02.666Z] #77 124.8 checking for C compiler default output file name... a.out [2022-06-27T08:36:02.876Z] #77 141.8 CC src/basic_test_top_double_array_int.lo [2022-06-27T08:36:02.924Z] #77 124.8 checking for suffix of executables... [2022-06-27T08:36:02.924Z] #77 125.0 checking whether we are cross compiling... no [2022-06-27T08:36:02.924Z] #77 125.2 checking for suffix of object files... o [2022-06-27T08:36:03.137Z] #77 141.9 CC src/basic_test_top_double_array_obj.lo [2022-06-27T08:36:03.137Z] #77 142.0 CC src/basic_test_top_double_array_refobj.lo [2022-06-27T08:36:03.137Z] #77 ... [2022-06-27T08:36:03.137Z] [2022-06-27T08:36:03.137Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-27T08:36:03.137Z] #23 sha256:b1a6d04f747c42879b57dac42e91a0063141bef385fbb4591c0513929e8162ed [2022-06-27T08:36:03.137Z] #23 9.641 Collecting yamllint==1.26.1 [2022-06-27T08:36:03.211Z] #77 125.2 checking whether we are using the GNU C compiler... yes [2022-06-27T08:36:03.211Z] #77 125.3 checking whether gcc accepts -g... yes [2022-06-27T08:36:03.275Z] #77 83.08 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-27T08:36:03.275Z] #77 83.08 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-27T08:36:03.534Z] #77 125.4 checking for gcc option to accept ISO C89... none needed [2022-06-27T08:36:03.534Z] #77 125.6 checking whether gcc understands -c and -o together... yes [2022-06-27T08:36:03.534Z] #77 125.8 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-27T08:36:03.534Z] #77 125.8 checking whether build environment is sane... yes [2022-06-27T08:36:03.534Z] #77 125.8 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-27T08:36:03.534Z] #77 125.8 checking for gawk... no [2022-06-27T08:36:03.534Z] #77 125.9 checking for mawk... mawk [2022-06-27T08:36:03.534Z] #77 125.9 checking whether make sets $(MAKE)... yes [2022-06-27T08:36:03.534Z] #77 125.9 checking whether make supports the include directive... yes (GNU style) [2022-06-27T08:36:03.792Z] #77 125.9 checking whether make supports nested variables... yes [2022-06-27T08:36:03.792Z] #77 126.0 checking whether UID '0' is supported by ustar format... yes [2022-06-27T08:36:03.792Z] #77 126.0 checking whether GID '0' is supported by ustar format... yes [2022-06-27T08:36:03.792Z] #77 126.0 checking how to create a ustar tar archive... gnutar [2022-06-27T08:36:03.792Z] #77 126.1 checking dependency style of gcc... gcc3 [2022-06-27T08:36:03.792Z] #77 126.2 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-27T08:36:03.838Z] #77 83.38 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-27T08:36:03.838Z] #77 83.38 libtoolize: copying file 'm4/libtool.m4' [2022-06-27T08:36:03.838Z] #77 83.63 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-27T08:36:04.056Z] #77 126.2 checking whether make supports nested variables... (cached) yes [2022-06-27T08:36:04.095Z] #77 83.73 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-27T08:36:04.321Z] #77 126.3 checking build system type... x86_64-pc-linux-gnu [2022-06-27T08:36:04.321Z] #77 126.6 checking host system type... x86_64-pc-linux-gnu [2022-06-27T08:36:04.321Z] #77 126.6 checking how to print strings... printf [2022-06-27T08:36:04.321Z] #77 126.6 checking for a sed that does not truncate output... /bin/sed [2022-06-27T08:36:04.321Z] #77 126.6 checking for grep that handles long lines and -e... /bin/grep [2022-06-27T08:36:04.321Z] #77 126.6 checking for egrep... /bin/grep -E [2022-06-27T08:36:04.321Z] #77 126.6 checking for fgrep... /bin/grep -F [2022-06-27T08:36:04.321Z] #77 126.6 checking for ld used by gcc... /usr/bin/ld [2022-06-27T08:36:04.321Z] #77 126.6 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-27T08:36:04.321Z] #77 126.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-27T08:36:04.457Z] #77 83.95 libtoolize: copying file 'm4/ltversion.m4' [2022-06-27T08:36:04.457Z] #77 84.06 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-27T08:36:04.457Z] #77 84.15 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-27T08:36:04.526Z] #23 10.72 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-27T08:36:04.584Z] #77 126.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-27T08:36:04.584Z] #77 126.7 checking whether ln -s works... yes [2022-06-27T08:36:04.584Z] #77 126.7 checking the maximum length of command line arguments... 1572864 [2022-06-27T08:36:04.584Z] #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-27T08:36:04.584Z] #77 126.8 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-27T08:36:04.584Z] #77 126.8 checking for /usr/bin/ld option to reload object files... -r [2022-06-27T08:36:04.584Z] #77 126.8 checking for objdump... objdump [2022-06-27T08:36:04.584Z] #77 126.8 checking how to recognize dependent libraries... pass_all [2022-06-27T08:36:04.584Z] #77 126.8 checking for dlltool... no [2022-06-27T08:36:04.584Z] #77 126.8 checking how to associate runtime and link libraries... printf %s\n [2022-06-27T08:36:04.584Z] #77 126.8 checking for ar... ar [2022-06-27T08:36:04.840Z] #77 126.8 checking for archiver @FILE support... @ [2022-06-27T08:36:04.840Z] #77 126.9 checking for strip... strip [2022-06-27T08:36:04.840Z] #77 126.9 checking for ranlib... ranlib [2022-06-27T08:36:05.020Z] #77 ... [2022-06-27T08:36:05.020Z] [2022-06-27T08:36:05.020Z] #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-27T08:36:05.020Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:36:05.020Z] #14 163.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-27T08:36:05.020Z] #14 163.6 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:36:05.020Z] #14 163.6 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:36:05.096Z] #77 126.9 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-27T08:36:05.096Z] #77 127.3 checking for sysroot... no [2022-06-27T08:36:05.096Z] #77 127.3 checking for a working dd... /bin/dd [2022-06-27T08:36:05.096Z] #77 127.4 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-27T08:36:05.356Z] #77 127.4 checking for mt... no [2022-06-27T08:36:05.356Z] #77 127.4 checking if : is a manifest tool... no [2022-06-27T08:36:05.356Z] #77 127.4 checking how to run the C preprocessor... gcc -E [2022-06-27T08:36:05.356Z] #77 ... [2022-06-27T08:36:05.356Z] [2022-06-27T08:36:05.356Z] #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-27T08:36:05.356Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:36:05.356Z] #21 20.39 Fetched 27.7 MB in 1s (26.9 MB/s) [2022-06-27T08:36:05.356Z] #21 20.46 Selecting previously unselected package pigz. [2022-06-27T08:36:05.356Z] #21 20.46 (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-27T08:36:05.356Z] #21 20.52 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 20.53 Unpacking pigz (2.6-1) ... [2022-06-27T08:36:05.356Z] #21 20.63 Selecting previously unselected package libelf1:amd64. [2022-06-27T08:36:05.356Z] #21 20.63 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 20.64 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-27T08:36:05.356Z] #21 20.82 Selecting previously unselected package libbpf0:amd64. [2022-06-27T08:36:05.356Z] #21 20.83 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 20.84 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-27T08:36:05.356Z] #21 20.95 Selecting previously unselected package libcap2:amd64. [2022-06-27T08:36:05.356Z] #21 20.95 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 20.95 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-27T08:36:05.356Z] #21 21.02 Selecting previously unselected package libmnl0:amd64. [2022-06-27T08:36:05.356Z] #21 21.02 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 21.04 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-27T08:36:05.356Z] #21 21.09 Selecting previously unselected package libxtables12:amd64. [2022-06-27T08:36:05.356Z] #21 21.10 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 21.11 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-27T08:36:05.356Z] #21 21.19 Selecting previously unselected package libcap2-bin. [2022-06-27T08:36:05.356Z] #21 21.21 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 21.21 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-27T08:36:05.356Z] #21 21.31 Selecting previously unselected package iproute2. [2022-06-27T08:36:05.356Z] #21 21.31 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 21.32 Unpacking iproute2 (5.10.0-4) ... [2022-06-27T08:36:05.356Z] #21 21.82 Selecting previously unselected package xxd. [2022-06-27T08:36:05.356Z] #21 21.83 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 21.84 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:36:05.356Z] #21 21.96 Selecting previously unselected package vim-common. [2022-06-27T08:36:05.356Z] #21 21.97 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-27T08:36:05.356Z] #21 21.99 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:36:05.356Z] #21 22.15 Selecting previously unselected package bash-completion. [2022-06-27T08:36:05.356Z] #21 22.16 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-27T08:36:05.356Z] #21 24.15 Unpacking bash-completion (1:2.11-2) ... [2022-06-27T08:36:05.356Z] #21 24.65 Selecting previously unselected package bzip2. [2022-06-27T08:36:05.356Z] #21 24.65 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 24.66 Unpacking bzip2 (1.0.8-4) ... [2022-06-27T08:36:05.356Z] #21 24.75 Selecting previously unselected package xz-utils. [2022-06-27T08:36:05.356Z] #21 24.75 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 24.76 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:36:05.356Z] #21 24.95 Selecting previously unselected package apparmor. [2022-06-27T08:36:05.356Z] #21 24.95 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 25.00 Unpacking apparmor (2.13.6-10) ... [2022-06-27T08:36:05.356Z] #21 25.43 Selecting previously unselected package inetutils-ping. [2022-06-27T08:36:05.356Z] #21 25.44 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 25.44 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-27T08:36:05.356Z] #21 25.55 Selecting previously unselected package libip4tc2:amd64. [2022-06-27T08:36:05.356Z] #21 25.57 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 25.57 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-27T08:36:05.356Z] #21 25.66 Selecting previously unselected package libip6tc2:amd64. [2022-06-27T08:36:05.356Z] #21 25.66 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 25.67 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-27T08:36:05.356Z] #21 25.73 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-27T08:36:05.356Z] #21 25.74 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 25.74 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-27T08:36:05.356Z] #21 25.81 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-27T08:36:05.356Z] #21 25.81 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 25.82 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-27T08:36:05.356Z] #21 25.89 Selecting previously unselected package libnftnl11:amd64. [2022-06-27T08:36:05.356Z] #21 25.89 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 25.91 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-27T08:36:05.356Z] #21 25.97 Selecting previously unselected package iptables. [2022-06-27T08:36:05.356Z] #21 25.98 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 25.98 Unpacking iptables (1.8.7-1) ... [2022-06-27T08:36:05.356Z] #21 26.28 Selecting previously unselected package libonig5:amd64. [2022-06-27T08:36:05.356Z] #21 26.29 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 26.30 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-27T08:36:05.356Z] #21 26.44 Selecting previously unselected package libjq1:amd64. [2022-06-27T08:36:05.356Z] #21 26.45 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 26.45 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-27T08:36:05.356Z] #21 26.59 Selecting previously unselected package jq. [2022-06-27T08:36:05.356Z] #21 26.60 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 26.60 Unpacking jq (1.6-2.1) ... [2022-06-27T08:36:05.356Z] #21 26.66 Selecting previously unselected package libaio1:amd64. [2022-06-27T08:36:05.356Z] #21 26.66 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 26.67 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-27T08:36:05.356Z] #21 26.73 Selecting previously unselected package libgpm2:amd64. [2022-06-27T08:36:05.356Z] #21 26.73 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 26.74 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-27T08:36:05.356Z] #21 26.81 Selecting previously unselected package libicu67:amd64. [2022-06-27T08:36:05.356Z] #21 26.81 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-27T08:36:05.356Z] #21 26.82 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-27T08:36:05.356Z] #21 ... [2022-06-27T08:36:05.356Z] [2022-06-27T08:36:05.356Z] #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-27T08:36:05.356Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:36:05.469Z] #23 11.92 Collecting pathspec>=0.5.3 [2022-06-27T08:36:05.470Z] #23 11.94 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-27T08:36:05.732Z] #23 12.25 Collecting pyyaml [2022-06-27T08:36:05.732Z] #23 12.28 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-06-27T08:36:05.732Z] #23 12.33 Building wheels for collected packages: yamllint [2022-06-27T08:36:05.917Z] #77 127.7 checking for ANSI C header files... yes [2022-06-27T08:36:05.994Z] #23 12.35 Building wheel for yamllint (setup.py): started [2022-06-27T08:36:06.175Z] #77 128.2 checking for sys/types.h... yes [2022-06-27T08:36:06.175Z] #77 128.4 checking for sys/stat.h... yes [2022-06-27T08:36:06.442Z] #77 128.5 checking for stdlib.h... yes [2022-06-27T08:36:06.698Z] #77 128.7 checking for string.h... yes [2022-06-27T08:36:06.698Z] #77 129.0 checking for memory.h... yes [2022-06-27T08:36:06.937Z] #23 13.46 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-27T08:36:06.954Z] #77 129.1 checking for strings.h... yes [2022-06-27T08:36:07.199Z] #23 13.46 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=162ba84f3859a3a86c26e98d7e0e9641a95b0a4ceb1f4744ccdacf71317efec2 [2022-06-27T08:36:07.199Z] #23 13.46 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-27T08:36:07.199Z] #23 13.47 Successfully built yamllint [2022-06-27T08:36:07.199Z] #23 13.51 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-27T08:36:07.211Z] #77 129.2 checking for inttypes.h... yes [2022-06-27T08:36:07.211Z] #77 129.4 checking for stdint.h... yes [2022-06-27T08:36:07.460Z] #23 13.97 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-27T08:36:07.466Z] #77 129.5 checking for unistd.h... yes [2022-06-27T08:36:07.722Z] #77 129.7 checking for dlfcn.h... yes [2022-06-27T08:36:07.722Z] #77 129.9 checking for objdir... .libs [2022-06-27T08:36:08.235Z] #77 130.2 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-27T08:36:08.235Z] #77 130.4 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-27T08:36:08.235Z] #77 130.4 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-27T08:36:08.407Z] #23 DONE 14.7s [2022-06-27T08:36:08.407Z] [2022-06-27T08:36:08.407Z] #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-27T08:36:08.407Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:36:08.407Z] #77 142.3 CC src/basic_test_top_double_array_string.lo [2022-06-27T08:36:08.407Z] #77 142.4 CC src/read-file.lo [2022-06-27T08:36:08.407Z] #77 142.7 CC src/json_common.lo [2022-06-27T08:36:08.407Z] #77 142.7 CC tests/test-1.o [2022-06-27T08:36:08.407Z] #77 142.9 CC tests/test-2.o [2022-06-27T08:36:08.407Z] #77 143.1 CC tests/test-3.o [2022-06-27T08:36:08.407Z] #77 143.3 CC tests/test-4.o [2022-06-27T08:36:08.407Z] #77 143.6 CC tests/test-5.o [2022-06-27T08:36:08.407Z] #77 143.9 CC tests/test-6.o [2022-06-27T08:36:08.407Z] #77 144.2 CC tests/test-7.o [2022-06-27T08:36:08.407Z] #77 144.3 CC tests/test-8.o [2022-06-27T08:36:08.407Z] #77 144.4 CC tests/test-9.o [2022-06-27T08:36:08.407Z] #77 144.6 CC tests/test-10.o [2022-06-27T08:36:08.407Z] #77 144.9 CC tests/test-11.o [2022-06-27T08:36:08.491Z] #77 130.5 checking if gcc static flag -static works... yes [2022-06-27T08:36:08.748Z] #77 130.8 checking if gcc supports -c -o file.o... yes [2022-06-27T08:36:08.748Z] #77 131.0 checking if gcc supports -c -o file.o... (cached) yes [2022-06-27T08:36:08.748Z] #77 131.0 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-27T08:36:09.004Z] #77 131.0 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-27T08:36:09.004Z] #77 131.2 checking how to hardcode library paths into programs... immediate [2022-06-27T08:36:09.004Z] #77 131.2 checking whether stripping libraries is possible... yes [2022-06-27T08:36:09.004Z] #77 131.3 checking if libtool supports shared libraries... yes [2022-06-27T08:36:09.004Z] #77 131.3 checking whether to build shared libraries... no [2022-06-27T08:36:09.004Z] #77 131.3 checking whether to build static libraries... yes [2022-06-27T08:36:09.260Z] #77 131.3 checking float.h usability... yes [2022-06-27T08:36:09.260Z] #77 131.4 checking float.h presence... yes [2022-06-27T08:36:09.260Z] #77 131.5 checking for float.h... yes [2022-06-27T08:36:09.516Z] #77 131.5 checking limits.h usability... yes [2022-06-27T08:36:09.516Z] #77 131.6 checking limits.h presence... yes [2022-06-27T08:36:09.516Z] #77 131.7 checking for limits.h... yes [2022-06-27T08:36:09.516Z] #77 131.7 checking stddef.h usability... yes [2022-06-27T08:36:09.772Z] #77 131.9 checking stddef.h presence... yes [2022-06-27T08:36:09.772Z] #77 131.9 checking for stddef.h... yes [2022-06-27T08:36:09.772Z] #77 131.9 checking for stdlib.h... (cached) yes [2022-06-27T08:36:09.772Z] #77 131.9 checking for string.h... (cached) yes [2022-06-27T08:36:09.772Z] #77 132.0 checking sys/time.h usability... yes [2022-06-27T08:36:10.029Z] #77 132.1 checking sys/time.h presence... yes [2022-06-27T08:36:10.029Z] #77 132.2 checking for sys/time.h... yes [2022-06-27T08:36:10.029Z] #77 132.2 checking for inline... inline [2022-06-27T08:36:10.285Z] #77 132.3 checking for size_t... yes [2022-06-27T08:36:10.285Z] #77 132.6 checking for stdlib.h... (cached) yes [2022-06-27T08:36:10.847Z] #77 132.6 checking for GNU libc compatible malloc... yes [2022-06-27T08:36:10.847Z] #77 132.9 checking for stdlib.h... (cached) yes [2022-06-27T08:36:11.103Z] #77 132.9 checking for GNU libc compatible realloc... yes [2022-06-27T08:36:11.103Z] #77 133.2 checking for working strtod... yes [2022-06-27T08:36:11.359Z] #77 133.5 checking for gettimeofday... yes [2022-06-27T08:36:11.615Z] #77 133.7 checking for memset... yes [2022-06-27T08:36:11.871Z] #77 134.0 checking for strspn... yes [2022-06-27T08:36:11.961Z] #64 ... [2022-06-27T08:36:11.961Z] [2022-06-27T08:36:11.961Z] #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-27T08:36:11.961Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:36:11.961Z] #77 239.9 AR libcrun_testing.a [2022-06-27T08:36:11.961Z] #77 239.9 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-27T08:36:11.961Z] #77 240.0 CCLD tests/tests_libcrun_utils [2022-06-27T08:36:11.961Z] #77 240.1 CCLD tests/tests_libcrun_errors [2022-06-27T08:36:11.961Z] #77 240.1 CCLD tests/tests_libcrun_fuzzer [2022-06-27T08:36:11.961Z] #77 240.9 CCLD libcrun.la [2022-06-27T08:36:12.127Z] #77 134.3 checking that generated files are newer than configure... done [2022-06-27T08:36:12.127Z] #77 134.3 configure: creating ./config.status [2022-06-27T08:36:12.899Z] #77 241.7 CCLD crun [2022-06-27T08:36:13.469Z] #77 242.2 make[3]: Entering directory '/tmp/crun-build' [2022-06-27T08:36:13.729Z] #77 242.4 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-27T08:36:13.729Z] #77 242.5 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-27T08:36:13.729Z] #77 242.5 /bin/mkdir -p '/usr/local/lib' [2022-06-27T08:36:13.729Z] #77 242.5 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-27T08:36:13.729Z] #77 242.6 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-27T08:36:13.729Z] #77 242.6 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-27T08:36:13.729Z] #77 242.6 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-27T08:36:13.729Z] #77 242.6 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-27T08:36:13.989Z] #77 242.9 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-27T08:36:13.990Z] #77 242.9 ---------------------------------------------------------------------- [2022-06-27T08:36:13.990Z] #77 242.9 Libraries have been installed in: [2022-06-27T08:36:13.990Z] #77 242.9 /usr/local/lib [2022-06-27T08:36:13.990Z] #77 242.9 [2022-06-27T08:36:13.990Z] #77 242.9 If you ever happen to want to link against installed libraries [2022-06-27T08:36:13.990Z] #77 242.9 in a given directory, LIBDIR, you must either use libtool, and [2022-06-27T08:36:13.990Z] #77 242.9 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-27T08:36:13.990Z] #77 242.9 flag during linking and do at least one of the following: [2022-06-27T08:36:13.990Z] #77 242.9 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-27T08:36:13.990Z] #77 242.9 during execution [2022-06-27T08:36:13.990Z] #77 242.9 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-27T08:36:13.990Z] #77 242.9 during linking [2022-06-27T08:36:13.990Z] #77 242.9 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-27T08:36:13.990Z] #77 242.9 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-27T08:36:13.990Z] #77 242.9 [2022-06-27T08:36:13.990Z] #77 242.9 See any operating system documentation about shared libraries for [2022-06-27T08:36:13.990Z] #77 242.9 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-27T08:36:13.990Z] #77 242.9 ---------------------------------------------------------------------- [2022-06-27T08:36:13.990Z] #77 242.9 /bin/mkdir -p '/build' [2022-06-27T08:36:13.990Z] #77 242.9 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-27T08:36:13.990Z] #77 243.0 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-27T08:36:14.016Z] #77 136.4 config.status: creating Makefile [2022-06-27T08:36:14.016Z] #77 136.4 config.status: creating config.h [2022-06-27T08:36:14.250Z] #77 243.0 make[3]: Leaving directory '/tmp/crun-build' [2022-06-27T08:36:14.250Z] #77 243.0 make[2]: Leaving directory '/tmp/crun-build' [2022-06-27T08:36:14.250Z] #77 243.0 make[1]: Leaving directory '/tmp/crun-build' [2022-06-27T08:36:14.272Z] #77 136.5 config.status: executing depfiles commands [2022-06-27T08:36:14.510Z] #77 DONE 243.2s [2022-06-27T08:36:14.510Z] [2022-06-27T08:36:14.510Z] #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-27T08:36:14.510Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:36:14.527Z] #77 136.6 config.status: executing libtool commands [2022-06-27T08:36:15.455Z] #77 137.5 GEN .version [2022-06-27T08:36:15.455Z] #77 137.5 make install-recursive [2022-06-27T08:36:15.455Z] #77 137.5 make[1]: Entering directory '/tmp/crun-build' [2022-06-27T08:36:15.455Z] #77 ... [2022-06-27T08:36:15.455Z] [2022-06-27T08:36:15.455Z] #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-27T08:36:15.455Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:36:15.455Z] #21 30.60 Selecting previously unselected package libinih1:amd64. [2022-06-27T08:36:15.455Z] #21 30.61 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-27T08:36:15.455Z] #21 30.61 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-27T08:36:15.455Z] #21 30.67 Selecting previously unselected package libnet1:amd64. [2022-06-27T08:36:15.455Z] #21 30.69 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-27T08:36:15.455Z] #21 30.69 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:36:15.455Z] #21 30.79 Selecting previously unselected package libnl-3-200:amd64. [2022-06-27T08:36:15.455Z] #21 30.79 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-27T08:36:15.455Z] #21 30.79 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-27T08:36:15.455Z] #21 30.89 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-27T08:36:15.455Z] #21 30.89 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-27T08:36:15.455Z] #21 30.90 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:36:15.455Z] #21 30.97 Selecting previously unselected package libyajl2:amd64. [2022-06-27T08:36:15.455Z] #21 30.98 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-06-27T08:36:15.455Z] #21 31.00 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-27T08:36:15.455Z] #21 31.07 Selecting previously unselected package net-tools. [2022-06-27T08:36:15.455Z] #21 31.07 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-27T08:36:15.455Z] #21 31.08 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-27T08:36:15.455Z] #21 31.22 Selecting previously unselected package patch. [2022-06-27T08:36:15.455Z] #21 31.24 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-06-27T08:36:15.455Z] #21 31.24 Unpacking patch (2.7.6-7) ... [2022-06-27T08:36:15.455Z] #21 31.34 Selecting previously unselected package python-pip-whl. [2022-06-27T08:36:15.455Z] #21 31.34 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-27T08:36:15.455Z] #21 31.35 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-27T08:36:15.455Z] #21 31.89 Selecting previously unselected package python3-lib2to3. [2022-06-27T08:36:15.455Z] #21 31.89 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-27T08:36:15.455Z] #21 31.89 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-27T08:36:15.455Z] #21 32.00 Selecting previously unselected package python3-distutils. [2022-06-27T08:36:15.455Z] #21 32.00 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-27T08:36:15.455Z] #21 32.01 Unpacking python3-distutils (3.9.2-1) ... [2022-06-27T08:36:15.455Z] #21 32.22 Selecting previously unselected package python3-pkg-resources. [2022-06-27T08:36:15.455Z] #21 32.23 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-27T08:36:15.455Z] #21 32.23 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:36:15.455Z] #21 32.42 Selecting previously unselected package python3-setuptools. [2022-06-27T08:36:15.455Z] #21 32.42 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-27T08:36:15.455Z] #21 32.42 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-27T08:36:15.455Z] #21 32.75 Selecting previously unselected package python3-wheel. [2022-06-27T08:36:15.455Z] #21 32.76 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-27T08:36:15.455Z] #21 32.77 Unpacking python3-wheel (0.34.2-1) ... [2022-06-27T08:36:15.455Z] #21 32.83 Selecting previously unselected package python3-pip. [2022-06-27T08:36:15.455Z] #21 32.83 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-27T08:36:15.455Z] #21 32.84 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-27T08:36:15.455Z] #21 33.35 Selecting previously unselected package sudo. [2022-06-27T08:36:15.455Z] #21 33.35 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-06-27T08:36:15.455Z] #21 33.36 Unpacking sudo (1.9.5p2-3) ... [2022-06-27T08:36:15.455Z] #21 33.96 Selecting previously unselected package thin-provisioning-tools. [2022-06-27T08:36:15.455Z] #21 33.97 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-27T08:36:15.455Z] #21 33.97 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-27T08:36:15.455Z] #21 34.17 Selecting previously unselected package uidmap. [2022-06-27T08:36:15.455Z] #21 34.19 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-27T08:36:15.455Z] #21 34.19 Unpacking uidmap (1:4.8.1-1) ... [2022-06-27T08:36:15.455Z] #21 34.32 Selecting previously unselected package vim-runtime. [2022-06-27T08:36:15.455Z] #21 34.33 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-27T08:36:15.455Z] #21 34.35 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-27T08:36:15.455Z] #21 34.37 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-27T08:36:15.455Z] #21 34.38 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:36:15.455Z] #21 37.68 Selecting previously unselected package vim. [2022-06-27T08:36:15.455Z] #21 37.68 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-27T08:36:15.455Z] #21 37.70 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:36:15.455Z] #21 38.26 Selecting previously unselected package xfsprogs. [2022-06-27T08:36:15.455Z] #21 38.26 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-27T08:36:15.456Z] #21 38.28 Unpacking xfsprogs (5.10.0-4) ... [2022-06-27T08:36:15.456Z] #21 38.64 Selecting previously unselected package zip. [2022-06-27T08:36:15.456Z] #21 38.65 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-06-27T08:36:15.456Z] #21 38.65 Unpacking zip (3.0-12) ... [2022-06-27T08:36:15.456Z] #21 38.78 Selecting previously unselected package zstd. [2022-06-27T08:36:15.456Z] #21 38.79 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-27T08:36:15.456Z] #21 38.79 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-27T08:36:15.456Z] #21 39.18 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:36:15.456Z] #21 40.21 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-27T08:36:15.456Z] #21 40.23 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-27T08:36:15.456Z] #21 40.25 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-27T08:36:15.456Z] #21 40.26 Setting up libicu67:amd64 (67.1-7) ... [2022-06-27T08:36:15.456Z] #21 40.27 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-27T08:36:15.456Z] #21 40.29 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-27T08:36:15.456Z] #21 40.30 Setting up uidmap (1:4.8.1-1) ... [2022-06-27T08:36:15.456Z] #21 40.32 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-27T08:36:15.456Z] #21 40.33 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:36:15.456Z] #21 40.34 Setting up bzip2 (1.0.8-4) ... [2022-06-27T08:36:15.456Z] #21 40.36 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:36:15.456Z] #21 40.38 Setting up python3-wheel (0.34.2-1) ... [2022-06-27T08:36:15.456Z] #21 ... [2022-06-27T08:36:15.456Z] [2022-06-27T08:36:15.456Z] #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-27T08:36:15.456Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:36:15.456Z] #77 137.6 Making install in libocispec [2022-06-27T08:36:15.456Z] #77 137.6 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:36:15.456Z] #77 137.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-27T08:36:15.456Z] #77 137.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-27T08:36:15.456Z] #77 137.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-27T08:36:15.456Z] #77 137.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-27T08:36:16.384Z] #77 138.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-27T08:36:16.384Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-27T08:36:16.384Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-27T08:36:16.384Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-27T08:36:16.384Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-27T08:36:16.384Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-27T08:36:16.384Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-27T08:36:16.384Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-27T08:36:16.384Z] #77 138.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-27T08:36:16.640Z] #77 138.8 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-27T08:36:16.640Z] #77 138.8 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-27T08:36:16.640Z] #77 138.8 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-27T08:36:16.640Z] #77 138.8 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-27T08:36:16.640Z] #77 138.8 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-27T08:36:16.640Z] #77 138.8 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-27T08:36:16.640Z] #77 138.8 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-27T08:36:17.567Z] #77 139.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-27T08:36:17.567Z] #77 139.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-27T08:36:17.567Z] #77 139.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-27T08:36:17.567Z] #77 139.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-27T08:36:17.567Z] #77 139.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-27T08:36:17.567Z] #77 139.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-27T08:36:17.567Z] #77 139.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-27T08:36:17.567Z] #77 139.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-27T08:36:17.567Z] #77 139.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-27T08:36:17.567Z] #77 139.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-27T08:36:17.567Z] #77 139.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-27T08:36:17.567Z] #77 139.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-27T08:36:17.567Z] #77 139.9 make install-recursive [2022-06-27T08:36:17.567Z] #77 139.9 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:36:17.823Z] #77 140.0 Making install in yajl [2022-06-27T08:36:17.823Z] #77 140.0 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:36:17.823Z] #77 140.0 CC verify/json_verify-json_verify.o [2022-06-27T08:36:17.823Z] #77 140.0 CC src/libyajl_la-yajl_alloc.lo [2022-06-27T08:36:17.823Z] #77 140.0 CC src/libyajl_la-yajl.lo [2022-06-27T08:36:17.823Z] #77 140.1 CC src/libyajl_la-yajl_gen.lo [2022-06-27T08:36:17.823Z] #77 140.1 CC src/libyajl_la-yajl_parser.lo [2022-06-27T08:36:17.823Z] #77 140.1 CC src/libyajl_la-yajl_buf.lo [2022-06-27T08:36:17.823Z] #77 140.1 CC src/libyajl_la-yajl_encode.lo [2022-06-27T08:36:17.823Z] #77 140.1 CC src/libyajl_la-yajl_lex.lo [2022-06-27T08:36:18.079Z] #77 140.2 CC src/libyajl_la-yajl_tree.lo [2022-06-27T08:36:18.215Z] #89 exporting layers 26.3s done [2022-06-27T08:36:18.215Z] #89 writing image sha256:dd7890978a74599b66253c2295611f274e094681bddf2d9758bc0f6d56171899 done [2022-06-27T08:36:18.215Z] #89 naming to docker.io/library/docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 done [2022-06-27T08:36:18.215Z] #89 DONE 26.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-06-27T08:36:18.540Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43745/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/validate/default [2022-06-27T08:36:19.111Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-06-27T08:36:19.111Z] No api/types/ or api/swagger.yaml changes in diff. [2022-06-27T08:36:19.111Z] Congratulations! All TOML source files changed here have valid syntax. [2022-06-27T08:36:19.111Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-06-27T08:36:19.111Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-06-27T08:36:19.111Z] [2022-06-27T08:36:19.111Z] INFO Start validation with golang-ci-lint [2022-06-27T08:36:20.054Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-06-27T08:36:20.054Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-06-27T08:36:23.325Z] #77 ... [2022-06-27T08:36:23.325Z] [2022-06-27T08:36:23.325Z] #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-27T08:36:23.325Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:36:23.325Z] #21 41.15 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:36:23.325Z] #21 41.17 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-27T08:36:23.325Z] #21 41.18 Setting up libcap2-bin (1:2.44-1) ... [2022-06-27T08:36:23.325Z] #21 41.20 Setting up apparmor (2.13.6-10) ... [2022-06-27T08:36:23.325Z] #21 43.04 Setting up zip (3.0-12) ... [2022-06-27T08:36:23.325Z] #21 43.06 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:36:23.325Z] #21 43.09 Setting up bash-completion (1:2.11-2) ... [2022-06-27T08:36:23.325Z] #21 45.27 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:36:23.325Z] #21 45.29 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-27T08:36:23.325Z] #21 45.30 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-27T08:36:23.325Z] #21 45.31 Setting up patch (2.7.6-7) ... [2022-06-27T08:36:23.325Z] #21 45.36 Setting up sudo (1.9.5p2-3) ... [2022-06-27T08:36:23.325Z] #21 45.46 invoke-rc.d: could not determine current runlevel [2022-06-27T08:36:23.325Z] #21 45.47 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-27T08:36:23.325Z] #21 45.48 Setting up xfsprogs (5.10.0-4) ... [2022-06-27T08:36:23.325Z] #21 45.50 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-27T08:36:23.325Z] #21 45.51 Setting up inetutils-ping (2:2.0-1) ... [2022-06-27T08:36:23.325Z] #21 45.53 Setting up pigz (2.6-1) ... [2022-06-27T08:36:23.325Z] #21 45.57 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-27T08:36:23.325Z] #21 45.59 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-27T08:36:23.325Z] #21 45.62 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-27T08:36:23.325Z] #21 45.64 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:36:23.325Z] #21 46.38 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-27T08:36:23.325Z] #21 46.39 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-27T08:36:23.325Z] #21 46.86 Setting up libelf1:amd64 (0.183-1) ... [2022-06-27T08:36:23.325Z] #21 46.87 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-27T08:36:23.325Z] #21 46.88 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-27T08:36:23.325Z] #21 46.89 Setting up python3-distutils (3.9.2-1) ... [2022-06-27T08:36:23.325Z] #21 47.42 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:36:23.325Z] #21 47.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-27T08:36:23.325Z] #21 47.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-27T08:36:23.325Z] #21 47.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-27T08:36:23.325Z] #21 47.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-27T08:36:23.325Z] #21 47.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-27T08:36:23.325Z] #21 47.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-27T08:36:23.325Z] #21 47.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-27T08:36:23.325Z] #21 47.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-27T08:36:23.325Z] #21 47.49 Setting up python3-setuptools (52.0.0-4) ... [2022-06-27T08:36:24.143Z] #21 49.05 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-27T08:36:24.143Z] #21 49.07 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-27T08:36:24.143Z] #21 49.08 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-27T08:36:24.143Z] #21 49.10 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-27T08:36:24.400Z] #21 ... [2022-06-27T08:36:24.400Z] [2022-06-27T08:36:24.400Z] #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-27T08:36:24.400Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:36:24.400Z] #77 145.7 CCLD libyajl.la [2022-06-27T08:36:24.400Z] #77 146.1 CCLD verify/json_verify [2022-06-27T08:36:24.400Z] #77 146.5 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:36:24.400Z] #77 146.5 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-27T08:36:24.400Z] #77 146.5 make[5]: Nothing to be done for 'install-data-am'. [2022-06-27T08:36:24.400Z] #77 146.5 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:36:24.400Z] #77 146.6 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:36:24.400Z] #77 146.6 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:36:24.400Z] #77 146.7 CC src/validate.o [2022-06-27T08:36:24.400Z] #77 146.7 CC src/image_spec_schema_config_schema.lo [2022-06-27T08:36:24.400Z] #77 146.7 CC src/image_spec_schema_content_descriptor.lo [2022-06-27T08:36:24.400Z] #77 146.7 CC src/image_spec_schema_defs.lo [2022-06-27T08:36:24.400Z] #77 146.7 CC src/image_spec_schema_defs_descriptor.lo [2022-06-27T08:36:24.400Z] #77 146.7 CC src/image_spec_schema_image_index_schema.lo [2022-06-27T08:36:24.400Z] #77 146.7 CC src/image_spec_schema_image_layout_schema.lo [2022-06-27T08:36:24.400Z] #77 146.8 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-27T08:36:24.656Z] #77 146.8 CC src/runtime_spec_schema_config_linux.lo [2022-06-27T08:36:24.656Z] #77 146.8 CC src/runtime_spec_schema_config_zos.lo [2022-06-27T08:36:24.656Z] #77 146.9 CC src/runtime_spec_schema_config_schema.lo [2022-06-27T08:36:24.656Z] #77 146.9 CC src/runtime_spec_schema_config_solaris.lo [2022-06-27T08:36:24.656Z] #77 146.9 CC src/runtime_spec_schema_config_vm.lo [2022-06-27T08:36:24.656Z] #77 147.0 CC src/runtime_spec_schema_config_windows.lo [2022-06-27T08:36:24.912Z] #77 147.2 CC src/runtime_spec_schema_defs.lo [2022-06-27T08:36:24.912Z] #77 147.2 CC src/runtime_spec_schema_defs_linux.lo [2022-06-27T08:36:25.169Z] #77 147.3 CC src/runtime_spec_schema_defs_zos.lo [2022-06-27T08:36:25.169Z] #77 147.4 CC src/runtime_spec_schema_defs_vm.lo [2022-06-27T08:36:25.425Z] #77 147.6 CC src/runtime_spec_schema_defs_windows.lo [2022-06-27T08:36:25.425Z] #77 147.6 CC src/runtime_spec_schema_state_schema.lo [2022-06-27T08:36:25.425Z] #77 147.7 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-27T08:36:25.681Z] #77 147.9 CC src/basic_test_double_array_item.lo [2022-06-27T08:36:25.681Z] #77 148.0 CC src/basic_test_double_array.lo [2022-06-27T08:36:25.939Z] #77 148.2 CC src/basic_test_top_array_int.lo [2022-06-27T08:36:25.939Z] #77 148.2 CC src/basic_test_top_array_string.lo [2022-06-27T08:36:26.199Z] #77 148.4 CC src/basic_test_top_double_array_int.lo [2022-06-27T08:36:26.456Z] #77 ... [2022-06-27T08:36:26.456Z] [2022-06-27T08:36:26.456Z] #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-27T08:36:26.456Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:36:26.456Z] #21 50.42 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-27T08:36:26.456Z] #21 50.44 Setting up jq (1.6-2.1) ... [2022-06-27T08:36:26.456Z] #21 50.45 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-27T08:36:26.456Z] #21 50.46 Setting up iptables (1.8.7-1) ... [2022-06-27T08:36:26.456Z] #21 50.48 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-27T08:36:26.456Z] #21 50.48 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-27T08:36:26.456Z] #21 50.49 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-27T08:36:26.456Z] #21 50.49 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-27T08:36:26.456Z] #21 50.50 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-27T08:36:26.456Z] #21 50.50 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-27T08:36:26.456Z] #21 50.51 Setting up iproute2 (5.10.0-4) ... [2022-06-27T08:36:26.456Z] #21 50.99 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:36:26.456Z] #21 DONE 51.5s [2022-06-27T08:36:26.456Z] [2022-06-27T08:36:26.456Z] #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-27T08:36:26.456Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:36:26.456Z] #77 148.6 CC src/basic_test_top_double_array_obj.lo [2022-06-27T08:36:26.456Z] #77 148.8 CC src/basic_test_top_double_array_refobj.lo [2022-06-27T08:36:26.713Z] #77 149.0 CC src/basic_test_top_double_array_string.lo [2022-06-27T08:36:26.969Z] #77 149.1 CC src/read-file.lo [2022-06-27T08:36:26.969Z] #77 149.2 CC src/json_common.lo [2022-06-27T08:36:26.969Z] #77 149.3 CC tests/test-1.o [2022-06-27T08:36:27.226Z] #77 149.5 CC tests/test-2.o [2022-06-27T08:36:27.226Z] #77 149.7 CC tests/test-3.o [2022-06-27T08:36:27.483Z] #77 149.8 CC tests/test-4.o [2022-06-27T08:36:27.483Z] #77 149.9 CC tests/test-5.o [2022-06-27T08:36:27.742Z] #77 150.0 CC tests/test-6.o [2022-06-27T08:36:27.742Z] #77 150.2 CC tests/test-7.o [2022-06-27T08:36:27.999Z] #77 ... [2022-06-27T08:36:27.999Z] [2022-06-27T08:36:27.999Z] #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-27T08:36:27.999Z] #22 sha256:6e7331ce53045168b7902ad6e8b27df388e8f4e02f2eefa532fbc165eedddbed [2022-06-27T08:36:27.999Z] #22 1.561 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-27T08:36:27.999Z] #22 1.565 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-27T08:36:27.999Z] #22 1.568 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-27T08:36:27.999Z] #22 DONE 1.6s [2022-06-27T08:36:28.255Z] [2022-06-27T08:36:28.255Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-27T08:36:28.255Z] #23 sha256:14f1271dd59a6473095fa5824b1de17a8f4ffb68110d9b3e83a3fadbd2c0eb39 [2022-06-27T08:36:30.415Z] #77 ... [2022-06-27T08:36:30.415Z] [2022-06-27T08:36:30.415Z] #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-27T08:36:30.415Z] #47 sha256:ecdc8c6c8c169bea9c3b47c2801af3413909a698ac702b149b3c3adba914fdb6 [2022-06-27T08:36:30.415Z] #47 211.4 + dpkg --print-architecture [2022-06-27T08:36:30.989Z] #47 DONE 212.2s [2022-06-27T08:36:30.989Z] [2022-06-27T08:36:30.989Z] #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-27T08:36:30.989Z] #26 sha256:267a9136bb6e8c39682d6d4f838c4c6ece2b62dbfaeac78b45491992097edc2c [2022-06-27T08:36:31.529Z] #14 ... [2022-06-27T08:36:31.529Z] [2022-06-27T08:36:31.529Z] #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-27T08:36:31.529Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:36:31.529Z] #77 107.2 configure.ac:7: installing 'build-aux/compile' [2022-06-27T08:36:31.529Z] #77 107.2 configure.ac:9: installing 'build-aux/config.guess' [2022-06-27T08:36:31.529Z] #77 107.2 configure.ac:9: installing 'build-aux/config.sub' [2022-06-27T08:36:31.529Z] #77 107.3 configure.ac:11: installing 'build-aux/install-sh' [2022-06-27T08:36:31.529Z] #77 107.3 configure.ac:11: installing 'build-aux/missing' [2022-06-27T08:36:31.529Z] #77 107.8 Makefile.am: installing 'build-aux/depcomp' [2022-06-27T08:36:31.529Z] #77 108.0 parallel-tests: installing 'build-aux/test-driver' [2022-06-27T08:36:31.529Z] #77 111.4 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-27T08:36:31.529Z] #77 111.4 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-27T08:36:32.614Z] #55 ... [2022-06-27T08:36:32.614Z] [2022-06-27T08:36:32.614Z] #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-27T08:36:32.614Z] #60 sha256:d41df8f7794ed158022434784c311f894d2e1d854fb5eac8c4e2b2f314b5843a [2022-06-27T08:36:32.614Z] #60 181.2 + mkdir -p /build [2022-06-27T08:36:32.614Z] #60 181.3 + cp runc /build/runc [2022-06-27T08:36:32.614Z] #60 DONE 182.2s [2022-06-27T08:36:32.614Z] [2022-06-27T08:36:32.614Z] #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-27T08:36:32.614Z] #64 sha256:cfd6de62282f3f6f99c3f7a732342b1d13e5a199cdf1c8abf138637f159acb26 [2022-06-27T08:36:32.874Z] #64 ... [2022-06-27T08:36:32.874Z] [2022-06-27T08:36:32.874Z] #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-27T08:36:32.874Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:36:32.874Z] #55 313.8 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-27T08:36:32.874Z] #55 DONE 313.9s [2022-06-27T08:36:32.874Z] [2022-06-27T08:36:32.874Z] #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-27T08:36:32.874Z] #64 sha256:cfd6de62282f3f6f99c3f7a732342b1d13e5a199cdf1c8abf138637f159acb26 [2022-06-27T08:36:32.897Z] #77 112.4 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-27T08:36:32.897Z] #77 112.4 libtoolize: copying file 'm4/libtool.m4' [2022-06-27T08:36:32.897Z] #77 112.6 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-27T08:36:32.897Z] #77 112.8 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-27T08:36:33.154Z] #77 113.0 libtoolize: copying file 'm4/ltversion.m4' [2022-06-27T08:36:33.411Z] #77 113.2 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-27T08:36:33.668Z] #77 ... [2022-06-27T08:36:33.668Z] [2022-06-27T08:36:33.668Z] #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-27T08:36:33.668Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:36:33.668Z] #14 192.5 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-27T08:36:33.668Z] #14 192.5 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-27T08:36:33.668Z] #14 192.5 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:36:34.797Z] #23 ... [2022-06-27T08:36:34.797Z] [2022-06-27T08:36:34.797Z] #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-27T08:36:34.797Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:36:34.797Z] #77 150.5 CC tests/test-8.o [2022-06-27T08:36:34.797Z] #77 150.8 CC tests/test-9.o [2022-06-27T08:36:34.797Z] #77 151.1 CC tests/test-10.o [2022-06-27T08:36:34.797Z] #77 151.3 CC tests/test-11.o [2022-06-27T08:36:35.417Z] #64 ... [2022-06-27T08:36:35.417Z] [2022-06-27T08:36:35.417Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-27T08:36:35.417Z] #56 sha256:987a39a558f3c6a50b91551f08171fa6ff79de3245740d4d3c27465a4019446e [2022-06-27T08:36:35.678Z] #56 DONE 0.6s [2022-06-27T08:36:35.678Z] [2022-06-27T08:36:35.678Z] #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-27T08:36:35.678Z] #64 sha256:cfd6de62282f3f6f99c3f7a732342b1d13e5a199cdf1c8abf138637f159acb26 [2022-06-27T08:36:35.937Z] #64 ... [2022-06-27T08:36:35.937Z] [2022-06-27T08:36:35.937Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-27T08:36:35.937Z] #58 sha256:5f246671c0c465063aaffba21f676d66afa238eb30be4666eaf009bee9e667f9 [2022-06-27T08:36:35.937Z] #58 DONE 0.1s [2022-06-27T08:36:35.937Z] [2022-06-27T08:36:35.937Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-27T08:36:35.937Z] #61 sha256:863bece88a5e1187ee28a45e26ac392b9fc944fba284a78707b3b1674b6ee68a [2022-06-27T08:36:35.937Z] #61 DONE 0.2s [2022-06-27T08:36:35.937Z] [2022-06-27T08:36:35.937Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-27T08:36:35.937Z] #64 sha256:cfd6de62282f3f6f99c3f7a732342b1d13e5a199cdf1c8abf138637f159acb26 [2022-06-27T08:36:40.043Z] #77 ... [2022-06-27T08:36:40.043Z] [2022-06-27T08:36:40.043Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-27T08:36:40.043Z] #23 sha256:14f1271dd59a6473095fa5824b1de17a8f4ffb68110d9b3e83a3fadbd2c0eb39 [2022-06-27T08:36:40.043Z] #23 11.21 Collecting yamllint==1.26.1 [2022-06-27T08:36:40.136Z] #64 278.1 + bin/containerd [2022-06-27T08:36:40.300Z] #23 12.26 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-27T08:36:40.998Z] #26 ... [2022-06-27T08:36:40.998Z] [2022-06-27T08:36:40.998Z] #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-27T08:36:40.998Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:36:40.998Z] #77 179.7 CCLD libocispec.la [2022-06-27T08:36:41.260Z] #77 180.1 CCLD src/validate [2022-06-27T08:36:41.260Z] #77 180.1 CCLD tests/test-1 [2022-06-27T08:36:41.260Z] #77 180.1 CCLD tests/test-2 [2022-06-27T08:36:41.260Z] #77 180.2 CCLD tests/test-3 [2022-06-27T08:36:41.260Z] #77 180.2 CCLD tests/test-4 [2022-06-27T08:36:41.260Z] #77 180.3 CCLD tests/test-5 [2022-06-27T08:36:41.522Z] #77 180.4 CCLD tests/test-6 [2022-06-27T08:36:41.522Z] #77 180.5 CCLD tests/test-7 [2022-06-27T08:36:41.522Z] #77 180.6 CCLD tests/test-8 [2022-06-27T08:36:41.667Z] #23 13.58 Collecting pathspec>=0.5.3 [2022-06-27T08:36:41.667Z] #23 13.59 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-27T08:36:41.783Z] #77 180.6 CCLD tests/test-9 [2022-06-27T08:36:41.783Z] #77 180.8 CCLD tests/test-10 [2022-06-27T08:36:41.783Z] #77 180.8 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-27T08:36:41.783Z] #77 180.8 CCLD tests/test-11 [2022-06-27T08:36:42.230Z] #23 14.03 Collecting pyyaml [2022-06-27T08:36:42.230Z] #23 14.06 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-27T08:36:42.230Z] #23 14.13 Building wheels for collected packages: yamllint [2022-06-27T08:36:42.230Z] #23 14.14 Building wheel for yamllint (setup.py): started [2022-06-27T08:36:43.596Z] #23 15.23 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-27T08:36:43.596Z] #23 15.23 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=df8072a19ae38ae1b63405a20c337caf42c207e20f2eb6321b707c3e5f40beaa [2022-06-27T08:36:43.596Z] #23 15.23 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-27T08:36:43.596Z] #23 15.23 Successfully built yamllint [2022-06-27T08:36:43.596Z] #23 15.27 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-27T08:36:43.629Z] #14 201.4 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-27T08:36:43.629Z] #14 201.4 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-27T08:36:43.629Z] #14 201.4 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-27T08:36:43.629Z] #14 201.6 Selecting previously unselected package libapparmor1:amd64. [2022-06-27T08:36:43.629Z] #14 201.6 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-27T08:36:43.629Z] #14 201.6 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-27T08:36:43.629Z] #14 201.8 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-27T08:36:43.629Z] #14 201.8 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-27T08:36:43.629Z] #14 201.8 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-27T08:36:43.629Z] #14 202.0 Selecting previously unselected package libbtrfs0:amd64. [2022-06-27T08:36:43.629Z] #14 202.0 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-27T08:36:43.629Z] #14 202.0 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:36:43.701Z] #77 182.5 libtool: link: ar cr libocispec.a [2022-06-27T08:36:43.701Z] #77 182.5 libtool: link: ranlib libocispec.a [2022-06-27T08:36:43.852Z] #23 15.69 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-27T08:36:44.191Z] #14 202.8 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-27T08:36:44.191Z] #14 202.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-27T08:36:44.191Z] #14 ... [2022-06-27T08:36:44.191Z] [2022-06-27T08:36:44.191Z] #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-27T08:36:44.191Z] #67 sha256:ec048b4078d90eb50b6b38e264ee3b7c07da8d1d72b5047b55517f15b6d8572a [2022-06-27T08:36:44.191Z] #67 192.5 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-27T08:36:44.191Z] #67 192.5 + GOBIN=/build [2022-06-27T08:36:44.191Z] #67 192.5 + GO111MODULE=on [2022-06-27T08:36:44.191Z] #67 192.5 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-27T08:36:44.191Z] #67 201.5 rootlesskit version 1.0.0 [2022-06-27T08:36:44.191Z] #67 201.5 Usage of /build/rootlesskit-docker-proxy: [2022-06-27T08:36:44.191Z] #67 201.5 -container-ip string [2022-06-27T08:36:44.191Z] #67 201.5 container ip [2022-06-27T08:36:44.191Z] #67 201.5 -container-port int [2022-06-27T08:36:44.191Z] #67 201.5 container port (default -1) [2022-06-27T08:36:44.191Z] #67 201.5 -host-ip string [2022-06-27T08:36:44.191Z] #67 201.5 host ip [2022-06-27T08:36:44.191Z] #67 201.5 -host-port int [2022-06-27T08:36:44.191Z] #67 201.5 host port (default -1) [2022-06-27T08:36:44.191Z] #67 201.5 -proto string [2022-06-27T08:36:44.191Z] #67 201.5 proxy protocol (default "tcp") [2022-06-27T08:36:44.191Z] #67 ... [2022-06-27T08:36:44.191Z] [2022-06-27T08:36:44.191Z] #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-27T08:36:44.191Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:36:44.417Z] #23 DONE 16.4s [2022-06-27T08:36:44.417Z] [2022-06-27T08:36:44.417Z] #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-27T08:36:44.417Z] #64 sha256:6ced15e1e431c99b732995941712c1e84c4ef80ed5da0e64f9d01643c5dfb2fa [2022-06-27T08:36:44.417Z] #64 ... [2022-06-27T08:36:44.417Z] [2022-06-27T08:36:44.417Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-27T08:36:44.417Z] #27 sha256:ee2f9b90c8b62384d35541068aeccd8cd049724fd85165250ae11b40bf07f340 [2022-06-27T08:36:44.447Z] #14 203.1 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:36:44.674Z] #27 DONE 0.4s [2022-06-27T08:36:44.674Z] [2022-06-27T08:36:44.674Z] #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-27T08:36:44.674Z] #60 sha256:2c8637097ef36f15425f51f5006cd1e57cf386cba29e869377badf8a8102da3e [2022-06-27T08:36:44.930Z] #60 ... [2022-06-27T08:36:44.930Z] [2022-06-27T08:36:44.930Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-27T08:36:44.930Z] #32 sha256:7e4105de65d74266c0e60571728a672f6a01f211e52f0e2c72df56746fb01e9f [2022-06-27T08:36:45.090Z] #77 183.8 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:36:45.090Z] #77 183.8 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-27T08:36:45.090Z] #77 183.8 make[5]: Nothing to be done for 'install-data-am'. [2022-06-27T08:36:45.090Z] #77 183.8 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:36:45.090Z] #77 183.8 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:36:45.090Z] #77 183.8 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:36:45.090Z] #77 183.9 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:36:45.090Z] #77 183.9 make[2]: Entering directory '/tmp/crun-build' [2022-06-27T08:36:45.090Z] #77 184.0 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-27T08:36:45.090Z] #77 184.0 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-27T08:36:45.090Z] #77 184.0 CC src/libcrun/libcrun_testing_a-container.o [2022-06-27T08:36:45.090Z] #77 184.0 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-27T08:36:45.090Z] #77 184.1 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-27T08:36:45.090Z] #77 184.1 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-27T08:36:45.090Z] #77 184.1 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-27T08:36:45.090Z] #77 184.1 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-27T08:36:45.352Z] #77 184.1 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-27T08:36:45.352Z] #77 184.2 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-27T08:36:45.352Z] #77 184.3 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-27T08:36:45.352Z] #77 184.3 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-27T08:36:45.352Z] #77 184.3 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-27T08:36:45.352Z] #77 184.4 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-27T08:36:45.352Z] #77 184.4 CC src/libcrun/libcrun_testing_a-error.o [2022-06-27T08:36:45.352Z] #77 184.5 CC src/libcrun/libcrun_testing_a-status.o [2022-06-27T08:36:45.375Z] #14 204.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-27T08:36:45.375Z] #14 204.2 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:36:45.613Z] #77 184.6 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-27T08:36:45.633Z] #14 204.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:36:45.863Z] #32 DONE 0.8s [2022-06-27T08:36:45.863Z] [2022-06-27T08:36:45.863Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-27T08:36:45.863Z] #35 sha256:e9b8921b1977878bd68c9f5c7f752c7239b642678585722b8ff31ccf4e81cfba [2022-06-27T08:36:45.875Z] #77 184.7 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-27T08:36:45.875Z] #77 184.7 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-27T08:36:45.875Z] #77 184.8 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-27T08:36:45.891Z] #14 ... [2022-06-27T08:36:45.891Z] [2022-06-27T08:36:45.891Z] #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-27T08:36:45.891Z] #67 sha256:ec048b4078d90eb50b6b38e264ee3b7c07da8d1d72b5047b55517f15b6d8572a [2022-06-27T08:36:45.891Z] #67 DONE 204.2s [2022-06-27T08:36:45.891Z] [2022-06-27T08:36:45.891Z] #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-27T08:36:45.891Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:36:45.891Z] #14 204.7 Selecting previously unselected package libudev-dev:amd64. [2022-06-27T08:36:45.891Z] #14 204.7 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-27T08:36:46.119Z] #35 DONE 0.5s [2022-06-27T08:36:46.119Z] [2022-06-27T08:36:46.119Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-27T08:36:46.119Z] #37 sha256:c1740603a4d0e8dc926d7951779363cbd7d4b5636093ce2da788dc1bed0cb3d6 [2022-06-27T08:36:46.136Z] #77 184.9 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-27T08:36:46.136Z] #77 184.9 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-27T08:36:46.136Z] #77 185.0 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-27T08:36:46.136Z] #77 185.1 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-27T08:36:46.150Z] #14 204.8 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-27T08:36:46.150Z] #14 ... [2022-06-27T08:36:46.150Z] [2022-06-27T08:36:46.150Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-27T08:36:46.150Z] #68 sha256:d1352d79ea82d41e6f6d52a30ee74a67ea7d8e03cb91c43786ae9f84519080b0 [2022-06-27T08:36:46.150Z] #68 DONE 0.2s [2022-06-27T08:36:46.375Z] #37 DONE 0.3s [2022-06-27T08:36:46.375Z] [2022-06-27T08:36:46.375Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-27T08:36:46.375Z] #39 sha256:2e6d170f428850957c31d838e5ae44d70e729a1aaa43520ec6873ad3c032a3a1 [2022-06-27T08:36:46.398Z] #77 185.2 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-27T08:36:46.398Z] #77 185.4 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-27T08:36:46.406Z] [2022-06-27T08:36:46.406Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-27T08:36:46.406Z] #69 sha256:f7df28e08fd30f905a54376c5743f612ce689e0ec6e1c16a392b0f50ee7287e8 [2022-06-27T08:36:46.406Z] #69 DONE 0.2s [2022-06-27T08:36:46.406Z] [2022-06-27T08:36:46.406Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-27T08:36:46.406Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:36:46.406Z] #55 ... [2022-06-27T08:36:46.406Z] [2022-06-27T08:36:46.406Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-27T08:36:46.406Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-27T08:36:46.406Z] #14 205.2 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-27T08:36:46.406Z] #14 205.3 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-27T08:36:46.406Z] #14 205.3 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-27T08:36:46.631Z] #39 DONE 0.1s [2022-06-27T08:36:46.631Z] [2022-06-27T08:36:46.631Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-27T08:36:46.631Z] #41 sha256:3aecd0944bd13755912370806150d835db7df65001f45b44d53c9c57f424786f [2022-06-27T08:36:46.631Z] #41 DONE 0.1s [2022-06-27T08:36:46.631Z] [2022-06-27T08:36:46.631Z] #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-27T08:36:46.631Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:36:46.631Z] #77 ... [2022-06-27T08:36:46.631Z] [2022-06-27T08:36:46.631Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-27T08:36:46.631Z] #45 sha256:d95a888f08f50114d1289934945586dd892f5e6d573974836c01609f2b5aaf31 [2022-06-27T08:36:46.631Z] #45 DONE 0.1s [2022-06-27T08:36:46.659Z] #77 185.5 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-27T08:36:46.888Z] [2022-06-27T08:36:46.888Z] #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-27T08:36:46.888Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:36:46.921Z] #77 185.9 CC src/crun-crun.o [2022-06-27T08:36:47.183Z] #77 185.9 CC src/crun-run.o [2022-06-27T08:36:47.183Z] #77 186.0 CC src/crun-delete.o [2022-06-27T08:36:47.183Z] #77 186.0 CC src/crun-kill.o [2022-06-27T08:36:47.183Z] #77 186.2 CC src/crun-pause.o [2022-06-27T08:36:47.334Z] #14 206.0 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-27T08:36:47.334Z] #14 206.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-27T08:36:47.334Z] #14 206.0 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-27T08:36:47.444Z] #77 186.2 CC src/crun-unpause.o [2022-06-27T08:36:47.444Z] #77 186.4 CC src/crun-spec.o [2022-06-27T08:36:47.444Z] #77 186.5 CC src/crun-exec.o [2022-06-27T08:36:47.706Z] #77 186.7 CC src/crun-list.o [2022-06-27T08:36:47.897Z] #14 206.5 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-27T08:36:47.897Z] #14 206.5 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-27T08:36:47.897Z] #14 206.5 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-27T08:36:47.897Z] #14 206.9 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-27T08:36:47.968Z] #77 186.9 CC src/crun-create.o [2022-06-27T08:36:48.153Z] #14 206.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-27T08:36:48.153Z] #14 206.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-27T08:36:48.229Z] #77 187.0 CC src/crun-start.o [2022-06-27T08:36:48.229Z] #77 187.1 CC src/crun-state.o [2022-06-27T08:36:48.411Z] #14 207.1 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-27T08:36:48.411Z] #14 207.1 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-27T08:36:48.411Z] #14 207.1 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-27T08:36:48.491Z] #77 187.4 CC src/crun-update.o [2022-06-27T08:36:48.491Z] #77 187.5 CC src/crun-ps.o [2022-06-27T08:36:48.753Z] #77 187.7 CC src/crun-checkpoint.o [2022-06-27T08:36:48.753Z] #77 187.7 CC src/crun-restore.o [2022-06-27T08:36:49.015Z] #77 188.0 CC src/libcrun/libcrun_la-utils.lo [2022-06-27T08:36:49.276Z] #77 188.3 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-27T08:36:49.347Z] #14 208.0 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-27T08:36:49.347Z] #14 208.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-27T08:36:49.347Z] #14 208.0 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-27T08:36:49.538Z] #77 188.5 CC src/libcrun/libcrun_la-container.lo [2022-06-27T08:36:49.654Z] #14 208.5 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-27T08:36:49.654Z] #14 208.5 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-27T08:36:49.654Z] #14 208.5 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:36:49.800Z] #77 188.6 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-27T08:36:49.800Z] #77 188.7 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-27T08:36:49.920Z] #14 208.6 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-27T08:36:49.920Z] #14 208.6 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-27T08:36:49.920Z] #14 208.7 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-27T08:36:50.062Z] #77 189.0 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-27T08:36:50.062Z] #77 189.0 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-27T08:36:50.179Z] #14 208.9 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-27T08:36:50.179Z] #14 208.9 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-27T08:36:50.179Z] #14 208.9 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-27T08:36:50.323Z] #77 189.2 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-27T08:36:50.585Z] #77 189.4 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-27T08:36:50.847Z] #77 189.7 CC src/libcrun/libcrun_la-criu.lo [2022-06-27T08:36:50.847Z] #77 189.8 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-27T08:36:51.420Z] #77 190.2 CC src/libcrun/libcrun_la-linux.lo [2022-06-27T08:36:51.420Z] #77 190.4 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-27T08:36:51.581Z] #14 210.2 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-27T08:36:51.581Z] #14 210.2 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-27T08:36:51.581Z] #14 210.2 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-27T08:36:51.581Z] #14 210.2 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-27T08:36:51.581Z] #14 210.2 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-27T08:36:51.581Z] #14 210.2 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-27T08:36:51.581Z] #14 210.2 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-27T08:36:51.581Z] #14 210.3 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-27T08:36:51.581Z] #14 210.3 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-27T08:36:51.581Z] #14 210.3 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-27T08:36:51.581Z] #14 210.3 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-27T08:36:51.581Z] #14 210.3 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-27T08:36:51.581Z] #14 210.3 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-27T08:36:51.581Z] #14 210.3 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-27T08:36:51.581Z] #14 210.3 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-27T08:36:51.581Z] #14 210.3 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-27T08:36:51.581Z] #14 210.3 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-27T08:36:51.581Z] #14 210.4 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-27T08:36:51.581Z] #14 210.4 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-27T08:36:51.581Z] #14 210.4 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-27T08:36:51.581Z] #14 210.4 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:36:51.581Z] #14 210.4 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-27T08:36:51.581Z] #14 210.5 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:36:51.837Z] #14 210.5 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-27T08:36:51.837Z] #14 210.6 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-27T08:36:51.837Z] #14 210.6 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-27T08:36:51.837Z] #14 210.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-27T08:36:51.837Z] #14 210.7 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-27T08:36:51.837Z] #14 210.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-27T08:36:51.993Z] #77 191.0 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-27T08:36:52.093Z] #14 210.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:36:52.093Z] #14 211.0 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-27T08:36:52.093Z] #14 211.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:36:52.093Z] #14 211.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-27T08:36:52.093Z] #14 211.0 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:36:52.936Z] #77 191.7 CC src/libcrun/libcrun_la-error.lo [2022-06-27T08:36:53.024Z] #14 DONE 211.7s [2022-06-27T08:36:53.024Z] [2022-06-27T08:36:53.024Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-27T08:36:53.024Z] #15 sha256:cc95ddea40f49f1a0537aef9a9e9143c8ceb38ba5aa987390027ef85c2544f58 [2022-06-27T08:36:53.024Z] #15 ... [2022-06-27T08:36:53.024Z] [2022-06-27T08:36:53.024Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-27T08:36:53.024Z] #59 sha256:5219255008528f3a479036bcdb21e0e3212260743e6e33ed3fb6e0e1850d446c [2022-06-27T08:36:53.024Z] #59 DONE 0.2s [2022-06-27T08:36:53.197Z] #77 192.2 CC src/libcrun/libcrun_la-status.lo [2022-06-27T08:36:53.197Z] #77 192.2 CC src/libcrun/libcrun_la-terminal.lo [2022-06-27T08:36:53.280Z] [2022-06-27T08:36:53.280Z] #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-27T08:36:53.280Z] #60 sha256:4a1de99bed2bb39c9f145afe867db85bb43ed3c82b431f2e6b73f99bae2ee0df [2022-06-27T08:36:53.459Z] #77 192.4 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-27T08:36:53.720Z] #77 192.6 CC src/libcrun/libcrun_la-signals.lo [2022-06-27T08:36:53.981Z] #77 193.0 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-27T08:36:54.242Z] #77 193.2 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-27T08:36:54.815Z] #77 193.6 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-27T08:36:54.815Z] #77 193.8 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-27T08:36:54.815Z] #77 193.9 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-27T08:36:55.175Z] #60 2.085 + RM_GOPATH=0 [2022-06-27T08:36:55.175Z] #60 2.085 + TMP_GOPATH= [2022-06-27T08:36:55.175Z] #60 2.085 + : /build [2022-06-27T08:36:55.175Z] #60 2.085 + '[' -z '' ']' [2022-06-27T08:36:55.175Z] #60 2.085 ++ mktemp -d [2022-06-27T08:36:55.175Z] #60 2.085 + export GOPATH=/tmp/tmp.deO0lQO8yo [2022-06-27T08:36:55.175Z] #60 2.085 + GOPATH=/tmp/tmp.deO0lQO8yo [2022-06-27T08:36:55.175Z] #60 2.085 + RM_GOPATH=1 [2022-06-27T08:36:55.175Z] #60 2.085 + case "$(go env GOARCH)" in [2022-06-27T08:36:55.175Z] #60 2.085 ++ go env GOARCH [2022-06-27T08:36:55.175Z] #60 2.135 + export GO_BUILDMODE=-buildmode=pie [2022-06-27T08:36:55.387Z] #77 194.1 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-27T08:36:55.431Z] #60 2.138 + GO_BUILDMODE=-buildmode=pie [2022-06-27T08:36:55.431Z] #60 2.139 ++ dirname /install.sh [2022-06-27T08:36:55.431Z] #60 2.144 + dir=/ [2022-06-27T08:36:55.431Z] #60 2.147 + bin=runc [2022-06-27T08:36:55.431Z] #60 2.148 + shift [2022-06-27T08:36:55.431Z] #60 2.148 + '[' '!' -f //runc.installer ']' [2022-06-27T08:36:55.431Z] #60 2.148 + . //runc.installer [2022-06-27T08:36:55.431Z] #60 2.148 ++ set -e [2022-06-27T08:36:55.431Z] #60 2.149 ++ : v1.1.2 [2022-06-27T08:36:55.431Z] #60 2.149 + install_runc [2022-06-27T08:36:55.431Z] #60 2.149 + RUNC_BUILDTAGS=seccomp [2022-06-27T08:36:55.431Z] #60 2.149 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-27T08:36:55.431Z] #60 2.150 Install runc version v1.1.2 (build tags: seccomp) [2022-06-27T08:36:55.431Z] #60 2.150 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.deO0lQO8yo/src/github.com/opencontainers/runc [2022-06-27T08:36:55.431Z] #60 2.152 Cloning into '/tmp/tmp.deO0lQO8yo/src/github.com/opencontainers/runc'... [2022-06-27T08:36:55.431Z] #60 ... [2022-06-27T08:36:55.431Z] [2022-06-27T08:36:55.431Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-27T08:36:55.431Z] #15 sha256:cc95ddea40f49f1a0537aef9a9e9143c8ceb38ba5aa987390027ef85c2544f58 [2022-06-27T08:36:55.431Z] #15 DONE 2.5s [2022-06-27T08:36:55.688Z] [2022-06-27T08:36:55.688Z] #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-27T08:36:55.688Z] #16 sha256:dc677770f28f54fccd1a8516cccd94f88336efcbdc40c96ad18c46e2754c68ba [2022-06-27T08:36:55.960Z] #77 194.8 CC tests/init.o [2022-06-27T08:36:56.533Z] #77 195.4 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-27T08:36:57.583Z] #16 DONE 1.9s [2022-06-27T08:36:57.584Z] [2022-06-27T08:36:57.584Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-27T08:36:57.584Z] #17 sha256:892cc41becfa68ce41b3829c8eb1e42e604f2bc45549b6f5a194215a472f22d3 [2022-06-27T08:36:58.512Z] #17 1.189 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-27T08:36:59.075Z] #17 DONE 1.8s [2022-06-27T08:36:59.075Z] [2022-06-27T08:36:59.075Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-27T08:36:59.075Z] #18 sha256:02eb287b450d9a02816f72b3c6bad4b3a3a0abfc413ddbdd5d7e62c1d651c673 [2022-06-27T08:37:00.969Z] #18 DONE 1.4s [2022-06-27T08:37:00.969Z] [2022-06-27T08:37:00.969Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-27T08:37:00.969Z] #19 sha256:68455664b8d40666121086f3ad95e7572c35f2e0ecd2e6dcaf6ca77b391427c9 [2022-06-27T08:37:01.899Z] #19 DONE 1.4s [2022-06-27T08:37:01.899Z] [2022-06-27T08:37:01.899Z] #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-27T08:37:01.899Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:37:01.899Z] #77 135.7 configure.ac:11: installing 'build-aux/compile' [2022-06-27T08:37:01.899Z] #77 135.7 configure.ac:11: installing 'build-aux/config.guess' [2022-06-27T08:37:01.899Z] #77 135.7 configure.ac:11: installing 'build-aux/config.sub' [2022-06-27T08:37:01.899Z] #77 135.7 configure.ac:13: installing 'build-aux/install-sh' [2022-06-27T08:37:01.899Z] #77 135.7 configure.ac:13: installing 'build-aux/missing' [2022-06-27T08:37:01.899Z] #77 135.7 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-27T08:37:01.899Z] #77 136.0 Makefile.am: installing 'build-aux/depcomp' [2022-06-27T08:37:01.899Z] #77 138.4 checking build system type... x86_64-pc-linux-gnu [2022-06-27T08:37:01.899Z] #77 139.0 checking host system type... x86_64-pc-linux-gnu [2022-06-27T08:37:01.899Z] #77 139.0 checking how to print strings... printf [2022-06-27T08:37:01.899Z] #77 139.0 checking for gcc... gcc [2022-06-27T08:37:01.899Z] #77 139.2 checking whether the C compiler works... yes [2022-06-27T08:37:01.899Z] #77 139.7 checking for C compiler default output file name... a.out [2022-06-27T08:37:01.899Z] #77 139.7 checking for suffix of executables... [2022-06-27T08:37:01.899Z] #77 140.1 checking whether we are cross compiling... no [2022-06-27T08:37:01.899Z] #77 140.5 checking for suffix of object files... o [2022-06-27T08:37:01.899Z] #77 140.7 checking whether we are using the GNU C compiler... yes [2022-06-27T08:37:01.899Z] #77 140.9 checking whether gcc accepts -g... yes [2022-06-27T08:37:01.899Z] #77 141.1 checking for gcc option to accept ISO C89... none needed [2022-06-27T08:37:02.156Z] #77 141.4 checking whether gcc understands -c and -o together... yes [2022-06-27T08:37:02.156Z] #77 141.8 checking for a sed that does not truncate output... /bin/sed [2022-06-27T08:37:02.156Z] #77 141.8 checking for grep that handles long lines and -e... /bin/grep [2022-06-27T08:37:02.156Z] #77 141.8 checking for egrep... /bin/grep -E [2022-06-27T08:37:02.156Z] #77 141.9 checking for fgrep... /bin/grep -F [2022-06-27T08:37:02.156Z] #77 141.9 checking for ld used by gcc... /usr/bin/ld [2022-06-27T08:37:02.413Z] #77 142.0 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-27T08:37:02.413Z] #77 142.0 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-27T08:37:02.413Z] #77 142.0 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-27T08:37:02.413Z] #77 142.2 checking whether ln -s works... yes [2022-06-27T08:37:02.413Z] #77 142.2 checking the maximum length of command line arguments... 1572864 [2022-06-27T08:37:02.671Z] #77 142.3 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-27T08:37:02.671Z] #77 142.3 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-27T08:37:02.671Z] #77 142.3 checking for /usr/bin/ld option to reload object files... -r [2022-06-27T08:37:02.671Z] #77 142.3 checking for objdump... objdump [2022-06-27T08:37:02.671Z] #77 142.3 checking how to recognize dependent libraries... pass_all [2022-06-27T08:37:02.671Z] #77 142.3 checking for dlltool... no [2022-06-27T08:37:02.671Z] #77 142.3 checking how to associate runtime and link libraries... printf %s\n [2022-06-27T08:37:02.671Z] #77 142.3 checking for ar... ar [2022-06-27T08:37:02.929Z] #77 142.3 checking for archiver @FILE support... @ [2022-06-27T08:37:02.929Z] #77 142.6 checking for strip... strip [2022-06-27T08:37:02.929Z] #77 142.6 checking for ranlib... ranlib [2022-06-27T08:37:02.929Z] #77 142.6 checking for gawk... no [2022-06-27T08:37:02.929Z] #77 142.6 checking for mawk... mawk [2022-06-27T08:37:03.492Z] #77 142.6 checking command to parse /usr/bin/nm -B output from gcc object... [2022-06-27T08:37:03.492Z] #77 ... [2022-06-27T08:37:03.492Z] [2022-06-27T08:37:03.492Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-27T08:37:03.492Z] #20 sha256:27068681b785a761bb7c53e1b796be963f7e35b10a3fd51fe3663b680ef5c50d [2022-06-27T08:37:03.492Z] #20 DONE 1.5s [2022-06-27T08:37:03.492Z] [2022-06-27T08:37:03.492Z] #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-27T08:37:03.492Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:37:03.492Z] #77 142.6 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-27T08:37:03.492Z] #77 143.3 checking for sysroot... no [2022-06-27T08:37:03.492Z] #77 143.3 checking for a working dd... /bin/dd [2022-06-27T08:37:03.492Z] #77 143.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-27T08:37:03.752Z] #77 143.5 checking for mt... no [2022-06-27T08:37:03.752Z] #77 143.5 checking if : is a manifest tool... no [2022-06-27T08:37:04.009Z] #77 143.5 checking how to run the C preprocessor... gcc -E [2022-06-27T08:37:05.014Z] #47 ... [2022-06-27T08:37:05.014Z] [2022-06-27T08:37:05.014Z] #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-27T08:37:05.014Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:37:05.014Z] #77 184.3 CCLD libocispec.la [2022-06-27T08:37:05.014Z] #77 184.7 CCLD src/validate [2022-06-27T08:37:05.014Z] #77 184.7 CCLD tests/test-1 [2022-06-27T08:37:05.014Z] #77 184.7 CCLD tests/test-2 [2022-06-27T08:37:05.014Z] #77 184.8 CCLD tests/test-3 [2022-06-27T08:37:05.014Z] #77 184.8 CCLD tests/test-4 [2022-06-27T08:37:05.014Z] #77 184.8 CCLD tests/test-5 [2022-06-27T08:37:05.014Z] #77 184.9 CCLD tests/test-6 [2022-06-27T08:37:05.014Z] #77 185.0 CCLD tests/test-7 [2022-06-27T08:37:05.014Z] #77 185.0 CCLD tests/test-8 [2022-06-27T08:37:05.014Z] #77 185.1 CCLD tests/test-9 [2022-06-27T08:37:05.014Z] #77 185.1 CCLD tests/test-10 [2022-06-27T08:37:05.014Z] #77 185.1 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-27T08:37:05.014Z] #77 185.2 CCLD tests/test-11 [2022-06-27T08:37:05.014Z] #77 187.0 libtool: link: ar cr libocispec.a [2022-06-27T08:37:05.014Z] #77 187.0 libtool: link: ranlib libocispec.a [2022-06-27T08:37:05.503Z] #77 144.2 checking for ANSI C header files... yes [2022-06-27T08:37:05.503Z] #77 145.1 checking for sys/types.h... yes [2022-06-27T08:37:05.764Z] #77 145.4 checking for sys/stat.h... yes [2022-06-27T08:37:06.281Z] #77 145.8 checking for stdlib.h... yes [2022-06-27T08:37:06.377Z] #77 188.7 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:37:06.377Z] #77 188.8 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-27T08:37:06.377Z] #77 188.8 make[5]: Nothing to be done for 'install-data-am'. [2022-06-27T08:37:06.633Z] #77 188.8 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:37:06.633Z] #77 188.8 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:37:06.633Z] #77 188.8 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:37:06.633Z] #77 188.8 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:37:06.633Z] #77 188.8 make[2]: Entering directory '/tmp/crun-build' [2022-06-27T08:37:06.633Z] #77 188.9 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-27T08:37:06.633Z] #77 188.9 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-27T08:37:06.633Z] #77 189.0 CC src/libcrun/libcrun_testing_a-container.o [2022-06-27T08:37:06.633Z] #77 189.0 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-27T08:37:06.633Z] #77 189.0 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-27T08:37:06.633Z] #77 189.0 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-27T08:37:06.793Z] #77 146.2 checking for string.h... yes [2022-06-27T08:37:06.889Z] #77 189.1 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-27T08:37:06.889Z] #77 189.1 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-27T08:37:06.889Z] #77 189.1 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-27T08:37:07.050Z] #77 146.6 checking for memory.h... yes [2022-06-27T08:37:07.145Z] #77 189.2 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-27T08:37:07.145Z] #77 189.2 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-27T08:37:07.145Z] #77 189.3 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-27T08:37:07.145Z] #77 189.4 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-27T08:37:07.145Z] #77 189.5 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-27T08:37:07.145Z] #77 189.5 CC src/libcrun/libcrun_testing_a-error.o [2022-06-27T08:37:07.145Z] #77 189.6 CC src/libcrun/libcrun_testing_a-status.o [2022-06-27T08:37:07.402Z] #77 189.7 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-27T08:37:07.657Z] #77 189.7 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-27T08:37:07.657Z] #77 189.8 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-27T08:37:07.657Z] #77 189.9 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-27T08:37:07.657Z] #77 190.0 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-27T08:37:07.868Z] #77 147.0 checking for strings.h... yes [2022-06-27T08:37:07.912Z] #77 190.1 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-27T08:37:07.912Z] #77 190.3 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-27T08:37:08.124Z] #77 147.5 checking for inttypes.h... yes [2022-06-27T08:37:08.167Z] #77 190.3 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-27T08:37:08.167Z] #77 190.5 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-27T08:37:08.380Z] #77 147.9 checking for stdint.h... yes [2022-06-27T08:37:08.423Z] #77 190.6 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-27T08:37:08.637Z] #77 148.3 checking for unistd.h... yes [2022-06-27T08:37:08.679Z] #77 190.9 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-27T08:37:08.893Z] #77 148.6 checking for dlfcn.h... yes [2022-06-27T08:37:08.935Z] #77 191.3 CC src/crun-crun.o [2022-06-27T08:37:08.935Z] #77 191.3 CC src/crun-run.o [2022-06-27T08:37:09.150Z] #77 148.8 checking for objdir... .libs [2022-06-27T08:37:09.191Z] #77 191.5 CC src/crun-delete.o [2022-06-27T08:37:09.447Z] #77 191.6 CC src/crun-kill.o [2022-06-27T08:37:09.447Z] #77 191.7 CC src/crun-pause.o [2022-06-27T08:37:09.703Z] #77 191.9 CC src/crun-unpause.o [2022-06-27T08:37:09.703Z] #77 192.0 CC src/crun-spec.o [2022-06-27T08:37:09.703Z] #77 192.0 CC src/crun-exec.o [2022-06-27T08:37:09.959Z] #77 192.1 CC src/crun-list.o [2022-06-27T08:37:09.969Z] #77 149.5 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-27T08:37:09.969Z] #77 149.7 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-27T08:37:10.215Z] #77 192.3 CC src/crun-create.o [2022-06-27T08:37:10.215Z] #77 192.4 CC src/crun-start.o [2022-06-27T08:37:10.215Z] #77 192.6 CC src/crun-state.o [2022-06-27T08:37:10.225Z] #77 149.7 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-27T08:37:10.470Z] #77 192.7 CC src/crun-update.o [2022-06-27T08:37:10.726Z] #77 193.0 CC src/crun-ps.o [2022-06-27T08:37:10.981Z] #77 193.1 CC src/crun-checkpoint.o [2022-06-27T08:37:10.981Z] #77 193.2 CC src/crun-restore.o [2022-06-27T08:37:11.154Z] #77 150.0 checking if gcc static flag -static works... [2022-06-27T08:37:11.154Z] #77 ... [2022-06-27T08:37:11.154Z] [2022-06-27T08:37:11.154Z] #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-27T08:37:11.154Z] #60 sha256:4a1de99bed2bb39c9f145afe867db85bb43ed3c82b431f2e6b73f99bae2ee0df [2022-06-27T08:37:11.154Z] #60 18.14 + cd /tmp/tmp.deO0lQO8yo/src/github.com/opencontainers/runc [2022-06-27T08:37:11.237Z] #77 193.4 CC src/libcrun/libcrun_la-utils.lo [2022-06-27T08:37:11.237Z] #77 193.5 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-27T08:37:11.237Z] #77 193.6 CC src/libcrun/libcrun_la-container.lo [2022-06-27T08:37:11.410Z] #60 18.15 + git checkout -q v1.1.2 [2022-06-27T08:37:11.800Z] #77 193.8 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-27T08:37:11.800Z] #77 194.0 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-27T08:37:11.973Z] #60 18.91 + '[' -z '' ']' [2022-06-27T08:37:11.973Z] #60 18.91 + target=static [2022-06-27T08:37:11.973Z] #60 18.91 + make BUILDTAGS=seccomp static [2022-06-27T08:37:12.057Z] #77 194.2 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-27T08:37:12.314Z] #77 194.5 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-27T08:37:12.534Z] #60 19.48 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-27T08:37:12.571Z] #77 194.7 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-27T08:37:12.571Z] #77 195.0 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-27T08:37:12.827Z] #77 195.1 CC src/libcrun/libcrun_la-criu.lo [2022-06-27T08:37:13.389Z] #77 195.6 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-27T08:37:13.462Z] #60 ... [2022-06-27T08:37:13.462Z] [2022-06-27T08:37:13.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-27T08:37:13.462Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:37:13.462Z] #21 1.958 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-27T08:37:13.462Z] #21 2.107 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-27T08:37:13.462Z] #21 2.107 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-27T08:37:13.462Z] #21 3.893 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-27T08:37:13.462Z] #21 5.793 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB] [2022-06-27T08:37:13.462Z] #21 8.228 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-27T08:37:13.644Z] #77 195.8 CC src/libcrun/libcrun_la-linux.lo [2022-06-27T08:37:13.718Z] #21 ... [2022-06-27T08:37:13.718Z] [2022-06-27T08:37:13.718Z] #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-27T08:37:13.718Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:37:13.718Z] #77 150.0 checking if gcc static flag -static works... yes [2022-06-27T08:37:13.718Z] #77 151.0 checking if gcc supports -c -o file.o... yes [2022-06-27T08:37:13.718Z] #77 151.4 checking if gcc supports -c -o file.o... (cached) yes [2022-06-27T08:37:13.718Z] #77 151.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-27T08:37:13.718Z] #77 151.5 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-27T08:37:13.718Z] #77 151.9 checking how to hardcode library paths into programs... immediate [2022-06-27T08:37:13.718Z] #77 151.9 checking whether stripping libraries is possible... yes [2022-06-27T08:37:13.718Z] #77 152.0 checking if libtool supports shared libraries... yes [2022-06-27T08:37:13.718Z] #77 152.0 checking whether to build shared libraries... no [2022-06-27T08:37:13.718Z] #77 152.0 checking whether to build static libraries... yes [2022-06-27T08:37:13.718Z] #77 152.0 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-27T08:37:13.718Z] #77 152.1 checking whether build environment is sane... yes [2022-06-27T08:37:13.718Z] #77 152.3 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-27T08:37:13.718Z] #77 152.4 checking whether make sets $(MAKE)... yes [2022-06-27T08:37:13.718Z] #77 152.5 checking whether make supports the include directive... yes (GNU style) [2022-06-27T08:37:13.718Z] #77 152.5 checking whether make supports nested variables... yes [2022-06-27T08:37:13.718Z] #77 152.6 checking whether UID '0' is supported by ustar format... yes [2022-06-27T08:37:13.718Z] #77 152.6 checking whether GID '0' is supported by ustar format... yes [2022-06-27T08:37:13.718Z] #77 152.6 checking how to create a ustar tar archive... gnutar [2022-06-27T08:37:13.718Z] #77 152.6 checking dependency style of gcc... gcc3 [2022-06-27T08:37:13.718Z] #77 153.0 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-27T08:37:13.718Z] #77 153.0 checking whether make supports nested variables... (cached) yes [2022-06-27T08:37:13.718Z] #77 153.0 checking for gawk... (cached) mawk [2022-06-27T08:37:13.718Z] #77 153.0 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-27T08:37:13.718Z] #77 153.0 checking for gcc... (cached) gcc [2022-06-27T08:37:13.718Z] #77 153.2 checking whether we are using the GNU C compiler... (cached) yes [2022-06-27T08:37:13.718Z] #77 153.2 checking whether gcc accepts -g... (cached) yes [2022-06-27T08:37:13.718Z] #77 153.2 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-27T08:37:13.718Z] #77 153.2 checking whether gcc understands -c and -o together... (cached) yes [2022-06-27T08:37:13.718Z] #77 153.2 checking for a Python interpreter with version >= 3... python3 [2022-06-27T08:37:13.718Z] #77 153.4 checking for python3... /usr/bin/python3 [2022-06-27T08:37:13.718Z] #77 153.4 checking for python3 version... 3.9 [2022-06-27T08:37:13.718Z] #77 153.5 checking for python3 platform... linux [2022-06-27T08:37:13.900Z] #77 196.3 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-27T08:37:13.976Z] #77 153.6 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-27T08:37:14.540Z] #77 153.8 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-27T08:37:14.540Z] #77 154.1 checking for go-md2man... no [2022-06-27T08:37:14.540Z] #77 154.1 checking error.h usability... yes [2022-06-27T08:37:14.797Z] #77 154.4 checking error.h presence... yes [2022-06-27T08:37:14.797Z] #77 154.4 checking for error.h... yes [2022-06-27T08:37:14.827Z] #77 196.8 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-27T08:37:14.827Z] #77 197.1 CC src/libcrun/libcrun_la-error.lo [2022-06-27T08:37:15.056Z] #77 154.5 checking linux/openat2.h usability... yes [2022-06-27T08:37:15.056Z] #77 154.7 checking linux/openat2.h presence... yes [2022-06-27T08:37:15.056Z] #77 154.8 checking for linux/openat2.h... yes [2022-06-27T08:37:15.083Z] #77 197.2 CC src/libcrun/libcrun_la-status.lo [2022-06-27T08:37:15.315Z] #77 154.9 checking for copy_file_range... yes [2022-06-27T08:37:15.645Z] #77 197.7 CC src/libcrun/libcrun_la-terminal.lo [2022-06-27T08:37:15.831Z] #77 155.3 checking for fgetxattr... yes [2022-06-27T08:37:15.901Z] #77 198.0 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-27T08:37:15.901Z] #77 198.1 CC src/libcrun/libcrun_la-signals.lo [2022-06-27T08:37:16.157Z] #77 198.4 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-27T08:37:16.345Z] #77 155.7 checking for statx... yes [2022-06-27T08:37:16.413Z] #77 198.6 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-27T08:37:16.605Z] #77 156.1 checking for fgetpwent_r... yes [2022-06-27T08:37:16.673Z] #77 198.9 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-27T08:37:16.928Z] #77 ... [2022-06-27T08:37:16.928Z] [2022-06-27T08:37:16.928Z] #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-27T08:37:16.928Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:37:16.928Z] #47 240.5 + dpkg --print-architecture [2022-06-27T08:37:16.928Z] #47 240.5 + git checkout -q v2.1.0 [2022-06-27T08:37:16.928Z] #47 241.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-27T08:37:16.928Z] #47 241.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-27T08:37:17.172Z] #77 156.4 checking for issetugid... no [2022-06-27T08:37:17.172Z] #77 156.8 checking for pkg-config... /usr/bin/pkg-config [2022-06-27T08:37:17.172Z] #77 156.8 checking pkg-config is at least version 0.9.0... yes [2022-06-27T08:37:17.184Z] #47 ... [2022-06-27T08:37:17.184Z] [2022-06-27T08:37:17.184Z] #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-27T08:37:17.184Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:37:17.184Z] #77 199.4 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-27T08:37:17.441Z] #77 199.7 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-27T08:37:17.742Z] #77 156.8 checking for library containing yajl_tree_get... -lyajl [2022-06-27T08:37:17.742Z] #77 157.5 checking for yajl >= 2.0.0... yes [2022-06-27T08:37:18.003Z] #77 200.1 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-27T08:37:18.003Z] #77 200.4 CC tests/init.o [2022-06-27T08:37:18.309Z] #77 157.6 checking sys/capability.h usability... yes [2022-06-27T08:37:18.513Z] #77 214.4 CCLD tests/init [2022-06-27T08:37:18.565Z] #77 200.9 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-27T08:37:18.566Z] #77 158.0 checking sys/capability.h presence... yes [2022-06-27T08:37:18.566Z] #77 158.1 checking for sys/capability.h... yes [2022-06-27T08:37:19.134Z] #77 158.1 checking for library containing cap_from_name... -lcap [2022-06-27T08:37:19.698Z] #77 158.8 checking for library containing dlopen... -ldl [2022-06-27T08:37:20.217Z] #77 159.5 checking seccomp.h usability... yes [2022-06-27T08:37:20.217Z] #77 159.9 checking seccomp.h presence... yes [2022-06-27T08:37:20.217Z] #77 160.0 checking for seccomp.h... yes [2022-06-27T08:37:21.151Z] #77 160.0 checking for library containing seccomp_rule_add... -lseccomp [2022-06-27T08:37:21.407Z] #77 160.7 checking for library containing seccomp_arch_resolve_name... none required [2022-06-27T08:37:21.973Z] #77 161.1 checking systemd/sd-bus.h usability... yes [2022-06-27T08:37:21.973Z] #77 161.6 checking systemd/sd-bus.h presence... [2022-06-27T08:37:21.973Z] #77 ... [2022-06-27T08:37:21.973Z] [2022-06-27T08:37:21.973Z] #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-27T08:37:21.973Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-27T08:37:21.973Z] #34 DONE 240.9s [2022-06-27T08:37:21.973Z] [2022-06-27T08:37:21.973Z] #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-27T08:37:21.973Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:37:21.973Z] #77 161.6 checking systemd/sd-bus.h presence... yes [2022-06-27T08:37:21.973Z] #77 161.8 checking for systemd/sd-bus.h... yes [2022-06-27T08:37:21.973Z] #77 161.9 checking for library containing sd_bus_match_signal_async... [2022-06-27T08:37:21.973Z] #77 ... [2022-06-27T08:37:21.973Z] [2022-06-27T08:37:21.973Z] #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-27T08:37:21.973Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:37:21.973Z] #21 14.50 Fetched 8545 kB in 13s (656 kB/s) [2022-06-27T08:37:22.903Z] #21 14.50 Reading package lists... [2022-06-27T08:37:22.903Z] #21 ... [2022-06-27T08:37:22.903Z] [2022-06-27T08:37:22.903Z] #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-27T08:37:22.903Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:37:22.903Z] #77 161.9 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-27T08:37:23.465Z] #77 162.8 checking for sd_notify_barrier... yes [2022-06-27T08:37:23.721Z] #77 163.2 checking linux/bpf.h usability... yes [2022-06-27T08:37:23.977Z] #77 163.6 checking linux/bpf.h presence... yes [2022-06-27T08:37:23.977Z] #77 163.7 checking for linux/bpf.h... yes [2022-06-27T08:37:24.232Z] #77 163.7 checking compilation for eBPF... yes [2022-06-27T08:37:24.232Z] #77 164.0 checking for criu >= 3.15... no [2022-06-27T08:37:24.232Z] #77 164.1 configure: CRIU headers not found, building without CRIU support [2022-06-27T08:37:24.488Z] #77 164.1 checking for criu > 3.16... no [2022-06-27T08:37:24.488Z] #77 164.2 configure: CRIU version doesn't support join-ns API [2022-06-27T08:37:24.488Z] #77 164.2 checking for criu > 3.16.1... no [2022-06-27T08:37:24.488Z] #77 164.2 configure: CRIU version doesn't support for pre-dumping [2022-06-27T08:37:24.743Z] #77 164.2 checking for new mount API (fsconfig)... yes [2022-06-27T08:37:24.999Z] #77 164.4 checking for seccomp notify API... yes [2022-06-27T08:37:24.999Z] #77 164.7 checking for gperf... no [2022-06-27T08:37:24.999Z] #77 164.7 configure: gperf not found - cannot rebuild signal parser code [2022-06-27T08:37:25.561Z] #77 164.7 checking for library containing argp_parse... none required [2022-06-27T08:37:26.073Z] #77 165.7 checking that generated files are newer than configure... done [2022-06-27T08:37:26.073Z] #77 165.7 configure: creating ./config.status [2022-06-27T08:37:31.317Z] #77 170.9 config.status: creating Makefile [2022-06-27T08:37:31.317Z] #77 171.2 config.status: creating rpm/crun.spec [2022-06-27T08:37:31.572Z] #77 171.4 config.status: creating config.h [2022-06-27T08:37:31.572Z] #77 171.4 config.status: executing libtool commands [2022-06-27T08:37:31.828Z] #77 171.5 config.status: executing depfiles commands [2022-06-27T08:37:33.198Z] #77 ... [2022-06-27T08:37:33.198Z] [2022-06-27T08:37:33.198Z] #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-27T08:37:33.198Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-27T08:37:33.198Z] #36 251.8 Delve is a source level debugger for Go programs. [2022-06-27T08:37:33.198Z] #36 251.8 [2022-06-27T08:37:33.198Z] #36 251.8 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-27T08:37:33.198Z] #36 251.8 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-27T08:37:33.198Z] #36 251.8 [2022-06-27T08:37:33.198Z] #36 251.8 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-27T08:37:33.198Z] #36 251.8 [2022-06-27T08:37:33.198Z] #36 251.8 Pass flags to the program you are debugging using `--`, for example: [2022-06-27T08:37:33.198Z] #36 251.8 [2022-06-27T08:37:33.198Z] #36 251.8 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-27T08:37:33.198Z] #36 251.8 [2022-06-27T08:37:33.198Z] #36 251.8 Usage: [2022-06-27T08:37:33.198Z] #36 251.8 dlv [command] [2022-06-27T08:37:33.198Z] #36 251.8 [2022-06-27T08:37:33.198Z] #36 251.8 Available Commands: [2022-06-27T08:37:33.198Z] #36 251.8 attach Attach to running process and begin debugging. [2022-06-27T08:37:33.198Z] #36 251.8 connect Connect to a headless debug server with a terminal client. [2022-06-27T08:37:33.198Z] #36 251.8 core Examine a core dump. [2022-06-27T08:37:33.198Z] #36 251.8 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-27T08:37:33.198Z] #36 251.8 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-27T08:37:33.198Z] #36 251.8 exec Execute a precompiled binary, and begin a debug session. [2022-06-27T08:37:33.198Z] #36 251.8 help Help about any command [2022-06-27T08:37:33.198Z] #36 251.8 run Deprecated command. Use 'debug' instead. [2022-06-27T08:37:33.198Z] #36 251.8 test Compile test binary and begin debugging program. [2022-06-27T08:37:33.198Z] #36 251.8 trace Compile and begin tracing program. [2022-06-27T08:37:33.198Z] #36 251.8 version Prints version. [2022-06-27T08:37:33.198Z] #36 251.8 [2022-06-27T08:37:33.198Z] #36 251.8 Flags: [2022-06-27T08:37:33.198Z] #36 251.8 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-27T08:37:33.198Z] #36 251.8 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-27T08:37:33.198Z] #36 251.8 --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-27T08:37:33.198Z] #36 251.8 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-27T08:37:33.198Z] #36 251.8 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-27T08:37:33.198Z] #36 251.8 --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-27T08:37:33.198Z] #36 251.8 --disable-aslr Disables address space randomization [2022-06-27T08:37:33.198Z] #36 251.8 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-27T08:37:33.198Z] #36 251.8 -h, --help help for dlv [2022-06-27T08:37:33.198Z] #36 251.8 --init string Init file, executed by the terminal client. [2022-06-27T08:37:33.198Z] #36 251.8 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-27T08:37:33.198Z] #36 251.8 --log Enable debugging server logging. [2022-06-27T08:37:33.198Z] #36 251.8 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-27T08:37:33.198Z] #36 251.8 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-27T08:37:33.198Z] #36 251.8 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-27T08:37:33.198Z] #36 251.8 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-27T08:37:33.198Z] #36 251.8 --wd string Working directory for running the program. [2022-06-27T08:37:33.198Z] #36 251.8 [2022-06-27T08:37:33.198Z] #36 251.8 Additional help topics: [2022-06-27T08:37:33.198Z] #36 251.8 dlv backend Help about the --backend flag. [2022-06-27T08:37:33.198Z] #36 251.8 dlv log Help about logging flags. [2022-06-27T08:37:33.198Z] #36 251.8 dlv redirect Help about file redirection. [2022-06-27T08:37:33.198Z] #36 251.8 [2022-06-27T08:37:33.198Z] #36 251.8 Use "dlv [command] --help" for more information about a command. [2022-06-27T08:37:33.198Z] #36 ... [2022-06-27T08:37:33.198Z] [2022-06-27T08:37:33.198Z] #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-27T08:37:33.198Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:37:33.198Z] #21 14.50 Reading package lists... [2022-06-27T08:37:33.198Z] #21 19.96 Reading package lists... [2022-06-27T08:37:33.198Z] #21 24.70 Building dependency tree... [2022-06-27T08:37:33.198Z] #21 27.53 The following additional packages will be installed: [2022-06-27T08:37:33.198Z] #21 27.53 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-27T08:37:33.198Z] #21 27.53 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-27T08:37:33.198Z] #21 27.53 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-27T08:37:33.198Z] #21 27.53 python3-pkg-resources vim-runtime xxd [2022-06-27T08:37:33.198Z] #21 27.56 Suggested packages: [2022-06-27T08:37:33.198Z] #21 27.56 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-27T08:37:33.198Z] #21 27.56 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-27T08:37:33.198Z] #21 27.56 acl attr quota [2022-06-27T08:37:33.198Z] #21 27.56 Recommended packages: [2022-06-27T08:37:33.198Z] #21 27.56 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-27T08:37:33.198Z] #21 29.73 The following NEW packages will be installed: [2022-06-27T08:37:33.198Z] #21 29.73 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-27T08:37:33.198Z] #21 29.73 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-27T08:37:33.198Z] #21 29.73 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-27T08:37:33.198Z] #21 29.73 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-27T08:37:33.198Z] #21 29.73 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-27T08:37:33.198Z] #21 29.73 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-27T08:37:33.198Z] #21 29.73 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-27T08:37:33.198Z] #21 29.73 xz-utils zip zstd [2022-06-27T08:37:33.460Z] #21 30.10 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:37:33.460Z] #21 30.10 Need to get 27.7 MB of archives. [2022-06-27T08:37:33.460Z] #21 30.10 After this operation, 106 MB of additional disk space will be used. [2022-06-27T08:37:33.460Z] #21 30.10 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-27T08:37:33.460Z] #21 30.10 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-27T08:37:33.460Z] #21 30.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-27T08:37:33.460Z] #21 30.11 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-27T08:37:33.460Z] #21 30.11 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-27T08:37:33.460Z] #21 30.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-27T08:37:33.460Z] #21 30.12 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-27T08:37:33.460Z] #21 30.14 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-27T08:37:33.718Z] #21 ... [2022-06-27T08:37:33.718Z] [2022-06-27T08:37:33.718Z] #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-27T08:37:33.718Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-27T08:37:33.718Z] #36 DONE 252.4s [2022-06-27T08:37:33.718Z] [2022-06-27T08:37:33.718Z] #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-27T08:37:33.718Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:37:33.718Z] #21 30.22 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-27T08:37:33.719Z] #21 30.23 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-27T08:37:33.719Z] #21 30.23 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-27T08:37:33.719Z] #21 30.27 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-27T08:37:33.719Z] #21 30.27 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-27T08:37:33.719Z] #21 30.29 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-27T08:37:33.719Z] #21 30.32 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-27T08:37:33.719Z] #21 30.35 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-27T08:37:33.719Z] #21 30.35 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-27T08:37:33.719Z] #21 30.35 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-27T08:37:33.719Z] #21 30.35 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-27T08:37:33.719Z] #21 30.35 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-27T08:37:33.719Z] #21 30.37 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-27T08:37:33.719Z] #21 30.39 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-27T08:37:33.719Z] #21 30.39 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-27T08:37:33.974Z] #21 30.42 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-27T08:37:33.974Z] #21 30.42 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-27T08:37:33.974Z] #21 30.42 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-27T08:37:33.974Z] #21 30.43 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-27T08:37:34.537Z] #21 30.92 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-27T08:37:34.537Z] #21 30.92 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-27T08:37:34.537Z] #21 30.94 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-27T08:37:34.537Z] #21 30.94 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-27T08:37:34.537Z] #21 30.94 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-27T08:37:34.537Z] #21 30.94 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-27T08:37:34.537Z] #21 30.96 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-27T08:37:34.537Z] #21 30.96 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-27T08:37:34.537Z] #21 31.07 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-27T08:37:34.537Z] #21 31.07 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-27T08:37:34.537Z] #21 31.07 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-27T08:37:34.537Z] #21 31.07 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-27T08:37:34.537Z] #21 31.07 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-27T08:37:34.537Z] #21 31.07 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-27T08:37:34.537Z] #21 31.10 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-27T08:37:34.537Z] #21 31.17 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-27T08:37:34.794Z] #21 31.21 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-27T08:37:34.794Z] #21 31.22 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-27T08:37:35.051Z] #21 31.59 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-27T08:37:35.051Z] #21 31.68 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-27T08:37:35.329Z] #21 31.69 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-27T08:37:35.329Z] #21 31.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-27T08:37:36.263Z] #21 32.68 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:37:36.383Z] #64 329.4 # github.com/containerd/containerd/cmd/containerd [2022-06-27T08:37:36.383Z] #64 329.4 /usr/bin/ld: /tmp/go-link-83408679/000019.o: in function `New': [2022-06-27T08:37:36.383Z] #64 329.4 /tmp/tmp.J1zdxqWP8G/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-27T08:37:36.383Z] #64 329.5 + bin/containerd-stress [2022-06-27T08:37:36.383Z] #64 330.6 + bin/containerd-shim [2022-06-27T08:37:36.519Z] #21 32.95 Fetched 27.7 MB in 2s (14.3 MB/s) [2022-06-27T08:37:36.519Z] #21 33.12 Selecting previously unselected package pigz. [2022-06-27T08:37:36.610Z] #77 ... [2022-06-27T08:37:36.610Z] [2022-06-27T08:37:36.610Z] #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-27T08:37:36.610Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:37:36.610Z] #47 DONE 269.0s [2022-06-27T08:37:36.610Z] [2022-06-27T08:37:36.610Z] #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-27T08:37:36.611Z] #64 sha256:6ced15e1e431c99b732995941712c1e84c4ef80ed5da0e64f9d01643c5dfb2fa [2022-06-27T08:37:36.640Z] #77 235.2 AR libcrun_testing.a [2022-06-27T08:37:36.640Z] #77 235.3 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-27T08:37:36.640Z] #77 235.4 CCLD tests/tests_libcrun_utils [2022-06-27T08:37:36.640Z] #77 235.4 CCLD tests/tests_libcrun_errors [2022-06-27T08:37:36.640Z] #77 235.4 CCLD tests/tests_libcrun_fuzzer [2022-06-27T08:37:36.640Z] #77 ... [2022-06-27T08:37:36.640Z] [2022-06-27T08:37:36.640Z] #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-27T08:37:36.640Z] #26 sha256:267a9136bb6e8c39682d6d4f838c4c6ece2b62dbfaeac78b45491992097edc2c [2022-06-27T08:37:36.640Z] #26 277.6 + return [2022-06-27T08:37:36.774Z] #21 33.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-27T08:37:36.774Z] #21 33.25 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-27T08:37:36.774Z] #21 33.28 Unpacking pigz (2.6-1) ... [2022-06-27T08:37:37.030Z] #21 33.51 Selecting previously unselected package libelf1:amd64. [2022-06-27T08:37:37.030Z] #21 33.51 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-27T08:37:37.030Z] #21 33.52 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-27T08:37:37.286Z] #21 33.72 Selecting previously unselected package libbpf0:amd64. [2022-06-27T08:37:37.286Z] #21 33.75 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-27T08:37:37.286Z] #21 33.77 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-27T08:37:37.543Z] #21 33.97 Selecting previously unselected package libcap2:amd64. [2022-06-27T08:37:37.543Z] #21 33.97 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-27T08:37:37.543Z] #21 33.98 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-27T08:37:37.799Z] #21 34.14 Selecting previously unselected package libmnl0:amd64. [2022-06-27T08:37:37.799Z] #21 34.16 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-27T08:37:37.799Z] #21 34.19 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-27T08:37:37.799Z] #21 34.38 Selecting previously unselected package libxtables12:amd64. [2022-06-27T08:37:37.977Z] #64 ... [2022-06-27T08:37:37.977Z] [2022-06-27T08:37:37.977Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-27T08:37:37.977Z] #48 sha256:f165aeeda4126a77d2595859fa797ab9c7183f56905e032af525f1725b184b8d [2022-06-27T08:37:38.055Z] #21 34.38 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-27T08:37:38.055Z] #21 34.40 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-27T08:37:38.055Z] #21 34.56 Selecting previously unselected package libcap2-bin. [2022-06-27T08:37:38.055Z] #21 34.58 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-27T08:37:38.055Z] #21 34.59 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-27T08:37:38.372Z] #21 34.71 Selecting previously unselected package iproute2. [2022-06-27T08:37:38.372Z] #21 34.71 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-27T08:37:38.372Z] #21 34.72 Unpacking iproute2 (5.10.0-4) ... [2022-06-27T08:37:38.540Z] #48 DONE 0.5s [2022-06-27T08:37:38.540Z] [2022-06-27T08:37:38.540Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-27T08:37:38.540Z] #52 sha256:f9153fe78910de092cc05b564dc66a7077eac9bce6ef3af4a0fe6c8cf47a5402 [2022-06-27T08:37:38.540Z] #52 DONE 0.1s [2022-06-27T08:37:38.540Z] [2022-06-27T08:37:38.540Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-27T08:37:38.540Z] #54 sha256:93dc976ea64fc041795ccd105005ce5caf6ac82abec648b2130da1401d70e868 [2022-06-27T08:37:38.796Z] #54 DONE 0.1s [2022-06-27T08:37:38.796Z] [2022-06-27T08:37:38.796Z] #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-27T08:37:38.796Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:37:39.191Z] #26 DONE 280.1s [2022-06-27T08:37:39.191Z] [2022-06-27T08:37:39.191Z] #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-27T08:37:39.191Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-27T08:37:39.191Z] #77 236.5 CCLD libcrun.la [2022-06-27T08:37:39.191Z] #77 237.0 CCLD crun [2022-06-27T08:37:39.191Z] #77 237.5 make[3]: Entering directory '/tmp/crun-build' [2022-06-27T08:37:39.191Z] #77 237.7 /bin/mkdir -p '/usr/local/lib' [2022-06-27T08:37:39.191Z] #77 237.7 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-27T08:37:39.191Z] #77 237.7 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-27T08:37:39.191Z] #77 237.7 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-27T08:37:39.191Z] #77 237.8 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-27T08:37:39.191Z] #77 237.8 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-27T08:37:39.191Z] #77 237.8 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-27T08:37:39.191Z] #77 237.8 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-27T08:37:39.191Z] #77 238.0 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-27T08:37:39.191Z] #77 238.0 ---------------------------------------------------------------------- [2022-06-27T08:37:39.191Z] #77 238.0 Libraries have been installed in: [2022-06-27T08:37:39.191Z] #77 238.0 /usr/local/lib [2022-06-27T08:37:39.191Z] #77 238.0 [2022-06-27T08:37:39.191Z] #77 238.0 If you ever happen to want to link against installed libraries [2022-06-27T08:37:39.191Z] #77 238.0 in a given directory, LIBDIR, you must either use libtool, and [2022-06-27T08:37:39.191Z] #77 238.0 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-27T08:37:39.191Z] #77 238.0 flag during linking and do at least one of the following: [2022-06-27T08:37:39.191Z] #77 238.0 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-27T08:37:39.191Z] #77 238.0 during execution [2022-06-27T08:37:39.191Z] #77 238.0 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-27T08:37:39.191Z] #77 238.0 during linking [2022-06-27T08:37:39.191Z] #77 238.0 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-27T08:37:39.191Z] #77 238.0 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-27T08:37:39.191Z] #77 238.0 [2022-06-27T08:37:39.191Z] #77 238.0 See any operating system documentation about shared libraries for [2022-06-27T08:37:39.191Z] #77 238.0 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-27T08:37:39.191Z] #77 238.1 ---------------------------------------------------------------------- [2022-06-27T08:37:39.191Z] #77 238.1 /bin/mkdir -p '/build' [2022-06-27T08:37:39.191Z] #77 238.1 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-27T08:37:39.308Z] #21 35.83 Selecting previously unselected package xxd. [2022-06-27T08:37:39.308Z] #21 35.83 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-27T08:37:39.308Z] #21 35.83 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:37:39.452Z] #77 238.2 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-27T08:37:39.452Z] #77 238.3 make[3]: Leaving directory '/tmp/crun-build' [2022-06-27T08:37:39.452Z] #77 238.3 make[2]: Leaving directory '/tmp/crun-build' [2022-06-27T08:37:39.452Z] #77 238.3 make[1]: Leaving directory '/tmp/crun-build' [2022-06-27T08:37:39.452Z] #77 DONE 238.4s [2022-06-27T08:37:39.452Z] [2022-06-27T08:37:39.452Z] #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-27T08:37:39.452Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-27T08:37:39.452Z] #55 280.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-27T08:37:39.452Z] #55 DONE 280.9s [2022-06-27T08:37:39.452Z] [2022-06-27T08:37:39.452Z] #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-27T08:37:39.452Z] #64 sha256:51bbfbea90b44bb03be4715a2ebb382407c42695a56d3b40501050a3439acbcb [2022-06-27T08:37:40.246Z] #21 36.51 Selecting previously unselected package vim-common. [2022-06-27T08:37:40.246Z] #21 36.51 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-27T08:37:40.246Z] #21 36.56 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:37:40.502Z] #21 36.93 Selecting previously unselected package bash-completion. [2022-06-27T08:37:40.502Z] #21 36.93 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-27T08:37:40.687Z] #55 ... [2022-06-27T08:37:40.687Z] [2022-06-27T08:37:40.687Z] #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-27T08:37:40.687Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:37:40.687Z] #77 222.7 CCLD tests/init [2022-06-27T08:37:42.393Z] #21 ... [2022-06-27T08:37:42.393Z] [2022-06-27T08:37:42.393Z] #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-27T08:37:42.393Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:37:42.393Z] #77 173.9 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-27T08:37:42.393Z] #77 174.0 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-27T08:37:42.393Z] #77 174.7 checking for gcc... gcc [2022-06-27T08:37:42.393Z] #77 174.8 checking whether the C compiler works... yes [2022-06-27T08:37:42.393Z] #77 175.2 checking for C compiler default output file name... a.out [2022-06-27T08:37:42.393Z] #77 175.2 checking for suffix of executables... [2022-06-27T08:37:42.393Z] #77 175.6 checking whether we are cross compiling... no [2022-06-27T08:37:42.393Z] #77 175.7 checking for suffix of object files... o [2022-06-27T08:37:42.393Z] #77 175.7 checking whether we are using the GNU C compiler... yes [2022-06-27T08:37:42.393Z] #77 175.9 checking whether gcc accepts -g... yes [2022-06-27T08:37:42.393Z] #77 176.2 checking for gcc option to accept ISO C89... none needed [2022-06-27T08:37:42.393Z] #77 176.4 checking whether gcc understands -c and -o together... yes [2022-06-27T08:37:42.393Z] #77 176.7 checking how to run the C preprocessor... gcc -E [2022-06-27T08:37:42.393Z] #77 176.9 checking for grep that handles long lines and -e... /bin/grep [2022-06-27T08:37:42.393Z] #77 177.0 checking for egrep... /bin/grep -E [2022-06-27T08:37:42.393Z] #77 177.0 checking for ANSI C header files... yes [2022-06-27T08:37:42.393Z] #77 177.8 checking for sys/types.h... yes [2022-06-27T08:37:42.393Z] #77 178.1 checking for sys/stat.h... yes [2022-06-27T08:37:42.393Z] #77 178.3 checking for stdlib.h... yes [2022-06-27T08:37:42.393Z] #77 178.5 checking for string.h... yes [2022-06-27T08:37:42.393Z] #77 178.7 checking for memory.h... yes [2022-06-27T08:37:42.393Z] #77 179.1 checking for strings.h... yes [2022-06-27T08:37:42.393Z] #77 179.3 checking for inttypes.h... yes [2022-06-27T08:37:42.393Z] #77 179.6 checking for stdint.h... yes [2022-06-27T08:37:42.393Z] #77 179.8 checking for unistd.h... yes [2022-06-27T08:37:42.393Z] #77 180.0 checking minix/config.h usability... no [2022-06-27T08:37:42.393Z] #77 180.3 checking minix/config.h presence... no [2022-06-27T08:37:42.393Z] #77 180.4 checking for minix/config.h... no [2022-06-27T08:37:42.393Z] #77 180.4 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-27T08:37:42.393Z] #77 180.8 checking build system type... x86_64-pc-linux-gnu [2022-06-27T08:37:42.393Z] #77 181.2 checking host system type... x86_64-pc-linux-gnu [2022-06-27T08:37:42.393Z] #77 181.2 checking how to print strings... printf [2022-06-27T08:37:42.393Z] #77 181.2 checking for a sed that does not truncate output... /bin/sed [2022-06-27T08:37:42.393Z] #77 181.3 checking for fgrep... /bin/grep -F [2022-06-27T08:37:42.393Z] #77 181.3 checking for ld used by gcc... /usr/bin/ld [2022-06-27T08:37:42.393Z] #77 181.3 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-27T08:37:42.393Z] #77 181.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-27T08:37:42.393Z] #77 181.4 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-27T08:37:42.393Z] #77 181.4 checking whether ln -s works... yes [2022-06-27T08:37:42.393Z] #77 181.4 checking the maximum length of command line arguments... 1572864 [2022-06-27T08:37:42.393Z] #77 181.5 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-27T08:37:42.393Z] #77 181.5 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-27T08:37:42.393Z] #77 181.5 checking for /usr/bin/ld option to reload object files... -r [2022-06-27T08:37:42.393Z] #77 181.5 checking for objdump... objdump [2022-06-27T08:37:42.393Z] #77 181.5 checking how to recognize dependent libraries... pass_all [2022-06-27T08:37:42.393Z] #77 181.5 checking for dlltool... no [2022-06-27T08:37:42.393Z] #77 181.5 checking how to associate runtime and link libraries... printf %s\n [2022-06-27T08:37:42.393Z] #77 181.5 checking for ar... ar [2022-06-27T08:37:42.393Z] #77 181.5 checking for archiver @FILE support... @ [2022-06-27T08:37:42.393Z] #77 181.7 checking for strip... strip [2022-06-27T08:37:42.393Z] #77 181.7 checking for ranlib... ranlib [2022-06-27T08:37:42.393Z] #77 181.7 checking for gawk... no [2022-06-27T08:37:42.393Z] #77 181.7 checking for mawk... mawk [2022-06-27T08:37:42.649Z] #77 181.7 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-27T08:37:42.649Z] #77 182.6 checking for sysroot... no [2022-06-27T08:37:42.905Z] #77 182.6 checking for a working dd... /bin/dd [2022-06-27T08:37:42.905Z] #77 182.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-27T08:37:43.162Z] #77 182.8 checking for mt... no [2022-06-27T08:37:43.162Z] #77 182.8 checking if : is a manifest tool... no [2022-06-27T08:37:43.419Z] #77 182.8 checking for dlfcn.h... yes [2022-06-27T08:37:43.676Z] #77 183.3 checking for objdir... .libs [2022-06-27T08:37:43.676Z] #64 ... [2022-06-27T08:37:43.676Z] [2022-06-27T08:37:43.676Z] #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-27T08:37:43.676Z] #60 sha256:339ec3d1b6b0077d942d0afc95b48195eebb350de30e7578ef241300e1120071 [2022-06-27T08:37:43.676Z] #60 167.6 + mkdir -p /build [2022-06-27T08:37:43.676Z] #60 167.6 + cp runc /build/runc [2022-06-27T08:37:44.248Z] #60 DONE 168.2s [2022-06-27T08:37:44.248Z] [2022-06-27T08:37:44.248Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-27T08:37:44.248Z] #27 sha256:61cb1157e8982821119bc581989c9f9604d286fd8032972ca94551c184c61f67 [2022-06-27T08:37:44.495Z] #77 183.9 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-27T08:37:44.495Z] #77 184.1 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-27T08:37:44.495Z] #77 184.1 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-27T08:37:44.515Z] #64 341.9 + bin/containerd-shim-runc-v1 [2022-06-27T08:37:44.852Z] #27 DONE 0.8s [2022-06-27T08:37:44.852Z] [2022-06-27T08:37:44.852Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-27T08:37:44.852Z] #32 sha256:95e4242432241fa98d2ed66220a277859e983c0ecea0b0a838a21d85237ed562 [2022-06-27T08:37:45.057Z] #77 184.3 checking if gcc static flag -static works... [2022-06-27T08:37:45.057Z] #77 ... [2022-06-27T08:37:45.057Z] [2022-06-27T08:37:45.057Z] #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-27T08:37:45.057Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:37:45.057Z] #21 41.48 Unpacking bash-completion (1:2.11-2) ... [2022-06-27T08:37:45.620Z] #21 42.20 Selecting previously unselected package bzip2. [2022-06-27T08:37:45.620Z] #21 42.22 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-27T08:37:45.802Z] #32 DONE 1.0s [2022-06-27T08:37:45.802Z] [2022-06-27T08:37:45.802Z] #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-27T08:37:45.802Z] #64 sha256:51bbfbea90b44bb03be4715a2ebb382407c42695a56d3b40501050a3439acbcb [2022-06-27T08:37:45.802Z] #64 ... [2022-06-27T08:37:45.802Z] [2022-06-27T08:37:45.802Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-27T08:37:45.802Z] #35 sha256:ac2325bb7021107a4479c830071aa9ff8f94115be97bafee35e8d8457064f5b5 [2022-06-27T08:37:45.877Z] #21 42.24 Unpacking bzip2 (1.0.8-4) ... [2022-06-27T08:37:45.877Z] #21 42.44 Selecting previously unselected package xz-utils. [2022-06-27T08:37:45.877Z] #21 42.45 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-27T08:37:45.877Z] #21 42.45 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:37:46.063Z] #35 DONE 0.4s [2022-06-27T08:37:46.063Z] [2022-06-27T08:37:46.063Z] #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-27T08:37:46.063Z] #64 sha256:51bbfbea90b44bb03be4715a2ebb382407c42695a56d3b40501050a3439acbcb [2022-06-27T08:37:46.326Z] #64 ... [2022-06-27T08:37:46.326Z] [2022-06-27T08:37:46.326Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-27T08:37:46.326Z] #37 sha256:8d5a3f3d1fd2d0afda0d77f736f74247f374c8b17f95aa16d32b2fb488a6e22a [2022-06-27T08:37:46.326Z] #37 DONE 0.3s [2022-06-27T08:37:46.326Z] [2022-06-27T08:37:46.327Z] #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-27T08:37:46.327Z] #64 sha256:51bbfbea90b44bb03be4715a2ebb382407c42695a56d3b40501050a3439acbcb [2022-06-27T08:37:46.439Z] #21 43.02 Selecting previously unselected package apparmor. [2022-06-27T08:37:46.439Z] #21 43.07 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-27T08:37:46.587Z] #64 ... [2022-06-27T08:37:46.587Z] [2022-06-27T08:37:46.587Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-27T08:37:46.587Z] #39 sha256:4d9556d8a5cb359494e179289433b2dfc336cdc8c03203e0ab503294bfdf12e6 [2022-06-27T08:37:46.587Z] #39 DONE 0.1s [2022-06-27T08:37:46.587Z] [2022-06-27T08:37:46.587Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-27T08:37:46.587Z] #41 sha256:23659b8c36503fc9bd412848b6940588e30218bb0dd4a25260e38e67925c7e88 [2022-06-27T08:37:46.587Z] #41 DONE 0.1s [2022-06-27T08:37:46.587Z] [2022-06-27T08:37:46.587Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-27T08:37:46.587Z] #45 sha256:d26dd747fff9c9f56edff601b6eef7098689fbd067368ae2626b28d518bfd9f5 [2022-06-27T08:37:46.587Z] #45 DONE 0.1s [2022-06-27T08:37:46.587Z] [2022-06-27T08:37:46.587Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-27T08:37:46.587Z] #48 sha256:2246084f548e4dfa9f97ca06c3619386c2f4e709d9642b46ec2a036cc5b9eb00 [2022-06-27T08:37:46.720Z] #21 43.22 Unpacking apparmor (2.13.6-10) ... [2022-06-27T08:37:47.160Z] #48 DONE 0.4s [2022-06-27T08:37:47.160Z] [2022-06-27T08:37:47.160Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-27T08:37:47.160Z] #52 sha256:15b8bd60d3948a7ecf713969c59c7eb8748127ee27d7b38461ec12abd960b778 [2022-06-27T08:37:47.160Z] #52 DONE 0.0s [2022-06-27T08:37:47.160Z] [2022-06-27T08:37:47.160Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-27T08:37:47.160Z] #54 sha256:b0e3856e3e16cb9a061024156f57e0de9f08a9a95c7b238bfe02e367743ed9bc [2022-06-27T08:37:47.160Z] #54 DONE 0.1s [2022-06-27T08:37:47.160Z] [2022-06-27T08:37:47.160Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-27T08:37:47.160Z] #56 sha256:cff644fcc0e1c5c05faada1930ac8170095bee16b10b611cf4d1f67c4791bb96 [2022-06-27T08:37:47.707Z] #21 44.05 Selecting previously unselected package inetutils-ping. [2022-06-27T08:37:47.707Z] #21 44.06 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-27T08:37:47.707Z] #21 44.15 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-27T08:37:47.964Z] #21 44.47 Selecting previously unselected package libip4tc2:amd64. [2022-06-27T08:37:47.964Z] #21 44.47 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-27T08:37:47.964Z] #21 44.51 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-27T08:37:48.219Z] #21 44.64 Selecting previously unselected package libip6tc2:amd64. [2022-06-27T08:37:48.219Z] #21 44.64 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-27T08:37:48.219Z] #21 44.67 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-27T08:37:48.482Z] #21 44.94 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-27T08:37:48.482Z] #21 44.94 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-27T08:37:48.545Z] #56 DONE 1.3s [2022-06-27T08:37:48.545Z] [2022-06-27T08:37:48.545Z] #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-27T08:37:48.545Z] #64 sha256:51bbfbea90b44bb03be4715a2ebb382407c42695a56d3b40501050a3439acbcb [2022-06-27T08:37:48.545Z] #64 ... [2022-06-27T08:37:48.545Z] [2022-06-27T08:37:48.545Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-27T08:37:48.545Z] #58 sha256:e8f31b185721a55218a9ed779ed4ba5d5dad670ea59c92567334a070c79bd56c [2022-06-27T08:37:48.545Z] #58 DONE 0.1s [2022-06-27T08:37:48.545Z] [2022-06-27T08:37:48.545Z] #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-27T08:37:48.545Z] #64 sha256:51bbfbea90b44bb03be4715a2ebb382407c42695a56d3b40501050a3439acbcb [2022-06-27T08:37:48.545Z] #64 252.8 + bin/containerd [2022-06-27T08:37:48.807Z] #21 45.02 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-27T08:37:49.067Z] #21 45.55 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-27T08:37:49.067Z] #21 45.55 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-27T08:37:49.067Z] #21 45.59 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-27T08:37:49.116Z] #64 ... [2022-06-27T08:37:49.117Z] [2022-06-27T08:37:49.117Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-27T08:37:49.117Z] #61 sha256:97290c3ead6ee0fe1be4b1a69c8e8e3a33e61c0da89ed9978d829cba1670d488 [2022-06-27T08:37:49.117Z] #61 DONE 0.4s [2022-06-27T08:37:49.117Z] [2022-06-27T08:37:49.117Z] #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-27T08:37:49.117Z] #64 sha256:51bbfbea90b44bb03be4715a2ebb382407c42695a56d3b40501050a3439acbcb [2022-06-27T08:37:49.323Z] #21 45.74 Selecting previously unselected package libnftnl11:amd64. [2022-06-27T08:37:49.323Z] #21 45.75 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-27T08:37:49.323Z] #21 45.77 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-27T08:37:49.323Z] #21 45.87 Selecting previously unselected package iptables. [2022-06-27T08:37:49.323Z] #21 45.87 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-27T08:37:49.323Z] #21 45.88 Unpacking iptables (1.8.7-1) ... [2022-06-27T08:37:49.799Z] #64 348.2 + bin/containerd-shim-runc-v2 [2022-06-27T08:37:49.886Z] #21 46.21 Selecting previously unselected package libonig5:amd64. [2022-06-27T08:37:49.886Z] #21 46.22 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-27T08:37:49.886Z] #21 46.23 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-27T08:37:50.142Z] #21 46.50 Selecting previously unselected package libjq1:amd64. [2022-06-27T08:37:50.142Z] #21 46.50 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-27T08:37:50.142Z] #21 46.52 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-27T08:37:50.142Z] #21 46.67 Selecting previously unselected package jq. [2022-06-27T08:37:50.142Z] #21 46.69 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-27T08:37:50.142Z] #21 46.70 Unpacking jq (1.6-2.1) ... [2022-06-27T08:37:50.368Z] #64 349.0 + binaries [2022-06-27T08:37:50.398Z] #21 46.83 Selecting previously unselected package libaio1:amd64. [2022-06-27T08:37:50.398Z] #21 46.83 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-27T08:37:50.398Z] #21 46.84 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-27T08:37:50.398Z] #21 46.95 Selecting previously unselected package libgpm2:amd64. [2022-06-27T08:37:50.398Z] #21 46.96 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-27T08:37:50.398Z] #21 47.06 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-27T08:37:50.627Z] #64 349.0 + install -D bin/containerd /build/containerd [2022-06-27T08:37:50.627Z] #64 349.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-27T08:37:50.627Z] #64 349.1 + install -D bin/ctr /build/ctr [2022-06-27T08:37:50.657Z] #21 47.16 Selecting previously unselected package libicu67:amd64. [2022-06-27T08:37:50.657Z] #21 47.18 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-27T08:37:50.657Z] #21 47.18 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-27T08:37:52.533Z] #64 DONE 351.0s [2022-06-27T08:37:53.102Z] [2022-06-27T08:37:53.102Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-27T08:37:53.102Z] #65 sha256:0fe0a4c52bb7e588d468bab9c1fc53defca0e40bf524d05ae1c5a5490e12ff27 [2022-06-27T08:37:53.931Z] #21 ... [2022-06-27T08:37:53.931Z] [2022-06-27T08:37:53.931Z] #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-27T08:37:53.931Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:37:53.931Z] #77 184.3 checking if gcc static flag -static works... yes [2022-06-27T08:37:53.931Z] #77 185.1 checking if gcc supports -c -o file.o... yes [2022-06-27T08:37:53.931Z] #77 185.3 checking if gcc supports -c -o file.o... (cached) yes [2022-06-27T08:37:53.931Z] #77 185.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-27T08:37:53.931Z] #77 185.5 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-27T08:37:53.931Z] #77 186.2 checking how to hardcode library paths into programs... immediate [2022-06-27T08:37:53.931Z] #77 186.2 checking whether stripping libraries is possible... yes [2022-06-27T08:37:53.931Z] #77 186.2 checking if libtool supports shared libraries... yes [2022-06-27T08:37:53.931Z] #77 186.2 checking whether to build shared libraries... no [2022-06-27T08:37:53.931Z] #77 186.2 checking whether to build static libraries... yes [2022-06-27T08:37:53.931Z] #77 186.2 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-27T08:37:53.931Z] #77 186.3 checking whether build environment is sane... yes [2022-06-27T08:37:53.931Z] #77 186.4 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-27T08:37:53.931Z] #77 186.4 checking whether make sets $(MAKE)... yes [2022-06-27T08:37:53.931Z] #77 186.6 checking whether make supports the include directive... yes (GNU style) [2022-06-27T08:37:53.931Z] #77 186.6 checking whether make supports nested variables... yes [2022-06-27T08:37:53.931Z] #77 186.7 checking whether UID '0' is supported by ustar format... yes [2022-06-27T08:37:53.931Z] #77 186.7 checking whether GID '0' is supported by ustar format... yes [2022-06-27T08:37:53.931Z] #77 186.7 checking how to create a ustar tar archive... gnutar [2022-06-27T08:37:53.931Z] #77 186.8 checking dependency style of gcc... gcc3 [2022-06-27T08:37:53.931Z] #77 187.0 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-27T08:37:53.931Z] #77 187.0 checking whether make supports nested variables... (cached) yes [2022-06-27T08:37:53.931Z] #77 187.0 checking for pkg-config... /usr/bin/pkg-config [2022-06-27T08:37:53.931Z] #77 187.0 checking pkg-config is at least version 0.9.0... yes [2022-06-27T08:37:53.931Z] #77 187.0 checking for yajl >= 2.1.0... yes [2022-06-27T08:37:53.931Z] #77 187.0 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-27T08:37:53.931Z] #77 187.0 checking for gcc... (cached) gcc [2022-06-27T08:37:53.931Z] #77 187.1 checking whether we are using the GNU C compiler... (cached) yes [2022-06-27T08:37:53.931Z] #77 187.1 checking whether gcc accepts -g... (cached) yes [2022-06-27T08:37:53.931Z] #77 187.2 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-27T08:37:53.931Z] #77 187.2 checking whether gcc understands -c and -o together... (cached) yes [2022-06-27T08:37:53.931Z] #77 187.2 checking for a Python interpreter with version >= 3... python3 [2022-06-27T08:37:53.931Z] #77 187.3 checking for python3... /usr/bin/python3 [2022-06-27T08:37:53.931Z] #77 187.3 checking for python3 version... 3.9 [2022-06-27T08:37:53.931Z] #77 187.3 checking for python3 platform... linux [2022-06-27T08:37:53.931Z] #77 187.3 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-27T08:37:53.931Z] #77 187.5 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-27T08:37:53.931Z] #77 187.9 checking that generated files are newer than configure... done [2022-06-27T08:37:53.931Z] #77 187.9 configure: creating ./config.status [2022-06-27T08:37:53.931Z] #77 190.5 config.status: creating Makefile [2022-06-27T08:37:53.931Z] #77 190.6 config.status: creating config.h [2022-06-27T08:37:53.931Z] #77 190.6 config.status: executing libtool commands [2022-06-27T08:37:53.931Z] #77 190.7 config.status: executing depfiles commands [2022-06-27T08:37:53.931Z] #77 191.6 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-27T08:37:53.931Z] #77 191.6 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-27T08:37:53.931Z] #77 192.1 checking for gcc... gcc [2022-06-27T08:37:53.931Z] #77 192.2 checking whether the C compiler works... yes [2022-06-27T08:37:53.931Z] #77 192.4 checking for C compiler default output file name... a.out [2022-06-27T08:37:53.931Z] #77 192.4 checking for suffix of executables... [2022-06-27T08:37:53.931Z] #77 192.6 checking whether we are cross compiling... no [2022-06-27T08:37:53.931Z] #77 192.8 checking for suffix of object files... o [2022-06-27T08:37:53.931Z] #77 193.0 checking whether we are using the GNU C compiler... yes [2022-06-27T08:37:53.931Z] #77 193.1 checking whether gcc accepts -g... yes [2022-06-27T08:37:53.931Z] #77 193.2 checking for gcc option to accept ISO C89... none needed [2022-06-27T08:37:53.931Z] #77 193.4 checking whether gcc understands -c and -o together... yes [2022-06-27T08:37:53.931Z] #77 193.6 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-27T08:37:53.931Z] #77 193.7 checking whether build environment is sane... yes [2022-06-27T08:37:53.931Z] #77 193.7 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-27T08:37:53.931Z] #77 193.8 checking for gawk... no [2022-06-27T08:37:53.931Z] #77 193.8 checking for mawk... mawk [2022-06-27T08:37:53.931Z] #77 193.8 checking whether make sets $(MAKE)... yes [2022-06-27T08:37:54.040Z] #65 DONE 0.9s [2022-06-27T08:37:54.040Z] [2022-06-27T08:37:54.040Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-27T08:37:54.040Z] #70 sha256:d4f8784eb0f8279e730ce0c9453eac5b1a32b8be92e559cb8b0ce5405e605559 [2022-06-27T08:37:54.188Z] #77 193.9 checking whether make supports the include directive... yes (GNU style) [2022-06-27T08:37:54.188Z] #77 193.9 checking whether make supports nested variables... yes [2022-06-27T08:37:54.188Z] #77 194.0 checking whether UID '0' is supported by ustar format... yes [2022-06-27T08:37:54.188Z] #77 194.0 checking whether GID '0' is supported by ustar format... yes [2022-06-27T08:37:54.188Z] #77 194.0 checking how to create a ustar tar archive... gnutar [2022-06-27T08:37:54.300Z] #70 DONE 0.2s [2022-06-27T08:37:54.300Z] [2022-06-27T08:37:54.300Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-27T08:37:54.300Z] #75 sha256:696ca15266d0c0f576c2a71103198efd6de92f75700c68a18f50d31bb5a47dca [2022-06-27T08:37:54.447Z] #77 194.0 checking dependency style of gcc... gcc3 [2022-06-27T08:37:54.447Z] #77 194.2 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-27T08:37:54.447Z] #77 194.2 checking whether make supports nested variables... (cached) yes [2022-06-27T08:37:55.012Z] #77 194.3 checking build system type... x86_64-pc-linux-gnu [2022-06-27T08:37:55.012Z] #77 194.7 checking host system type... x86_64-pc-linux-gnu [2022-06-27T08:37:55.012Z] #77 194.7 checking how to print strings... printf [2022-06-27T08:37:55.012Z] #77 194.7 checking for a sed that does not truncate output... /bin/sed [2022-06-27T08:37:55.012Z] #77 194.7 checking for grep that handles long lines and -e... /bin/grep [2022-06-27T08:37:55.012Z] #77 194.8 checking for egrep... /bin/grep -E [2022-06-27T08:37:55.012Z] #77 194.8 checking for fgrep... /bin/grep -F [2022-06-27T08:37:55.012Z] #77 194.8 checking for ld used by gcc... /usr/bin/ld [2022-06-27T08:37:55.012Z] #77 194.8 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-27T08:37:55.012Z] #77 194.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-27T08:37:55.237Z] #75 DONE 0.9s [2022-06-27T08:37:55.237Z] [2022-06-27T08:37:55.237Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-27T08:37:55.237Z] #78 sha256:4dba2cd7c042968581d05f94cca210a4b06f096ded52631a99ebe5916a62bee7 [2022-06-27T08:37:55.237Z] #78 DONE 0.0s [2022-06-27T08:37:55.237Z] [2022-06-27T08:37:55.237Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-27T08:37:55.237Z] #79 sha256:022b5799699c8595d4ab3eefc3d3c6d80cbe42e9f91db66c5def12720b90cbe1 [2022-06-27T08:37:55.237Z] #79 DONE 0.0s [2022-06-27T08:37:55.237Z] [2022-06-27T08:37:55.237Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-27T08:37:55.237Z] #80 sha256:ca4d0e61a3a45c8615c9f7c2ba11972fd6396ecd1a61d33798b417ae9710ee49 [2022-06-27T08:37:55.237Z] #80 DONE 0.0s [2022-06-27T08:37:55.237Z] [2022-06-27T08:37:55.237Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-27T08:37:55.237Z] #81 sha256:ee99555f80819e927aad2441fa51ea87834543a22695ba25a447f3b309bf4845 [2022-06-27T08:37:55.269Z] #77 194.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-27T08:37:55.269Z] #77 195.0 checking whether ln -s works... yes [2022-06-27T08:37:55.269Z] #77 195.0 checking the maximum length of command line arguments... 1572864 [2022-06-27T08:37:55.269Z] #77 195.0 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-27T08:37:55.269Z] #77 195.0 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-27T08:37:55.269Z] #77 195.0 checking for /usr/bin/ld option to reload object files... -r [2022-06-27T08:37:55.269Z] #77 195.0 checking for objdump... objdump [2022-06-27T08:37:55.269Z] #77 195.0 checking how to recognize dependent libraries... pass_all [2022-06-27T08:37:55.269Z] #77 195.0 checking for dlltool... no [2022-06-27T08:37:55.269Z] #77 195.0 checking how to associate runtime and link libraries... printf %s\n [2022-06-27T08:37:55.269Z] #77 195.0 checking for ar... ar [2022-06-27T08:37:55.526Z] #77 195.0 checking for archiver @FILE support... @ [2022-06-27T08:37:55.526Z] #77 195.2 checking for strip... strip [2022-06-27T08:37:55.526Z] #77 195.2 checking for ranlib... ranlib [2022-06-27T08:37:55.784Z] #77 195.2 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-27T08:37:56.041Z] #77 195.7 checking for sysroot... no [2022-06-27T08:37:56.041Z] #77 195.7 checking for a working dd... /bin/dd [2022-06-27T08:37:56.041Z] #77 195.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-27T08:37:56.041Z] #77 195.8 checking for mt... no [2022-06-27T08:37:56.297Z] #77 195.8 checking if : is a manifest tool... no [2022-06-27T08:37:56.297Z] #77 195.9 checking how to run the C preprocessor... gcc -E [2022-06-27T08:37:56.297Z] #77 ... [2022-06-27T08:37:56.297Z] [2022-06-27T08:37:56.297Z] #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-27T08:37:56.297Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:37:56.297Z] #21 52.80 Selecting previously unselected package libinih1:amd64. [2022-06-27T08:37:56.297Z] #21 52.80 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-27T08:37:56.297Z] #21 52.83 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-27T08:37:56.553Z] #21 52.90 Selecting previously unselected package libnet1:amd64. [2022-06-27T08:37:56.553Z] #21 52.93 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-27T08:37:56.553Z] #21 52.94 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:37:56.553Z] #21 53.05 Selecting previously unselected package libnl-3-200:amd64. [2022-06-27T08:37:56.553Z] #21 53.07 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-27T08:37:56.553Z] #21 53.08 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-27T08:37:56.809Z] #21 53.27 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-27T08:37:56.809Z] #21 53.28 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-27T08:37:56.809Z] #21 53.29 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:37:56.809Z] #21 53.46 Selecting previously unselected package libyajl2:amd64. [2022-06-27T08:37:56.809Z] #21 53.46 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-06-27T08:37:57.065Z] #21 53.47 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-27T08:37:57.065Z] #21 53.68 Selecting previously unselected package net-tools. [2022-06-27T08:37:57.065Z] #21 53.68 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-27T08:37:57.065Z] #21 53.68 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-27T08:37:57.627Z] #21 54.17 Selecting previously unselected package patch. [2022-06-27T08:37:57.627Z] #21 54.18 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-06-27T08:37:57.627Z] #21 54.19 Unpacking patch (2.7.6-7) ... [2022-06-27T08:37:57.883Z] #21 54.37 Selecting previously unselected package python-pip-whl. [2022-06-27T08:37:57.883Z] #21 54.39 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-27T08:37:57.883Z] #21 54.40 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-27T08:37:58.736Z] #77 241.0 AR libcrun_testing.a [2022-06-27T08:37:58.736Z] #77 241.0 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-27T08:37:58.992Z] #77 241.1 CCLD tests/tests_libcrun_utils [2022-06-27T08:37:58.992Z] #77 241.1 CCLD tests/tests_libcrun_errors [2022-06-27T08:37:58.992Z] #77 241.2 CCLD tests/tests_libcrun_fuzzer [2022-06-27T08:37:59.248Z] #21 55.64 Selecting previously unselected package python3-lib2to3. [2022-06-27T08:37:59.248Z] #21 55.65 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-27T08:37:59.248Z] #21 55.67 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-27T08:37:59.434Z] #81 DONE 3.7s [2022-06-27T08:37:59.434Z] [2022-06-27T08:37:59.434Z] #82 exporting to image [2022-06-27T08:37:59.434Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-27T08:37:59.434Z] #82 exporting layers [2022-06-27T08:37:59.503Z] #21 55.98 Selecting previously unselected package python3-distutils. [2022-06-27T08:37:59.503Z] #21 56.00 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-27T08:37:59.503Z] #21 56.00 Unpacking python3-distutils (3.9.2-1) ... [2022-06-27T08:37:59.554Z] #77 241.7 CCLD libcrun.la [2022-06-27T08:37:59.759Z] #21 56.35 Selecting previously unselected package python3-pkg-resources. [2022-06-27T08:37:59.759Z] #21 56.35 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-27T08:38:00.014Z] #21 56.36 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:38:00.014Z] #21 56.60 Selecting previously unselected package python3-setuptools. [2022-06-27T08:38:00.014Z] #21 56.62 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-27T08:38:00.270Z] #21 56.63 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-27T08:38:00.483Z] #77 242.8 CCLD crun [2022-06-27T08:38:00.526Z] #21 57.05 Selecting previously unselected package python3-wheel. [2022-06-27T08:38:00.526Z] #21 57.06 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-27T08:38:00.526Z] #21 57.07 Unpacking python3-wheel (0.34.2-1) ... [2022-06-27T08:38:00.782Z] #21 57.31 Selecting previously unselected package python3-pip. [2022-06-27T08:38:00.782Z] #21 57.31 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-27T08:38:00.782Z] #21 57.36 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-27T08:38:01.044Z] #77 243.3 make[3]: Entering directory '/tmp/crun-build' [2022-06-27T08:38:01.300Z] #77 243.5 /bin/mkdir -p '/usr/local/lib' [2022-06-27T08:38:01.300Z] #77 243.5 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-27T08:38:01.300Z] #77 243.5 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-27T08:38:01.300Z] #77 243.6 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-27T08:38:01.300Z] #77 243.6 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-27T08:38:01.300Z] #77 243.6 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-27T08:38:01.300Z] #77 243.7 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-27T08:38:01.300Z] #77 243.7 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-27T08:38:01.345Z] #21 57.82 Selecting previously unselected package sudo. [2022-06-27T08:38:01.345Z] #21 57.82 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-06-27T08:38:01.345Z] #21 57.84 Unpacking sudo (1.9.5p2-3) ... [2022-06-27T08:38:01.556Z] #77 243.8 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-27T08:38:01.556Z] #77 243.8 ---------------------------------------------------------------------- [2022-06-27T08:38:01.556Z] #77 243.8 Libraries have been installed in: [2022-06-27T08:38:01.556Z] #77 243.8 /usr/local/lib [2022-06-27T08:38:01.556Z] #77 243.8 [2022-06-27T08:38:01.556Z] #77 243.8 If you ever happen to want to link against installed libraries [2022-06-27T08:38:01.556Z] #77 243.8 in a given directory, LIBDIR, you must either use libtool, and [2022-06-27T08:38:01.556Z] #77 243.8 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-27T08:38:01.556Z] #77 243.8 flag during linking and do at least one of the following: [2022-06-27T08:38:01.556Z] #77 243.8 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-27T08:38:01.556Z] #77 243.8 during execution [2022-06-27T08:38:01.556Z] #77 243.8 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-27T08:38:01.556Z] #77 243.8 during linking [2022-06-27T08:38:01.556Z] #77 243.8 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-27T08:38:01.556Z] #77 243.8 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-27T08:38:01.556Z] #77 243.8 [2022-06-27T08:38:01.556Z] #77 243.8 See any operating system documentation about shared libraries for [2022-06-27T08:38:01.556Z] #77 243.8 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-27T08:38:01.556Z] #77 243.8 ---------------------------------------------------------------------- [2022-06-27T08:38:01.556Z] #77 243.8 /bin/mkdir -p '/build' [2022-06-27T08:38:01.556Z] #77 243.9 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-27T08:38:01.556Z] #77 243.9 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-27T08:38:01.556Z] #77 244.0 make[3]: Leaving directory '/tmp/crun-build' [2022-06-27T08:38:01.556Z] #77 244.0 make[2]: Leaving directory '/tmp/crun-build' [2022-06-27T08:38:01.813Z] #77 244.0 make[1]: Leaving directory '/tmp/crun-build' [2022-06-27T08:38:02.070Z] #77 DONE 244.2s [2022-06-27T08:38:02.070Z] [2022-06-27T08:38:02.070Z] #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-27T08:38:02.070Z] #64 sha256:6ced15e1e431c99b732995941712c1e84c4ef80ed5da0e64f9d01643c5dfb2fa [2022-06-27T08:38:02.713Z] #21 59.15 Selecting previously unselected package thin-provisioning-tools. [2022-06-27T08:38:02.713Z] #21 59.16 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-27T08:38:02.983Z] #21 59.33 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-27T08:38:03.239Z] #21 59.75 Selecting previously unselected package uidmap. [2022-06-27T08:38:03.240Z] #21 59.76 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-27T08:38:03.240Z] #21 59.77 Unpacking uidmap (1:4.8.1-1) ... [2022-06-27T08:38:03.496Z] #21 59.95 Selecting previously unselected package vim-runtime. [2022-06-27T08:38:03.496Z] #21 59.97 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-27T08:38:03.496Z] #21 60.02 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-27T08:38:03.754Z] #21 60.08 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-27T08:38:03.754Z] #21 60.09 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:38:06.273Z] #21 ... [2022-06-27T08:38:06.273Z] [2022-06-27T08:38:06.273Z] #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-27T08:38:06.273Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:38:06.273Z] #77 196.1 checking for ANSI C header files... yes [2022-06-27T08:38:06.273Z] #77 196.8 checking for sys/types.h... yes [2022-06-27T08:38:06.273Z] #77 197.0 checking for sys/stat.h... yes [2022-06-27T08:38:06.273Z] #77 197.1 checking for stdlib.h... yes [2022-06-27T08:38:06.273Z] #77 197.3 checking for string.h... yes [2022-06-27T08:38:06.273Z] #77 197.6 checking for memory.h... yes [2022-06-27T08:38:06.273Z] #77 197.9 checking for strings.h... yes [2022-06-27T08:38:06.273Z] #77 198.3 checking for inttypes.h... yes [2022-06-27T08:38:06.273Z] #77 198.6 checking for stdint.h... yes [2022-06-27T08:38:06.273Z] #77 199.1 checking for unistd.h... yes [2022-06-27T08:38:06.273Z] #77 199.4 checking for dlfcn.h... yes [2022-06-27T08:38:06.273Z] #77 199.8 checking for objdir... .libs [2022-06-27T08:38:06.273Z] #77 200.3 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-27T08:38:06.273Z] #77 200.5 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-27T08:38:06.273Z] #77 200.5 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-27T08:38:06.273Z] #77 200.8 checking if gcc static flag -static works... yes [2022-06-27T08:38:06.273Z] #77 201.4 checking if gcc supports -c -o file.o... yes [2022-06-27T08:38:06.273Z] #77 201.7 checking if gcc supports -c -o file.o... (cached) yes [2022-06-27T08:38:06.273Z] #77 201.7 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-27T08:38:06.273Z] #77 201.9 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-27T08:38:06.273Z] #77 202.2 checking how to hardcode library paths into programs... immediate [2022-06-27T08:38:06.273Z] #77 202.2 checking whether stripping libraries is possible... yes [2022-06-27T08:38:06.273Z] #77 202.2 checking if libtool supports shared libraries... yes [2022-06-27T08:38:06.273Z] #77 202.2 checking whether to build shared libraries... no [2022-06-27T08:38:06.273Z] #77 202.2 checking whether to build static libraries... yes [2022-06-27T08:38:06.273Z] #77 202.3 checking float.h usability... yes [2022-06-27T08:38:06.273Z] #77 202.4 checking float.h presence... yes [2022-06-27T08:38:06.273Z] #77 202.4 checking for float.h... yes [2022-06-27T08:38:06.273Z] #77 202.5 checking limits.h usability... yes [2022-06-27T08:38:06.273Z] #77 202.6 checking limits.h presence... yes [2022-06-27T08:38:06.273Z] #77 202.6 checking for limits.h... yes [2022-06-27T08:38:06.273Z] #77 202.6 checking stddef.h usability... yes [2022-06-27T08:38:06.273Z] #77 202.8 checking stddef.h presence... yes [2022-06-27T08:38:06.273Z] #77 202.8 checking for stddef.h... yes [2022-06-27T08:38:06.273Z] #77 202.8 checking for stdlib.h... (cached) yes [2022-06-27T08:38:06.273Z] #77 202.9 checking for string.h... (cached) yes [2022-06-27T08:38:06.273Z] #77 202.9 checking sys/time.h usability... yes [2022-06-27T08:38:06.273Z] #77 203.1 checking sys/time.h presence... yes [2022-06-27T08:38:06.273Z] #77 203.2 checking for sys/time.h... yes [2022-06-27T08:38:06.273Z] #77 203.2 checking for inline... inline [2022-06-27T08:38:06.273Z] #77 203.3 checking for size_t... yes [2022-06-27T08:38:06.273Z] #77 203.7 checking for stdlib.h... (cached) yes [2022-06-27T08:38:06.273Z] #77 203.7 checking for GNU libc compatible malloc... yes [2022-06-27T08:38:06.273Z] #77 204.0 checking for stdlib.h... (cached) yes [2022-06-27T08:38:06.273Z] #77 204.0 checking for GNU libc compatible realloc... yes [2022-06-27T08:38:06.273Z] #77 204.3 checking for working strtod... yes [2022-06-27T08:38:06.273Z] #77 204.6 checking for gettimeofday... yes [2022-06-27T08:38:06.273Z] #77 204.9 checking for memset... yes [2022-06-27T08:38:06.273Z] #77 205.3 checking for strspn... yes [2022-06-27T08:38:06.273Z] #77 206.1 checking that generated files are newer than configure... done [2022-06-27T08:38:06.273Z] #77 206.1 configure: creating ./config.status [2022-06-27T08:38:07.564Z] #82 exporting layers 7.5s done [2022-06-27T08:38:07.564Z] #82 writing image sha256:9e58d627a7beae3c1e8d5c1ce800d69e91d49b5388f15e4ca303a45fd1a0790e done [2022-06-27T08:38:07.564Z] #82 naming to docker.io/library/docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 done [2022-06-27T08:38:07.564Z] #82 DONE 7.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-06-27T08:38:07.896Z] + trap exit INT TERM [2022-06-27T08:38:07.896Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-06-27T08:38:07.896Z] + CONTAINER_NAME=docker-pr1 [2022-06-27T08:38:07.896Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43745/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -e DOCKER_GRAPHDRIVER docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/make.sh dynbinary [2022-06-27T08:38:08.156Z] [2022-06-27T08:38:08.415Z] Removing bundles/ [2022-06-27T08:38:08.415Z] [2022-06-27T08:38:08.415Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-27T08:38:08.415Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-27T08:38:08.415Z] GOOS="" GOARCH="" GOARM="" [2022-06-27T08:38:08.792Z] #77 ... [2022-06-27T08:38:08.792Z] [2022-06-27T08:38:08.792Z] #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-27T08:38:08.792Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:38:08.792Z] #21 64.96 Selecting previously unselected package vim. [2022-06-27T08:38:08.792Z] #21 64.98 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-27T08:38:08.792Z] #21 65.04 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:38:09.722Z] #21 66.01 Selecting previously unselected package xfsprogs. [2022-06-27T08:38:09.722Z] #21 66.03 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-27T08:38:09.722Z] #21 66.04 Unpacking xfsprogs (5.10.0-4) ... [2022-06-27T08:38:10.285Z] #21 66.68 Selecting previously unselected package zip. [2022-06-27T08:38:10.285Z] #21 66.71 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-06-27T08:38:10.285Z] #21 66.72 Unpacking zip (3.0-12) ... [2022-06-27T08:38:10.285Z] #21 66.94 Selecting previously unselected package zstd. [2022-06-27T08:38:10.542Z] #21 66.96 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-27T08:38:10.542Z] #21 66.97 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-27T08:38:10.798Z] #21 67.48 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-27T08:38:12.168Z] #21 68.77 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-27T08:38:12.424Z] #21 68.79 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-27T08:38:12.424Z] #21 68.80 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-27T08:38:12.424Z] #21 68.81 Setting up libicu67:amd64 (67.1-7) ... [2022-06-27T08:38:12.424Z] #21 68.82 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-27T08:38:12.424Z] #21 68.83 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-27T08:38:12.424Z] #21 68.88 Setting up uidmap (1:4.8.1-1) ... [2022-06-27T08:38:12.424Z] #21 68.93 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-27T08:38:12.424Z] #21 69.03 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-27T08:38:12.681Z] #21 69.05 Setting up bzip2 (1.0.8-4) ... [2022-06-27T08:38:12.681Z] #21 69.08 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-27T08:38:12.681Z] #21 69.12 Setting up python3-wheel (0.34.2-1) ... [2022-06-27T08:38:14.049Z] #21 70.45 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:38:14.049Z] #21 70.48 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-27T08:38:14.049Z] #21 70.49 Setting up libcap2-bin (1:2.44-1) ... [2022-06-27T08:38:14.049Z] #21 70.50 Setting up apparmor (2.13.6-10) ... [2022-06-27T08:38:16.568Z] #21 72.94 Setting up zip (3.0-12) ... [2022-06-27T08:38:16.568Z] #21 72.94 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:38:16.568Z] #21 72.97 Setting up bash-completion (1:2.11-2) ... [2022-06-27T08:38:16.917Z] #64 ... [2022-06-27T08:38:16.917Z] [2022-06-27T08:38:16.917Z] #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-27T08:38:16.917Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:38:16.917Z] #55 309.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-27T08:38:16.917Z] #55 DONE 310.2s [2022-06-27T08:38:16.917Z] [2022-06-27T08:38:16.917Z] #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-27T08:38:16.917Z] #60 sha256:2c8637097ef36f15425f51f5006cd1e57cf386cba29e869377badf8a8102da3e [2022-06-27T08:38:18.808Z] #60 ... [2022-06-27T08:38:18.808Z] [2022-06-27T08:38:18.808Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-27T08:38:18.808Z] #56 sha256:56bace3ae5e364166d1988be9ad5105c6802c6432d52862ed71b794b1609836e [2022-06-27T08:38:19.088Z] #21 75.18 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-27T08:38:19.088Z] #21 75.20 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-27T08:38:19.088Z] #21 75.22 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-27T08:38:19.088Z] #21 75.23 Setting up patch (2.7.6-7) ... [2022-06-27T08:38:19.088Z] #21 75.25 Setting up sudo (1.9.5p2-3) ... [2022-06-27T08:38:19.088Z] #21 75.31 invoke-rc.d: could not determine current runlevel [2022-06-27T08:38:19.088Z] #21 75.32 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-27T08:38:19.088Z] #21 75.33 Setting up xfsprogs (5.10.0-4) ... [2022-06-27T08:38:19.088Z] #21 75.34 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-27T08:38:19.088Z] #21 75.35 Setting up inetutils-ping (2:2.0-1) ... [2022-06-27T08:38:19.088Z] #21 75.36 Setting up pigz (2.6-1) ... [2022-06-27T08:38:19.088Z] #21 75.38 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-27T08:38:19.088Z] #21 75.39 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-27T08:38:19.088Z] #21 75.41 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-27T08:38:19.088Z] #21 75.42 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:38:19.416Z] #56 ... [2022-06-27T08:38:19.416Z] [2022-06-27T08:38:19.416Z] #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-27T08:38:19.416Z] #60 sha256:2c8637097ef36f15425f51f5006cd1e57cf386cba29e869377badf8a8102da3e [2022-06-27T08:38:19.416Z] #60 181.8 + mkdir -p /build [2022-06-27T08:38:19.416Z] #60 181.8 + cp runc /build/runc [2022-06-27T08:38:19.416Z] #60 DONE 182.4s [2022-06-27T08:38:19.416Z] [2022-06-27T08:38:19.416Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-27T08:38:19.416Z] #56 sha256:56bace3ae5e364166d1988be9ad5105c6802c6432d52862ed71b794b1609836e [2022-06-27T08:38:19.416Z] #56 DONE 0.9s [2022-06-27T08:38:19.416Z] [2022-06-27T08:38:19.416Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-27T08:38:19.416Z] #58 sha256:1ded3a9bfbddeec7662acf16b5241828c73a8316143896f80982efd6f13bd3ae [2022-06-27T08:38:19.651Z] #21 76.13 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-27T08:38:19.651Z] #21 76.15 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-27T08:38:19.673Z] #58 DONE 0.1s [2022-06-27T08:38:19.673Z] [2022-06-27T08:38:19.673Z] #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-27T08:38:19.673Z] #64 sha256:6ced15e1e431c99b732995941712c1e84c4ef80ed5da0e64f9d01643c5dfb2fa [2022-06-27T08:38:20.214Z] #21 76.60 Setting up libelf1:amd64 (0.183-1) ... [2022-06-27T08:38:20.214Z] #21 76.62 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-27T08:38:20.214Z] #21 76.63 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-27T08:38:20.214Z] #21 76.64 Setting up python3-distutils (3.9.2-1) ... [2022-06-27T08:38:20.214Z] #21 ... [2022-06-27T08:38:20.214Z] [2022-06-27T08:38:20.214Z] #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-27T08:38:20.214Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:38:20.214Z] #77 210.1 config.status: creating Makefile [2022-06-27T08:38:20.214Z] #77 210.2 config.status: creating config.h [2022-06-27T08:38:20.214Z] #77 210.3 config.status: executing depfiles commands [2022-06-27T08:38:20.214Z] #77 210.5 config.status: executing libtool commands [2022-06-27T08:38:20.214Z] #77 211.7 GEN .version [2022-06-27T08:38:20.214Z] #77 211.8 make install-recursive [2022-06-27T08:38:20.214Z] #77 211.8 make[1]: Entering directory '/tmp/crun-build' [2022-06-27T08:38:20.214Z] #77 211.9 Making install in libocispec [2022-06-27T08:38:20.214Z] #77 211.9 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:38:20.214Z] #77 212.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-27T08:38:20.214Z] #77 212.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-27T08:38:20.214Z] #77 212.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-27T08:38:20.214Z] #77 212.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-27T08:38:20.214Z] #77 213.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-27T08:38:20.214Z] #77 213.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-27T08:38:20.215Z] #77 213.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-27T08:38:20.215Z] #77 213.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-27T08:38:20.215Z] #77 213.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-27T08:38:20.215Z] #77 213.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-27T08:38:20.215Z] #77 213.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-27T08:38:20.215Z] #77 213.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-27T08:38:20.215Z] #77 213.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-27T08:38:20.215Z] #77 213.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-27T08:38:20.215Z] #77 213.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-27T08:38:20.215Z] #77 213.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-27T08:38:20.215Z] #77 213.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-27T08:38:20.215Z] #77 213.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-27T08:38:20.215Z] #77 213.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-27T08:38:20.215Z] #77 213.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-27T08:38:20.215Z] #77 215.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-27T08:38:20.215Z] #77 215.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-27T08:38:20.215Z] #77 215.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-27T08:38:20.215Z] #77 215.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-27T08:38:20.215Z] #77 215.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-27T08:38:20.215Z] #77 215.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-27T08:38:20.215Z] #77 215.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-27T08:38:20.215Z] #77 215.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-27T08:38:20.215Z] #77 215.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-27T08:38:20.215Z] #77 215.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-27T08:38:20.215Z] #77 215.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-27T08:38:20.215Z] #77 215.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-27T08:38:20.215Z] #77 215.7 make install-recursive [2022-06-27T08:38:20.215Z] #77 215.8 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:38:20.215Z] #77 215.9 Making install in yajl [2022-06-27T08:38:20.215Z] #77 215.9 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:38:20.215Z] #77 215.9 CC verify/json_verify-json_verify.o [2022-06-27T08:38:20.215Z] #77 215.9 CC src/libyajl_la-yajl_alloc.lo [2022-06-27T08:38:20.215Z] #77 215.9 CC src/libyajl_la-yajl.lo [2022-06-27T08:38:20.215Z] #77 216.0 CC src/libyajl_la-yajl_gen.lo [2022-06-27T08:38:20.215Z] #77 216.0 CC src/libyajl_la-yajl_parser.lo [2022-06-27T08:38:20.215Z] #77 216.0 CC src/libyajl_la-yajl_encode.lo [2022-06-27T08:38:20.215Z] #77 216.0 CC src/libyajl_la-yajl_lex.lo [2022-06-27T08:38:20.215Z] #77 216.0 CC src/libyajl_la-yajl_buf.lo [2022-06-27T08:38:20.215Z] #77 216.0 CC src/libyajl_la-yajl_tree.lo [2022-06-27T08:38:20.471Z] #77 ... [2022-06-27T08:38:20.471Z] [2022-06-27T08:38:20.471Z] #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-27T08:38:20.471Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-27T08:38:20.471Z] #21 77.14 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-27T08:38:20.728Z] #21 77.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-27T08:38:20.728Z] #21 77.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-27T08:38:20.728Z] #21 77.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-27T08:38:20.728Z] #21 77.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-27T08:38:20.728Z] #21 77.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-27T08:38:20.728Z] #21 77.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-27T08:38:20.728Z] #21 77.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-27T08:38:20.728Z] #21 77.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-27T08:38:20.728Z] #21 77.22 Setting up python3-setuptools (52.0.0-4) ... [2022-06-27T08:38:21.567Z] #64 ... [2022-06-27T08:38:21.567Z] [2022-06-27T08:38:21.567Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-27T08:38:21.567Z] #61 sha256:0a0e04f33ad90e21a290a7364875b295bfc35c865aae8372e4f3d5b9ab917ff3 [2022-06-27T08:38:21.823Z] #61 DONE 0.3s [2022-06-27T08:38:21.823Z] [2022-06-27T08:38:21.823Z] #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-27T08:38:21.823Z] #64 sha256:6ced15e1e431c99b732995941712c1e84c4ef80ed5da0e64f9d01643c5dfb2fa [2022-06-27T08:38:22.096Z] #21 78.74 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-27T08:38:22.353Z] #21 78.76 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-27T08:38:22.353Z] #21 78.77 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-27T08:38:22.353Z] #21 78.80 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-27T08:38:23.539Z] #21 79.91 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-27T08:38:23.539Z] #21 79.92 Setting up jq (1.6-2.1) ... [2022-06-27T08:38:23.539Z] #21 79.93 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-27T08:38:23.539Z] #21 79.94 Setting up iptables (1.8.7-1) ... [2022-06-27T08:38:23.539Z] #21 79.96 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-27T08:38:23.539Z] #21 79.96 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-27T08:38:23.539Z] #21 79.98 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-27T08:38:23.539Z] #21 79.98 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-27T08:38:23.539Z] #21 79.99 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-27T08:38:23.539Z] #21 79.99 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-27T08:38:23.539Z] #21 80.01 Setting up iproute2 (5.10.0-4) ... [2022-06-27T08:38:23.796Z] #21 80.35 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:38:25.088Z] #64 274.6 + bin/containerd [2022-06-27T08:38:25.164Z] #21 DONE 81.4s [2022-06-27T08:38:25.164Z] [2022-06-27T08:38:25.164Z] #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-27T08:38:25.164Z] #22 sha256:6e7331ce53045168b7902ad6e8b27df388e8f4e02f2eefa532fbc165eedddbed [2022-06-27T08:38:25.734Z] #22 0.890 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-27T08:38:25.734Z] #22 0.894 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-27T08:38:25.734Z] #22 0.897 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-27T08:38:25.734Z] #22 DONE 0.9s [2022-06-27T08:38:25.734Z] [2022-06-27T08:38:25.734Z] #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-27T08:38:25.734Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:38:25.734Z] #77 221.4 CCLD libyajl.la [2022-06-27T08:38:25.734Z] #77 221.7 CCLD verify/json_verify [2022-06-27T08:38:25.734Z] #77 222.1 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:38:25.734Z] #77 222.1 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-27T08:38:25.734Z] #77 222.1 make[5]: Nothing to be done for 'install-data-am'. [2022-06-27T08:38:25.734Z] #77 222.1 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:38:25.734Z] #77 222.1 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-27T08:38:25.734Z] #77 222.1 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:38:25.734Z] #77 222.2 CC src/validate.o [2022-06-27T08:38:25.734Z] #77 222.2 CC src/image_spec_schema_config_schema.lo [2022-06-27T08:38:25.734Z] #77 222.2 CC src/image_spec_schema_content_descriptor.lo [2022-06-27T08:38:25.734Z] #77 222.2 CC src/image_spec_schema_defs.lo [2022-06-27T08:38:25.734Z] #77 222.2 CC src/image_spec_schema_defs_descriptor.lo [2022-06-27T08:38:25.734Z] #77 222.3 CC src/image_spec_schema_image_index_schema.lo [2022-06-27T08:38:25.734Z] #77 222.3 CC src/runtime_spec_schema_config_linux.lo [2022-06-27T08:38:25.734Z] #77 222.3 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-27T08:38:25.734Z] #77 222.3 CC src/image_spec_schema_image_layout_schema.lo [2022-06-27T08:38:25.734Z] #77 222.3 CC src/runtime_spec_schema_config_zos.lo [2022-06-27T08:38:25.734Z] #77 222.3 CC src/runtime_spec_schema_config_schema.lo [2022-06-27T08:38:25.734Z] #77 222.4 CC src/runtime_spec_schema_config_solaris.lo [2022-06-27T08:38:25.734Z] #77 222.4 CC src/runtime_spec_schema_config_vm.lo [2022-06-27T08:38:25.734Z] #77 222.4 CC src/runtime_spec_schema_config_windows.lo [2022-06-27T08:38:25.734Z] #77 222.4 CC src/runtime_spec_schema_defs.lo [2022-06-27T08:38:25.734Z] #77 222.5 CC src/runtime_spec_schema_defs_zos.lo [2022-06-27T08:38:25.734Z] #77 222.5 CC src/runtime_spec_schema_defs_linux.lo [2022-06-27T08:38:25.734Z] #77 222.6 CC src/runtime_spec_schema_defs_vm.lo [2022-06-27T08:38:25.734Z] #77 222.7 CC src/runtime_spec_schema_defs_windows.lo [2022-06-27T08:38:25.734Z] #77 222.7 CC src/runtime_spec_schema_state_schema.lo [2022-06-27T08:38:25.734Z] #77 222.7 CC src/basic_test_double_array_item.lo [2022-06-27T08:38:25.734Z] #77 222.7 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-27T08:38:25.734Z] #77 222.8 CC src/basic_test_top_array_int.lo [2022-06-27T08:38:25.734Z] #77 222.8 CC src/basic_test_double_array.lo [2022-06-27T08:38:25.734Z] #77 222.8 CC src/basic_test_top_array_string.lo [2022-06-27T08:38:25.734Z] #77 222.8 CC src/basic_test_top_double_array_int.lo [2022-06-27T08:38:25.734Z] #77 222.8 CC src/basic_test_top_double_array_obj.lo [2022-06-27T08:38:25.734Z] #77 222.9 CC src/basic_test_top_double_array_string.lo [2022-06-27T08:38:25.734Z] #77 223.0 CC src/basic_test_top_double_array_refobj.lo [2022-06-27T08:38:25.734Z] #77 223.0 CC src/read-file.lo [2022-06-27T08:38:25.734Z] #77 223.0 CC src/json_common.lo [2022-06-27T08:38:25.734Z] #77 223.3 CC tests/test-2.o [2022-06-27T08:38:25.734Z] #77 223.3 CC tests/test-3.o [2022-06-27T08:38:25.734Z] #77 223.3 CC tests/test-1.o [2022-06-27T08:38:25.734Z] #77 223.3 CC tests/test-4.o [2022-06-27T08:38:25.734Z] #77 223.4 CC tests/test-5.o [2022-06-27T08:38:25.734Z] #77 223.4 CC tests/test-6.o [2022-06-27T08:38:25.734Z] #77 223.6 CC tests/test-8.o [2022-06-27T08:38:25.734Z] #77 223.8 CC tests/test-7.o [2022-06-27T08:38:25.734Z] #77 224.0 CC tests/test-11.o [2022-06-27T08:38:25.734Z] #77 224.0 CC tests/test-9.o [2022-06-27T08:38:25.734Z] #77 224.1 CC tests/test-10.o [2022-06-27T08:38:35.843Z] #64 294.3 # github.com/containerd/containerd/cmd/containerd [2022-06-27T08:38:35.843Z] #64 294.3 /usr/bin/ld: /tmp/go-link-3023366151/000019.o: in function `New': [2022-06-27T08:38:35.843Z] #64 294.3 /tmp/tmp.w49LnscrQ6/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-27T08:38:35.843Z] #64 294.4 + bin/containerd-stress [2022-06-27T08:38:35.843Z] #64 295.4 + bin/containerd-shim [2022-06-27T08:38:37.942Z] #77 ... [2022-06-27T08:38:37.942Z] [2022-06-27T08:38:37.942Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-27T08:38:37.942Z] #23 sha256:14f1271dd59a6473095fa5824b1de17a8f4ffb68110d9b3e83a3fadbd2c0eb39 [2022-06-27T08:38:37.942Z] #23 9.979 Collecting yamllint==1.26.1 [2022-06-27T08:38:37.942Z] #23 11.03 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-27T08:38:37.942Z] #23 12.03 Collecting pathspec>=0.5.3 [2022-06-27T08:38:37.942Z] #23 12.04 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-27T08:38:38.506Z] #23 12.49 Collecting pyyaml [2022-06-27T08:38:38.506Z] #23 12.51 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-27T08:38:38.506Z] #23 12.64 Building wheels for collected packages: yamllint [2022-06-27T08:38:38.506Z] #23 12.64 Building wheel for yamllint (setup.py): started [2022-06-27T08:38:39.871Z] #23 13.72 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-27T08:38:39.871Z] #23 13.72 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=5d7b2858a158341ced6921aae3d823692cc4ff8b6956aad05c452d796b04a38e [2022-06-27T08:38:39.871Z] #23 13.73 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-27T08:38:39.871Z] #23 13.73 Successfully built yamllint [2022-06-27T08:38:39.871Z] #23 13.77 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-27T08:38:40.057Z] #64 303.9 + bin/containerd-shim-runc-v1 [2022-06-27T08:38:40.127Z] #23 14.25 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-27T08:38:40.692Z] #23 DONE 14.8s [2022-06-27T08:38:40.692Z] [2022-06-27T08:38:40.692Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-27T08:38:40.692Z] #27 sha256:bc95dce5ebb02402f8199f1cf9768c9288e555ca979ce5e0a3a21c0d2e24b4f3 [2022-06-27T08:38:40.948Z] #27 DONE 0.3s [2022-06-27T08:38:40.948Z] [2022-06-27T08:38:40.948Z] #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-27T08:38:40.948Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:38:40.948Z] #55 ... [2022-06-27T08:38:40.948Z] [2022-06-27T08:38:40.948Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-27T08:38:40.948Z] #32 sha256:66a088d3adc7014bab025aa1037cf89cd3307d60366dbf05964f659c717db981 [2022-06-27T08:38:41.511Z] #32 DONE 0.5s [2022-06-27T08:38:41.511Z] [2022-06-27T08:38:41.511Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-27T08:38:41.511Z] #35 sha256:5e339e1466198b551dd4c4a2493dff4f3dbdff7af3a24eded0e0929e0293189e [2022-06-27T08:38:41.511Z] #35 DONE 0.1s [2022-06-27T08:38:41.511Z] [2022-06-27T08:38:41.511Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-27T08:38:41.511Z] #37 sha256:7f1dcd4dd5495de1ac7b7a353b831732deeceac8b7a9e9eee28f11b2c773b857 [2022-06-27T08:38:41.511Z] #37 DONE 0.1s [2022-06-27T08:38:41.511Z] [2022-06-27T08:38:41.511Z] #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-27T08:38:41.511Z] #64 sha256:0190aa0c9a249139e8b3b560792d445aba5c20da263415f39eee4a3bc4c7cf14 [2022-06-27T08:38:41.768Z] #64 ... [2022-06-27T08:38:41.768Z] [2022-06-27T08:38:41.768Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-27T08:38:41.768Z] #39 sha256:a37c6d144f0c49af022378b2e4640e4014012d47f7a3056eeb639082b47b361d [2022-06-27T08:38:41.768Z] #39 DONE 0.1s [2022-06-27T08:38:41.768Z] [2022-06-27T08:38:41.768Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-27T08:38:41.768Z] #41 sha256:d5cb55ff6a74ee237cfc423adee2cf3d5bce7debdcb8a235153f31986df6950c [2022-06-27T08:38:42.024Z] #41 DONE 0.1s [2022-06-27T08:38:42.024Z] [2022-06-27T08:38:42.024Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-27T08:38:42.024Z] #45 sha256:b6c02e915da4881dd04a498c58e45b67f3ad1c6a06d321240dbfcc01e20fdc6f [2022-06-27T08:38:42.024Z] #45 DONE 0.1s [2022-06-27T08:38:42.024Z] [2022-06-27T08:38:42.024Z] #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-27T08:38:42.024Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:38:45.354Z] #64 308.9 + bin/containerd-shim-runc-v2 [2022-06-27T08:38:45.354Z] #64 309.6 + binaries [2022-06-27T08:38:45.615Z] #64 309.6 + install -D bin/containerd /build/containerd [2022-06-27T08:38:45.615Z] #64 309.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-27T08:38:45.615Z] #64 309.7 + install -D bin/ctr /build/ctr [2022-06-27T08:38:50.910Z] #64 DONE 314.4s [2022-06-27T08:38:51.171Z] [2022-06-27T08:38:51.171Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-27T08:38:51.171Z] #65 sha256:a0ef5ccf17f7925e01c366df41aed4f052adbffbf496ce79f9aa3ad5493375de [2022-06-27T08:38:53.089Z] #65 DONE 1.7s [2022-06-27T08:38:53.089Z] [2022-06-27T08:38:53.089Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-27T08:38:53.089Z] #70 sha256:ef8e55559a3a1a21ba17030a045867cc113f672f5ccac6ce9df10132ef293658 [2022-06-27T08:38:53.089Z] #70 DONE 0.4s [2022-06-27T08:38:53.089Z] [2022-06-27T08:38:53.089Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-27T08:38:53.089Z] #75 sha256:e43875f65f7371a2ef5e1e9321a0a2c082224e830c063cea44ff19a6327bb063 [2022-06-27T08:38:55.006Z] #75 DONE 1.8s [2022-06-27T08:38:55.006Z] [2022-06-27T08:38:55.006Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-27T08:38:55.006Z] #78 sha256:66320e792726be3309958ffd176ecf4bb1089f6540f4cb40db1aa82ffb82d8fa [2022-06-27T08:38:55.006Z] #78 DONE 0.1s [2022-06-27T08:38:55.006Z] [2022-06-27T08:38:55.006Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-27T08:38:55.006Z] #79 sha256:4740d42476d84e00bec3bf884b6f55fb140373ff5e6370befe8f3b670e16e655 [2022-06-27T08:38:55.006Z] #79 DONE 0.0s [2022-06-27T08:38:55.006Z] [2022-06-27T08:38:55.006Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-27T08:38:55.006Z] #80 sha256:7729529513be776c9ea5a79b206363f37cfbacaadac2c0f4ed6a7f466a99c7f2 [2022-06-27T08:38:55.006Z] #80 DONE 0.0s [2022-06-27T08:38:55.006Z] [2022-06-27T08:38:55.006Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-27T08:38:55.006Z] #81 sha256:afee0cadef5e8850a90e4820732873f2c5bd82fb0a550a504a220f3f26c450cc [2022-06-27T08:38:55.952Z] #81 DONE 0.8s [2022-06-27T08:38:55.952Z] [2022-06-27T08:38:55.952Z] #82 exporting to image [2022-06-27T08:38:55.952Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-27T08:38:55.952Z] #82 exporting layers [2022-06-27T08:38:59.263Z] #82 exporting layers 3.0s done [2022-06-27T08:38:59.263Z] #82 writing image sha256:25c345a11d89c1ce1eaa4c1c8edf5641985d59c1c9b840e71923f727ed99f43a done [2022-06-27T08:38:59.263Z] #82 naming to docker.io/library/docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 done [2022-06-27T08:38:59.263Z] #82 DONE 3.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-27T08:38:59.592Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-27T08:38:59.886Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/test/unit [2022-06-27T08:39:01.803Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-27T08:39:01.803Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-27T08:39:01.803Z] + TESTDIRS=./... [2022-06-27T08:39:01.803Z] + exclude_paths='/vendor/|/integration' [2022-06-27T08:39:01.803Z] ++ go list ./... [2022-06-27T08:39:01.803Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-27T08:39:02.752Z] + pkg_list='github.com/docker/docker/api [2022-06-27T08:39:02.752Z] github.com/docker/docker/api/server [2022-06-27T08:39:02.752Z] github.com/docker/docker/api/server/backend/build [2022-06-27T08:39:02.752Z] github.com/docker/docker/api/server/httpstatus [2022-06-27T08:39:02.752Z] github.com/docker/docker/api/server/httputils [2022-06-27T08:39:02.752Z] github.com/docker/docker/api/server/middleware [2022-06-27T08:39:02.752Z] github.com/docker/docker/api/server/router [2022-06-27T08:39:02.752Z] github.com/docker/docker/api/server/router/build [2022-06-27T08:39:02.752Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-27T08:39:02.752Z] github.com/docker/docker/api/server/router/container [2022-06-27T08:39:02.752Z] github.com/docker/docker/api/server/router/debug [2022-06-27T08:39:02.752Z] github.com/docker/docker/api/server/router/distribution [2022-06-27T08:39:02.752Z] github.com/docker/docker/api/server/router/grpc [2022-06-27T08:39:02.752Z] github.com/docker/docker/api/server/router/image [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/network [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/plugin [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/session [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/swarm [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/system [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/volume [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/backend [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/blkiodev [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/container [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/events [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/filters [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/image [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/mount [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/network [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/registry [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/strslice [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/swarm [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/time [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/versions [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/volume [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/builder-next [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/builder-next/worker [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/dockerfile [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/remotecontext [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/remotecontext/git [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-27T08:39:02.753Z] github.com/docker/docker/cli [2022-06-27T08:39:02.753Z] github.com/docker/docker/cli/config [2022-06-27T08:39:02.753Z] github.com/docker/docker/cli/debug [2022-06-27T08:39:02.753Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-27T08:39:02.753Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-27T08:39:02.753Z] github.com/docker/docker/client [2022-06-27T08:39:02.753Z] github.com/docker/docker/cmd/docker-proxy [2022-06-27T08:39:02.753Z] github.com/docker/docker/cmd/dockerd [2022-06-27T08:39:02.753Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-27T08:39:02.753Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-27T08:39:02.753Z] github.com/docker/docker/container [2022-06-27T08:39:02.753Z] github.com/docker/docker/container/stream [2022-06-27T08:39:02.753Z] github.com/docker/docker/contrib/apparmor [2022-06-27T08:39:02.753Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-27T08:39:02.753Z] github.com/docker/docker/contrib/httpserver [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/cluster [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/cluster/convert [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/cluster/executor [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/cluster/provider [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/config [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/events [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/events/testutils [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/exec [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/images [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/initlayer [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/links [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/listeners [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/gelf [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/journald [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/local [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/logentries [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/splunk [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/syslog [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger/templates [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/names [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/network [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/stats [2022-06-27T08:39:02.753Z] github.com/docker/docker/distribution [2022-06-27T08:39:02.753Z] github.com/docker/docker/distribution/metadata [2022-06-27T08:39:02.753Z] github.com/docker/docker/distribution/utils [2022-06-27T08:39:02.753Z] github.com/docker/docker/distribution/xfer [2022-06-27T08:39:02.753Z] github.com/docker/docker/dockerversion [2022-06-27T08:39:02.753Z] github.com/docker/docker/errdefs [2022-06-27T08:39:02.753Z] github.com/docker/docker/image [2022-06-27T08:39:02.753Z] github.com/docker/docker/image/cache [2022-06-27T08:39:02.753Z] github.com/docker/docker/image/tarexport [2022-06-27T08:39:02.753Z] github.com/docker/docker/image/v1 [2022-06-27T08:39:02.753Z] github.com/docker/docker/internal/test/suite [2022-06-27T08:39:02.753Z] github.com/docker/docker/layer [2022-06-27T08:39:02.753Z] github.com/docker/docker/libcontainerd [2022-06-27T08:39:02.753Z] github.com/docker/docker/libcontainerd/queue [2022-06-27T08:39:02.753Z] github.com/docker/docker/libcontainerd/remote [2022-06-27T08:39:02.753Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-27T08:39:02.753Z] github.com/docker/docker/libcontainerd/types [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/bitseq [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/cluster [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/config [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/datastore [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/driverapi [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/etchosts [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/idm [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/ipam [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/iptables [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/netlabel [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/netutils [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/networkdb [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/ns [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/options [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/osl [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/portallocator [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/portmapper [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/testutils [2022-06-27T08:39:02.753Z] github.com/docker/docker/libnetwork/types [2022-06-27T08:39:02.753Z] github.com/docker/docker/oci [2022-06-27T08:39:02.753Z] github.com/docker/docker/oci/caps [2022-06-27T08:39:02.753Z] github.com/docker/docker/opts [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/aaparser [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/archive [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/authorization [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/broadcaster [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/capabilities [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/chrootarchive [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/containerfs [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/devicemapper [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/directory [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/dmesg [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/fileutils [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/fsutils [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/homedir [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/idtools [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/ioutils [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/jsonmessage [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/longpath [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/loopback [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/namesgenerator [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/parsers [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/pidfile [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/platform [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/plugingetter [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/plugins [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/plugins/transport [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/pools [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/progress [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/pubsub [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/reexec [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/signal [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/stack [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/stdcopy [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/streamformatter [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/stringid [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/sysinfo [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/system [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/tailfile [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/tarsum [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/truncindex [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/urlutil [2022-06-27T08:39:02.753Z] github.com/docker/docker/pkg/useragent [2022-06-27T08:39:02.753Z] github.com/docker/docker/plugin [2022-06-27T08:39:02.753Z] github.com/docker/docker/plugin/executor/containerd [2022-06-27T08:39:02.753Z] github.com/docker/docker/plugin/v2 [2022-06-27T08:39:02.753Z] github.com/docker/docker/profiles/apparmor [2022-06-27T08:39:02.753Z] github.com/docker/docker/profiles/seccomp [2022-06-27T08:39:02.753Z] github.com/docker/docker/quota [2022-06-27T08:39:02.753Z] github.com/docker/docker/reference [2022-06-27T08:39:02.753Z] github.com/docker/docker/registry [2022-06-27T08:39:02.753Z] github.com/docker/docker/registry/resumable [2022-06-27T08:39:02.753Z] github.com/docker/docker/restartmanager [2022-06-27T08:39:02.753Z] github.com/docker/docker/rootless [2022-06-27T08:39:02.753Z] github.com/docker/docker/rootless/specconv [2022-06-27T08:39:02.753Z] github.com/docker/docker/runconfig [2022-06-27T08:39:02.753Z] github.com/docker/docker/runconfig/opts [2022-06-27T08:39:02.753Z] github.com/docker/docker/testutil [2022-06-27T08:39:02.753Z] github.com/docker/docker/testutil/daemon [2022-06-27T08:39:02.753Z] github.com/docker/docker/testutil/environment [2022-06-27T08:39:02.753Z] github.com/docker/docker/testutil/fakecontext [2022-06-27T08:39:02.753Z] github.com/docker/docker/testutil/fakegit [2022-06-27T08:39:02.753Z] github.com/docker/docker/testutil/fakestorage [2022-06-27T08:39:02.753Z] github.com/docker/docker/testutil/fixtures/load [2022-06-27T08:39:02.753Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-27T08:39:02.753Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-27T08:39:02.753Z] github.com/docker/docker/testutil/registry [2022-06-27T08:39:02.753Z] github.com/docker/docker/testutil/request [2022-06-27T08:39:02.753Z] github.com/docker/docker/volume [2022-06-27T08:39:02.753Z] github.com/docker/docker/volume/drivers [2022-06-27T08:39:02.753Z] github.com/docker/docker/volume/local [2022-06-27T08:39:02.753Z] github.com/docker/docker/volume/mounts [2022-06-27T08:39:02.753Z] github.com/docker/docker/volume/service [2022-06-27T08:39:02.753Z] github.com/docker/docker/volume/service/opts [2022-06-27T08:39:02.753Z] github.com/docker/docker/volume/testutils' [2022-06-27T08:39:02.753Z] ++ grep --fixed-strings -v /libnetwork [2022-06-27T08:39:02.753Z] ++ echo 'github.com/docker/docker/api [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/backend/build [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/httpstatus [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/httputils [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/middleware [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/build [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/container [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/debug [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/distribution [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/grpc [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/image [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/network [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/plugin [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/session [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/swarm [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/system [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/server/router/volume [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/backend [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/blkiodev [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/container [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/events [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/filters [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/image [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/mount [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/network [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/registry [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/strslice [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/swarm [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/time [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/versions [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-27T08:39:02.753Z] github.com/docker/docker/api/types/volume [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/builder-next [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/builder-next/worker [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/dockerfile [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/remotecontext [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/remotecontext/git [2022-06-27T08:39:02.753Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-27T08:39:02.753Z] github.com/docker/docker/cli [2022-06-27T08:39:02.753Z] github.com/docker/docker/cli/config [2022-06-27T08:39:02.753Z] github.com/docker/docker/cli/debug [2022-06-27T08:39:02.753Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-27T08:39:02.753Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-27T08:39:02.753Z] github.com/docker/docker/client [2022-06-27T08:39:02.753Z] github.com/docker/docker/cmd/docker-proxy [2022-06-27T08:39:02.753Z] github.com/docker/docker/cmd/dockerd [2022-06-27T08:39:02.753Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-27T08:39:02.753Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-27T08:39:02.753Z] github.com/docker/docker/container [2022-06-27T08:39:02.753Z] github.com/docker/docker/container/stream [2022-06-27T08:39:02.753Z] github.com/docker/docker/contrib/apparmor [2022-06-27T08:39:02.753Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-27T08:39:02.753Z] github.com/docker/docker/contrib/httpserver [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/cluster [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/cluster/convert [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/cluster/executor [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/cluster/provider [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/config [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/events [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/events/testutils [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/exec [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/images [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/initlayer [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/links [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/listeners [2022-06-27T08:39:02.753Z] github.com/docker/docker/daemon/logger [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/gelf [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/journald [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/local [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/logentries [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/splunk [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/syslog [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/templates [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/names [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/network [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/stats [2022-06-27T08:39:02.754Z] github.com/docker/docker/distribution [2022-06-27T08:39:02.754Z] github.com/docker/docker/distribution/metadata [2022-06-27T08:39:02.754Z] github.com/docker/docker/distribution/utils [2022-06-27T08:39:02.754Z] github.com/docker/docker/distribution/xfer [2022-06-27T08:39:02.754Z] github.com/docker/docker/dockerversion [2022-06-27T08:39:02.754Z] github.com/docker/docker/errdefs [2022-06-27T08:39:02.754Z] github.com/docker/docker/image [2022-06-27T08:39:02.754Z] github.com/docker/docker/image/cache [2022-06-27T08:39:02.754Z] github.com/docker/docker/image/tarexport [2022-06-27T08:39:02.754Z] github.com/docker/docker/image/v1 [2022-06-27T08:39:02.754Z] github.com/docker/docker/internal/test/suite [2022-06-27T08:39:02.754Z] github.com/docker/docker/layer [2022-06-27T08:39:02.754Z] github.com/docker/docker/libcontainerd [2022-06-27T08:39:02.754Z] github.com/docker/docker/libcontainerd/queue [2022-06-27T08:39:02.754Z] github.com/docker/docker/libcontainerd/remote [2022-06-27T08:39:02.754Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-27T08:39:02.754Z] github.com/docker/docker/libcontainerd/types [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/bitseq [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/cluster [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/config [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/datastore [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/driverapi [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/etchosts [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/idm [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/ipam [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/iptables [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/netlabel [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/netutils [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/networkdb [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/ns [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/options [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/osl [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/portallocator [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/portmapper [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/testutils [2022-06-27T08:39:02.754Z] github.com/docker/docker/libnetwork/types [2022-06-27T08:39:02.754Z] github.com/docker/docker/oci [2022-06-27T08:39:02.754Z] github.com/docker/docker/oci/caps [2022-06-27T08:39:02.754Z] github.com/docker/docker/opts [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/aaparser [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/archive [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/authorization [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/broadcaster [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/capabilities [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/chrootarchive [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/containerfs [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/devicemapper [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/directory [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/dmesg [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/fileutils [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/fsutils [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/homedir [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/idtools [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/ioutils [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/jsonmessage [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/longpath [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/loopback [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/namesgenerator [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/parsers [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/pidfile [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/platform [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/plugingetter [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/plugins [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/plugins/transport [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/pools [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/progress [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/pubsub [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/reexec [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/signal [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/stack [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/stdcopy [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/streamformatter [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/stringid [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/sysinfo [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/system [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/tailfile [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/tarsum [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/truncindex [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/urlutil [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/useragent [2022-06-27T08:39:02.754Z] github.com/docker/docker/plugin [2022-06-27T08:39:02.754Z] github.com/docker/docker/plugin/executor/containerd [2022-06-27T08:39:02.754Z] github.com/docker/docker/plugin/v2 [2022-06-27T08:39:02.754Z] github.com/docker/docker/profiles/apparmor [2022-06-27T08:39:02.754Z] github.com/docker/docker/profiles/seccomp [2022-06-27T08:39:02.754Z] github.com/docker/docker/quota [2022-06-27T08:39:02.754Z] github.com/docker/docker/reference [2022-06-27T08:39:02.754Z] github.com/docker/docker/registry [2022-06-27T08:39:02.754Z] github.com/docker/docker/registry/resumable [2022-06-27T08:39:02.754Z] github.com/docker/docker/restartmanager [2022-06-27T08:39:02.754Z] github.com/docker/docker/rootless [2022-06-27T08:39:02.754Z] github.com/docker/docker/rootless/specconv [2022-06-27T08:39:02.754Z] github.com/docker/docker/runconfig [2022-06-27T08:39:02.754Z] github.com/docker/docker/runconfig/opts [2022-06-27T08:39:02.754Z] github.com/docker/docker/testutil [2022-06-27T08:39:02.754Z] github.com/docker/docker/testutil/daemon [2022-06-27T08:39:02.754Z] github.com/docker/docker/testutil/environment [2022-06-27T08:39:02.754Z] github.com/docker/docker/testutil/fakecontext [2022-06-27T08:39:02.754Z] github.com/docker/docker/testutil/fakegit [2022-06-27T08:39:02.754Z] github.com/docker/docker/testutil/fakestorage [2022-06-27T08:39:02.754Z] github.com/docker/docker/testutil/fixtures/load [2022-06-27T08:39:02.754Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-27T08:39:02.754Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-27T08:39:02.754Z] github.com/docker/docker/testutil/registry [2022-06-27T08:39:02.754Z] github.com/docker/docker/testutil/request [2022-06-27T08:39:02.754Z] github.com/docker/docker/volume [2022-06-27T08:39:02.754Z] github.com/docker/docker/volume/drivers [2022-06-27T08:39:02.754Z] github.com/docker/docker/volume/local [2022-06-27T08:39:02.754Z] github.com/docker/docker/volume/mounts [2022-06-27T08:39:02.754Z] github.com/docker/docker/volume/service [2022-06-27T08:39:02.754Z] github.com/docker/docker/volume/service/opts [2022-06-27T08:39:02.754Z] github.com/docker/docker/volume/testutils' [2022-06-27T08:39:02.754Z] + base_pkg_list='github.com/docker/docker/api [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/backend/build [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/httpstatus [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/httputils [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/middleware [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/router [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/router/build [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/router/container [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/router/debug [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/router/distribution [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/router/grpc [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/router/image [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/router/network [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/router/plugin [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/router/session [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/router/swarm [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/router/system [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/server/router/volume [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/backend [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/blkiodev [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/container [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/events [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/filters [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/image [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/mount [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/network [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/registry [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/strslice [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/swarm [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/time [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/versions [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-27T08:39:02.754Z] github.com/docker/docker/api/types/volume [2022-06-27T08:39:02.754Z] github.com/docker/docker/builder [2022-06-27T08:39:02.754Z] github.com/docker/docker/builder/builder-next [2022-06-27T08:39:02.754Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-27T08:39:02.754Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-27T08:39:02.754Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-27T08:39:02.754Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-27T08:39:02.754Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-27T08:39:02.754Z] github.com/docker/docker/builder/builder-next/worker [2022-06-27T08:39:02.754Z] github.com/docker/docker/builder/dockerfile [2022-06-27T08:39:02.754Z] github.com/docker/docker/builder/remotecontext [2022-06-27T08:39:02.754Z] github.com/docker/docker/builder/remotecontext/git [2022-06-27T08:39:02.754Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-27T08:39:02.754Z] github.com/docker/docker/cli [2022-06-27T08:39:02.754Z] github.com/docker/docker/cli/config [2022-06-27T08:39:02.754Z] github.com/docker/docker/cli/debug [2022-06-27T08:39:02.754Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-27T08:39:02.754Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-27T08:39:02.754Z] github.com/docker/docker/client [2022-06-27T08:39:02.754Z] github.com/docker/docker/cmd/docker-proxy [2022-06-27T08:39:02.754Z] github.com/docker/docker/cmd/dockerd [2022-06-27T08:39:02.754Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-27T08:39:02.754Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-27T08:39:02.754Z] github.com/docker/docker/container [2022-06-27T08:39:02.754Z] github.com/docker/docker/container/stream [2022-06-27T08:39:02.754Z] github.com/docker/docker/contrib/apparmor [2022-06-27T08:39:02.754Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-27T08:39:02.754Z] github.com/docker/docker/contrib/httpserver [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/cluster [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/cluster/convert [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/cluster/executor [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/cluster/provider [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/config [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/events [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/events/testutils [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/exec [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/graphdriver [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/images [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/initlayer [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/links [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/listeners [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/gelf [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/journald [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/local [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/logentries [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/splunk [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/syslog [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/logger/templates [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/names [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/network [2022-06-27T08:39:02.754Z] github.com/docker/docker/daemon/stats [2022-06-27T08:39:02.754Z] github.com/docker/docker/distribution [2022-06-27T08:39:02.754Z] github.com/docker/docker/distribution/metadata [2022-06-27T08:39:02.754Z] github.com/docker/docker/distribution/utils [2022-06-27T08:39:02.754Z] github.com/docker/docker/distribution/xfer [2022-06-27T08:39:02.754Z] github.com/docker/docker/dockerversion [2022-06-27T08:39:02.754Z] github.com/docker/docker/errdefs [2022-06-27T08:39:02.754Z] github.com/docker/docker/image [2022-06-27T08:39:02.754Z] github.com/docker/docker/image/cache [2022-06-27T08:39:02.754Z] github.com/docker/docker/image/tarexport [2022-06-27T08:39:02.754Z] github.com/docker/docker/image/v1 [2022-06-27T08:39:02.754Z] github.com/docker/docker/internal/test/suite [2022-06-27T08:39:02.754Z] github.com/docker/docker/layer [2022-06-27T08:39:02.754Z] github.com/docker/docker/libcontainerd [2022-06-27T08:39:02.754Z] github.com/docker/docker/libcontainerd/queue [2022-06-27T08:39:02.754Z] github.com/docker/docker/libcontainerd/remote [2022-06-27T08:39:02.754Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-27T08:39:02.754Z] github.com/docker/docker/libcontainerd/types [2022-06-27T08:39:02.754Z] github.com/docker/docker/oci [2022-06-27T08:39:02.754Z] github.com/docker/docker/oci/caps [2022-06-27T08:39:02.754Z] github.com/docker/docker/opts [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/aaparser [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/archive [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/authorization [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/broadcaster [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/capabilities [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/chrootarchive [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/containerfs [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/devicemapper [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/directory [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/dmesg [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/fileutils [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/fsutils [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/homedir [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/idtools [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/ioutils [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/jsonmessage [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/longpath [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/loopback [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/namesgenerator [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/parsers [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/pidfile [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/platform [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/plugingetter [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/plugins [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-27T08:39:02.754Z] github.com/docker/docker/pkg/plugins/transport [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/pools [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/progress [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/pubsub [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/reexec [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/signal [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/stack [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/stdcopy [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/streamformatter [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/stringid [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/sysinfo [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/system [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/tailfile [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/tarsum [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/truncindex [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/urlutil [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/useragent [2022-06-27T08:39:02.755Z] github.com/docker/docker/plugin [2022-06-27T08:39:02.755Z] github.com/docker/docker/plugin/executor/containerd [2022-06-27T08:39:02.755Z] github.com/docker/docker/plugin/v2 [2022-06-27T08:39:02.755Z] github.com/docker/docker/profiles/apparmor [2022-06-27T08:39:02.755Z] github.com/docker/docker/profiles/seccomp [2022-06-27T08:39:02.755Z] github.com/docker/docker/quota [2022-06-27T08:39:02.755Z] github.com/docker/docker/reference [2022-06-27T08:39:02.755Z] github.com/docker/docker/registry [2022-06-27T08:39:02.755Z] github.com/docker/docker/registry/resumable [2022-06-27T08:39:02.755Z] github.com/docker/docker/restartmanager [2022-06-27T08:39:02.755Z] github.com/docker/docker/rootless [2022-06-27T08:39:02.755Z] github.com/docker/docker/rootless/specconv [2022-06-27T08:39:02.755Z] github.com/docker/docker/runconfig [2022-06-27T08:39:02.755Z] github.com/docker/docker/runconfig/opts [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/daemon [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/environment [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/fakecontext [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/fakegit [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/fakestorage [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/fixtures/load [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/registry [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/request [2022-06-27T08:39:02.755Z] github.com/docker/docker/volume [2022-06-27T08:39:02.755Z] github.com/docker/docker/volume/drivers [2022-06-27T08:39:02.755Z] github.com/docker/docker/volume/local [2022-06-27T08:39:02.755Z] github.com/docker/docker/volume/mounts [2022-06-27T08:39:02.755Z] github.com/docker/docker/volume/service [2022-06-27T08:39:02.755Z] github.com/docker/docker/volume/service/opts [2022-06-27T08:39:02.755Z] github.com/docker/docker/volume/testutils' [2022-06-27T08:39:02.755Z] ++ grep --fixed-strings /libnetwork [2022-06-27T08:39:02.755Z] ++ echo 'github.com/docker/docker/api [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/backend/build [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/httpstatus [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/httputils [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/middleware [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/router [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/router/build [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/router/container [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/router/debug [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/router/distribution [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/router/grpc [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/router/image [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/router/network [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/router/plugin [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/router/session [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/router/swarm [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/router/system [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/server/router/volume [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/backend [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/blkiodev [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/container [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/events [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/filters [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/image [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/mount [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/network [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/registry [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/strslice [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/swarm [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/time [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/versions [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-27T08:39:02.755Z] github.com/docker/docker/api/types/volume [2022-06-27T08:39:02.755Z] github.com/docker/docker/builder [2022-06-27T08:39:02.755Z] github.com/docker/docker/builder/builder-next [2022-06-27T08:39:02.755Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-27T08:39:02.755Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-27T08:39:02.755Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-27T08:39:02.755Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-27T08:39:02.755Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-27T08:39:02.755Z] github.com/docker/docker/builder/builder-next/worker [2022-06-27T08:39:02.755Z] github.com/docker/docker/builder/dockerfile [2022-06-27T08:39:02.755Z] github.com/docker/docker/builder/remotecontext [2022-06-27T08:39:02.755Z] github.com/docker/docker/builder/remotecontext/git [2022-06-27T08:39:02.755Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-27T08:39:02.755Z] github.com/docker/docker/cli [2022-06-27T08:39:02.755Z] github.com/docker/docker/cli/config [2022-06-27T08:39:02.755Z] github.com/docker/docker/cli/debug [2022-06-27T08:39:02.755Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-27T08:39:02.755Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-27T08:39:02.755Z] github.com/docker/docker/client [2022-06-27T08:39:02.755Z] github.com/docker/docker/cmd/docker-proxy [2022-06-27T08:39:02.755Z] github.com/docker/docker/cmd/dockerd [2022-06-27T08:39:02.755Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-27T08:39:02.755Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-27T08:39:02.755Z] github.com/docker/docker/container [2022-06-27T08:39:02.755Z] github.com/docker/docker/container/stream [2022-06-27T08:39:02.755Z] github.com/docker/docker/contrib/apparmor [2022-06-27T08:39:02.755Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-27T08:39:02.755Z] github.com/docker/docker/contrib/httpserver [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/cluster [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/cluster/convert [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/cluster/executor [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/cluster/provider [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/config [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/events [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/events/testutils [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/exec [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/graphdriver [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/images [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/initlayer [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/links [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/listeners [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/gelf [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/journald [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/local [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/logentries [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/splunk [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/syslog [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/logger/templates [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/names [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/network [2022-06-27T08:39:02.755Z] github.com/docker/docker/daemon/stats [2022-06-27T08:39:02.755Z] github.com/docker/docker/distribution [2022-06-27T08:39:02.755Z] github.com/docker/docker/distribution/metadata [2022-06-27T08:39:02.755Z] github.com/docker/docker/distribution/utils [2022-06-27T08:39:02.755Z] github.com/docker/docker/distribution/xfer [2022-06-27T08:39:02.755Z] github.com/docker/docker/dockerversion [2022-06-27T08:39:02.755Z] github.com/docker/docker/errdefs [2022-06-27T08:39:02.755Z] github.com/docker/docker/image [2022-06-27T08:39:02.755Z] github.com/docker/docker/image/cache [2022-06-27T08:39:02.755Z] github.com/docker/docker/image/tarexport [2022-06-27T08:39:02.755Z] github.com/docker/docker/image/v1 [2022-06-27T08:39:02.755Z] github.com/docker/docker/internal/test/suite [2022-06-27T08:39:02.755Z] github.com/docker/docker/layer [2022-06-27T08:39:02.755Z] github.com/docker/docker/libcontainerd [2022-06-27T08:39:02.755Z] github.com/docker/docker/libcontainerd/queue [2022-06-27T08:39:02.755Z] github.com/docker/docker/libcontainerd/remote [2022-06-27T08:39:02.755Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-27T08:39:02.755Z] github.com/docker/docker/libcontainerd/types [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/bitseq [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cluster [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/config [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/datastore [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/driverapi [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/etchosts [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/idm [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/ipam [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/iptables [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/netlabel [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/netutils [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/networkdb [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/ns [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/options [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/osl [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/portallocator [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/portmapper [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/testutils [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/types [2022-06-27T08:39:02.755Z] github.com/docker/docker/oci [2022-06-27T08:39:02.755Z] github.com/docker/docker/oci/caps [2022-06-27T08:39:02.755Z] github.com/docker/docker/opts [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/aaparser [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/archive [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/authorization [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/broadcaster [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/capabilities [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/chrootarchive [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/containerfs [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/devicemapper [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/directory [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/dmesg [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/fileutils [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/fsutils [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/homedir [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/idtools [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/ioutils [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/jsonmessage [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/longpath [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/loopback [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/namesgenerator [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/parsers [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/pidfile [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/platform [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/plugingetter [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/plugins [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/plugins/transport [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/pools [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/progress [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/pubsub [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/reexec [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/signal [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/stack [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/stdcopy [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/streamformatter [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/stringid [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/sysinfo [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/system [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/tailfile [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/tarsum [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/truncindex [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/urlutil [2022-06-27T08:39:02.755Z] github.com/docker/docker/pkg/useragent [2022-06-27T08:39:02.755Z] github.com/docker/docker/plugin [2022-06-27T08:39:02.755Z] github.com/docker/docker/plugin/executor/containerd [2022-06-27T08:39:02.755Z] github.com/docker/docker/plugin/v2 [2022-06-27T08:39:02.755Z] github.com/docker/docker/profiles/apparmor [2022-06-27T08:39:02.755Z] github.com/docker/docker/profiles/seccomp [2022-06-27T08:39:02.755Z] github.com/docker/docker/quota [2022-06-27T08:39:02.755Z] github.com/docker/docker/reference [2022-06-27T08:39:02.755Z] github.com/docker/docker/registry [2022-06-27T08:39:02.755Z] github.com/docker/docker/registry/resumable [2022-06-27T08:39:02.755Z] github.com/docker/docker/restartmanager [2022-06-27T08:39:02.755Z] github.com/docker/docker/rootless [2022-06-27T08:39:02.755Z] github.com/docker/docker/rootless/specconv [2022-06-27T08:39:02.755Z] github.com/docker/docker/runconfig [2022-06-27T08:39:02.755Z] github.com/docker/docker/runconfig/opts [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/daemon [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/environment [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/fakecontext [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/fakegit [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/fakestorage [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/fixtures/load [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/registry [2022-06-27T08:39:02.755Z] github.com/docker/docker/testutil/request [2022-06-27T08:39:02.755Z] github.com/docker/docker/volume [2022-06-27T08:39:02.755Z] github.com/docker/docker/volume/drivers [2022-06-27T08:39:02.755Z] github.com/docker/docker/volume/local [2022-06-27T08:39:02.755Z] github.com/docker/docker/volume/mounts [2022-06-27T08:39:02.755Z] github.com/docker/docker/volume/service [2022-06-27T08:39:02.755Z] github.com/docker/docker/volume/service/opts [2022-06-27T08:39:02.755Z] github.com/docker/docker/volume/testutils' [2022-06-27T08:39:02.755Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/bitseq [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cluster [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/config [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/datastore [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-27T08:39:02.755Z] github.com/docker/docker/libnetwork/driverapi [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/etchosts [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/idm [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipam [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/iptables [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/netlabel [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/netutils [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/networkdb [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ns [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/options [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/osl [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/portallocator [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/portmapper [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/testutils [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/types' [2022-06-27T08:39:02.756Z] + echo 'github.com/docker/docker/libnetwork [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/bitseq [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/cluster [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/config [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/datastore [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/driverapi [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/etchosts [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/idm [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipam [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/iptables [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/netlabel [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/netutils [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/networkdb [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/ns [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/options [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/osl [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/portallocator [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/portmapper [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/testutils [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/types' [2022-06-27T08:39:02.756Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-27T08:39:02.756Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-27T08:39:02.756Z] + type docker-proxy [2022-06-27T08:39:02.756Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-27T08:39:02.756Z] + hack/make.sh binary-proxy install-proxy [2022-06-27T08:39:02.756Z] [2022-06-27T08:39:02.756Z] Removing bundles/ [2022-06-27T08:39:02.756Z] [2022-06-27T08:39:02.756Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-27T08:39:02.756Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-27T08:39:02.756Z] GOOS="" GOARCH="" GOARM="" [2022-06-27T08:39:03.919Z] #55 ... [2022-06-27T08:39:03.919Z] [2022-06-27T08:39:03.919Z] #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-27T08:39:03.919Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:39:03.919Z] #77 260.2 CCLD libocispec.la [2022-06-27T08:39:03.919Z] #77 260.7 CCLD src/validate [2022-06-27T08:39:03.919Z] #77 260.7 CCLD tests/test-1 [2022-06-27T08:39:03.919Z] #77 260.7 CCLD tests/test-2 [2022-06-27T08:39:03.919Z] #77 260.7 CCLD tests/test-3 [2022-06-27T08:39:03.919Z] #77 260.7 CCLD tests/test-4 [2022-06-27T08:39:03.919Z] #77 260.8 CCLD tests/test-5 [2022-06-27T08:39:03.919Z] #77 260.8 CCLD tests/test-6 [2022-06-27T08:39:03.919Z] #77 260.9 CCLD tests/test-7 [2022-06-27T08:39:03.919Z] #77 261.0 CCLD tests/test-8 [2022-06-27T08:39:03.919Z] #77 261.0 CCLD tests/test-9 [2022-06-27T08:39:03.919Z] #77 261.0 CCLD tests/test-10 [2022-06-27T08:39:03.919Z] #77 261.1 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-27T08:39:03.919Z] #77 261.1 CCLD tests/test-11 [2022-06-27T08:39:03.919Z] #77 263.0 libtool: link: ar cr libocispec.a [2022-06-27T08:39:03.919Z] #77 263.1 libtool: link: ranlib libocispec.a [2022-06-27T08:39:04.849Z] #77 264.6 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-27T08:39:04.849Z] #77 264.6 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-27T08:39:04.849Z] #77 264.6 make[5]: Nothing to be done for 'install-data-am'. [2022-06-27T08:39:04.849Z] #77 264.6 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:39:04.849Z] #77 264.6 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:39:04.849Z] #77 264.6 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:39:04.849Z] #77 264.6 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-27T08:39:04.849Z] #77 264.6 make[2]: Entering directory '/tmp/crun-build' [2022-06-27T08:39:04.849Z] #77 264.8 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-27T08:39:05.105Z] #77 264.8 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-27T08:39:05.105Z] #77 264.8 CC src/libcrun/libcrun_testing_a-container.o [2022-06-27T08:39:05.105Z] #77 264.8 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-27T08:39:05.105Z] #77 264.8 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-27T08:39:05.105Z] #77 264.8 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-27T08:39:05.105Z] #77 264.8 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-27T08:39:05.105Z] #77 264.8 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-27T08:39:05.105Z] #77 264.8 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-27T08:39:05.105Z] #77 264.8 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-27T08:39:05.105Z] #77 264.9 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-27T08:39:05.105Z] #77 264.9 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-27T08:39:05.105Z] #77 264.9 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-27T08:39:05.105Z] #77 264.9 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-27T08:39:05.105Z] #77 264.9 CC src/libcrun/libcrun_testing_a-error.o [2022-06-27T08:39:05.105Z] #77 265.0 CC src/libcrun/libcrun_testing_a-status.o [2022-06-27T08:39:05.362Z] #77 265.1 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-27T08:39:05.362Z] #77 265.1 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-27T08:39:05.362Z] #77 265.2 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-27T08:39:05.362Z] #77 265.3 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-27T08:39:05.618Z] #77 265.3 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-27T08:39:05.618Z] #77 265.3 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-27T08:39:05.618Z] #77 265.4 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-27T08:39:05.618Z] #77 265.4 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-27T08:39:05.618Z] #77 265.4 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-27T08:39:05.618Z] #77 265.4 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-27T08:39:05.618Z] #77 265.5 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-27T08:39:05.874Z] #77 265.6 CC src/crun-crun.o [2022-06-27T08:39:05.874Z] #77 265.7 CC src/crun-run.o [2022-06-27T08:39:05.874Z] #77 265.7 CC src/crun-delete.o [2022-06-27T08:39:06.131Z] #77 265.9 CC src/crun-kill.o [2022-06-27T08:39:06.131Z] #77 265.9 CC src/crun-pause.o [2022-06-27T08:39:06.131Z] #77 266.0 CC src/crun-unpause.o [2022-06-27T08:39:06.131Z] #77 266.0 CC src/crun-spec.o [2022-06-27T08:39:06.388Z] #77 266.0 CC src/crun-exec.o [2022-06-27T08:39:06.388Z] #77 266.1 CC src/crun-list.o [2022-06-27T08:39:06.388Z] #77 266.1 CC src/crun-create.o [2022-06-27T08:39:06.645Z] #77 266.3 CC src/crun-start.o [2022-06-27T08:39:06.645Z] #77 266.3 CC src/crun-state.o [2022-06-27T08:39:06.645Z] #77 266.3 CC src/crun-update.o [2022-06-27T08:39:06.645Z] #77 266.4 CC src/crun-checkpoint.o [2022-06-27T08:39:06.645Z] #77 266.5 CC src/crun-ps.o [2022-06-27T08:39:06.645Z] #77 266.5 CC src/crun-restore.o [2022-06-27T08:39:06.645Z] #77 266.5 CC src/libcrun/libcrun_la-utils.lo [2022-06-27T08:39:06.901Z] #77 266.6 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-27T08:39:06.901Z] #77 266.8 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-27T08:39:06.901Z] #77 266.8 CC src/libcrun/libcrun_la-container.lo [2022-06-27T08:39:07.158Z] #77 266.9 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-27T08:39:07.158Z] #77 266.9 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-27T08:39:07.158Z] #77 266.9 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-27T08:39:07.158Z] #77 266.9 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-27T08:39:07.158Z] #77 267.1 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-27T08:39:07.414Z] #77 267.1 CC src/libcrun/libcrun_la-criu.lo [2022-06-27T08:39:07.414Z] #77 267.2 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-27T08:39:07.414Z] #77 267.2 CC src/libcrun/libcrun_la-linux.lo [2022-06-27T08:39:07.414Z] #77 267.3 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-27T08:39:07.671Z] #77 267.4 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-27T08:39:07.671Z] #77 267.4 CC src/libcrun/libcrun_la-error.lo [2022-06-27T08:39:07.671Z] #77 267.6 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-27T08:39:07.927Z] #77 267.6 CC src/libcrun/libcrun_la-status.lo [2022-06-27T08:39:07.927Z] #77 267.6 CC src/libcrun/libcrun_la-terminal.lo [2022-06-27T08:39:07.927Z] #77 267.7 CC src/libcrun/libcrun_la-signals.lo [2022-06-27T08:39:07.927Z] #77 267.7 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-27T08:39:07.927Z] #77 267.8 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-27T08:39:08.183Z] #77 267.9 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-27T08:39:08.440Z] #77 268.2 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-27T08:39:08.440Z] #77 268.2 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-27T08:39:08.696Z] #77 268.3 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-27T08:39:08.696Z] #77 268.4 CC tests/init.o [2022-06-27T08:39:08.952Z] #77 268.6 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-27T08:39:09.356Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-27T08:39:09.356Z] [2022-06-27T08:39:09.356Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-27T08:39:09.356Z] Installing docker-proxy to /usr/local/bin/ [2022-06-27T08:39:09.356Z] [2022-06-27T08:39:09.356Z] + mkdir -p bundles [2022-06-27T08:39:09.356Z] + '[' -n 'github.com/docker/docker/api [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/backend/build [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/httpstatus [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/httputils [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/middleware [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/router [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/router/build [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/router/container [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/router/debug [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/router/distribution [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/router/grpc [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/router/image [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/router/network [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/router/plugin [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/router/session [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/router/swarm [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/router/system [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/server/router/volume [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/backend [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/blkiodev [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/container [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/events [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/filters [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/image [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/mount [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/network [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/registry [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/strslice [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/swarm [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/time [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/versions [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-27T08:39:09.356Z] github.com/docker/docker/api/types/volume [2022-06-27T08:39:09.356Z] github.com/docker/docker/builder [2022-06-27T08:39:09.356Z] github.com/docker/docker/builder/builder-next [2022-06-27T08:39:09.356Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-27T08:39:09.356Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-27T08:39:09.356Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-27T08:39:09.356Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-27T08:39:09.356Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-27T08:39:09.356Z] github.com/docker/docker/builder/builder-next/worker [2022-06-27T08:39:09.356Z] github.com/docker/docker/builder/dockerfile [2022-06-27T08:39:09.356Z] github.com/docker/docker/builder/remotecontext [2022-06-27T08:39:09.356Z] github.com/docker/docker/builder/remotecontext/git [2022-06-27T08:39:09.356Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-27T08:39:09.356Z] github.com/docker/docker/cli [2022-06-27T08:39:09.356Z] github.com/docker/docker/cli/config [2022-06-27T08:39:09.356Z] github.com/docker/docker/cli/debug [2022-06-27T08:39:09.356Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-27T08:39:09.356Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-27T08:39:09.356Z] github.com/docker/docker/client [2022-06-27T08:39:09.356Z] github.com/docker/docker/cmd/docker-proxy [2022-06-27T08:39:09.356Z] github.com/docker/docker/cmd/dockerd [2022-06-27T08:39:09.356Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-27T08:39:09.356Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-27T08:39:09.356Z] github.com/docker/docker/container [2022-06-27T08:39:09.356Z] github.com/docker/docker/container/stream [2022-06-27T08:39:09.356Z] github.com/docker/docker/contrib/apparmor [2022-06-27T08:39:09.356Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-27T08:39:09.356Z] github.com/docker/docker/contrib/httpserver [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/cluster [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/cluster/convert [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/cluster/executor [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/cluster/provider [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/config [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/events [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/events/testutils [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/exec [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/graphdriver [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/images [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/initlayer [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/links [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/listeners [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/gelf [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/journald [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/local [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/logentries [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/splunk [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/syslog [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/logger/templates [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/names [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/network [2022-06-27T08:39:09.356Z] github.com/docker/docker/daemon/stats [2022-06-27T08:39:09.356Z] github.com/docker/docker/distribution [2022-06-27T08:39:09.356Z] github.com/docker/docker/distribution/metadata [2022-06-27T08:39:09.356Z] github.com/docker/docker/distribution/utils [2022-06-27T08:39:09.356Z] github.com/docker/docker/distribution/xfer [2022-06-27T08:39:09.356Z] github.com/docker/docker/dockerversion [2022-06-27T08:39:09.356Z] github.com/docker/docker/errdefs [2022-06-27T08:39:09.356Z] github.com/docker/docker/image [2022-06-27T08:39:09.356Z] github.com/docker/docker/image/cache [2022-06-27T08:39:09.356Z] github.com/docker/docker/image/tarexport [2022-06-27T08:39:09.356Z] github.com/docker/docker/image/v1 [2022-06-27T08:39:09.356Z] github.com/docker/docker/internal/test/suite [2022-06-27T08:39:09.356Z] github.com/docker/docker/layer [2022-06-27T08:39:09.356Z] github.com/docker/docker/libcontainerd [2022-06-27T08:39:09.356Z] github.com/docker/docker/libcontainerd/queue [2022-06-27T08:39:09.356Z] github.com/docker/docker/libcontainerd/remote [2022-06-27T08:39:09.356Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-27T08:39:09.356Z] github.com/docker/docker/libcontainerd/types [2022-06-27T08:39:09.356Z] github.com/docker/docker/oci [2022-06-27T08:39:09.356Z] github.com/docker/docker/oci/caps [2022-06-27T08:39:09.356Z] github.com/docker/docker/opts [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/aaparser [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/archive [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/authorization [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/broadcaster [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/capabilities [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/chrootarchive [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/containerfs [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/devicemapper [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/directory [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/dmesg [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/fileutils [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/fsutils [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/homedir [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/idtools [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/ioutils [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/jsonmessage [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/longpath [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/loopback [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/namesgenerator [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/parsers [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/pidfile [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/platform [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/plugingetter [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/plugins [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/plugins/transport [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/pools [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/progress [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/pubsub [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/reexec [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/signal [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/stack [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/stdcopy [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/streamformatter [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/stringid [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/sysinfo [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/system [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/tailfile [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/tarsum [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/truncindex [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/urlutil [2022-06-27T08:39:09.356Z] github.com/docker/docker/pkg/useragent [2022-06-27T08:39:09.356Z] github.com/docker/docker/plugin [2022-06-27T08:39:09.356Z] github.com/docker/docker/plugin/executor/containerd [2022-06-27T08:39:09.356Z] github.com/docker/docker/plugin/v2 [2022-06-27T08:39:09.356Z] github.com/docker/docker/profiles/apparmor [2022-06-27T08:39:09.356Z] github.com/docker/docker/profiles/seccomp [2022-06-27T08:39:09.356Z] github.com/docker/docker/quota [2022-06-27T08:39:09.356Z] github.com/docker/docker/reference [2022-06-27T08:39:09.356Z] github.com/docker/docker/registry [2022-06-27T08:39:09.356Z] github.com/docker/docker/registry/resumable [2022-06-27T08:39:09.356Z] github.com/docker/docker/restartmanager [2022-06-27T08:39:09.356Z] github.com/docker/docker/rootless [2022-06-27T08:39:09.356Z] github.com/docker/docker/rootless/specconv [2022-06-27T08:39:09.356Z] github.com/docker/docker/runconfig [2022-06-27T08:39:09.356Z] github.com/docker/docker/runconfig/opts [2022-06-27T08:39:09.356Z] github.com/docker/docker/testutil [2022-06-27T08:39:09.356Z] github.com/docker/docker/testutil/daemon [2022-06-27T08:39:09.356Z] github.com/docker/docker/testutil/environment [2022-06-27T08:39:09.356Z] github.com/docker/docker/testutil/fakecontext [2022-06-27T08:39:09.356Z] github.com/docker/docker/testutil/fakegit [2022-06-27T08:39:09.356Z] github.com/docker/docker/testutil/fakestorage [2022-06-27T08:39:09.356Z] github.com/docker/docker/testutil/fixtures/load [2022-06-27T08:39:09.356Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-27T08:39:09.356Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-27T08:39:09.356Z] github.com/docker/docker/testutil/registry [2022-06-27T08:39:09.356Z] github.com/docker/docker/testutil/request [2022-06-27T08:39:09.356Z] github.com/docker/docker/volume [2022-06-27T08:39:09.356Z] github.com/docker/docker/volume/drivers [2022-06-27T08:39:09.356Z] github.com/docker/docker/volume/local [2022-06-27T08:39:09.356Z] github.com/docker/docker/volume/mounts [2022-06-27T08:39:09.356Z] github.com/docker/docker/volume/service [2022-06-27T08:39:09.356Z] github.com/docker/docker/volume/service/opts [2022-06-27T08:39:09.356Z] github.com/docker/docker/volume/testutils' ']' [2022-06-27T08:39:09.357Z] + 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-27T08:39:09.618Z] ? github.com/docker/docker/api [no test files] [2022-06-27T08:39:11.471Z] #77 ... [2022-06-27T08:39:11.471Z] [2022-06-27T08:39:11.471Z] #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-27T08:39:11.471Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-27T08:39:11.471Z] #47 339.6 + dpkg --print-architecture [2022-06-27T08:39:11.471Z] #47 339.6 + git checkout -q v2.1.0 [2022-06-27T08:39:11.471Z] #47 339.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-27T08:39:11.471Z] #47 339.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-27T08:39:11.618Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|imports|name|compiled_files|files) took 2m51.606805775s [2022-06-27T08:39:11.618Z] 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-27T08:39:12.190Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 508.318782ms [2022-06-27T08:39:21.267Z] #64 325.5 # github.com/containerd/containerd/cmd/containerd [2022-06-27T08:39:21.267Z] #64 325.5 /usr/bin/ld: /tmp/go-link-3863490357/000019.o: in function `New': [2022-06-27T08:39:21.267Z] #64 325.5 /tmp/tmp.k4UljsE2vm/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-27T08:39:21.267Z] #64 325.6 + bin/containerd-stress [2022-06-27T08:39:21.267Z] #64 326.8 + bin/containerd-shim [2022-06-27T08:39:24.544Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-06-27T08:39:29.365Z] #64 338.1 + bin/containerd-shim-runc-v1 [2022-06-27T08:39:33.367Z] #47 DONE 368.2s [2022-06-27T08:39:33.367Z] [2022-06-27T08:39:33.367Z] #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-27T08:39:33.367Z] #64 sha256:0190aa0c9a249139e8b3b560792d445aba5c20da263415f39eee4a3bc4c7cf14 [2022-06-27T08:39:33.367Z] #64 ... [2022-06-27T08:39:33.367Z] [2022-06-27T08:39:33.367Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-27T08:39:33.367Z] #48 sha256:5f439053c8e96f628185b59a5c61cd360db16537e1ebe216c93f200e0ba8baf6 [2022-06-27T08:39:33.367Z] #48 DONE 0.6s [2022-06-27T08:39:33.367Z] [2022-06-27T08:39:33.367Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-27T08:39:33.367Z] #52 sha256:9a005ff4d16766d08237b5b5b567fd0861d149b961aa6caae1d9302477e499a3 [2022-06-27T08:39:33.367Z] #52 DONE 0.1s [2022-06-27T08:39:33.367Z] [2022-06-27T08:39:33.367Z] #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-27T08:39:33.367Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:39:33.367Z] #55 ... [2022-06-27T08:39:33.367Z] [2022-06-27T08:39:33.367Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-27T08:39:33.367Z] #54 sha256:920e5ddeaa958e23fc297fff76374f94c85a84b6f8af7fa0f2bab4381e5b4593 [2022-06-27T08:39:33.367Z] #54 DONE 0.1s [2022-06-27T08:39:33.367Z] [2022-06-27T08:39:33.367Z] #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-27T08:39:33.367Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:39:34.609Z] #64 344.5 + bin/containerd-shim-runc-v2 [2022-06-27T08:39:35.537Z] #64 345.3 + binaries [2022-06-27T08:39:35.537Z] #64 345.3 + install -D bin/containerd /build/containerd [2022-06-27T08:39:35.537Z] #64 345.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-27T08:39:35.792Z] #64 345.4 + install -D bin/ctr /build/ctr [2022-06-27T08:39:35.887Z] #55 ... [2022-06-27T08:39:35.887Z] [2022-06-27T08:39:35.887Z] #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-27T08:39:35.887Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-27T08:39:35.887Z] #77 295.7 CCLD tests/init [2022-06-27T08:39:38.305Z] #64 DONE 347.6s [2022-06-27T08:39:38.561Z] [2022-06-27T08:39:38.561Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-27T08:39:38.561Z] #65 sha256:396768eccc26c9ae7864d77a14f4965955f81b239573e75b0656134045a80ab2 [2022-06-27T08:39:39.922Z] #65 DONE 1.0s [2022-06-27T08:39:39.922Z] [2022-06-27T08:39:39.922Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-27T08:39:39.922Z] #70 sha256:9c653f0cb05143455f0b8ddddd38eb46db8cc06a3e84968f22389dbdb2039a0c [2022-06-27T08:39:39.922Z] #70 DONE 0.3s [2022-06-27T08:39:39.922Z] [2022-06-27T08:39:39.922Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-27T08:39:39.922Z] #75 sha256:5cc8fd58084bc50a118d3dd77c5a778c2114a1fd350bdddde1a1d8a7031b8264 [2022-06-27T08:39:41.285Z] #75 DONE 1.2s [2022-06-27T08:39:41.285Z] [2022-06-27T08:39:41.285Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-27T08:39:41.285Z] #78 sha256:84a3a2751d4844b056ac8c0455bf1eade6c6d55d6090e4698d3446a281b3db00 [2022-06-27T08:39:41.285Z] #78 DONE 0.1s [2022-06-27T08:39:41.285Z] [2022-06-27T08:39:41.285Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-27T08:39:41.285Z] #79 sha256:3d9ec7567ef03e678fa8a5cdccb72953893804fc4ade3a1a0be647baacba095d [2022-06-27T08:39:41.285Z] #79 DONE 0.0s [2022-06-27T08:39:41.285Z] [2022-06-27T08:39:41.285Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-27T08:39:41.285Z] #80 sha256:df73182e3809b2e584d9405bcabd34b9c90f8a97dc33595b5fe940759ea0b95d [2022-06-27T08:39:41.285Z] #80 DONE 0.0s [2022-06-27T08:39:41.285Z] [2022-06-27T08:39:41.285Z] #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-27T08:39:41.285Z] #81 sha256:7e072fd78fedfa4de8b013d102367afcc7f50073784819bbd66a0f539f9a8a36 [2022-06-27T08:39:42.212Z] #81 0.790 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-27T08:39:42.212Z] #81 0.880 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-27T08:39:42.468Z] #81 1.045 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-27T08:39:43.030Z] #81 1.127 Reading package lists... [2022-06-27T08:39:43.286Z] #81 1.650 Reading package lists... [2022-06-27T08:39:43.542Z] #81 2.158 Building dependency tree... [2022-06-27T08:39:43.542Z] #81 2.271 Reading state information... [2022-06-27T08:39:43.542Z] #81 2.388 The following additional packages will be installed: [2022-06-27T08:39:43.798Z] #81 2.388 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-06-27T08:39:43.798Z] #81 2.389 Suggested packages: [2022-06-27T08:39:43.798Z] #81 2.389 systemd-container policykit-1 [2022-06-27T08:39:43.798Z] #81 2.389 Recommended packages: [2022-06-27T08:39:43.798Z] #81 2.389 systemd-timesyncd | time-daemon libnss-systemd [2022-06-27T08:39:43.798Z] #81 2.458 The following NEW packages will be installed: [2022-06-27T08:39:43.798Z] #81 2.459 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-06-27T08:39:43.798Z] #81 2.459 libkmod2 libpam-systemd systemd systemd-sysv [2022-06-27T08:39:44.055Z] #81 2.728 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-27T08:39:44.055Z] #81 2.728 Need to get 5817 kB of archives. [2022-06-27T08:39:44.055Z] #81 2.728 After this operation, 19.3 MB of additional disk space will be used. [2022-06-27T08:39:44.055Z] #81 2.728 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-06-27T08:39:44.055Z] #81 2.731 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-06-27T08:39:44.055Z] #81 2.732 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-06-27T08:39:44.055Z] #81 2.736 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-06-27T08:39:44.055Z] #81 2.738 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB] [2022-06-27T08:39:44.055Z] #81 2.828 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB] [2022-06-27T08:39:44.319Z] #81 2.829 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-06-27T08:39:44.319Z] #81 2.831 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-06-27T08:39:44.319Z] #81 2.841 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB] [2022-06-27T08:39:44.319Z] #81 2.843 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-27T08:39:44.319Z] #81 3.010 debconf: delaying package configuration, since apt-utils is not installed [2022-06-27T08:39:44.319Z] #81 3.040 Fetched 5817 kB in 0s (15.3 MB/s) [2022-06-27T08:39:44.319Z] #81 3.068 Selecting previously unselected package libargon2-1:amd64. [2022-06-27T08:39:44.319Z] #81 3.068 (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-27T08:39:44.319Z] #81 3.080 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2022-06-27T08:39:44.575Z] #81 3.089 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-06-27T08:39:44.575Z] #81 3.126 Selecting previously unselected package libjson-c5:amd64. [2022-06-27T08:39:44.575Z] #81 3.129 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2022-06-27T08:39:44.575Z] #81 3.134 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-06-27T08:39:44.575Z] #81 3.171 Selecting previously unselected package libcryptsetup12:amd64. [2022-06-27T08:39:44.575Z] #81 3.173 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-06-27T08:39:44.575Z] #81 3.177 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-06-27T08:39:44.575Z] #81 3.238 Selecting previously unselected package libkmod2:amd64. [2022-06-27T08:39:44.575Z] #81 3.241 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2022-06-27T08:39:44.575Z] #81 3.245 Unpacking libkmod2:amd64 (28-1) ... [2022-06-27T08:39:44.575Z] #81 3.287 Selecting previously unselected package systemd. [2022-06-27T08:39:44.575Z] #81 3.290 Preparing to unpack .../systemd_247.3-7_amd64.deb ... [2022-06-27T08:39:44.575Z] #81 3.324 Unpacking systemd (247.3-7) ... [2022-06-27T08:39:45.135Z] #81 3.905 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-06-27T08:39:45.135Z] #81 3.917 Setting up libjson-c5:amd64 (0.15-2) ... [2022-06-27T08:39:45.135Z] #81 3.927 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-06-27T08:39:45.135Z] #81 3.939 Setting up libkmod2:amd64 (28-1) ... [2022-06-27T08:39:45.390Z] #81 3.949 Setting up systemd (247.3-7) ... [2022-06-27T08:39:45.390Z] #81 3.990 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-06-27T08:39:45.390Z] #81 3.992 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-06-27T08:39:45.390Z] #81 3.995 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-06-27T08:39:45.390Z] #81 4.016 Initializing machine ID from KVM UUID. [2022-06-27T08:39:45.953Z] #81 4.420 Selecting previously unselected package systemd-sysv. [2022-06-27T08:39:45.953Z] #81 4.420 (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-27T08:39:45.953Z] #81 4.433 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ... [2022-06-27T08:39:45.953Z] #81 4.437 Unpacking systemd-sysv (247.3-7) ... [2022-06-27T08:39:45.953Z] #81 4.481 Selecting previously unselected package libdbus-1-3:amd64. [2022-06-27T08:39:45.953Z] #81 4.484 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-06-27T08:39:45.953Z] #81 4.488 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-06-27T08:39:45.953Z] #81 4.556 Selecting previously unselected package dbus. [2022-06-27T08:39:45.953Z] #81 4.559 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-06-27T08:39:45.953Z] #81 4.571 Unpacking dbus (1.12.20-2) ... [2022-06-27T08:39:45.953Z] #81 4.628 Selecting previously unselected package libpam-systemd:amd64. [2022-06-27T08:39:45.953Z] #81 4.631 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ... [2022-06-27T08:39:45.953Z] #81 4.636 Unpacking libpam-systemd:amd64 (247.3-7) ... [2022-06-27T08:39:45.953Z] #81 4.685 Selecting previously unselected package dbus-user-session. [2022-06-27T08:39:45.953Z] #81 4.688 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-06-27T08:39:45.953Z] #81 4.694 Unpacking dbus-user-session (1.12.20-2) ... [2022-06-27T08:39:45.953Z] #81 4.790 Setting up systemd-sysv (247.3-7) ... [2022-06-27T08:39:46.208Z] #81 4.803 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-06-27T08:39:46.208Z] #81 4.833 Setting up dbus (1.12.20-2) ... [2022-06-27T08:39:46.465Z] #81 4.984 invoke-rc.d: could not determine current runlevel [2022-06-27T08:39:46.465Z] #81 4.986 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-27T08:39:46.465Z] #81 4.991 Setting up libpam-systemd:amd64 (247.3-7) ... [2022-06-27T08:39:46.465Z] #81 5.148 Setting up dbus-user-session (1.12.20-2) ... [2022-06-27T08:39:46.465Z] #81 5.162 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-27T08:39:46.724Z] #81 DONE 5.3s [2022-06-27T08:39:46.724Z] [2022-06-27T08:39:46.724Z] #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-27T08:39:46.724Z] #82 sha256:daef6109d414f4cb1695d17a6c8e9ad733c2457a52d74fb5d814aecf077c8b3c [2022-06-27T08:39:46.979Z] #82 0.407 % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-27T08:39:46.979Z] #82 0.408 Dload Upload Total Spent Left Speed [2022-06-27T08:39:47.540Z] #82 0.409 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5557 0 --:--:-- --:--:-- --:--:-- 5557 [2022-06-27T08:39:47.540Z] #82 DONE 0.8s [2022-06-27T08:39:47.540Z] [2022-06-27T08:39:47.540Z] #83 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-27T08:39:47.540Z] #83 sha256:3f89dc43a55b2aa0572476b73dbe22086ed940f674478c9419d62b6b228bc83f [2022-06-27T08:39:48.472Z] #83 DONE 0.9s [2022-06-27T08:39:48.472Z] [2022-06-27T08:39:48.472Z] #84 exporting to image [2022-06-27T08:39:48.472Z] #84 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-27T08:39:48.472Z] #84 exporting layers [2022-06-27T08:39:55.007Z] #84 exporting layers 6.4s done [2022-06-27T08:39:55.007Z] #84 writing image sha256:478915ad8937b3350ac9be011ff2d56ab8eea93c843b0efff0fcb0cf9cc335d8 done [2022-06-27T08:39:55.007Z] #84 naming to docker.io/library/docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 done [2022-06-27T08:39:55.007Z] #84 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T08:39:55.336Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -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:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/make.sh dynbinary test-integration [2022-06-27T08:39:57.223Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-06-27T08:39:57.223Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-06-27T08:39:57.223Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-06-27T08:39:57.223Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-06-27T08:39:57.223Z] 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-27T08:39:57.223Z] Detected virtualization docker. [2022-06-27T08:39:57.223Z] Detected architecture x86-64. [2022-06-27T08:39:57.223Z] Set hostname to <44fd1e3aa0cf>. [2022-06-27T08:39:57.223Z] modprobe@configfs.service: Succeeded. [2022-06-27T08:39:57.223Z] modprobe@drm.service: Succeeded. [2022-06-27T08:39:57.223Z] modprobe@fuse.service: Succeeded. [2022-06-27T08:39:57.223Z] + source /etc/docker-entrypoint-cmd [2022-06-27T08:39:57.223Z] ++ hack/make.sh dynbinary test-integration [2022-06-27T08:39:57.223Z] [2022-06-27T08:39:57.479Z] Removing bundles/ [2022-06-27T08:39:57.479Z] [2022-06-27T08:39:57.479Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-27T08:39:57.479Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-27T08:39:57.479Z] GOOS="" GOARCH="" GOARM="" [2022-06-27T08:39:57.781Z] #77 315.6 AR libcrun_testing.a [2022-06-27T08:39:57.781Z] #77 315.6 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-27T08:39:57.781Z] #77 315.7 CCLD tests/tests_libcrun_fuzzer [2022-06-27T08:39:57.781Z] #77 315.7 CCLD tests/tests_libcrun_utils [2022-06-27T08:39:57.781Z] #77 315.8 CCLD tests/tests_libcrun_errors [2022-06-27T08:39:57.781Z] #77 316.4 CCLD libcrun.la [2022-06-27T08:39:57.781Z] #77 317.3 CCLD crun [2022-06-27T08:39:58.038Z] #77 317.8 make[3]: Entering directory '/tmp/crun-build' [2022-06-27T08:39:58.294Z] #77 318.0 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-27T08:39:58.294Z] #77 318.0 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-27T08:39:58.294Z] #77 318.0 /bin/mkdir -p '/usr/local/lib' [2022-06-27T08:39:58.294Z] #77 318.0 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-27T08:39:58.551Z] #77 318.1 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-27T08:39:58.551Z] #77 318.1 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-27T08:39:58.551Z] #77 318.1 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-27T08:39:58.551Z] #77 318.1 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-27T08:39:58.551Z] #77 318.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-27T08:39:58.551Z] #77 318.3 ---------------------------------------------------------------------- [2022-06-27T08:39:58.551Z] #77 318.3 Libraries have been installed in: [2022-06-27T08:39:58.551Z] #77 318.3 /usr/local/lib [2022-06-27T08:39:58.551Z] #77 318.3 [2022-06-27T08:39:58.551Z] #77 318.3 If you ever happen to want to link against installed libraries [2022-06-27T08:39:58.551Z] #77 318.3 in a given directory, LIBDIR, you must either use libtool, and [2022-06-27T08:39:58.551Z] #77 318.3 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-27T08:39:58.551Z] #77 318.3 flag during linking and do at least one of the following: [2022-06-27T08:39:58.551Z] #77 318.3 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-27T08:39:58.551Z] #77 318.3 during execution [2022-06-27T08:39:58.551Z] #77 318.3 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-27T08:39:58.551Z] #77 318.3 during linking [2022-06-27T08:39:58.551Z] #77 318.3 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-27T08:39:58.551Z] #77 318.3 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-27T08:39:58.551Z] #77 318.3 [2022-06-27T08:39:58.551Z] #77 318.3 See any operating system documentation about shared libraries for [2022-06-27T08:39:58.551Z] #77 318.3 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-27T08:39:58.551Z] #77 318.3 ---------------------------------------------------------------------- [2022-06-27T08:39:58.551Z] #77 318.3 /bin/mkdir -p '/build' [2022-06-27T08:39:58.551Z] #77 318.4 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-27T08:39:58.816Z] #77 318.4 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-27T08:39:58.816Z] #77 318.4 make[3]: Leaving directory '/tmp/crun-build' [2022-06-27T08:39:58.816Z] #77 318.4 make[2]: Leaving directory '/tmp/crun-build' [2022-06-27T08:39:58.816Z] #77 318.4 make[1]: Leaving directory '/tmp/crun-build' [2022-06-27T08:39:59.074Z] #77 DONE 318.7s [2022-06-27T08:39:59.074Z] [2022-06-27T08:39:59.074Z] #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-27T08:39:59.074Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-27T08:40:13.919Z] #55 412.4 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-27T08:40:14.848Z] #55 DONE 413.5s [2022-06-27T08:40:14.849Z] [2022-06-27T08:40:14.849Z] #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-27T08:40:14.849Z] #60 sha256:4a1de99bed2bb39c9f145afe867db85bb43ed3c82b431f2e6b73f99bae2ee0df [2022-06-27T08:40:14.849Z] #60 201.6 + mkdir -p /build [2022-06-27T08:40:14.849Z] #60 201.7 + cp runc /build/runc [2022-06-27T08:40:14.972Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-27T08:40:14.972Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-27T08:40:14.972Z] GOOS="" GOARCH="" GOARM="" [2022-06-27T08:40:14.972Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-27T08:40:14.972Z] [2022-06-27T08:40:14.972Z] + TEST_INTEGRATION_DEST=2 [2022-06-27T08:40:14.972Z] + CONTAINER_NAME=docker-pr1-2 [2022-06-27T08:40:14.972Z] + TEST_SKIP_INTEGRATION=1 [2022-06-27T08:40:14.972Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-06-27T08:40:14.972Z] + run_tests [2022-06-27T08:40:14.972Z] + c=0 [2022-06-27T08:40:14.972Z] + '[' -n 0 ']' [2022-06-27T08:40:14.972Z] + rm= [2022-06-27T08:40:14.972Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43745/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43745/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/make.sh '' test-integration [2022-06-27T08:40:14.972Z] ++ jobs -p [2022-06-27T08:40:14.972Z] + for job in $(jobs -p) [2022-06-27T08:40:14.972Z] + wait 7784 [2022-06-27T08:40:14.972Z] + TEST_INTEGRATION_DEST=3 [2022-06-27T08:40:14.972Z] + CONTAINER_NAME=docker-pr1-3 [2022-06-27T08:40:14.972Z] + TEST_SKIP_INTEGRATION=1 [2022-06-27T08:40:14.972Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-06-27T08:40:14.972Z] + run_tests [2022-06-27T08:40:14.972Z] + '[' -n 0 ']' [2022-06-27T08:40:14.972Z] + rm= [2022-06-27T08:40:14.972Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43745/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43745/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/make.sh '' test-integration [2022-06-27T08:40:14.972Z] + TEST_INTEGRATION_DEST=1 [2022-06-27T08:40:14.972Z] + CONTAINER_NAME=docker-pr1-1 [2022-06-27T08:40:14.972Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-06-27T08:40:14.972Z] + run_tests test-integration-flaky [2022-06-27T08:40:14.972Z] + '[' -n 0 ']' [2022-06-27T08:40:14.972Z] + rm= [2022-06-27T08:40:14.972Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43745/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43745/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/make.sh test-integration-flaky test-integration [2022-06-27T08:40:14.972Z] [2022-06-27T08:40:14.972Z] [2022-06-27T08:40:14.972Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-27T08:40:14.972Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-27T08:40:14.972Z] HOSTNAME=1d3400eea57e [2022-06-27T08:40:14.972Z] TEST_SKIP_INTEGRATION=1 [2022-06-27T08:40:14.972Z] TESTDEBUG=0 [2022-06-27T08:40:14.972Z] DEST=bundles/test-integration [2022-06-27T08:40:14.972Z] PWD=/go/src/github.com/docker/docker [2022-06-27T08:40:14.972Z] KEEPBUNDLE=1 [2022-06-27T08:40:14.972Z] DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:40:14.972Z] container=docker [2022-06-27T08:40:14.972Z] HOME=/root [2022-06-27T08:40:14.972Z] GOLANG_VERSION=1.18.3 [2022-06-27T08:40:14.972Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-27T08:40:14.972Z] VALIDATE_BRANCH=master [2022-06-27T08:40:14.972Z] TERM=xterm [2022-06-27T08:40:14.972Z] DOCKER_PKG=github.com/docker/docker [2022-06-27T08:40:14.972Z] SHLVL=1 [2022-06-27T08:40:14.972Z] TIMEOUT=120m [2022-06-27T08:40:14.972Z] DOCKER_BUILDTAGS= journald [2022-06-27T08:40:14.972Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-27T08:40:14.972Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-06-27T08:40:14.972Z] GO111MODULE=off [2022-06-27T08:40:14.972Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-27T08:40:14.972Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-27T08:40:14.972Z] GOPATH=/go [2022-06-27T08:40:14.972Z] PKG_CONFIG=pkg-config [2022-06-27T08:40:14.972Z] _=/usr/bin/env [2022-06-27T08:40:14.972Z] Building test suite binary ./integration-cli/test.main [2022-06-27T08:40:14.972Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-27T08:40:14.972Z] [2022-06-27T08:40:14.972Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-27T08:40:14.972Z] HOSTNAME=4a714b802d5a [2022-06-27T08:40:14.972Z] TEST_SKIP_INTEGRATION=1 [2022-06-27T08:40:14.972Z] TESTDEBUG=0 [2022-06-27T08:40:14.972Z] DEST=bundles/test-integration [2022-06-27T08:40:14.972Z] PWD=/go/src/github.com/docker/docker [2022-06-27T08:40:14.972Z] KEEPBUNDLE=1 [2022-06-27T08:40:14.972Z] DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:40:14.972Z] container=docker [2022-06-27T08:40:14.972Z] HOME=/root [2022-06-27T08:40:14.972Z] GOLANG_VERSION=1.18.3 [2022-06-27T08:40:14.972Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-27T08:40:14.972Z] VALIDATE_BRANCH=master [2022-06-27T08:40:14.972Z] TERM=xterm [2022-06-27T08:40:14.972Z] DOCKER_PKG=github.com/docker/docker [2022-06-27T08:40:14.972Z] SHLVL=1 [2022-06-27T08:40:14.972Z] TIMEOUT=120m [2022-06-27T08:40:14.972Z] DOCKER_BUILDTAGS= journald [2022-06-27T08:40:14.972Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-27T08:40:14.972Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-06-27T08:40:14.972Z] GO111MODULE=off [2022-06-27T08:40:14.972Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-27T08:40:14.972Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-27T08:40:14.972Z] GOPATH=/go [2022-06-27T08:40:14.972Z] PKG_CONFIG=pkg-config [2022-06-27T08:40:14.972Z] _=/usr/bin/env [2022-06-27T08:40:14.972Z] Building test suite binary ./integration-cli/test.main [2022-06-27T08:40:14.972Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-06-27T08:40:14.972Z] No new tests added to integration. [2022-06-27T08:40:14.972Z] [2022-06-27T08:40:14.972Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-27T08:40:14.972Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-27T08:40:14.972Z] HOSTNAME=f46e27ae5533 [2022-06-27T08:40:14.972Z] TESTDEBUG=0 [2022-06-27T08:40:14.972Z] DEST=bundles/test-integration [2022-06-27T08:40:14.972Z] PWD=/go/src/github.com/docker/docker [2022-06-27T08:40:14.972Z] KEEPBUNDLE=1 [2022-06-27T08:40:14.972Z] DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:40:14.972Z] container=docker [2022-06-27T08:40:14.972Z] HOME=/root [2022-06-27T08:40:14.972Z] GOLANG_VERSION=1.18.3 [2022-06-27T08:40:14.972Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-27T08:40:14.972Z] VALIDATE_BRANCH=master [2022-06-27T08:40:14.972Z] TERM=xterm [2022-06-27T08:40:14.972Z] DOCKER_PKG=github.com/docker/docker [2022-06-27T08:40:14.972Z] SHLVL=1 [2022-06-27T08:40:14.972Z] TIMEOUT=120m [2022-06-27T08:40:14.972Z] DOCKER_BUILDTAGS= journald [2022-06-27T08:40:14.972Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-27T08:40:14.972Z] GO111MODULE=off [2022-06-27T08:40:14.972Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-27T08:40:14.972Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-27T08:40:14.972Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-27T08:40:14.972Z] GOPATH=/go [2022-06-27T08:40:14.972Z] PKG_CONFIG=pkg-config [2022-06-27T08:40:14.972Z] _=/usr/bin/env [2022-06-27T08:40:14.972Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-27T08:40:15.105Z] #60 DONE 202.0s [2022-06-27T08:40:15.105Z] [2022-06-27T08:40:15.105Z] #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-27T08:40:15.105Z] #64 sha256:0190aa0c9a249139e8b3b560792d445aba5c20da263415f39eee4a3bc4c7cf14 [2022-06-27T08:40:17.647Z] #64 ... [2022-06-27T08:40:17.647Z] [2022-06-27T08:40:17.647Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-27T08:40:17.647Z] #56 sha256:9fa971a75e20802e466e256ba964cd2f59a9b080a8b2b00a9ca37abd6dad65af [2022-06-27T08:40:17.904Z] #56 DONE 0.8s [2022-06-27T08:40:17.904Z] [2022-06-27T08:40:17.904Z] #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-27T08:40:17.904Z] #64 sha256:0190aa0c9a249139e8b3b560792d445aba5c20da263415f39eee4a3bc4c7cf14 [2022-06-27T08:40:18.176Z] #64 ... [2022-06-27T08:40:18.176Z] [2022-06-27T08:40:18.176Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-27T08:40:18.176Z] #58 sha256:728c31cf394ad0acf6753810e594f5642ce272c739d3a3a482b3bfaefdf1a9c4 [2022-06-27T08:40:18.176Z] #58 DONE 0.1s [2022-06-27T08:40:18.176Z] [2022-06-27T08:40:18.176Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-27T08:40:18.176Z] #61 sha256:e4ae416e1c994a48fe542463892ee24b370b710faca93f47b66339248b0bcd22 [2022-06-27T08:40:18.433Z] #61 DONE 0.3s [2022-06-27T08:40:18.433Z] [2022-06-27T08:40:18.433Z] #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-27T08:40:18.433Z] #64 sha256:0190aa0c9a249139e8b3b560792d445aba5c20da263415f39eee4a3bc4c7cf14 [2022-06-27T08:40:20.951Z] #64 359.2 + bin/containerd [2022-06-27T08:40:32.388Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-27T08:40:32.389Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-27T08:40:32.651Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 31.9% of statements [2022-06-27T08:40:34.039Z] ok github.com/docker/docker/api/server/middleware 0.018s coverage: 37.7% of statements [2022-06-27T08:40:34.039Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-27T08:40:34.039Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-27T08:40:34.039Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-27T08:40:34.613Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-27T08:40:34.613Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-27T08:40:34.613Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-27T08:40:34.613Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-27T08:40:34.613Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-27T08:40:34.875Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-27T08:40:35.821Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-27T08:40:35.821Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-27T08:40:35.821Z] ok github.com/docker/docker/api/server/router/swarm 0.005s coverage: 6.0% of statements [2022-06-27T08:40:36.083Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-27T08:40:36.661Z] ok github.com/docker/docker/api/server/router/volume 0.015s coverage: 67.9% of statements [2022-06-27T08:40:36.661Z] ? github.com/docker/docker/api/types [no test files] [2022-06-27T08:40:36.661Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-27T08:40:36.661Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-27T08:40:36.661Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-27T08:40:36.661Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-27T08:40:36.661Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2022-06-27T08:40:36.661Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-27T08:40:36.661Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-27T08:40:36.661Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-27T08:40:36.661Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-27T08:40:36.661Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-27T08:40:36.923Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2022-06-27T08:40:36.923Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-27T08:40:36.923Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-27T08:40:36.923Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2022-06-27T08:40:37.185Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 77.3% of statements [2022-06-27T08:40:37.185Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-27T08:40:37.185Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-27T08:40:37.185Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-27T08:40:37.185Z] ? github.com/docker/docker/builder [no test files] [2022-06-27T08:40:37.185Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-27T08:40:37.185Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-27T08:40:37.185Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-27T08:40:37.185Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-27T08:40:37.185Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-27T08:40:37.185Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-27T08:40:37.185Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-27T08:40:39.739Z] ok github.com/docker/docker/builder/remotecontext 0.146s coverage: 13.7% of statements [2022-06-27T08:40:39.739Z] ok github.com/docker/docker/builder/dockerfile 0.501s coverage: 49.3% of statements [2022-06-27T08:40:40.000Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-06-27T08:40:40.946Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-06-27T08:40:41.520Z] ok github.com/docker/docker/builder/remotecontext/git 1.722s coverage: 86.3% of statements [2022-06-27T08:40:41.520Z] ? github.com/docker/docker/cli [no test files] [2022-06-27T08:40:41.520Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-27T08:40:41.520Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-27T08:40:41.520Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-27T08:40:42.095Z] ok github.com/docker/docker/cmd/docker-proxy 0.271s coverage: 69.3% of statements [2022-06-27T08:40:46.313Z] ok github.com/docker/docker/client 0.087s coverage: 75.6% of statements [2022-06-27T08:40:48.717Z] INFO [linters context/goanalysis] analyzers took 5m12.090411235s with top 10 stages: buildir: 2m1.810464172s, goimports: 25.432356359s, unconvert: 21.568428631s, gosec: 17.79516093s, S1038: 9.51767903s, golint: 9.035713611s, misspell: 6.006510001s, nilness: 5.037045351s, unused: 4.093266729s, printf: 3.416288854s [2022-06-27T08:40:48.717Z] INFO [runner] Issues before processing: 3035, after processing: 0 [2022-06-27T08:40:48.717Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2419/2419, autogenerated_exclude: 2036/2419, exclude-rules: 77/2036, cgo: 2419/3035, filename_unadjuster: 2419/2419, path_prettifier: 2419/2419, skip_files: 2419/2419, exclude: 2036/2036, nolint: 0/77, identifier_marker: 2036/2036 [2022-06-27T08:40:48.717Z] INFO [runner] processing took 80.684753ms with stages: nolint: 31.874019ms, identifier_marker: 21.415085ms, path_prettifier: 9.058393ms, autogenerated_exclude: 8.186971ms, exclude-rules: 7.963109ms, skip_dirs: 1.756927ms, cgo: 277.167µs, filename_unadjuster: 148.247µs, max_same_issues: 1.291µs, uniq_by_line: 664ns, skip_files: 391ns, max_from_linter: 377ns, source_code: 333ns, diff: 329ns, exclude: 319ns, path_shortener: 245ns, severity-rules: 234ns, sort_results: 228ns, max_per_file_from_linter: 226ns, path_prefixer: 198ns [2022-06-27T08:40:48.717Z] INFO [runner] linters took 1m32.611347526s with stages: goanalysis_metalinter: 1m32.530467843s [2022-06-27T08:40:48.717Z] INFO File cache stats: 1674 entries of total size 8.6MiB [2022-06-27T08:40:48.717Z] INFO Memory: 2649 samples, avg is 290.9MB, max is 1233.6MB [2022-06-27T08:40:48.717Z] INFO Execution took 4m24.737906882s [2022-06-27T08:40:48.717Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-06-27T08:40:49.044Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/make.sh dynbinary test-docker-py [2022-06-27T08:40:49.305Z] [2022-06-27T08:40:49.565Z] Removing bundles/ [2022-06-27T08:40:49.565Z] [2022-06-27T08:40:49.565Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-27T08:40:49.565Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-27T08:40:49.565Z] GOOS="" GOARCH="" GOARM="" [2022-06-27T08:41:17.125Z] #64 409.5 # github.com/containerd/containerd/cmd/containerd [2022-06-27T08:41:17.125Z] #64 409.5 /usr/bin/ld: /tmp/go-link-1434144516/000019.o: in function `New': [2022-06-27T08:41:17.125Z] #64 409.5 /tmp/tmp.yISrkI4lRA/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-27T08:41:17.125Z] #64 409.6 + bin/containerd-stress [2022-06-27T08:41:17.125Z] #64 410.7 + bin/containerd-shim [2022-06-27T08:41:23.738Z] #64 421.9 + bin/containerd-shim-runc-v1 [2022-06-27T08:41:25.096Z] ok github.com/docker/docker/cmd/dockerd 0.068s coverage: 29.7% of statements [2022-06-27T08:41:25.096Z] ok github.com/docker/docker/container 0.120s coverage: 34.8% of statements [2022-06-27T08:41:25.096Z] ok github.com/docker/docker/cmd/dockerd/trap 2.506s coverage: 0.0% of statements [2022-06-27T08:41:25.096Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-27T08:41:25.096Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-27T08:41:25.096Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-27T08:41:25.096Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-27T08:41:25.096Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-27T08:41:26.045Z] ok github.com/docker/docker/daemon/cluster 0.068s coverage: 0.5% of statements [2022-06-27T08:41:27.967Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-06-27T08:41:29.889Z] ok github.com/docker/docker/daemon/cluster/convert 0.014s coverage: 36.9% of statements [2022-06-27T08:41:30.280Z] #64 428.2 + bin/containerd-shim-runc-v2 [2022-06-27T08:41:30.535Z] #64 429.0 + binaries [2022-06-27T08:41:30.535Z] #64 429.0 + install -D bin/containerd /build/containerd [2022-06-27T08:41:30.536Z] #64 429.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-27T08:41:30.536Z] #64 429.0 + install -D bin/ctr /build/ctr [2022-06-27T08:41:32.420Z] #64 DONE 430.8s [2022-06-27T08:41:33.348Z] [2022-06-27T08:41:33.348Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-27T08:41:33.348Z] #65 sha256:eec8ddc4e24d8fd9f3b82c71e092fd2c0f129a64120354ec1e3e5d303944b5d8 [2022-06-27T08:41:34.273Z] #65 DONE 0.8s [2022-06-27T08:41:34.274Z] [2022-06-27T08:41:34.274Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-27T08:41:34.274Z] #70 sha256:83a9baf07c0fa906407339234fb1067c1eaa0483f61f665c144c066babdc2fab [2022-06-27T08:41:34.274Z] #70 DONE 0.2s [2022-06-27T08:41:34.274Z] [2022-06-27T08:41:34.274Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-27T08:41:34.274Z] #75 sha256:fdb823527149677f5a290db6c1ddf697a8177e0a9d05134d53902b4085b2f8e2 [2022-06-27T08:41:35.198Z] #75 DONE 0.9s [2022-06-27T08:41:35.198Z] [2022-06-27T08:41:35.198Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-27T08:41:35.198Z] #78 sha256:93b8c58f6ffc72f59f2dfaf53c105221121d36ef57934632636d95d14a2b1391 [2022-06-27T08:41:35.198Z] #78 DONE 0.0s [2022-06-27T08:41:35.198Z] [2022-06-27T08:41:35.198Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-27T08:41:35.198Z] #79 sha256:9cbac06271796fc0d1b537b3c283f8f5070cb1a728acc8e7cccb13e6106ab12f [2022-06-27T08:41:35.198Z] #79 DONE 0.0s [2022-06-27T08:41:35.198Z] [2022-06-27T08:41:35.198Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-27T08:41:35.198Z] #80 sha256:1d198ce3f701213e2bdc82a04b3546fbc65e9bc1a88a51f6b1a776c101fb6a3e [2022-06-27T08:41:35.198Z] #80 DONE 0.0s [2022-06-27T08:41:35.453Z] [2022-06-27T08:41:35.453Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-27T08:41:35.453Z] #81 sha256:a24a888a8a5fe726faa09f11bd8b9c40c49cacd16e323e492c33f622bce17a24 [2022-06-27T08:41:36.485Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.448s coverage: 13.4% of statements [2022-06-27T08:41:37.431Z] ok github.com/docker/docker/daemon/config 0.033s coverage: 81.5% of statements [2022-06-27T08:41:38.006Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2022-06-27T08:41:38.580Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-06-27T08:41:38.716Z] #81 DONE 3.5s [2022-06-27T08:41:38.716Z] [2022-06-27T08:41:38.716Z] #82 exporting to image [2022-06-27T08:41:38.716Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-27T08:41:38.716Z] #82 exporting layers [2022-06-27T08:41:39.525Z] ok github.com/docker/docker/daemon 10.156s coverage: 16.1% of statements [2022-06-27T08:41:39.526Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-27T08:41:39.526Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-27T08:41:39.526Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-27T08:41:39.526Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-27T08:41:40.100Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.624s coverage: 74.8% of statements [2022-06-27T08:41:41.046Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.308s coverage: 56.2% of statements [2022-06-27T08:41:41.620Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.023s coverage: 3.0% of statements [2022-06-27T08:41:43.015Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.9% of statements [2022-06-27T08:41:44.412Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.232s coverage: 50.6% of statements [2022-06-27T08:41:45.360Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.730s coverage: 45.9% of statements [2022-06-27T08:41:45.360Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-27T08:41:46.751Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.013s coverage: 58.5% of statements [2022-06-27T08:41:46.751Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.907s coverage: 58.5% of statements [2022-06-27T08:41:46.751Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-27T08:41:46.751Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-27T08:41:46.799Z] #82 exporting layers 6.7s done [2022-06-27T08:41:46.800Z] #82 writing image sha256:c3091c18bc992746f5f405dd67852d59441952ca3371e5ac0e99653c07be07cb done [2022-06-27T08:41:46.800Z] #82 naming to docker.io/library/docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 done [2022-06-27T08:41:46.800Z] #82 DONE 6.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T08:41:47.122Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -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:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/make.sh dynbinary test-integration [2022-06-27T08:41:47.730Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-06-27T08:41:48.328Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2022-06-27T08:41:48.486Z] [2022-06-27T08:41:48.486Z] Removing bundles/ [2022-06-27T08:41:48.486Z] [2022-06-27T08:41:48.486Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-27T08:41:48.486Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-27T08:41:48.486Z] GOOS="" GOARCH="" GOARM="" [2022-06-27T08:41:48.903Z] ok github.com/docker/docker/daemon/images 0.046s coverage: 6.9% of statements [2022-06-27T08:41:48.903Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-27T08:41:48.903Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-27T08:41:49.477Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 43.2% of statements [2022-06-27T08:41:50.423Z] ok github.com/docker/docker/daemon/logger/awslogs 0.151s coverage: 79.9% of statements [2022-06-27T08:41:50.423Z] ok github.com/docker/docker/daemon/logger/fluentd 0.015s coverage: 53.6% of statements [2022-06-27T08:41:50.423Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-27T08:41:50.997Z] ok github.com/docker/docker/daemon/logger/gelf 0.029s coverage: 68.2% of statements [2022-06-27T08:41:50.997Z] ok github.com/docker/docker/daemon/logger/journald 0.029s coverage: 23.4% of statements [2022-06-27T08:41:51.571Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 87.2% of statements [2022-06-27T08:41:52.145Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.134s coverage: 76.8% of statements [2022-06-27T08:41:52.407Z] ok github.com/docker/docker/daemon/logger/local 0.041s coverage: 79.4% of statements [2022-06-27T08:41:52.407Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-27T08:41:52.407Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-27T08:41:53.353Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.023s coverage: 31.5% of statements [2022-06-27T08:41:53.353Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.031s coverage: 62.0% of statements [2022-06-27T08:41:54.299Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2022-06-27T08:41:54.561Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-06-27T08:41:55.134Z] ok github.com/docker/docker/daemon/network 0.006s coverage: 63.8% of statements [2022-06-27T08:41:55.708Z] ok github.com/docker/docker/daemon/logger/splunk 1.538s coverage: 82.5% of statements [2022-06-27T08:41:55.708Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-27T08:41:55.708Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-27T08:41:56.654Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 44.4% of statements [2022-06-27T08:41:57.228Z] ok github.com/docker/docker/distribution 0.613s coverage: 28.0% of statements [2022-06-27T08:41:57.228Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-27T08:41:57.490Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-06-27T08:41:58.436Z] ok github.com/docker/docker/image 0.026s coverage: 86.9% of statements [2022-06-27T08:41:58.698Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-06-27T08:41:59.273Z] ok github.com/docker/docker/distribution/xfer 1.897s coverage: 84.9% of statements [2022-06-27T08:41:59.273Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-27T08:41:59.273Z] ok github.com/docker/docker/image/tarexport 0.024s coverage: 0.7% of statements [2022-06-27T08:41:59.273Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-27T08:41:59.273Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-27T08:41:59.848Z] ok github.com/docker/docker/libcontainerd/queue 0.035s coverage: 100.0% of statements [2022-06-27T08:42:00.794Z] ok github.com/docker/docker/oci 0.009s coverage: 46.0% of statements [2022-06-27T08:42:01.369Z] ok github.com/docker/docker/opts 0.032s coverage: 66.0% of statements [2022-06-27T08:42:01.369Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-27T08:42:03.289Z] ok github.com/docker/docker/pkg/archive 0.314s coverage: 81.9% of statements [2022-06-27T08:42:03.948Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-27T08:42:03.948Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-27T08:42:03.948Z] GOOS="" GOARCH="" GOARM="" [2022-06-27T08:42:03.948Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-27T08:42:03.948Z] [2022-06-27T08:42:03.948Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-27T08:42:03.948Z] DOCKER_SYSTEMD=1 [2022-06-27T08:42:03.948Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-27T08:42:03.948Z] HOSTNAME=44fd1e3aa0cf [2022-06-27T08:42:03.948Z] DEST=bundles/test-integration [2022-06-27T08:42:03.948Z] PWD=/go/src/github.com/docker/docker [2022-06-27T08:42:03.948Z] DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:42:03.948Z] container=docker [2022-06-27T08:42:03.948Z] HOME=/root [2022-06-27T08:42:03.948Z] LANG=C.UTF-8 [2022-06-27T08:42:03.948Z] INVOCATION_ID=0bf90a89e77545d88447c6cc1e0d01e9 [2022-06-27T08:42:03.948Z] GOLANG_VERSION=1.18.3 [2022-06-27T08:42:03.948Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-27T08:42:03.948Z] VALIDATE_BRANCH=master [2022-06-27T08:42:03.948Z] TERM=xterm [2022-06-27T08:42:03.948Z] DOCKER_PKG=github.com/docker/docker [2022-06-27T08:42:03.948Z] SHLVL=3 [2022-06-27T08:42:03.948Z] TIMEOUT=120m [2022-06-27T08:42:03.948Z] DOCKER_BUILDTAGS= journald [2022-06-27T08:42:03.948Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-27T08:42:03.948Z] GO111MODULE=off [2022-06-27T08:42:03.948Z] DOCKER_EXPERIMENTAL=1 [2022-06-27T08:42:03.948Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-27T08:42:03.948Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-27T08:42:03.948Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-27T08:42:03.948Z] GOPATH=/go [2022-06-27T08:42:03.948Z] PKG_CONFIG=pkg-config [2022-06-27T08:42:03.948Z] _=/usr/bin/env [2022-06-27T08:42:03.948Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-27T08:42:04.678Z] ok github.com/docker/docker/pkg/authorization 0.966s coverage: 68.3% of statements [2022-06-27T08:42:04.678Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-27T08:42:04.940Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-06-27T08:42:08.247Z] ok github.com/docker/docker/pkg/chrootarchive 2.528s coverage: 42.7% of statements [2022-06-27T08:42:08.247Z] ok github.com/docker/docker/layer 7.309s coverage: 68.9% of statements [2022-06-27T08:42:08.247Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-27T08:42:08.247Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-27T08:42:08.247Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-27T08:42:08.247Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-27T08:42:08.247Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-27T08:42:08.510Z] ok github.com/docker/docker/pkg/directory 0.011s coverage: 80.0% of statements [2022-06-27T08:42:08.510Z] ok github.com/docker/docker/pkg/containerfs 0.005s coverage: 6.7% of statements [2022-06-27T08:42:08.510Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-27T08:42:08.773Z] ok github.com/docker/docker/pkg/dmesg 0.012s coverage: 83.3% of statements [2022-06-27T08:42:09.041Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 87.2% of statements [2022-06-27T08:42:09.303Z] ok github.com/docker/docker/pkg/fsutils 0.152s coverage: 85.1% of statements [2022-06-27T08:42:09.303Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2022-06-27T08:42:10.251Z] ok github.com/docker/docker/pkg/idtools 0.352s coverage: 67.9% of statements [2022-06-27T08:42:10.514Z] ok github.com/docker/docker/pkg/ioutils 0.363s coverage: 71.5% of statements [2022-06-27T08:42:10.776Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2022-06-27T08:42:10.776Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2022-06-27T08:42:10.776Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-27T08:42:11.038Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-06-27T08:42:11.038Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-06-27T08:42:11.300Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-06-27T08:42:11.562Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.5% of statements [2022-06-27T08:42:11.562Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-06-27T08:42:11.562Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-27T08:42:11.562Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-27T08:42:12.136Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.018s coverage: 56.8% of statements [2022-06-27T08:42:12.710Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-06-27T08:42:12.973Z] ok github.com/docker/docker/pkg/pools 0.004s coverage: 88.2% of statements [2022-06-27T08:42:12.973Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-27T08:42:14.361Z] ok github.com/docker/docker/pkg/pubsub 1.044s coverage: 75.0% of statements [2022-06-27T08:42:14.623Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-06-27T08:42:14.885Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-06-27T08:42:15.146Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-06-27T08:42:15.409Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-06-27T08:42:15.670Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-27T08:42:16.244Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.6% of statements [2022-06-27T08:42:16.507Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 42.3% of statements [2022-06-27T08:42:17.081Z] ok github.com/docker/docker/pkg/tailfile 0.043s coverage: 88.6% of statements [2022-06-27T08:42:17.343Z] ok github.com/docker/docker/pkg/tarsum 0.044s coverage: 89.3% of statements [2022-06-27T08:42:17.917Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-27T08:42:17.917Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-27T08:42:19.837Z] ok github.com/docker/docker/plugin 0.519s coverage: 23.2% of statements [2022-06-27T08:42:20.099Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-27T08:42:20.674Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-06-27T08:42:22.064Z] ok github.com/docker/docker/quota 0.197s coverage: 71.4% of statements [2022-06-27T08:42:22.064Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-06-27T08:42:23.010Z] ok github.com/docker/docker/registry 0.082s coverage: 58.6% of statements [2022-06-27T08:42:23.584Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-06-27T08:42:23.845Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-06-27T08:42:24.419Z] ok github.com/docker/docker/runconfig 0.009s coverage: 64.5% of statements [2022-06-27T08:42:24.419Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-06-27T08:42:26.340Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-06-27T08:42:26.913Z] ok github.com/docker/docker/volume/local 0.111s coverage: 76.8% of statements [2022-06-27T08:42:27.505Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-06-27T08:42:28.914Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-06-27T08:42:47.047Z] ok github.com/docker/docker/pkg/plugins 33.640s coverage: 76.3% of statements [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/rootless [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/volume [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-27T08:42:47.047Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === Skipped [2022-06-27T08:42:47.047Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-27T08:42:47.047Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-27T08:42:47.047Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-27T08:42:47.047Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-27T08:42:47.047Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-27T08:42:47.047Z] graphtest_unix.go:71: No driver to put! [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-27T08:42:47.047Z] time="2022-06-27T08:41:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-27T08:42:47.047Z] time="2022-06-27T08:41:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-27T08:42:47.047Z] time="2022-06-27T08:41:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-27T08:42:47.047Z] time="2022-06-27T08:41:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-27T08:42:47.047Z] time="2022-06-27T08:41:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-27T08:42:47.047Z] graphtest_unix.go:71: No driver to put! [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-27T08:42:47.047Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-27T08:42:47.047Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-27T08:42:47.047Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-27T08:42:47.047Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-27T08:42:47.047Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T08:42:47.047Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-27T08:42:47.047Z] graphtest_unix.go:71: No driver to put! [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-27T08:42:47.047Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-27T08:42:47.047Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-27T08:42:47.047Z] [2022-06-27T08:42:47.047Z] DONE 2785 tests, 28 skipped in 217.388s [2022-06-27T08:42:47.047Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/bitseq [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/cluster [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/config [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/datastore [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/driverapi [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/etchosts [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/idm [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/ipam [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/iptables [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/netlabel [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/netutils [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/networkdb [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/ns [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/options [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/osl [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/portallocator [2022-06-27T08:42:47.047Z] github.com/docker/docker/libnetwork/portmapper [2022-06-27T08:42:47.048Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-27T08:42:47.048Z] github.com/docker/docker/libnetwork/testutils [2022-06-27T08:42:47.048Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-27T08:42:47.048Z] + 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-27T08:42:50.572Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-27T08:42:50.573Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-27T08:42:51.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-27T08:42:51.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-27T08:42:56.081Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-27T08:42:56.082Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-27T08:42:56.082Z] GOOS="" GOARCH="" GOARM="" [2022-06-27T08:42:56.082Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-27T08:42:56.082Z] [2022-06-27T08:42:56.082Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-06-27T08:42:56.082Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-06-27T08:42:56.082Z] Using test binary docker [2022-06-27T08:42:56.082Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-27T08:42:56.082Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-27T08:42:56.082Z] INFO: Waiting for daemon to start... [2022-06-27T08:42:56.082Z] Starting dockerd [2022-06-27T08:42:56.082Z] . [2022-06-27T08:42:56.082Z] INFO: Building docker-sdk-python3:5.0.3... [2022-06-27T08:43:12.460Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-27T08:43:20.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-27T08:43:30.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-27T08:43:30.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-27T08:43:30.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-27T08:43:30.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-27T08:43:31.676Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-27T08:43:31.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-27T08:43:32.860Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-27T08:43:33.932Z] ok github.com/docker/docker/libnetwork 37.505s coverage: 40.6% of statements [2022-06-27T08:43:33.932Z] ok github.com/docker/docker/libnetwork/bitseq 0.145s coverage: 84.4% of statements [2022-06-27T08:43:33.932Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-27T08:43:33.932Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-27T08:43:33.932Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-27T08:43:33.932Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-27T08:43:33.932Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-27T08:43:33.932Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-27T08:43:33.932Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-27T08:43:33.932Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-27T08:43:33.932Z] ok github.com/docker/docker/libnetwork/config 0.016s coverage: 22.4% of statements [2022-06-27T08:43:33.932Z] ok github.com/docker/docker/libnetwork/datastore 0.009s coverage: 21.9% of statements [2022-06-27T08:43:33.932Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-27T08:43:33.932Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-27T08:43:33.932Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-06-27T08:43:34.506Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.600s coverage: 59.9% of statements [2022-06-27T08:43:34.506Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-27T08:43:34.768Z] ok github.com/docker/docker/libnetwork/drivers/host 0.003s coverage: 34.8% of statements [2022-06-27T08:43:34.833Z] sha256:713d4855efb1c3d2ea65f42f241d318744df2084f43e79821d9a17614e31fc2e [2022-06-27T08:43:34.833Z] INFO: Starting docker-py tests... [2022-06-27T08:43:34.833Z] ============================= test session starts ============================== [2022-06-27T08:43:34.833Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-06-27T08:43:34.833Z] rootdir: /src, inifile: pytest.ini [2022-06-27T08:43:34.833Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-06-27T08:43:34.833Z] collected 395 items / 2 deselected / 393 selected [2022-06-27T08:43:34.833Z] [2022-06-27T08:43:35.342Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.017s coverage: 4.0% of statements [2022-06-27T08:43:35.342Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-27T08:43:35.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-27T08:43:35.916Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-06-27T08:43:36.179Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-27T08:43:36.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-27T08:43:36.441Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-06-27T08:43:37.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-27T08:43:37.792Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-27T08:43:38.719Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-27T08:43:39.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-27T08:43:40.645Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-27T08:43:41.207Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-27T08:43:42.135Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-27T08:43:43.064Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-27T08:43:43.064Z] Using test binary docker [2022-06-27T08:43:43.064Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-27T08:43:43.064Z] Starting apparmor (via systemctl): apparmor.service. [2022-06-27T08:43:43.064Z] Starting dockerd [2022-06-27T08:43:43.064Z] INFO: Waiting for daemon to start... [2022-06-27T08:43:46.331Z] . [2022-06-27T08:43:46.331Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-27T08:43:46.331Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-27T08:43:46.331Z] Error: No such image: emptyfs [2022-06-27T08:43:46.331Z] Running integration-test (iteration 1) [2022-06-27T08:43:46.331Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-27T08:43:46.451Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.256s coverage: 7.2% of statements [2022-06-27T08:43:46.451Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-27T08:43:46.451Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-06-27T08:43:46.451Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.4% of statements [2022-06-27T08:43:46.451Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-27T08:43:46.451Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-27T08:43:46.451Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-27T08:43:46.451Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2022-06-27T08:43:46.713Z] ok github.com/docker/docker/libnetwork/etchosts 0.012s coverage: 81.2% of statements [2022-06-27T08:43:46.893Z] Loaded image: busybox:latest [2022-06-27T08:43:46.893Z] Loaded image: busybox:glibc [2022-06-27T08:43:46.975Z] ok github.com/docker/docker/libnetwork/idm 0.003s coverage: 87.5% of statements [2022-06-27T08:43:46.975Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-27T08:43:47.667Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-06-27T08:43:48.259Z] Loaded image: debian:bullseye-slim [2022-06-27T08:43:48.259Z] Loaded image: hello-world:latest [2022-06-27T08:43:48.259Z] Loaded image: arm32v7/hello-world:latest [2022-06-27T08:43:48.259Z] INFO: Testing against a local daemon [2022-06-27T08:43:48.259Z] === RUN TestCgroupNamespacesBuild [2022-06-27T08:43:48.498Z] tests/integration/api_client_test.py ..... [ 7%] [2022-06-27T08:43:49.655Z] --- PASS: TestCgroupNamespacesBuild (1.45s) [2022-06-27T08:43:49.655Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-27T08:43:50.009Z] tests/integration/api_config_test.py ...... [ 8%] [2022-06-27T08:43:51.034Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.30s) [2022-06-27T08:43:51.034Z] === RUN TestBuildWithSession [2022-06-27T08:43:51.034Z] build_session_test.go:25: TODO: BuildKit [2022-06-27T08:43:51.034Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-27T08:43:51.034Z] === RUN TestBuildSquashParent [2022-06-27T08:43:54.881Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-27T08:43:54.881Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-27T08:43:54.881Z] GOOS="" GOARCH="" GOARM="" [2022-06-27T08:43:54.881Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-27T08:43:54.881Z] [2022-06-27T08:43:54.881Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-27T08:43:54.881Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-27T08:43:54.881Z] HOSTNAME=858373841b0e [2022-06-27T08:43:54.881Z] DEST=bundles/test-integration [2022-06-27T08:43:54.881Z] PWD=/go/src/github.com/docker/docker [2022-06-27T08:43:54.881Z] DOCKER_ROOTLESS=1 [2022-06-27T08:43:54.881Z] DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:43:54.881Z] container=docker [2022-06-27T08:43:54.881Z] HOME=/root [2022-06-27T08:43:54.881Z] GOLANG_VERSION=1.18.3 [2022-06-27T08:43:54.881Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-27T08:43:54.881Z] VALIDATE_BRANCH=master [2022-06-27T08:43:54.881Z] TERM=xterm [2022-06-27T08:43:54.881Z] DOCKER_PKG=github.com/docker/docker [2022-06-27T08:43:54.881Z] SHLVL=1 [2022-06-27T08:43:54.881Z] TIMEOUT=120m [2022-06-27T08:43:54.881Z] DOCKER_BUILDTAGS= journald [2022-06-27T08:43:54.881Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-27T08:43:54.881Z] GO111MODULE=off [2022-06-27T08:43:54.881Z] DOCKER_EXPERIMENTAL=1 [2022-06-27T08:43:54.881Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-27T08:43:54.881Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-27T08:43:54.881Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-27T08:43:54.881Z] GOPATH=/go [2022-06-27T08:43:54.881Z] PKG_CONFIG=pkg-config [2022-06-27T08:43:54.881Z] _=/usr/bin/env [2022-06-27T08:43:54.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-27T08:43:56.275Z] --- PASS: TestBuildSquashParent (4.32s) [2022-06-27T08:43:56.275Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-27T08:43:56.275Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-27T08:43:56.275Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-27T08:43:56.275Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-27T08:43:56.275Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-27T08:43:56.275Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-27T08:43:56.275Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-27T08:43:56.275Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-27T08:43:56.275Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-27T08:43:56.275Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-27T08:43:56.275Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-27T08:43:56.275Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-27T08:43:56.275Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-27T08:43:56.275Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-27T08:43:56.275Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-27T08:43:57.203Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-27T08:43:57.203Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-27T08:43:58.567Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-27T08:43:58.822Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-27T08:43:59.223Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-06-27T08:44:00.186Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2022-06-27T08:44:00.186Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.69s) [2022-06-27T08:44:00.186Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.84s) [2022-06-27T08:44:00.186Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.34s) [2022-06-27T08:44:00.186Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.47s) [2022-06-27T08:44:00.186Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.44s) [2022-06-27T08:44:00.186Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.32s) [2022-06-27T08:44:00.186Z] === RUN TestBuildMultiStageCopy [2022-06-27T08:44:00.186Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-27T08:44:01.551Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-27T08:44:01.807Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-27T08:44:02.063Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-27T08:44:02.063Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-27T08:44:02.319Z] --- PASS: TestBuildMultiStageCopy (2.34s) [2022-06-27T08:44:02.319Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.44s) [2022-06-27T08:44:02.319Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s) [2022-06-27T08:44:02.319Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-06-27T08:44:02.319Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2022-06-27T08:44:02.319Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-06-27T08:44:02.319Z] === RUN TestBuildMultiStageParentConfig [2022-06-27T08:44:03.246Z] --- PASS: TestBuildMultiStageParentConfig (0.67s) [2022-06-27T08:44:03.246Z] === RUN TestBuildLabelWithTargets [2022-06-27T08:44:04.173Z] --- PASS: TestBuildLabelWithTargets (1.03s) [2022-06-27T08:44:04.173Z] === RUN TestBuildWithEmptyLayers [2022-06-27T08:44:04.734Z] --- PASS: TestBuildWithEmptyLayers (0.50s) [2022-06-27T08:44:04.734Z] === RUN TestBuildMultiStageOnBuild [2022-06-27T08:44:06.624Z] --- PASS: TestBuildMultiStageOnBuild (1.75s) [2022-06-27T08:44:06.624Z] === RUN TestBuildUncleanTarFilenames [2022-06-27T08:44:06.880Z] --- PASS: TestBuildUncleanTarFilenames (0.61s) [2022-06-27T08:44:06.880Z] === RUN TestBuildMultiStageLayerLeak [2022-06-27T08:44:08.769Z] --- PASS: TestBuildMultiStageLayerLeak (1.80s) [2022-06-27T08:44:08.769Z] === RUN TestBuildWithHugeFile [2022-06-27T08:44:12.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-27T08:44:17.359Z] ok github.com/docker/docker/libnetwork/ipam 16.870s coverage: 85.3% of statements [2022-06-27T08:44:17.359Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-27T08:44:17.359Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-27T08:44:17.359Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 57.1% of statements [2022-06-27T08:44:17.359Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.009s coverage: 47.4% of statements [2022-06-27T08:44:17.359Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-27T08:44:17.359Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 71.4% of statements [2022-06-27T08:44:17.359Z] ok github.com/docker/docker/libnetwork/ipamutils 0.286s coverage: 74.0% of statements [2022-06-27T08:44:17.359Z] ok github.com/docker/docker/libnetwork/iptables 0.174s coverage: 45.1% of statements [2022-06-27T08:44:17.359Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-27T08:44:17.621Z] ok github.com/docker/docker/libnetwork/netutils 0.020s coverage: 44.1% of statements [2022-06-27T08:44:19.833Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-06-27T08:44:33.543Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-27T08:44:34.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-27T08:44:34.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-27T08:45:00.603Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-27T08:45:01.515Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-27T08:45:01.515Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-27T08:45:04.817Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-27T08:45:04.933Z] --- PASS: TestBuildWithHugeFile (52.72s) [2022-06-27T08:45:04.933Z] === RUN TestBuildWCOWSandboxSize [2022-06-27T08:45:04.933Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-27T08:45:04.933Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-27T08:45:04.933Z] === RUN TestBuildWithEmptyDockerfile [2022-06-27T08:45:04.933Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-27T08:45:04.933Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-27T08:45:04.933Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-27T08:45:04.933Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-27T08:45:04.933Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-27T08:45:04.933Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-27T08:45:04.933Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-27T08:45:04.933Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-27T08:45:04.933Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-27T08:45:04.933Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-27T08:45:04.933Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-06-27T08:45:04.933Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-06-27T08:45:04.933Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-27T08:45:04.933Z] === RUN TestBuildPreserveOwnership [2022-06-27T08:45:04.933Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-27T08:45:04.933Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-27T08:45:05.189Z] --- PASS: TestBuildPreserveOwnership (3.63s) [2022-06-27T08:45:05.189Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.45s) [2022-06-27T08:45:05.189Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.17s) [2022-06-27T08:45:05.189Z] === RUN TestBuildPlatformInvalid [2022-06-27T08:45:05.445Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-06-27T08:45:05.445Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-27T08:45:06.371Z] Loaded image: busybox:latest [2022-06-27T08:45:06.372Z] Loaded image: busybox:glibc [2022-06-27T08:45:07.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-27T08:45:07.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-27T08:45:07.737Z] Loaded image: debian:bullseye-slim [2022-06-27T08:45:07.737Z] Loaded image: hello-world:latest [2022-06-27T08:45:07.737Z] Loaded image: arm32v7/hello-world:latest [2022-06-27T08:45:09.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-27T08:45:09.844Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-27T08:45:13.055Z] .........................xx.................... [ 29%] [2022-06-27T08:45:13.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-27T08:45:17.090Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-27T08:45:17.090Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-27T08:45:17.090Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-27T08:45:17.677Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.99s) [2022-06-27T08:45:17.677Z] PASS [2022-06-27T08:45:17.677Z] [2022-06-27T08:45:17.677Z] === Skipped [2022-06-27T08:45:17.677Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-27T08:45:17.677Z] build_session_test.go:25: TODO: BuildKit [2022-06-27T08:45:17.677Z] [2022-06-27T08:45:17.677Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-27T08:45:17.677Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-27T08:45:17.677Z] [2022-06-27T08:45:17.677Z] DONE 34 tests, 2 skipped in 89.908s [2022-06-27T08:45:17.677Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-27T08:45:17.677Z] INFO: Testing against a local daemon [2022-06-27T08:45:17.677Z] === RUN TestConfigInspect [2022-06-27T08:45:18.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-27T08:45:18.581Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-27T08:45:18.604Z] --- PASS: TestConfigInspect (2.31s) [2022-06-27T08:45:18.604Z] === RUN TestConfigList [2022-06-27T08:45:18.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-27T08:45:19.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-27T08:45:21.117Z] --- PASS: TestConfigList (2.18s) [2022-06-27T08:45:21.117Z] === RUN TestConfigsCreateAndDelete [2022-06-27T08:45:21.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-27T08:45:22.351Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-27T08:45:23.014Z] --- PASS: TestConfigsCreateAndDelete (2.24s) [2022-06-27T08:45:23.014Z] === RUN TestConfigsUpdate [2022-06-27T08:45:23.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-27T08:45:23.824Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-27T08:45:24.283Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-27T08:45:24.846Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-27T08:45:25.535Z] --- PASS: TestConfigsUpdate (2.27s) [2022-06-27T08:45:25.535Z] === RUN TestTemplatedConfig [2022-06-27T08:45:25.773Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-27T08:45:26.337Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-27T08:45:27.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-27T08:45:27.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-27T08:45:28.051Z] --- PASS: TestTemplatedConfig (2.66s) [2022-06-27T08:45:28.051Z] === RUN TestConfigCreateResolve [2022-06-27T08:45:28.267Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-27T08:45:28.337Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-27T08:45:29.194Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-27T08:45:29.519Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-06-27T08:45:30.120Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-27T08:45:30.120Z] Using test binary docker [2022-06-27T08:45:30.120Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-27T08:45:30.120Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-27T08:45:30.120Z] INFO: Waiting for daemon to start... [2022-06-27T08:45:30.120Z] Starting dockerd [2022-06-27T08:45:30.568Z] --- PASS: TestConfigCreateResolve (2.17s) [2022-06-27T08:45:30.568Z] PASS [2022-06-27T08:45:30.568Z] [2022-06-27T08:45:30.568Z] DONE 6 tests in 13.854s [2022-06-27T08:45:30.568Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-27T08:45:30.568Z] INFO: Testing against a local daemon [2022-06-27T08:45:30.568Z] === RUN TestAttachWithTTY [2022-06-27T08:45:30.568Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-27T08:45:30.568Z] === RUN TestAttachWithoutTTy [2022-06-27T08:45:30.568Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-06-27T08:45:30.568Z] === RUN TestCheckpoint [2022-06-27T08:45:30.568Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-27T08:45:30.568Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/commit [2022-06-27T08:45:30.568Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-27T08:45:30.568Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-27T08:45:30.568Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-27T08:45:30.568Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-27T08:45:30.568Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-27T08:45:30.568Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-27T08:45:30.568Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-27T08:45:30.568Z] === CONT TestContainerInvalidJSON/commit [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-27T08:45:30.568Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-27T08:45:30.568Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-27T08:45:30.568Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-27T08:45:30.568Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-27T08:45:30.568Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-27T08:45:30.568Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-27T08:45:30.568Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-27T08:45:30.568Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-27T08:45:30.568Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-27T08:45:30.568Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-06-27T08:45:30.568Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-27T08:45:30.568Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-27T08:45:30.568Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-27T08:45:30.568Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-27T08:45:30.568Z] === RUN TestCopyEmptyFile [2022-06-27T08:45:30.824Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-06-27T08:45:30.824Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-27T08:45:30.824Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-06-27T08:45:30.824Z] === RUN TestCopyFromContainer [2022-06-27T08:45:31.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-27T08:45:32.189Z] === RUN TestCopyFromContainer// [2022-06-27T08:45:32.189Z] === RUN TestCopyFromContainer//bar/root [2022-06-27T08:45:32.189Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-27T08:45:32.189Z] === RUN TestCopyFromContainer/bar/quux [2022-06-27T08:45:32.189Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-27T08:45:32.189Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-27T08:45:32.447Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-27T08:45:32.447Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-27T08:45:32.447Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-27T08:45:32.447Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-27T08:45:32.634Z] . [2022-06-27T08:45:32.634Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-27T08:45:32.634Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-27T08:45:32.634Z] Error: No such image: emptyfs [2022-06-27T08:45:32.702Z] --- PASS: TestCopyFromContainer (1.77s) [2022-06-27T08:45:32.702Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-27T08:45:32.702Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2022-06-27T08:45:32.702Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-27T08:45:32.702Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-27T08:45:32.702Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-27T08:45:32.702Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-27T08:45:32.702Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-27T08:45:32.702Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-27T08:45:32.702Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-27T08:45:32.702Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-27T08:45:32.702Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-27T08:45:32.702Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-27T08:45:32.702Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-27T08:45:32.702Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-27T08:45:32.702Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-27T08:45:32.702Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-27T08:45:32.702Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-27T08:45:32.702Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-27T08:45:32.702Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-27T08:45:32.702Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-27T08:45:32.702Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-27T08:45:32.702Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-27T08:45:32.702Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-27T08:45:32.702Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-27T08:45:32.702Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-27T08:45:32.702Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-06-27T08:45:32.702Z] === RUN TestCreateWithInvalidEnv [2022-06-27T08:45:32.702Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-27T08:45:32.702Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-27T08:45:32.702Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-27T08:45:32.702Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-27T08:45:32.702Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-27T08:45:32.702Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-27T08:45:32.702Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-27T08:45:32.702Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-27T08:45:32.702Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-27T08:45:32.702Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-06-27T08:45:32.702Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-27T08:45:32.702Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-27T08:45:32.702Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-27T08:45:32.702Z] === RUN TestCreateTmpfsMountsTarget [2022-06-27T08:45:32.703Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-27T08:45:32.703Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-27T08:45:32.890Z] Running integration-test (iteration 1) [2022-06-27T08:45:32.890Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-27T08:45:33.146Z] Loaded image: busybox:latest [2022-06-27T08:45:33.401Z] Loaded image: busybox:glibc [2022-06-27T08:45:33.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-27T08:45:34.593Z] --- PASS: TestCreateWithCustomMaskedPaths (1.76s) [2022-06-27T08:45:34.593Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-27T08:45:34.770Z] Loaded image: debian:bullseye-slim [2022-06-27T08:45:34.770Z] Loaded image: hello-world:latest [2022-06-27T08:45:34.770Z] Loaded image: arm32v7/hello-world:latest [2022-06-27T08:45:34.770Z] INFO: Testing against a local daemon [2022-06-27T08:45:34.770Z] === RUN TestCgroupNamespacesBuild [2022-06-27T08:45:36.137Z] --- PASS: TestCgroupNamespacesBuild (1.21s) [2022-06-27T08:45:36.137Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-27T08:45:36.479Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.66s) [2022-06-27T08:45:36.479Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-27T08:45:36.479Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-27T08:45:36.479Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-27T08:45:36.479Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-27T08:45:36.479Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-27T08:45:36.479Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-27T08:45:36.479Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-27T08:45:36.479Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-27T08:45:36.479Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-27T08:45:36.479Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-27T08:45:36.479Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-27T08:45:36.479Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-27T08:45:36.479Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-27T08:45:36.479Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-27T08:45:36.479Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-27T08:45:36.479Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-27T08:45:36.479Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-27T08:45:36.479Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-27T08:45:36.479Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-27T08:45:36.479Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-27T08:45:36.479Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-27T08:45:36.479Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-06-27T08:45:36.479Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-27T08:45:36.735Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s) [2022-06-27T08:45:36.735Z] === RUN TestCreateDifferentPlatform [2022-06-27T08:45:36.735Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-27T08:45:36.735Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-27T08:45:36.735Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-27T08:45:36.735Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-27T08:45:36.735Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-27T08:45:36.735Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-27T08:45:36.735Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-06-27T08:45:36.735Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-27T08:45:36.735Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-06-27T08:45:36.735Z] === RUN TestCreateInvalidHostConfig [2022-06-27T08:45:36.735Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-27T08:45:36.735Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-27T08:45:36.735Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-27T08:45:36.735Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-27T08:45:36.735Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-27T08:45:36.735Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-27T08:45:36.735Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-27T08:45:36.735Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-27T08:45:36.735Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-27T08:45:36.735Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-27T08:45:36.735Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-27T08:45:36.735Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-27T08:45:36.735Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-27T08:45:36.735Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-27T08:45:36.735Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-27T08:45:36.735Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-27T08:45:36.735Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-27T08:45:36.735Z] === RUN TestContainerStartOnDaemonRestart [2022-06-27T08:45:36.735Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-27T08:45:36.735Z] === RUN TestDaemonRestartIpcMode [2022-06-27T08:45:36.735Z] === PAUSE TestDaemonRestartIpcMode [2022-06-27T08:45:36.735Z] === RUN TestDaemonHostGatewayIP [2022-06-27T08:45:36.735Z] === PAUSE TestDaemonHostGatewayIP [2022-06-27T08:45:36.735Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-27T08:45:36.735Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-27T08:45:36.735Z] === RUN TestContainerKillOnDaemonStart [2022-06-27T08:45:36.735Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-27T08:45:36.735Z] === RUN TestDiff [2022-06-27T08:45:37.020Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-06-27T08:45:37.064Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.14s) [2022-06-27T08:45:37.064Z] === RUN TestBuildWithSession [2022-06-27T08:45:37.064Z] build_session_test.go:25: TODO: BuildKit [2022-06-27T08:45:37.064Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-27T08:45:37.064Z] === RUN TestBuildSquashParent [2022-06-27T08:45:37.662Z] --- PASS: TestDiff (0.59s) [2022-06-27T08:45:37.662Z] === RUN TestExecConsoleSize [2022-06-27T08:45:37.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-27T08:45:38.223Z] --- PASS: TestExecConsoleSize (0.63s) [2022-06-27T08:45:38.223Z] === RUN TestExecWithCloseStdin [2022-06-27T08:45:38.784Z] --- PASS: TestExecWithCloseStdin (0.63s) [2022-06-27T08:45:38.784Z] === RUN TestExec [2022-06-27T08:45:39.347Z] --- PASS: TestExec (0.66s) [2022-06-27T08:45:39.347Z] === RUN TestExecUser [2022-06-27T08:45:39.667Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-27T08:45:39.913Z] --- PASS: TestExecUser (0.64s) [2022-06-27T08:45:39.913Z] === RUN TestExportContainerAndImportImage [2022-06-27T08:45:40.841Z] --- PASS: TestExportContainerAndImportImage (0.80s) [2022-06-27T08:45:40.841Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-27T08:45:41.663Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-06-27T08:45:42.206Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-06-27T08:45:42.206Z] === RUN TestHealthCheckWorkdir [2022-06-27T08:45:42.768Z] --- PASS: TestHealthCheckWorkdir (0.78s) [2022-06-27T08:45:42.768Z] === RUN TestHealthKillContainer [2022-06-27T08:45:42.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-27T08:45:45.149Z] --- PASS: TestBuildSquashParent (6.96s) [2022-06-27T08:45:45.149Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-27T08:45:45.149Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-27T08:45:45.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-27T08:45:45.149Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-27T08:45:45.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-27T08:45:45.149Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-27T08:45:45.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-27T08:45:45.149Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-27T08:45:45.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-27T08:45:45.149Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-27T08:45:45.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-27T08:45:45.149Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-27T08:45:45.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-27T08:45:45.149Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-27T08:45:45.149Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-27T08:45:45.511Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-27T08:45:45.511Z] Using test binary docker [2022-06-27T08:45:45.511Z] +++ /etc/init.d/apparmor start [2022-06-27T08:45:45.511Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-27T08:45:45.511Z] INFO: Waiting for daemon to start... [2022-06-27T08:45:45.511Z] Starting dockerd [2022-06-27T08:45:45.511Z] +++ 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-27T08:45:45.709Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-27T08:45:45.965Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-27T08:45:47.423Z] . [2022-06-27T08:45:47.423Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-27T08:45:47.683Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-27T08:45:47.683Z] Error: No such image: emptyfs [2022-06-27T08:45:47.683Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-27T08:45:47.683Z] ++++ docker load [2022-06-27T08:45:47.851Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-27T08:45:47.851Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-27T08:45:48.254Z] Running integration-test (iteration 1) [2022-06-27T08:45:48.254Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-27T08:45:48.254Z] ++ 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-27T08:45:48.254Z] ++ set -e [2022-06-27T08:45:48.254Z] ++ '[' -n 0 ']' [2022-06-27T08:45:48.254Z] ++ set -x [2022-06-27T08:45:48.254Z] ++ 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-27T08:45:49.194Z] Loaded image: busybox:latest [2022-06-27T08:45:49.454Z] Loaded image: busybox:glibc [2022-06-27T08:45:49.741Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s) [2022-06-27T08:45:49.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.65s) [2022-06-27T08:45:49.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.76s) [2022-06-27T08:45:49.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.09s) [2022-06-27T08:45:49.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.01s) [2022-06-27T08:45:49.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.83s) [2022-06-27T08:45:49.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.97s) [2022-06-27T08:45:49.741Z] === RUN TestBuildMultiStageCopy [2022-06-27T08:45:49.741Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-27T08:45:52.703Z] --- PASS: TestHealthKillContainer (8.26s) [2022-06-27T08:45:52.703Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-27T08:45:52.703Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s) [2022-06-27T08:45:52.703Z] === RUN TestIpcModeNone [2022-06-27T08:45:52.703Z] --- PASS: TestIpcModeNone (0.65s) [2022-06-27T08:45:52.703Z] === RUN TestIpcModePrivate [2022-06-27T08:45:52.703Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-06-27T08:45:52.963Z] --- PASS: TestIpcModePrivate (0.63s) [2022-06-27T08:45:52.963Z] === RUN TestIpcModeShareable [2022-06-27T08:45:53.219Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-06-27T08:45:53.780Z] --- PASS: TestIpcModeShareable (0.67s) [2022-06-27T08:45:53.780Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-27T08:45:53.912Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-27T08:45:54.168Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-27T08:45:54.739Z] Loaded image: debian:bullseye-slim [2022-06-27T08:45:54.739Z] Loaded image: hello-world:latest [2022-06-27T08:45:54.739Z] Loaded image: arm32v7/hello-world:latest [2022-06-27T08:45:54.739Z] INFO: Testing against a local daemon [2022-06-27T08:45:54.739Z] === RUN TestCgroupNamespacesBuild [2022-06-27T08:45:55.093Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-27T08:45:55.667Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.88s) [2022-06-27T08:45:55.667Z] === RUN TestAPIIpcModeHost [2022-06-27T08:45:55.923Z] --- PASS: TestAPIIpcModeHost (0.38s) [2022-06-27T08:45:55.923Z] === RUN TestDaemonIpcModeShareable [2022-06-27T08:45:56.457Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-27T08:45:56.649Z] --- PASS: TestCgroupNamespacesBuild (2.37s) [2022-06-27T08:45:56.649Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-27T08:45:56.849Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-06-27T08:45:57.105Z] --- PASS: TestDaemonIpcModeShareable (1.22s) [2022-06-27T08:45:57.105Z] === RUN TestDaemonIpcModePrivate [2022-06-27T08:45:57.383Z] --- PASS: TestBuildMultiStageCopy (7.34s) [2022-06-27T08:45:57.383Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.34s) [2022-06-27T08:45:57.383Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-06-27T08:45:57.383Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s) [2022-06-27T08:45:57.383Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-06-27T08:45:57.383Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-06-27T08:45:57.383Z] === RUN TestBuildMultiStageParentConfig [2022-06-27T08:45:58.031Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-06-27T08:45:58.061Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-06-27T08:45:58.286Z] --- PASS: TestDaemonIpcModePrivate (1.23s) [2022-06-27T08:45:58.286Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-27T08:45:59.192Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.12s) [2022-06-27T08:45:59.192Z] === RUN TestBuildWithSession [2022-06-27T08:45:59.192Z] build_session_test.go:25: TODO: BuildKit [2022-06-27T08:45:59.192Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-27T08:45:59.192Z] === RUN TestBuildSquashParent [2022-06-27T08:45:59.651Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-06-27T08:45:59.651Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.23s) [2022-06-27T08:45:59.651Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-27T08:46:00.577Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-06-27T08:46:00.833Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.24s) [2022-06-27T08:46:00.833Z] === RUN TestIpcModeOlderClient [2022-06-27T08:46:00.833Z] === PAUSE TestIpcModeOlderClient [2022-06-27T08:46:00.833Z] === RUN TestKillContainerInvalidSignal [2022-06-27T08:46:01.395Z] --- PASS: TestKillContainerInvalidSignal (0.48s) [2022-06-27T08:46:01.395Z] === RUN TestKillContainer [2022-06-27T08:46:01.395Z] === RUN TestKillContainer/no_signal [2022-06-27T08:46:01.650Z] === RUN TestKillContainer/non_killing_signal [2022-06-27T08:46:02.211Z] === RUN TestKillContainer/killing_signal [2022-06-27T08:46:02.625Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-06-27T08:46:02.625Z] === RUN TestBuildLabelWithTargets [2022-06-27T08:46:02.772Z] --- PASS: TestKillContainer (1.41s) [2022-06-27T08:46:02.772Z] --- PASS: TestKillContainer/no_signal (0.45s) [2022-06-27T08:46:02.772Z] --- PASS: TestKillContainer/non_killing_signal (0.31s) [2022-06-27T08:46:02.772Z] --- PASS: TestKillContainer/killing_signal (0.46s) [2022-06-27T08:46:02.772Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-27T08:46:02.772Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-27T08:46:03.027Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-27T08:46:03.953Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.25s) [2022-06-27T08:46:03.953Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-06-27T08:46:03.953Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2022-06-27T08:46:03.953Z] === RUN TestKillStoppedContainer [2022-06-27T08:46:03.953Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-27T08:46:03.953Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-27T08:46:03.953Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-27T08:46:03.953Z] === RUN TestKillDifferentUserContainer [2022-06-27T08:46:04.513Z] --- PASS: TestKillDifferentUserContainer (0.47s) [2022-06-27T08:46:04.513Z] === RUN TestInspectOomKilledTrue [2022-06-27T08:46:04.513Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-27T08:46:04.513Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-27T08:46:04.513Z] === RUN TestInspectOomKilledFalse [2022-06-27T08:46:05.115Z] --- PASS: TestInspectOomKilledFalse (0.45s) [2022-06-27T08:46:05.115Z] === RUN TestLinksEtcHostsContentMatch [2022-06-27T08:46:05.376Z] --- PASS: TestLinksEtcHostsContentMatch (0.36s) [2022-06-27T08:46:05.376Z] === RUN TestLinksContainerNames [2022-06-27T08:46:06.305Z] --- PASS: TestLinksContainerNames (0.89s) [2022-06-27T08:46:06.305Z] === RUN TestLogsFollowTailEmpty [2022-06-27T08:46:06.561Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2022-06-27T08:46:06.561Z] === RUN TestLogs [2022-06-27T08:46:06.561Z] === RUN TestLogs/driver_local [2022-06-27T08:46:06.561Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-27T08:46:06.561Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-27T08:46:06.561Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-27T08:46:06.561Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-27T08:46:06.561Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-27T08:46:06.561Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-27T08:46:06.561Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-27T08:46:06.561Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-27T08:46:06.561Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-27T08:46:06.561Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-27T08:46:06.561Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-27T08:46:06.561Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-27T08:46:06.561Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-27T08:46:06.561Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-27T08:46:07.137Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-27T08:46:07.392Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-27T08:46:07.773Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-06-27T08:46:07.954Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-27T08:46:07.954Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-27T08:46:08.515Z] === RUN TestLogs/driver_json-file [2022-06-27T08:46:08.515Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-27T08:46:08.515Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-27T08:46:08.515Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-27T08:46:08.515Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-27T08:46:08.515Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-27T08:46:08.515Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-27T08:46:08.515Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-27T08:46:08.515Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-27T08:46:08.515Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-27T08:46:08.515Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-27T08:46:08.515Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-27T08:46:08.515Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-27T08:46:08.515Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-27T08:46:08.515Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-27T08:46:09.145Z] ok github.com/docker/docker/libnetwork/networkdb 104.619s coverage: 60.0% of statements [2022-06-27T08:46:09.145Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-27T08:46:09.145Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-27T08:46:09.145Z] ok github.com/docker/docker/libnetwork/osl 4.324s coverage: 39.7% of statements [2022-06-27T08:46:09.145Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-06-27T08:46:09.185Z] --- PASS: TestBuildSquashParent (8.62s) [2022-06-27T08:46:09.186Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-27T08:46:09.186Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-27T08:46:09.186Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-27T08:46:09.186Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-27T08:46:09.186Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-27T08:46:09.186Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-27T08:46:09.186Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-27T08:46:09.186Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-27T08:46:09.186Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-27T08:46:09.186Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-27T08:46:09.186Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-27T08:46:09.186Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-27T08:46:09.186Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-27T08:46:09.186Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-27T08:46:09.186Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-27T08:46:09.323Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-06-27T08:46:09.406Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.7% of statements [2022-06-27T08:46:09.450Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-27T08:46:09.450Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-27T08:46:10.012Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-27T08:46:10.012Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-27T08:46:10.353Z] ok github.com/docker/docker/libnetwork/portmapper 0.726s coverage: 48.6% of statements [2022-06-27T08:46:10.573Z] --- PASS: TestLogs (3.86s) [2022-06-27T08:46:10.573Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-27T08:46:10.573Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.59s) [2022-06-27T08:46:10.573Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.65s) [2022-06-27T08:46:10.573Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.66s) [2022-06-27T08:46:10.573Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.63s) [2022-06-27T08:46:10.573Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.64s) [2022-06-27T08:46:10.573Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.66s) [2022-06-27T08:46:10.573Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-27T08:46:10.573Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.72s) [2022-06-27T08:46:10.573Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.77s) [2022-06-27T08:46:10.573Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.58s) [2022-06-27T08:46:10.573Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.55s) [2022-06-27T08:46:10.573Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.60s) [2022-06-27T08:46:10.573Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.59s) [2022-06-27T08:46:10.573Z] === RUN TestContainerNetworkMountsNoChown [2022-06-27T08:46:10.615Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-06-27T08:46:10.615Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-27T08:46:10.736Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-06-27T08:46:10.736Z] === RUN TestBuildWithEmptyLayers [2022-06-27T08:46:10.830Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/default [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/default [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/private [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/private [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/rprivate [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/slave [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/slave [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/rslave [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/shared [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/shared [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/rshared [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-27T08:46:10.830Z] === CONT TestMountDaemonRoot/default [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-27T08:46:10.830Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-27T08:46:10.830Z] === CONT TestMountDaemonRoot/rshared [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-27T08:46:10.830Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-27T08:46:10.830Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-27T08:46:10.830Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/shared [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/rslave [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/slave [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/rprivate [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/private [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-27T08:46:11.086Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-27T08:46:11.086Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-27T08:46:11.086Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-27T08:46:11.087Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-27T08:46:11.098Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-27T08:46:11.098Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-27T08:46:11.193Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-27T08:46:11.193Z] [2022-06-27T08:46:11.193Z] === Skipped [2022-06-27T08:46:11.193Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-27T08:46:11.193Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-27T08:46:11.193Z] [2022-06-27T08:46:11.193Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-27T08:46:11.193Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-27T08:46:11.193Z] [2022-06-27T08:46:11.193Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-27T08:46:11.193Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-27T08:46:11.193Z] [2022-06-27T08:46:11.193Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-27T08:46:11.193Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-27T08:46:11.193Z] [2022-06-27T08:46:11.193Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-27T08:46:11.193Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-27T08:46:11.193Z] [2022-06-27T08:46:11.193Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-27T08:46:11.193Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-27T08:46:11.193Z] [2022-06-27T08:46:11.193Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-27T08:46:11.193Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-27T08:46:11.193Z] [2022-06-27T08:46:11.193Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-27T08:46:11.193Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-27T08:46:11.193Z] [2022-06-27T08:46:11.193Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-27T08:46:11.193Z] firewalld_test.go:14: firewalld is not running [2022-06-27T08:46:11.193Z] [2022-06-27T08:46:11.193Z] DONE 326 tests, 9 skipped in 205.037s [2022-06-27T08:46:11.342Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-27T08:46:11.342Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-27T08:46:11.342Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-27T08:46:11.342Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-27T08:46:11.342Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-27T08:46:11.342Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-27T08:46:11.342Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-27T08:46:11.342Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-27T08:46:11.342Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-27T08:46:11.342Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-27T08:46:11.342Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-27T08:46:11.342Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-27T08:46:11.342Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-06-27T08:46:11.342Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2022-06-27T08:46:11.342Z] === RUN TestContainerBindMountNonRecursive Post stage [Pipeline] junit [2022-06-27T08:46:11.810Z] Recording test results [2022-06-27T08:46:12.707Z] --- PASS: TestContainerBindMountNonRecursive (1.36s) [2022-06-27T08:46:12.707Z] === RUN TestContainerVolumesMountedAsShared [2022-06-27T08:46:13.248Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-06-27T08:46:13.249Z] === RUN TestBuildMultiStageOnBuild [2022-06-27T08:46:13.269Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s) [2022-06-27T08:46:13.269Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-27T08:46:13.525Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2022-06-27T08:46:13.525Z] === RUN TestNetworkNat [2022-06-27T08:46:13.532Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-06-27T08:46:13.651Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T08:46:14.021Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -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:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/make.sh dynbinary test-integration [2022-06-27T08:46:14.090Z] --- PASS: TestNetworkNat (0.46s) [2022-06-27T08:46:14.090Z] === RUN TestNetworkLocalhostTCPNat [2022-06-27T08:46:14.282Z] [2022-06-27T08:46:14.346Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2022-06-27T08:46:14.346Z] === RUN TestNetworkLoopbackNat [2022-06-27T08:46:14.395Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-27T08:46:14.395Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-27T08:46:14.545Z] Removing bundles/ [2022-06-27T08:46:14.545Z] [2022-06-27T08:46:14.545Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-27T08:46:14.545Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-27T08:46:14.545Z] GOOS="" GOARCH="" GOARM="" [2022-06-27T08:46:17.610Z] --- PASS: TestNetworkLoopbackNat (2.58s) [2022-06-27T08:46:17.610Z] === RUN TestPause [2022-06-27T08:46:17.610Z] --- PASS: TestPause (0.45s) [2022-06-27T08:46:17.610Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-27T08:46:17.610Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-27T08:46:17.610Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-27T08:46:17.610Z] === RUN TestPauseStopPausedContainer [2022-06-27T08:46:17.694Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-27T08:46:17.694Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.34s) [2022-06-27T08:46:17.694Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.38s) [2022-06-27T08:46:17.694Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.19s) [2022-06-27T08:46:17.694Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.21s) [2022-06-27T08:46:17.694Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.45s) [2022-06-27T08:46:17.694Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.61s) [2022-06-27T08:46:17.694Z] === RUN TestBuildMultiStageCopy [2022-06-27T08:46:17.694Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-27T08:46:17.866Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2022-06-27T08:46:17.866Z] === RUN TestPidHost [2022-06-27T08:46:18.152Z] ............................ [ 66%] [2022-06-27T08:46:18.493Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-06-27T08:46:18.493Z] === RUN TestBuildUncleanTarFilenames [2022-06-27T08:46:18.748Z] --- PASS: TestBuildUncleanTarFilenames (0.61s) [2022-06-27T08:46:18.748Z] === RUN TestBuildMultiStageLayerLeak [2022-06-27T08:46:18.793Z] --- PASS: TestPidHost (0.97s) [2022-06-27T08:46:18.793Z] === RUN TestPsFilter [2022-06-27T08:46:19.051Z] --- PASS: TestPsFilter (0.16s) [2022-06-27T08:46:19.051Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-27T08:46:19.613Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-06-27T08:46:19.613Z] === RUN TestRemoveContainerWithVolume [2022-06-27T08:46:19.868Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-06-27T08:46:19.868Z] === RUN TestRemoveContainerRunning [2022-06-27T08:46:20.236Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-27T08:46:20.429Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-06-27T08:46:20.429Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-27T08:46:20.684Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s) [2022-06-27T08:46:20.684Z] === RUN TestRemoveInvalidContainer [2022-06-27T08:46:20.684Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-27T08:46:20.684Z] === RUN TestRenameLinkedContainer [2022-06-27T08:46:20.806Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-27T08:46:21.377Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-27T08:46:22.316Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-27T08:46:22.572Z] --- PASS: TestRenameLinkedContainer (1.73s) [2022-06-27T08:46:22.572Z] === RUN TestRenameStoppedContainer [2022-06-27T08:46:22.828Z] --- PASS: TestRenameStoppedContainer (0.42s) [2022-06-27T08:46:22.828Z] === RUN TestRenameRunningContainerAndReuse [2022-06-27T08:46:22.887Z] --- PASS: TestBuildMultiStageCopy (5.09s) [2022-06-27T08:46:22.887Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.72s) [2022-06-27T08:46:22.887Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.54s) [2022-06-27T08:46:22.887Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.60s) [2022-06-27T08:46:22.887Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.63s) [2022-06-27T08:46:22.887Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s) [2022-06-27T08:46:22.887Z] === RUN TestBuildMultiStageParentConfig [2022-06-27T08:46:23.754Z] --- PASS: TestRenameRunningContainerAndReuse (0.89s) [2022-06-27T08:46:23.754Z] === RUN TestRenameInvalidName [2022-06-27T08:46:23.986Z] --- PASS: TestBuildMultiStageLayerLeak (4.38s) [2022-06-27T08:46:23.986Z] === RUN TestBuildWithHugeFile [2022-06-27T08:46:24.308Z] --- PASS: TestBuildMultiStageParentConfig (1.50s) [2022-06-27T08:46:24.308Z] === RUN TestBuildLabelWithTargets [2022-06-27T08:46:24.315Z] --- PASS: TestRenameInvalidName (0.43s) [2022-06-27T08:46:24.315Z] === RUN TestRenameAnonymousContainer [2022-06-27T08:46:26.202Z] --- PASS: TestRenameAnonymousContainer (1.61s) [2022-06-27T08:46:26.202Z] === RUN TestRenameContainerWithSameName [2022-06-27T08:46:26.202Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-06-27T08:46:26.202Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-27T08:46:26.895Z] --- PASS: TestBuildLabelWithTargets (2.54s) [2022-06-27T08:46:26.895Z] === RUN TestBuildWithEmptyLayers [2022-06-27T08:46:27.129Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s) [2022-06-27T08:46:27.129Z] === RUN TestResize [2022-06-27T08:46:27.689Z] --- PASS: TestResize (0.45s) [2022-06-27T08:46:27.689Z] === RUN TestResizeWithInvalidSize [2022-06-27T08:46:27.833Z] --- PASS: TestBuildWithEmptyLayers (1.22s) [2022-06-27T08:46:27.833Z] === RUN TestBuildMultiStageOnBuild [2022-06-27T08:46:28.251Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-06-27T08:46:28.251Z] === RUN TestResizeWhenContainerNotStarted [2022-06-27T08:46:28.507Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s) [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:46:28.507Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:46:28.507Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:46:28.507Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-27T08:46:28.507Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:46:30.394Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:46:31.126Z] --- PASS: TestBuildMultiStageOnBuild (3.13s) [2022-06-27T08:46:31.126Z] === RUN TestBuildUncleanTarFilenames [2022-06-27T08:46:31.757Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:46:33.035Z] --- PASS: TestBuildUncleanTarFilenames (2.02s) [2022-06-27T08:46:33.035Z] === RUN TestBuildMultiStageLayerLeak [2022-06-27T08:46:33.119Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:46:33.119Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:46:34.047Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:46:34.302Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:46:37.235Z] --- PASS: TestBuildMultiStageLayerLeak (3.53s) [2022-06-27T08:46:37.237Z] === RUN TestBuildWithHugeFile [2022-06-27T08:46:38.470Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:46:38.470Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-27T08:46:40.359Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-27T08:46:41.723Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-27T08:46:42.284Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-27T08:46:43.649Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-27T08:46:44.212Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-27T08:46:45.578Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.82s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.38s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.36s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.33s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.65s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.72s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.24s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.67s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.25s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.74s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.01s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.74s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.70s) [2022-06-27T08:46:46.942Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.66s) [2022-06-27T08:46:46.942Z] === RUN TestCgroupNamespacesRun [2022-06-27T08:46:48.307Z] --- PASS: TestCgroupNamespacesRun (1.18s) [2022-06-27T08:46:48.307Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-27T08:46:48.307Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-27T08:46:48.307Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-27T08:46:48.307Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-27T08:46:49.235Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.23s) [2022-06-27T08:46:49.236Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-27T08:46:50.616Z] --- PASS: TestCgroupNamespacesRunHostMode (1.25s) [2022-06-27T08:46:50.616Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-27T08:46:51.987Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.20s) [2022-06-27T08:46:51.987Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-27T08:46:52.946Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.19s) [2022-06-27T08:46:52.946Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-27T08:46:53.874Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-06-27T08:46:53.874Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-27T08:46:54.802Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.21s) [2022-06-27T08:46:54.802Z] === RUN TestNISDomainname [2022-06-27T08:46:55.363Z] --- PASS: TestNISDomainname (0.59s) [2022-06-27T08:46:55.363Z] === RUN TestHostnameDnsResolution [2022-06-27T08:46:56.290Z] --- PASS: TestHostnameDnsResolution (0.68s) [2022-06-27T08:46:56.290Z] === RUN TestUnprivilegedPortsAndPing [2022-06-27T08:46:56.853Z] --- PASS: TestUnprivilegedPortsAndPing (0.56s) [2022-06-27T08:46:56.853Z] === RUN TestPrivilegedHostDevices [2022-06-27T08:46:57.109Z] --- PASS: TestPrivilegedHostDevices (0.51s) [2022-06-27T08:46:57.109Z] === RUN TestRunConsoleSize [2022-06-27T08:46:57.672Z] --- PASS: TestRunConsoleSize (0.44s) [2022-06-27T08:46:57.672Z] === RUN TestStats [2022-06-27T08:46:59.803Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-06-27T08:47:00.186Z] --- PASS: TestStats (2.49s) [2022-06-27T08:47:00.186Z] === RUN TestStopContainerWithTimeout [2022-06-27T08:47:00.186Z] === RUN TestStopContainerWithTimeout/0 [2022-06-27T08:47:00.186Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-27T08:47:00.186Z] === RUN TestStopContainerWithTimeout/1 [2022-06-27T08:47:00.186Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-27T08:47:00.186Z] === RUN TestStopContainerWithTimeout/3 [2022-06-27T08:47:00.186Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-27T08:47:00.186Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-27T08:47:00.186Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-27T08:47:00.186Z] === CONT TestStopContainerWithTimeout/0 [2022-06-27T08:47:00.186Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-27T08:47:00.747Z] === CONT TestStopContainerWithTimeout/3 [2022-06-27T08:47:03.260Z] === CONT TestStopContainerWithTimeout/1 [2022-06-27T08:47:04.186Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-27T08:47:04.186Z] --- PASS: TestStopContainerWithTimeout/0 (0.70s) [2022-06-27T08:47:04.186Z] --- PASS: TestStopContainerWithTimeout/-1 (2.65s) [2022-06-27T08:47:04.186Z] --- PASS: TestStopContainerWithTimeout/3 (2.46s) [2022-06-27T08:47:04.186Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-06-27T08:47:04.186Z] === RUN TestDeleteDevicemapper [2022-06-27T08:47:04.186Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-27T08:47:04.186Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-27T08:47:04.186Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-27T08:47:06.075Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.58s) [2022-06-27T08:47:06.075Z] === RUN TestUpdateMemory [2022-06-27T08:47:06.331Z] --- PASS: TestUpdateMemory (0.62s) [2022-06-27T08:47:06.331Z] === RUN TestUpdateCPUQuota [2022-06-27T08:47:07.260Z] --- PASS: TestUpdateCPUQuota (0.90s) [2022-06-27T08:47:07.260Z] === RUN TestUpdatePidsLimit [2022-06-27T08:47:07.260Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-27T08:47:07.515Z] === RUN TestUpdatePidsLimit/no_change [2022-06-27T08:47:07.771Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-27T08:47:08.027Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-27T08:47:08.283Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-27T08:47:08.539Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-27T08:47:08.539Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-27T08:47:09.467Z] --- PASS: TestUpdatePidsLimit (2.07s) [2022-06-27T08:47:09.467Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-06-27T08:47:09.467Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-06-27T08:47:09.467Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2022-06-27T08:47:09.467Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-06-27T08:47:09.467Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2022-06-27T08:47:09.467Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-06-27T08:47:09.467Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-06-27T08:47:09.467Z] === RUN TestUpdateRestartPolicy [2022-06-27T08:47:14.800Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-06-27T08:47:17.344Z] tests/integration/client_test.py ..... [ 75%] [2022-06-27T08:47:17.344Z] tests/integration/context_api_test.py ... [ 76%] [2022-06-27T08:47:17.344Z] tests/integration/errors_test.py . [ 76%] [2022-06-27T08:47:20.149Z] --- PASS: TestBuildWithHugeFile (51.17s) [2022-06-27T08:47:20.149Z] === RUN TestBuildWCOWSandboxSize [2022-06-27T08:47:20.149Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-27T08:47:20.149Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-27T08:47:20.149Z] === RUN TestBuildWithEmptyDockerfile [2022-06-27T08:47:20.149Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-27T08:47:20.149Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-27T08:47:20.149Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-27T08:47:20.149Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-27T08:47:20.149Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-27T08:47:20.149Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-27T08:47:20.149Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-27T08:47:20.149Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-27T08:47:20.149Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-27T08:47:20.149Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-06-27T08:47:20.149Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-06-27T08:47:20.149Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2022-06-27T08:47:20.149Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-27T08:47:20.149Z] === RUN TestBuildPreserveOwnership [2022-06-27T08:47:20.149Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-27T08:47:20.149Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-27T08:47:21.471Z] --- PASS: TestUpdateRestartPolicy (11.19s) [2022-06-27T08:47:21.471Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-27T08:47:21.471Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2022-06-27T08:47:21.471Z] === RUN TestWaitNonBlocked [2022-06-27T08:47:21.471Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-27T08:47:21.471Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-27T08:47:21.471Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-27T08:47:21.471Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-27T08:47:21.471Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-27T08:47:21.471Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-27T08:47:21.726Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-06-27T08:47:21.726Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s) [2022-06-27T08:47:21.726Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s) [2022-06-27T08:47:21.726Z] === RUN TestWaitBlocked [2022-06-27T08:47:21.726Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-27T08:47:21.726Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-27T08:47:21.726Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-27T08:47:21.726Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-27T08:47:21.726Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-27T08:47:21.726Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-27T08:47:22.655Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-27T08:47:22.655Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.68s) [2022-06-27T08:47:22.655Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s) [2022-06-27T08:47:22.655Z] === CONT TestContainerStartOnDaemonRestart [2022-06-27T08:47:22.655Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-27T08:47:24.310Z] --- PASS: TestBuildPreserveOwnership (9.56s) [2022-06-27T08:47:24.310Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.54s) [2022-06-27T08:47:24.310Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-06-27T08:47:24.310Z] === RUN TestBuildPlatformInvalid [2022-06-27T08:47:24.310Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-06-27T08:47:24.310Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-27T08:47:24.310Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-27T08:47:24.310Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-27T08:47:24.310Z] PASS [2022-06-27T08:47:24.310Z] [2022-06-27T08:47:24.310Z] === Skipped [2022-06-27T08:47:24.310Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-27T08:47:24.310Z] build_session_test.go:25: TODO: BuildKit [2022-06-27T08:47:24.310Z] [2022-06-27T08:47:24.310Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-27T08:47:24.310Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-27T08:47:24.310Z] [2022-06-27T08:47:24.310Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-27T08:47:24.310Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-27T08:47:24.310Z] [2022-06-27T08:47:24.310Z] DONE 34 tests, 3 skipped in 111.358s [2022-06-27T08:47:24.310Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-27T08:47:24.310Z] INFO: Testing against a local daemon [2022-06-27T08:47:24.310Z] === RUN TestConfigInspect [2022-06-27T08:47:24.310Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:47:24.310Z] --- SKIP: TestConfigInspect (0.02s) [2022-06-27T08:47:24.310Z] === RUN TestConfigList [2022-06-27T08:47:24.310Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:47:24.310Z] --- SKIP: TestConfigList (0.01s) [2022-06-27T08:47:24.310Z] === RUN TestConfigsCreateAndDelete [2022-06-27T08:47:24.311Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:47:24.566Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-06-27T08:47:24.566Z] === RUN TestConfigsUpdate [2022-06-27T08:47:24.566Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:47:24.566Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-06-27T08:47:24.566Z] === RUN TestTemplatedConfig [2022-06-27T08:47:24.566Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:47:24.566Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-06-27T08:47:24.566Z] === RUN TestConfigCreateResolve [2022-06-27T08:47:24.566Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:47:24.566Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-06-27T08:47:24.566Z] PASS [2022-06-27T08:47:24.566Z] [2022-06-27T08:47:24.566Z] === Skipped [2022-06-27T08:47:24.566Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-06-27T08:47:24.566Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:47:24.566Z] [2022-06-27T08:47:24.566Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-06-27T08:47:24.566Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:47:24.566Z] [2022-06-27T08:47:24.566Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-06-27T08:47:24.566Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:47:24.566Z] [2022-06-27T08:47:24.566Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-06-27T08:47:24.566Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:47:24.566Z] [2022-06-27T08:47:24.566Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-06-27T08:47:24.566Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:47:24.566Z] [2022-06-27T08:47:24.566Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-06-27T08:47:24.566Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:47:24.566Z] [2022-06-27T08:47:24.566Z] DONE 6 tests, 6 skipped in 0.160s [2022-06-27T08:47:24.566Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-27T08:47:24.566Z] INFO: Testing against a local daemon [2022-06-27T08:47:24.566Z] === RUN TestAttachWithTTY [2022-06-27T08:47:24.822Z] --- PASS: TestAttachWithTTY (0.05s) [2022-06-27T08:47:24.822Z] === RUN TestAttachWithoutTTy [2022-06-27T08:47:24.822Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-06-27T08:47:24.822Z] === RUN TestCheckpoint [2022-06-27T08:47:24.822Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-27T08:47:24.822Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/commit [2022-06-27T08:47:24.822Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-27T08:47:24.822Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-27T08:47:24.822Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-27T08:47:24.822Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-27T08:47:24.822Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-27T08:47:24.822Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-27T08:47:24.822Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-27T08:47:24.822Z] === CONT TestContainerInvalidJSON/commit [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-27T08:47:24.822Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-27T08:47:24.822Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-27T08:47:24.822Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-27T08:47:24.822Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-27T08:47:24.822Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-27T08:47:24.822Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-27T08:47:24.822Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-27T08:47:24.822Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-27T08:47:24.822Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-27T08:47:24.822Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-27T08:47:24.822Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-27T08:47:24.822Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-06-27T08:47:24.822Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-27T08:47:24.822Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-06-27T08:47:24.822Z] === RUN TestCopyEmptyFile [2022-06-27T08:47:25.078Z] --- PASS: TestCopyEmptyFile (0.20s) [2022-06-27T08:47:25.078Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-27T08:47:25.078Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-06-27T08:47:25.078Z] === RUN TestCopyFromContainer [2022-06-27T08:47:25.172Z] --- PASS: TestContainerStartOnDaemonRestart (2.49s) [2022-06-27T08:47:25.172Z] === CONT TestIpcModeOlderClient [2022-06-27T08:47:25.172Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.54s) [2022-06-27T08:47:25.172Z] === CONT TestContainerKillOnDaemonStart [2022-06-27T08:47:25.172Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-06-27T08:47:25.172Z] === CONT TestDaemonHostGatewayIP [2022-06-27T08:47:28.435Z] --- PASS: TestDaemonHostGatewayIP (2.78s) [2022-06-27T08:47:28.435Z] === CONT TestDaemonRestartIpcMode [2022-06-27T08:47:29.240Z] === RUN TestCopyFromContainer// [2022-06-27T08:47:29.240Z] === RUN TestCopyFromContainer//bar/root [2022-06-27T08:47:29.240Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-27T08:47:29.240Z] === RUN TestCopyFromContainer/bar/quux [2022-06-27T08:47:29.496Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-27T08:47:29.496Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-27T08:47:29.496Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-27T08:47:29.496Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-27T08:47:29.751Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-27T08:47:29.751Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-27T08:47:29.751Z] --- PASS: TestCopyFromContainer (4.61s) [2022-06-27T08:47:29.751Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-27T08:47:29.751Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-27T08:47:29.751Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-27T08:47:29.751Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-27T08:47:29.751Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-27T08:47:29.751Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-27T08:47:29.751Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-27T08:47:29.751Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-27T08:47:29.751Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-06-27T08:47:29.751Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-06-27T08:47:29.751Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-27T08:47:29.751Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-27T08:47:29.751Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-27T08:47:29.751Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-27T08:47:29.751Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-27T08:47:29.751Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-27T08:47:29.751Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-27T08:47:29.751Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-27T08:47:29.751Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-27T08:47:29.751Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-27T08:47:29.751Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-27T08:47:29.751Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-27T08:47:29.751Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-27T08:47:29.751Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-27T08:47:29.751Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-27T08:47:29.751Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-27T08:47:29.751Z] === RUN TestCreateWithInvalidEnv [2022-06-27T08:47:29.751Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-27T08:47:29.751Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-27T08:47:29.751Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-27T08:47:29.751Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-27T08:47:29.751Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-27T08:47:29.751Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-27T08:47:29.751Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-27T08:47:29.751Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-27T08:47:29.751Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-27T08:47:29.751Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-27T08:47:29.751Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-27T08:47:29.751Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-27T08:47:29.751Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-27T08:47:29.751Z] === RUN TestCreateTmpfsMountsTarget [2022-06-27T08:47:29.751Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-27T08:47:29.751Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-27T08:47:30.322Z] --- PASS: TestDaemonRestartIpcMode (2.29s) [2022-06-27T08:47:31.116Z] --- PASS: TestCreateWithCustomMaskedPaths (1.25s) [2022-06-27T08:47:31.116Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-27T08:47:32.478Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.21s) [2022-06-27T08:47:32.478Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-27T08:47:32.478Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-27T08:47:32.478Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-27T08:47:32.478Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-27T08:47:32.478Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-27T08:47:32.478Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-27T08:47:32.478Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-27T08:47:32.478Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-27T08:47:32.478Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-27T08:47:32.478Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-27T08:47:32.478Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-27T08:47:32.478Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-27T08:47:32.478Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-27T08:47:32.478Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-27T08:47:32.478Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-27T08:47:32.478Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-27T08:47:32.478Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-27T08:47:32.478Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-06-27T08:47:32.478Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-06-27T08:47:32.478Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-06-27T08:47:32.478Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-06-27T08:47:32.478Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-06-27T08:47:32.478Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-27T08:47:32.734Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-06-27T08:47:32.734Z] === RUN TestCreateDifferentPlatform [2022-06-27T08:47:32.734Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-27T08:47:32.734Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-27T08:47:32.734Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-27T08:47:32.734Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-27T08:47:32.734Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-27T08:47:32.734Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-27T08:47:32.734Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-06-27T08:47:32.734Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-27T08:47:32.989Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-06-27T08:47:32.989Z] === RUN TestCreateInvalidHostConfig [2022-06-27T08:47:32.989Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-27T08:47:32.989Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-27T08:47:32.989Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-27T08:47:32.989Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-27T08:47:32.989Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-27T08:47:32.989Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-27T08:47:32.989Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-27T08:47:32.989Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-27T08:47:32.989Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-27T08:47:32.989Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-27T08:47:32.989Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-27T08:47:32.989Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-27T08:47:32.989Z] --- PASS: TestCreateInvalidHostConfig (0.02s) [2022-06-27T08:47:32.989Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-27T08:47:32.990Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-27T08:47:32.990Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-27T08:47:32.990Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-27T08:47:32.990Z] === RUN TestContainerStartOnDaemonRestart [2022-06-27T08:47:32.990Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-27T08:47:32.990Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-06-27T08:47:32.990Z] === RUN TestDaemonRestartIpcMode [2022-06-27T08:47:32.990Z] === PAUSE TestDaemonRestartIpcMode [2022-06-27T08:47:32.990Z] === RUN TestDaemonHostGatewayIP [2022-06-27T08:47:32.990Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:47:32.990Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-06-27T08:47:32.990Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-27T08:47:32.990Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-27T08:47:32.990Z] === RUN TestContainerKillOnDaemonStart [2022-06-27T08:47:32.990Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-27T08:47:32.990Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-06-27T08:47:32.990Z] === RUN TestDiff [2022-06-27T08:47:33.245Z] --- PASS: TestDiff (0.40s) [2022-06-27T08:47:33.245Z] === RUN TestExecConsoleSize [2022-06-27T08:47:33.805Z] --- PASS: TestExecConsoleSize (0.45s) [2022-06-27T08:47:33.805Z] === RUN TestExecWithCloseStdin [2022-06-27T08:47:34.366Z] --- PASS: TestExecWithCloseStdin (0.46s) [2022-06-27T08:47:34.366Z] === RUN TestExec [2022-06-27T08:47:34.623Z] --- PASS: TestExec (0.45s) [2022-06-27T08:47:34.623Z] === RUN TestExecUser [2022-06-27T08:47:35.184Z] --- PASS: TestExecUser (0.46s) [2022-06-27T08:47:35.184Z] === RUN TestExportContainerAndImportImage [2022-06-27T08:47:35.745Z] --- PASS: TestExportContainerAndImportImage (0.61s) [2022-06-27T08:47:35.745Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-27T08:47:35.899Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-06-27T08:47:37.108Z] --- PASS: TestExportContainerAfterDaemonRestart (1.33s) [2022-06-27T08:47:37.109Z] === RUN TestHealthCheckWorkdir [2022-06-27T08:47:37.669Z] --- PASS: TestHealthCheckWorkdir (0.55s) [2022-06-27T08:47:37.669Z] === RUN TestHealthKillContainer [2022-06-27T08:47:38.398Z] --- PASS: TestContainerKillOnDaemonStart (11.94s) [2022-06-27T08:47:38.398Z] PASS [2022-06-27T08:47:38.398Z] [2022-06-27T08:47:38.398Z] === Skipped [2022-06-27T08:47:38.398Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-27T08:47:38.398Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-27T08:47:38.398Z] [2022-06-27T08:47:38.398Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-27T08:47:38.398Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-27T08:47:38.398Z] [2022-06-27T08:47:38.398Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-27T08:47:38.398Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-27T08:47:38.398Z] [2022-06-27T08:47:38.398Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-27T08:47:38.398Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-27T08:47:38.398Z] [2022-06-27T08:47:38.398Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-27T08:47:38.398Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-27T08:47:38.398Z] [2022-06-27T08:47:38.398Z] DONE 259 tests, 5 skipped in 126.776s [2022-06-27T08:47:38.398Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-27T08:47:38.398Z] === RUN TestConfigDaemonLibtrustID [2022-06-27T08:47:38.398Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-06-27T08:47:38.398Z] === RUN TestConfigDaemonID [2022-06-27T08:47:38.654Z] daemon_test.go:83: [d9a66e71138d8] daemon is not started [2022-06-27T08:47:38.654Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-27T08:47:38.654Z] === RUN TestDaemonConfigValidation [2022-06-27T08:47:38.654Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-27T08:47:38.654Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-27T08:47:38.654Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-27T08:47:38.654Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-27T08:47:38.654Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-27T08:47:38.654Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-27T08:47:38.654Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-27T08:47:38.654Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-27T08:47:38.654Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-27T08:47:38.654Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-27T08:47:38.654Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-27T08:47:38.654Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-27T08:47:38.654Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-27T08:47:38.654Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-27T08:47:38.909Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-27T08:47:38.909Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-27T08:47:38.909Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-06-27T08:47:38.909Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-06-27T08:47:38.909Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-06-27T08:47:38.910Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2022-06-27T08:47:38.910Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-06-27T08:47:38.910Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-27T08:47:38.910Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-27T08:47:39.836Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-27T08:47:41.199Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-27T08:47:42.125Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-27T08:47:42.125Z] daemon_test.go:197: [de4483bbe2356] daemon is not started [2022-06-27T08:47:42.125Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-06-27T08:47:42.125Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-27T08:47:42.125Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-27T08:47:42.125Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-27T08:47:42.125Z] === RUN TestDaemonProxy [2022-06-27T08:47:42.125Z] === RUN TestDaemonProxy/environment_variables [2022-06-27T08:47:44.017Z] === RUN TestDaemonProxy/command-line_options [2022-06-27T08:47:45.400Z] === RUN TestDaemonProxy/configuration_file [2022-06-27T08:47:45.829Z] --- PASS: TestHealthKillContainer (7.87s) [2022-06-27T08:47:45.829Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-27T08:47:45.829Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-27T08:47:45.829Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-06-27T08:47:45.829Z] === RUN TestIpcModeNone [2022-06-27T08:47:46.086Z] --- PASS: TestIpcModeNone (0.60s) [2022-06-27T08:47:46.086Z] === RUN TestIpcModePrivate [2022-06-27T08:47:46.342Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-06-27T08:47:46.597Z] --- PASS: TestIpcModePrivate (0.43s) [2022-06-27T08:47:46.597Z] === RUN TestIpcModeShareable [2022-06-27T08:47:46.597Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-27T08:47:46.597Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-06-27T08:47:46.597Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-27T08:47:47.917Z] === RUN TestDaemonProxy/conflicting_options [2022-06-27T08:47:47.960Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.37s) [2022-06-27T08:47:47.960Z] === RUN TestAPIIpcModeHost [2022-06-27T08:47:47.960Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-27T08:47:47.960Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-06-27T08:47:47.960Z] === RUN TestDaemonIpcModeShareable [2022-06-27T08:47:47.960Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-27T08:47:47.960Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-06-27T08:47:47.960Z] === RUN TestDaemonIpcModePrivate [2022-06-27T08:47:48.173Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-27T08:47:48.734Z] --- PASS: TestDaemonProxy (6.82s) [2022-06-27T08:47:48.734Z] --- PASS: TestDaemonProxy/environment_variables (1.72s) [2022-06-27T08:47:48.734Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-06-27T08:47:48.734Z] --- PASS: TestDaemonProxy/configuration_file (2.33s) [2022-06-27T08:47:48.734Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-27T08:47:48.734Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-27T08:47:48.734Z] PASS [2022-06-27T08:47:48.734Z] [2022-06-27T08:47:48.734Z] DONE 18 tests in 11.751s [2022-06-27T08:47:48.734Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-27T08:47:48.886Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-06-27T08:47:48.990Z] INFO: Testing against a local daemon [2022-06-27T08:47:48.990Z] === RUN TestCommitInheritsEnv [2022-06-27T08:47:49.142Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-06-27T08:47:49.142Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-27T08:47:49.142Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-27T08:47:49.142Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-27T08:47:49.142Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-27T08:47:49.142Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-27T08:47:49.142Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-27T08:47:49.142Z] === RUN TestIpcModeOlderClient [2022-06-27T08:47:49.142Z] === PAUSE TestIpcModeOlderClient [2022-06-27T08:47:49.142Z] === RUN TestKillContainerInvalidSignal [2022-06-27T08:47:49.246Z] --- PASS: TestCommitInheritsEnv (0.30s) [2022-06-27T08:47:49.246Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-27T08:47:49.246Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-27T08:47:49.246Z] === RUN TestImportWithCustomPlatform [2022-06-27T08:47:49.246Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-27T08:47:49.246Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-27T08:47:49.246Z] === RUN TestImportWithCustomPlatform// [2022-06-27T08:47:49.246Z] === RUN TestImportWithCustomPlatform/linux [2022-06-27T08:47:49.246Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-27T08:47:49.398Z] --- PASS: TestKillContainerInvalidSignal (0.44s) [2022-06-27T08:47:49.398Z] === RUN TestKillContainer [2022-06-27T08:47:49.398Z] === RUN TestKillContainer/no_signal [2022-06-27T08:47:49.502Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-27T08:47:49.502Z] === RUN TestImportWithCustomPlatform/macos [2022-06-27T08:47:49.502Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-27T08:47:49.502Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-27T08:47:49.502Z] --- PASS: TestImportWithCustomPlatform (0.33s) [2022-06-27T08:47:49.502Z] --- PASS: TestImportWithCustomPlatform/#00 (0.08s) [2022-06-27T08:47:49.502Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-27T08:47:49.502Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-27T08:47:49.502Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-27T08:47:49.502Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-27T08:47:49.502Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-27T08:47:49.502Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-27T08:47:49.502Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-27T08:47:49.502Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-27T08:47:49.502Z] === RUN TestImagesFilterMultiReference [2022-06-27T08:47:49.502Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-06-27T08:47:49.502Z] === RUN TestImagePullPlatformInvalid [2022-06-27T08:47:49.502Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-27T08:47:49.502Z] === RUN TestRemoveImageOrphaning [2022-06-27T08:47:49.757Z] --- PASS: TestRemoveImageOrphaning (0.28s) [2022-06-27T08:47:49.757Z] === RUN TestRemoveImageGarbageCollector [2022-06-27T08:47:49.958Z] === RUN TestKillContainer/non_killing_signal [2022-06-27T08:47:50.213Z] === RUN TestKillContainer/killing_signal [2022-06-27T08:47:50.318Z] time="2022-06-27T08:47:50Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-27T08:47:50.774Z] --- PASS: TestKillContainer (1.19s) [2022-06-27T08:47:50.774Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-06-27T08:47:50.774Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2022-06-27T08:47:50.774Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-06-27T08:47:50.774Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-27T08:47:50.774Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-27T08:47:51.029Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-27T08:47:51.123Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-27T08:47:51.123Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-27T08:47:51.123Z] GOOS="" GOARCH="" GOARM="" [2022-06-27T08:47:51.123Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-27T08:47:51.123Z] [2022-06-27T08:47:51.123Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-27T08:47:51.123Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-27T08:47:51.123Z] HOSTNAME=bdf5332af6a0 [2022-06-27T08:47:51.123Z] TESTDEBUG=0 [2022-06-27T08:47:51.123Z] DEST=bundles/test-integration [2022-06-27T08:47:51.123Z] PWD=/go/src/github.com/docker/docker [2022-06-27T08:47:51.123Z] DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 [2022-06-27T08:47:51.123Z] container=docker [2022-06-27T08:47:51.123Z] HOME=/root [2022-06-27T08:47:51.123Z] GOLANG_VERSION=1.18.3 [2022-06-27T08:47:51.123Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-27T08:47:51.123Z] VALIDATE_BRANCH=master [2022-06-27T08:47:51.123Z] TERM=xterm [2022-06-27T08:47:51.123Z] DOCKER_PKG=github.com/docker/docker [2022-06-27T08:47:51.123Z] SHLVL=1 [2022-06-27T08:47:51.123Z] TIMEOUT=120m [2022-06-27T08:47:51.123Z] DOCKER_BUILDTAGS= journald [2022-06-27T08:47:51.123Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-27T08:47:51.123Z] GO111MODULE=off [2022-06-27T08:47:51.123Z] DOCKER_EXPERIMENTAL=1 [2022-06-27T08:47:51.123Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-27T08:47:51.123Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-27T08:47:51.123Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-27T08:47:51.123Z] GOPATH=/go [2022-06-27T08:47:51.123Z] PKG_CONFIG=pkg-config [2022-06-27T08:47:51.123Z] _=/usr/bin/env [2022-06-27T08:47:51.123Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-27T08:47:51.589Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.86s) [2022-06-27T08:47:51.589Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-06-27T08:47:51.589Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2022-06-27T08:47:51.589Z] === RUN TestKillStoppedContainer [2022-06-27T08:47:51.589Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-27T08:47:51.589Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-27T08:47:51.589Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-27T08:47:51.589Z] === RUN TestKillDifferentUserContainer [2022-06-27T08:47:51.680Z] --- PASS: TestRemoveImageGarbageCollector (1.86s) [2022-06-27T08:47:51.680Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-27T08:47:51.680Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-27T08:47:51.680Z] === RUN TestTagInvalidReference [2022-06-27T08:47:51.680Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-27T08:47:51.680Z] === RUN TestTagValidPrefixedRepo [2022-06-27T08:47:51.680Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-27T08:47:51.680Z] === RUN TestTagExistedNameWithoutForce [2022-06-27T08:47:51.680Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-27T08:47:51.680Z] === RUN TestTagOfficialNames [2022-06-27T08:47:51.936Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-27T08:47:51.936Z] === RUN TestTagMatchesDigest [2022-06-27T08:47:51.936Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-27T08:47:51.936Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-27T08:47:52.150Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-06-27T08:47:52.150Z] === RUN TestInspectOomKilledTrue [2022-06-27T08:47:52.150Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-27T08:47:52.150Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-27T08:47:52.150Z] === RUN TestInspectOomKilledFalse [2022-06-27T08:47:52.150Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-27T08:47:52.150Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-27T08:47:52.150Z] === RUN TestLinksEtcHostsContentMatch [2022-06-27T08:47:52.150Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-27T08:47:52.150Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-06-27T08:47:52.150Z] === RUN TestLinksContainerNames [2022-06-27T08:47:52.180Z] ......... [ 85%] [2022-06-27T08:47:53.077Z] --- PASS: TestLinksContainerNames (0.84s) [2022-06-27T08:47:53.077Z] === RUN TestLogsFollowTailEmpty [2022-06-27T08:47:53.332Z] --- PASS: TestLogsFollowTailEmpty (0.39s) [2022-06-27T08:47:53.332Z] === RUN TestLogs [2022-06-27T08:47:53.332Z] === RUN TestLogs/driver_local [2022-06-27T08:47:53.332Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-27T08:47:53.332Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-27T08:47:53.332Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-27T08:47:53.332Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-27T08:47:53.332Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-27T08:47:53.332Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-27T08:47:53.332Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-27T08:47:53.332Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-27T08:47:53.332Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-27T08:47:53.332Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-27T08:47:53.332Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-27T08:47:53.332Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-27T08:47:53.332Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-27T08:47:53.332Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-27T08:47:54.257Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-27T08:47:54.257Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-27T08:47:54.513Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-27T08:47:54.513Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-27T08:47:55.078Z] === RUN TestLogs/driver_json-file [2022-06-27T08:47:55.334Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-27T08:47:55.334Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-27T08:47:55.334Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-27T08:47:55.334Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-27T08:47:55.334Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-27T08:47:55.334Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-27T08:47:55.334Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-27T08:47:55.334Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-27T08:47:55.334Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-27T08:47:55.334Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-27T08:47:55.334Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-27T08:47:55.334Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-27T08:47:55.334Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-27T08:47:55.334Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-27T08:47:55.895Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-27T08:47:55.895Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-27T08:47:56.457Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-27T08:47:56.703Z] tests/integration/models_images_test.py ............... [ 89%] [2022-06-27T08:47:56.712Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-27T08:47:57.273Z] --- PASS: TestLogs (3.87s) [2022-06-27T08:47:57.273Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-27T08:47:57.273Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.83s) [2022-06-27T08:47:57.273Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.86s) [2022-06-27T08:47:57.273Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.52s) [2022-06-27T08:47:57.273Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.52s) [2022-06-27T08:47:57.273Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.56s) [2022-06-27T08:47:57.273Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.57s) [2022-06-27T08:47:57.273Z] --- PASS: TestLogs/driver_json-file (0.02s) [2022-06-27T08:47:57.273Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.62s) [2022-06-27T08:47:57.273Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.79s) [2022-06-27T08:47:57.273Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.73s) [2022-06-27T08:47:57.273Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.60s) [2022-06-27T08:47:57.273Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.50s) [2022-06-27T08:47:57.273Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.50s) [2022-06-27T08:47:57.273Z] === RUN TestContainerNetworkMountsNoChown [2022-06-27T08:47:57.530Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/default [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/default [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/private [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/private [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rprivate [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/slave [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/slave [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rslave [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/shared [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/shared [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rshared [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/default [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/rslave [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/rshared [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/shared [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/rprivate [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/slave [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/private [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-27T08:47:57.530Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-27T08:47:57.530Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-27T08:47:57.530Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-27T08:47:57.786Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.03s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-27T08:47:57.786Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-27T08:47:57.786Z] === RUN TestContainerBindMountNonRecursive [2022-06-27T08:47:57.786Z] 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-27T08:47:57.786Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-06-27T08:47:57.786Z] === RUN TestContainerVolumesMountedAsShared [2022-06-27T08:47:57.786Z] 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-27T08:47:57.786Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-06-27T08:47:57.786Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-27T08:47:57.786Z] 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-27T08:47:57.786Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-06-27T08:47:57.786Z] === RUN TestNetworkNat [2022-06-27T08:47:58.165Z] tests/integration/models_networks_test.py .... [ 90%] [2022-06-27T08:47:58.348Z] --- PASS: TestNetworkNat (0.48s) [2022-06-27T08:47:58.348Z] === RUN TestNetworkLocalhostTCPNat [2022-06-27T08:47:58.908Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-06-27T08:47:58.908Z] === RUN TestNetworkLoopbackNat [2022-06-27T08:48:01.419Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2022-06-27T08:48:01.419Z] === RUN TestPause [2022-06-27T08:48:01.419Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-27T08:48:01.419Z] --- SKIP: TestPause (0.00s) [2022-06-27T08:48:01.419Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-27T08:48:01.419Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-27T08:48:01.419Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-27T08:48:01.419Z] === RUN TestPauseStopPausedContainer [2022-06-27T08:48:01.419Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-27T08:48:01.419Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-06-27T08:48:01.419Z] === RUN TestPidHost [2022-06-27T08:48:02.362Z] --- PASS: TestPidHost (0.94s) [2022-06-27T08:48:02.362Z] === RUN TestPsFilter [2022-06-27T08:48:02.362Z] --- PASS: TestPsFilter (0.09s) [2022-06-27T08:48:02.362Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-27T08:48:02.939Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2022-06-27T08:48:02.939Z] === RUN TestRemoveContainerWithVolume [2022-06-27T08:48:03.206Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-06-27T08:48:03.206Z] === RUN TestRemoveContainerRunning [2022-06-27T08:48:03.787Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-06-27T08:48:03.787Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-27T08:48:04.042Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-06-27T08:48:04.042Z] === RUN TestRemoveInvalidContainer [2022-06-27T08:48:04.042Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-27T08:48:04.042Z] === RUN TestRenameLinkedContainer [2022-06-27T08:48:04.745Z] tests/integration/models_nodes_test.py . [ 90%] [2022-06-27T08:48:04.745Z] tests/integration/models_resources_test.py . [ 91%] [2022-06-27T08:48:05.928Z] --- PASS: TestRenameLinkedContainer (1.68s) [2022-06-27T08:48:05.928Z] === RUN TestRenameStoppedContainer [2022-06-27T08:48:06.187Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-06-27T08:48:06.187Z] === RUN TestRenameRunningContainerAndReuse [2022-06-27T08:48:07.113Z] --- PASS: TestRenameRunningContainerAndReuse (0.79s) [2022-06-27T08:48:07.113Z] === RUN TestRenameInvalidName [2022-06-27T08:48:07.369Z] --- PASS: TestRenameInvalidName (0.39s) [2022-06-27T08:48:07.369Z] === RUN TestRenameAnonymousContainer [2022-06-27T08:48:08.732Z] --- PASS: TestRenameAnonymousContainer (1.46s) [2022-06-27T08:48:08.732Z] === RUN TestRenameContainerWithSameName [2022-06-27T08:48:09.293Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-06-27T08:48:09.293Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-27T08:48:10.218Z] --- PASS: TestRenameContainerWithLinkedContainer (0.78s) [2022-06-27T08:48:10.218Z] === RUN TestResize [2022-06-27T08:48:10.473Z] --- PASS: TestResize (0.39s) [2022-06-27T08:48:10.473Z] === RUN TestResizeWithInvalidSize [2022-06-27T08:48:10.729Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-06-27T08:48:10.729Z] === RUN TestResizeWhenContainerNotStarted [2022-06-27T08:48:10.831Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-06-27T08:48:11.290Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-06-27T08:48:11.291Z] === RUN TestDaemonRestartKillContainers [2022-06-27T08:48:11.291Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-27T08:48:11.291Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-06-27T08:48:11.291Z] === RUN TestCgroupNamespacesRun [2022-06-27T08:48:12.217Z] --- PASS: TestCgroupNamespacesRun (1.12s) [2022-06-27T08:48:12.217Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-27T08:48:13.584Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s) [2022-06-27T08:48:13.584Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-27T08:48:14.512Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2022-06-27T08:48:14.512Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-27T08:48:15.881Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s) [2022-06-27T08:48:15.881Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-27T08:48:16.807Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2022-06-27T08:48:16.807Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-27T08:48:17.511Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-06-27T08:48:17.511Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-06-27T08:48:18.170Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.10s) [2022-06-27T08:48:18.171Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-27T08:48:18.731Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-06-27T08:48:18.731Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-27T08:48:20.094Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.18s) [2022-06-27T08:48:20.094Z] === RUN TestNISDomainname [2022-06-27T08:48:20.094Z] 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-27T08:48:20.094Z] --- SKIP: TestNISDomainname (0.02s) [2022-06-27T08:48:20.094Z] === RUN TestHostnameDnsResolution [2022-06-27T08:48:20.349Z] --- PASS: TestHostnameDnsResolution (0.60s) [2022-06-27T08:48:20.349Z] === RUN TestUnprivilegedPortsAndPing [2022-06-27T08:48:20.349Z] 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-27T08:48:20.349Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-06-27T08:48:20.349Z] === RUN TestPrivilegedHostDevices [2022-06-27T08:48:20.910Z] --- PASS: TestPrivilegedHostDevices (0.44s) [2022-06-27T08:48:20.910Z] === RUN TestRunConsoleSize [2022-06-27T08:48:21.471Z] --- PASS: TestRunConsoleSize (0.42s) [2022-06-27T08:48:21.471Z] === RUN TestStats [2022-06-27T08:48:21.471Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-27T08:48:21.471Z] --- SKIP: TestStats (0.00s) [2022-06-27T08:48:21.471Z] === RUN TestStopContainerWithTimeout [2022-06-27T08:48:21.471Z] === RUN TestStopContainerWithTimeout/0 [2022-06-27T08:48:21.471Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-27T08:48:21.471Z] === RUN TestStopContainerWithTimeout/1 [2022-06-27T08:48:21.471Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-27T08:48:21.471Z] === RUN TestStopContainerWithTimeout/3 [2022-06-27T08:48:21.471Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-27T08:48:21.471Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-27T08:48:21.471Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-27T08:48:21.471Z] === CONT TestStopContainerWithTimeout/0 [2022-06-27T08:48:21.471Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-27T08:48:21.715Z] tests/integration/regression_test.py ...... [ 98%] [2022-06-27T08:48:21.976Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-06-27T08:48:21.976Z] tests/integration/credentials/utils_test.py . [100%] [2022-06-27T08:48:21.976Z] [2022-06-27T08:48:21.976Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-06-27T08:48:21.976Z] =========================== short test summary info ============================ [2022-06-27T08:48:21.976Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-06-27T08:48:21.976Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-06-27T08:48:21.976Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-06-27T08:48:21.976Z] Not supported on most drivers [2022-06-27T08:48:21.976Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-06-27T08:48:21.976Z] Output of docker top depends on host distro, and is not formalized. [2022-06-27T08:48:21.976Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-06-27T08:48:21.976Z] Output of docker top depends on host distro, and is not formalized. [2022-06-27T08:48:21.976Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-06-27T08:48:21.976Z] Can fail if eth0 has multiple IP addresses [2022-06-27T08:48:21.976Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-06-27T08:48:21.976Z] This doesn't seem to be taken into account by the engine [2022-06-27T08:48:21.976Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-06-27T08:48:21.976Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-06-27T08:48:21.976Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 292.02 seconds == [2022-06-27T08:48:22.031Z] === CONT TestStopContainerWithTimeout/3 [2022-06-27T08:48:22.236Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-06-27T08:48:23.916Z] === CONT TestStopContainerWithTimeout/1 [2022-06-27T08:48:25.278Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-27T08:48:25.278Z] --- PASS: TestStopContainerWithTimeout/0 (0.61s) [2022-06-27T08:48:25.278Z] --- PASS: TestStopContainerWithTimeout/-1 (2.54s) [2022-06-27T08:48:25.278Z] --- PASS: TestStopContainerWithTimeout/3 (2.36s) [2022-06-27T08:48:25.278Z] --- PASS: TestStopContainerWithTimeout/1 (1.38s) [2022-06-27T08:48:25.278Z] === RUN TestDeleteDevicemapper [2022-06-27T08:48:25.278Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-27T08:48:25.278Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-27T08:48:25.278Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-27T08:48:27.165Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.67s) [2022-06-27T08:48:27.165Z] === RUN TestUpdateMemory [2022-06-27T08:48:27.165Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-27T08:48:27.165Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-27T08:48:27.165Z] === RUN TestUpdateCPUQuota [2022-06-27T08:48:27.165Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-27T08:48:27.165Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-06-27T08:48:27.165Z] === RUN TestUpdatePidsLimit [2022-06-27T08:48:27.165Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-27T08:48:27.165Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-06-27T08:48:27.165Z] === RUN TestUpdateRestartPolicy [2022-06-27T08:48:28.882Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-27T08:48:28.882Z] Using test binary docker [2022-06-27T08:48:28.882Z] +++ /etc/init.d/apparmor start [2022-06-27T08:48:28.882Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-27T08:48:28.882Z] INFO: Waiting for daemon to start... [2022-06-27T08:48:28.882Z] Starting dockerd [2022-06-27T08:48:28.882Z] +++ 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-27T08:48:28.882Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-27T08:48:28.882Z] Using test binary docker [2022-06-27T08:48:28.882Z] +++ /etc/init.d/apparmor start [2022-06-27T08:48:28.882Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-27T08:48:28.882Z] INFO: Waiting for daemon to start... [2022-06-27T08:48:28.882Z] Starting dockerd [2022-06-27T08:48:28.882Z] +++ 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-27T08:48:28.882Z] . [2022-06-27T08:48:28.882Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-27T08:48:28.882Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-27T08:48:28.882Z] Error: No such image: emptyfs [2022-06-27T08:48:28.882Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-27T08:48:28.882Z] ++++ docker load [2022-06-27T08:48:29.143Z] [2022-06-27T08:48:29.143Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-27T08:48:29.143Z] Running integration-test (iteration 1) [2022-06-27T08:48:29.143Z] 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-27T08:48:29.143Z] ++ 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-27T08:48:29.143Z] ++ set -e [2022-06-27T08:48:29.143Z] ++ '[' -n 0 ']' [2022-06-27T08:48:29.143Z] ++ set -x [2022-06-27T08:48:29.143Z] ++ 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-27T08:48:29.402Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-27T08:48:29.402Z] Error: No such image: emptyfs [2022-06-27T08:48:29.402Z] ++++ docker load [2022-06-27T08:48:29.402Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-27T08:48:29.662Z] Running integration-test (iteration 1) [2022-06-27T08:48:29.662Z] 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-27T08:48:29.662Z] ++ 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-27T08:48:29.662Z] ++ set -e [2022-06-27T08:48:29.662Z] ++ '[' -n 0 ']' [2022-06-27T08:48:29.662Z] ++ set -x [2022-06-27T08:48:29.662Z] ++ 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-27T08:48:29.922Z] Loaded image: busybox:latest [2022-06-27T08:48:29.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-27T08:48:29.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-27T08:48:30.493Z] Loaded image: busybox:glibc [2022-06-27T08:48:30.493Z] Loaded image: busybox:latest [2022-06-27T08:48:31.065Z] Loaded image: busybox:glibc [2022-06-27T08:48:34.457Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-27T08:48:34.457Z] [2022-06-27T08:48:34.457Z] Unloading profiles will leave already running processes permanently [2022-06-27T08:48:34.457Z] unconfined, which can lead to unexpected situations. [2022-06-27T08:48:34.457Z] [2022-06-27T08:48:34.457Z] To set a process to complain mode, use the command line tool [2022-06-27T08:48:34.457Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-27T08:48:34.457Z] Post stage [Pipeline] junit [2022-06-27T08:48:34.473Z] Recording test results [2022-06-27T08:48:34.604Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-06-27T08:48:34.885Z] + echo Ensuring container killed. [2022-06-27T08:48:34.885Z] Ensuring container killed. [2022-06-27T08:48:34.885Z] + docker rm -vf docker-pr1 [2022-06-27T08:48:34.885Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-27T08:48:35.170Z] + echo Chowning /workspace to jenkins user [2022-06-27T08:48:35.170Z] Chowning /workspace to jenkins user [2022-06-27T08:48:35.170Z] + id -u [2022-06-27T08:48:35.170Z] + id -g [2022-06-27T08:48:35.170Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43745:/workspace busybox chown -R 1000:1000 /workspace [2022-06-27T08:48:35.266Z] Loaded image: debian:bullseye-slim [2022-06-27T08:48:35.266Z] Loaded image: hello-world:latest [2022-06-27T08:48:35.525Z] Loaded image: debian:bullseye-slim [2022-06-27T08:48:35.525Z] Loaded image: arm32v7/hello-world:latest [2022-06-27T08:48:35.525Z] INFO: Testing against a local daemon [2022-06-27T08:48:35.525Z] === RUN TestDockerDaemonSuite [2022-06-27T08:48:35.525Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-06-27T08:48:35.525Z] Loaded image: hello-world:latest [2022-06-27T08:48:35.785Z] Loaded image: arm32v7/hello-world:latest [2022-06-27T08:48:35.785Z] INFO: Testing against a local daemon [2022-06-27T08:48:35.785Z] === RUN TestDockerSuite [2022-06-27T08:48:35.785Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-06-27T08:48:35.785Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-06-27T08:48:35.785Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-06-27T08:48:35.785Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-06-27T08:48:35.785Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-06-27T08:48:35.785Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-06-27T08:48:35.785Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-06-27T08:48:35.785Z] === RUN TestDockerSuite/TestAPIImagesDelete [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-27T08:48:36.850Z] + bundleName=docker-py [2022-06-27T08:48:36.850Z] + echo Creating docker-py-bundles.tar.gz [2022-06-27T08:48:36.850Z] Creating docker-py-bundles.tar.gz [2022-06-27T08:48:36.850Z] + 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-27T08:48:36.863Z] Archiving artifacts [2022-06-27T08:48:37.153Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43745/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-06-27T08:48:37.514Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -e DOCKER_GRAPHDRIVER docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/make.sh binary [2022-06-27T08:48:37.775Z] [2022-06-27T08:48:38.035Z] Removing bundles/ [2022-06-27T08:48:38.035Z] [2022-06-27T08:48:38.035Z] ---> Making bundle: binary (in bundles/binary) [2022-06-27T08:48:38.035Z] Building: bundles/binary-daemon/dockerd-dev [2022-06-27T08:48:38.035Z] GOOS="" GOARCH="" GOARM="" [2022-06-27T08:48:39.367Z] --- PASS: TestUpdateRestartPolicy (10.82s) [2022-06-27T08:48:39.367Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-27T08:48:39.367Z] --- PASS: TestUpdateRestartWithAutoRemove (0.37s) [2022-06-27T08:48:39.367Z] === RUN TestWaitNonBlocked [2022-06-27T08:48:39.367Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-27T08:48:39.367Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-27T08:48:39.367Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-27T08:48:39.367Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-27T08:48:39.367Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-27T08:48:39.367Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-27T08:48:39.367Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-27T08:48:39.367Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.67s) [2022-06-27T08:48:39.367Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2022-06-27T08:48:39.367Z] === RUN TestWaitBlocked [2022-06-27T08:48:39.367Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-27T08:48:39.367Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-27T08:48:39.367Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-27T08:48:39.367Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-27T08:48:39.367Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-27T08:48:39.367Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-27T08:48:39.622Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-27T08:48:39.622Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.75s) [2022-06-27T08:48:39.622Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.75s) [2022-06-27T08:48:39.622Z] === CONT TestDaemonRestartIpcMode [2022-06-27T08:48:39.622Z] === CONT TestIpcModeOlderClient [2022-06-27T08:48:39.622Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-06-27T08:48:39.622Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-27T08:48:39.985Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-06-27T08:48:39.985Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-06-27T08:48:40.247Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-06-27T08:48:40.247Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-06-27T08:48:41.187Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-06-27T08:48:41.187Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-06-27T08:48:41.187Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-06-27T08:48:42.134Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.42s) [2022-06-27T08:48:42.389Z] --- PASS: TestDaemonRestartIpcMode (2.78s) [2022-06-27T08:48:42.389Z] PASS [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === Skipped [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-27T08:48:42.389Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-06-27T08:48:42.389Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-06-27T08:48:42.389Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-06-27T08:48:42.389Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-06-27T08:48:42.389Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-06-27T08:48:42.389Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-06-27T08:48:42.389Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-06-27T08:48:42.389Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-27T08:48:42.389Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-27T08:48:42.389Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-27T08:48:42.389Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-27T08:48:42.389Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-06-27T08:48:42.389Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-06-27T08:48:42.389Z] 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-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-06-27T08:48:42.389Z] 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-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-06-27T08:48:42.389Z] 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-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-06-27T08:48:42.389Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-27T08:48:42.389Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-06-27T08:48:42.389Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-06-27T08:48:42.389Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-06-27T08:48:42.389Z] 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-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-06-27T08:48:42.389Z] 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-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-06-27T08:48:42.389Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-27T08:48:42.389Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-27T08:48:42.389Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-06-27T08:48:42.389Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-06-27T08:48:42.389Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-27T08:48:42.389Z] [2022-06-27T08:48:42.389Z] DONE 236 tests, 27 skipped in 77.868s [2022-06-27T08:48:42.389Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-27T08:48:42.389Z] === RUN TestConfigDaemonLibtrustID [2022-06-27T08:48:42.569Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-06-27T08:48:42.829Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-06-27T08:48:42.829Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-06-27T08:48:42.829Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-06-27T08:48:42.953Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-06-27T08:48:42.953Z] === RUN TestConfigDaemonID [2022-06-27T08:48:43.769Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-06-27T08:48:44.029Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-06-27T08:48:44.315Z] daemon_test.go:83: [d741300e5737f] daemon is not started [2022-06-27T08:48:44.315Z] --- PASS: TestConfigDaemonID (1.08s) [2022-06-27T08:48:44.315Z] === RUN TestDaemonConfigValidation [2022-06-27T08:48:44.315Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-27T08:48:44.315Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-27T08:48:44.315Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-27T08:48:44.315Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-27T08:48:44.315Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-27T08:48:44.315Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-27T08:48:44.315Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-27T08:48:44.315Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-27T08:48:44.315Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-27T08:48:44.315Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-27T08:48:44.315Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-27T08:48:44.315Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-27T08:48:44.315Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-27T08:48:44.315Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-27T08:48:44.315Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-27T08:48:44.315Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-27T08:48:44.315Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-06-27T08:48:44.315Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-06-27T08:48:44.315Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-06-27T08:48:44.315Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-06-27T08:48:44.315Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-06-27T08:48:44.315Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-27T08:48:44.315Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-27T08:48:44.970Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-06-27T08:48:45.233Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-06-27T08:48:45.233Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-06-27T08:48:45.233Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-06-27T08:48:45.233Z] --- PASS: TestBuildWithHugeFile (128.64s) [2022-06-27T08:48:45.233Z] === RUN TestBuildWCOWSandboxSize [2022-06-27T08:48:45.233Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-27T08:48:45.233Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-27T08:48:45.233Z] === RUN TestBuildWithEmptyDockerfile [2022-06-27T08:48:45.233Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-27T08:48:45.233Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-27T08:48:45.233Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-27T08:48:45.233Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-27T08:48:45.233Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-27T08:48:45.233Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-27T08:48:45.233Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-27T08:48:45.233Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-27T08:48:45.493Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-27T08:48:45.493Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-06-27T08:48:45.678Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-27T08:48:45.752Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-06-27T08:48:45.752Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2022-06-27T08:48:45.752Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) [2022-06-27T08:48:45.752Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2022-06-27T08:48:45.752Z] === RUN TestBuildPreserveOwnership [2022-06-27T08:48:45.752Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-27T08:48:46.604Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-27T08:48:47.530Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-27T08:48:47.530Z] daemon_test.go:197: [dbdf3244c444a] daemon is not started [2022-06-27T08:48:47.530Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s) [2022-06-27T08:48:47.530Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-06-27T08:48:47.530Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-06-27T08:48:47.530Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s) [2022-06-27T08:48:47.530Z] === RUN TestDaemonProxy [2022-06-27T08:48:47.530Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-27T08:48:47.530Z] --- SKIP: TestDaemonProxy (0.00s) [2022-06-27T08:48:47.530Z] PASS [2022-06-27T08:48:47.530Z] [2022-06-27T08:48:47.530Z] === Skipped [2022-06-27T08:48:47.530Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-06-27T08:48:47.530Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-27T08:48:47.530Z] [2022-06-27T08:48:47.530Z] DONE 13 tests, 1 skipped in 5.223s [2022-06-27T08:48:47.530Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-27T08:48:47.660Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-27T08:48:47.785Z] INFO: Testing against a local daemon [2022-06-27T08:48:47.785Z] === RUN TestCommitInheritsEnv [2022-06-27T08:48:48.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-27T08:48:48.605Z] --- PASS: TestBuildPreserveOwnership (2.97s) [2022-06-27T08:48:48.605Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.00s) [2022-06-27T08:48:48.605Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.97s) [2022-06-27T08:48:48.605Z] === RUN TestBuildPlatformInvalid [2022-06-27T08:48:48.866Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-06-27T08:48:48.866Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-27T08:48:49.128Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-06-27T08:48:49.147Z] --- PASS: TestCommitInheritsEnv (1.43s) [2022-06-27T08:48:49.148Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-27T08:48:49.148Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-27T08:48:49.148Z] === RUN TestImportWithCustomPlatform [2022-06-27T08:48:49.148Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-27T08:48:49.148Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-27T08:48:49.148Z] === RUN TestImportWithCustomPlatform// [2022-06-27T08:48:49.148Z] === RUN TestImportWithCustomPlatform/linux [2022-06-27T08:48:49.402Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-27T08:48:49.403Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-27T08:48:49.403Z] === RUN TestImportWithCustomPlatform/macos [2022-06-27T08:48:49.403Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-27T08:48:49.403Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-27T08:48:49.403Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-06-27T08:48:49.403Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-27T08:48:49.403Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-27T08:48:49.403Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-27T08:48:49.403Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-27T08:48:49.403Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-27T08:48:49.403Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-27T08:48:49.403Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-27T08:48:49.403Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-27T08:48:49.403Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-27T08:48:49.403Z] === RUN TestImagesFilterMultiReference [2022-06-27T08:48:49.658Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-06-27T08:48:49.658Z] === RUN TestImagePullPlatformInvalid [2022-06-27T08:48:49.658Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-27T08:48:49.658Z] === RUN TestRemoveImageOrphaning [2022-06-27T08:48:49.698Z] Loaded image: busybox:latest [2022-06-27T08:48:49.698Z] Loaded image: busybox:glibc [2022-06-27T08:48:51.543Z] --- PASS: TestRemoveImageOrphaning (1.59s) [2022-06-27T08:48:51.543Z] === RUN TestRemoveImageGarbageCollector [2022-06-27T08:48:51.543Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-27T08:48:51.543Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-27T08:48:51.543Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-27T08:48:51.543Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-27T08:48:51.543Z] === RUN TestTagInvalidReference [2022-06-27T08:48:51.543Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-27T08:48:51.543Z] === RUN TestTagValidPrefixedRepo [2022-06-27T08:48:51.543Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-06-27T08:48:51.543Z] === RUN TestTagExistedNameWithoutForce [2022-06-27T08:48:51.543Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-27T08:48:51.543Z] === RUN TestTagOfficialNames [2022-06-27T08:48:51.543Z] --- PASS: TestTagOfficialNames (0.04s) [2022-06-27T08:48:51.543Z] === RUN TestTagMatchesDigest [2022-06-27T08:48:51.543Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-27T08:48:51.543Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-27T08:48:51.605Z] Loaded image: debian:bullseye-slim [2022-06-27T08:48:51.605Z] Loaded image: hello-world:latest [2022-06-27T08:48:51.605Z] Loaded image: arm32v7/hello-world:latest [2022-06-27T08:48:51.605Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-06-27T08:48:53.515Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-06-27T08:48:55.431Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-06-27T08:48:56.000Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-06-27T08:48:56.226Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-27T08:48:56.940Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-06-27T08:48:58.849Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-06-27T08:48:59.420Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-06-27T08:49:00.805Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-06-27T08:49:00.805Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-06-27T08:49:01.745Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-06-27T08:49:01.745Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.95s) [2022-06-27T08:49:01.745Z] PASS [2022-06-27T08:49:01.745Z] [2022-06-27T08:49:01.745Z] === Skipped [2022-06-27T08:49:01.745Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-27T08:49:01.745Z] build_session_test.go:25: TODO: BuildKit [2022-06-27T08:49:01.745Z] [2022-06-27T08:49:01.745Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-27T08:49:01.745Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-27T08:49:01.745Z] [2022-06-27T08:49:01.745Z] DONE 34 tests, 2 skipped in 193.557s [2022-06-27T08:49:01.745Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-27T08:49:01.745Z] ++ 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-27T08:49:01.745Z] ++ set -e [2022-06-27T08:49:01.745Z] ++ '[' -n 0 ']' [2022-06-27T08:49:01.745Z] ++ set -x [2022-06-27T08:49:01.745Z] ++ 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-27T08:49:02.006Z] INFO: Testing against a local daemon [2022-06-27T08:49:02.006Z] === RUN TestConfigInspect [2022-06-27T08:49:02.266Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-06-27T08:49:02.266Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-06-27T08:49:03.206Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-06-27T08:49:03.777Z] docker_cli_daemon_test.go:1474: [dbdf062ec7a4e] daemon is not started [2022-06-27T08:49:04.376Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-06-27T08:49:04.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-27T08:49:04.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-27T08:49:04.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-27T08:49:04.645Z] check_test.go:540: [dfdc1ce6a1b65] daemon is not started [2022-06-27T08:49:04.645Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-06-27T08:49:04.911Z] --- PASS: TestConfigInspect (2.97s) [2022-06-27T08:49:04.911Z] === RUN TestConfigList [2022-06-27T08:49:05.344Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-27T08:49:05.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-27T08:49:06.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-27T08:49:06.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-27T08:49:06.835Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-06-27T08:49:07.775Z] --- PASS: TestConfigList (2.98s) [2022-06-27T08:49:07.775Z] === RUN TestConfigsCreateAndDelete [2022-06-27T08:49:08.344Z] check_test.go:540: [d805ced38c3ac] daemon is not started [2022-06-27T08:49:08.344Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-06-27T08:49:09.284Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-06-27T08:49:09.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-27T08:49:09.855Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-06-27T08:49:10.252Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-27T08:49:10.426Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-06-27T08:49:10.426Z] --- PASS: TestConfigsCreateAndDelete (2.58s) [2022-06-27T08:49:10.426Z] === RUN TestConfigsUpdate [2022-06-27T08:49:10.685Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-06-27T08:49:10.945Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-06-27T08:49:10.945Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-06-27T08:49:10.945Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-06-27T08:49:11.199Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-27T08:49:11.461Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-27T08:49:12.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-27T08:49:12.855Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-06-27T08:49:12.855Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-06-27T08:49:13.119Z] --- PASS: TestConfigsUpdate (2.81s) [2022-06-27T08:49:13.119Z] === RUN TestTemplatedConfig [2022-06-27T08:49:13.362Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-27T08:49:14.061Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-06-27T08:49:14.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-27T08:49:14.320Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-06-27T08:49:14.889Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-06-27T08:49:14.889Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-27T08:49:15.462Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-06-27T08:49:15.838Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-27T08:49:16.035Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-06-27T08:49:16.784Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-27T08:49:16.784Z] Using test binary docker [2022-06-27T08:49:16.784Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-27T08:49:16.784Z] +++ /etc/init.d/apparmor start [2022-06-27T08:49:16.784Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-27T08:49:16.784Z] INFO: Waiting for daemon to start... [2022-06-27T08:49:16.784Z] Starting dockerd [2022-06-27T08:49:16.784Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2022-06-27T08:49:16.974Z] --- PASS: TestTemplatedConfig (3.55s) [2022-06-27T08:49:16.974Z] === RUN TestConfigCreateResolve [2022-06-27T08:49:16.974Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-06-27T08:49:17.546Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-06-27T08:49:17.806Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-06-27T08:49:18.066Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-06-27T08:49:18.066Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-06-27T08:49:18.326Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-06-27T08:49:18.704Z] . [2022-06-27T08:49:18.704Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-27T08:49:18.704Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-27T08:49:18.704Z] Error: No such image: emptyfs [2022-06-27T08:49:18.704Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-27T08:49:18.704Z] ++++ docker load [2022-06-27T08:49:18.896Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-06-27T08:49:18.896Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-06-27T08:49:18.967Z] Running integration-test (iteration 1) [2022-06-27T08:49:18.967Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-06-27T08:49:18.967Z] ++ 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-27T08:49:18.967Z] ++ set -e [2022-06-27T08:49:18.967Z] ++ '[' -n 0 ']' [2022-06-27T08:49:18.967Z] ++ set -x [2022-06-27T08:49:18.967Z] ++ 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-27T08:49:19.156Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-06-27T08:49:19.156Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-06-27T08:49:19.156Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-06-27T08:49:19.229Z] Loaded image: busybox:latest [2022-06-27T08:49:19.229Z] Loaded image: busybox:glibc [2022-06-27T08:49:19.725Z] --- PASS: TestConfigCreateResolve (2.93s) [2022-06-27T08:49:19.725Z] PASS [2022-06-27T08:49:19.725Z] [2022-06-27T08:49:19.725Z] DONE 6 tests in 17.978s [2022-06-27T08:49:19.725Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-27T08:49:19.725Z] ++ 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-27T08:49:19.725Z] ++ set -e [2022-06-27T08:49:19.725Z] ++ '[' -n 0 ']' [2022-06-27T08:49:19.725Z] ++ set -x [2022-06-27T08:49:19.725Z] ++ 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-27T08:49:19.986Z] INFO: Testing against a local daemon [2022-06-27T08:49:19.986Z] === RUN TestAttachWithTTY [2022-06-27T08:49:19.986Z] --- PASS: TestAttachWithTTY (0.07s) [2022-06-27T08:49:19.986Z] === RUN TestAttachWithoutTTy [2022-06-27T08:49:19.986Z] --- PASS: TestAttachWithoutTTy (0.06s) [2022-06-27T08:49:19.986Z] === RUN TestCheckpoint [2022-06-27T08:49:19.986Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-27T08:49:19.986Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/commit [2022-06-27T08:49:19.986Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-27T08:49:19.986Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-27T08:49:19.986Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-27T08:49:19.986Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-27T08:49:19.986Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-27T08:49:19.986Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-27T08:49:19.986Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-27T08:49:19.986Z] === CONT TestContainerInvalidJSON/commit [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-27T08:49:19.986Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-27T08:49:19.986Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-27T08:49:19.986Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-27T08:49:19.986Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-27T08:49:19.986Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-27T08:49:19.986Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-27T08:49:20.183Z] Loaded image: debian:bullseye-slim [2022-06-27T08:49:20.246Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-27T08:49:20.246Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-27T08:49:20.246Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-27T08:49:20.246Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-27T08:49:20.246Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-27T08:49:20.246Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-27T08:49:20.246Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-27T08:49:20.246Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-27T08:49:20.246Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-27T08:49:20.247Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-27T08:49:20.247Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-27T08:49:20.247Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-06-27T08:49:20.247Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-06-27T08:49:20.247Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-27T08:49:20.247Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2022-06-27T08:49:20.247Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-27T08:49:20.247Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-06-27T08:49:20.247Z] === RUN TestCopyEmptyFile [2022-06-27T08:49:20.446Z] Loaded image: hello-world:latest [2022-06-27T08:49:20.446Z] Loaded image: arm32v7/hello-world:latest [2022-06-27T08:49:20.446Z] INFO: Testing against a local daemon [2022-06-27T08:49:20.446Z] === RUN TestCgroupNamespacesBuild [2022-06-27T08:49:20.820Z] --- PASS: TestCopyEmptyFile (0.49s) [2022-06-27T08:49:20.820Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-27T08:49:20.820Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2022-06-27T08:49:20.820Z] === RUN TestCopyFromContainer [2022-06-27T08:49:21.081Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-06-27T08:49:21.081Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-06-27T08:49:21.836Z] --- PASS: TestCgroupNamespacesBuild (1.33s) [2022-06-27T08:49:21.836Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-27T08:49:22.021Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-06-27T08:49:22.021Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-06-27T08:49:22.592Z] === RUN TestCopyFromContainer// [2022-06-27T08:49:22.592Z] === RUN TestCopyFromContainer//bar/root [2022-06-27T08:49:22.852Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-27T08:49:22.852Z] === RUN TestCopyFromContainer/bar/quux [2022-06-27T08:49:23.112Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-27T08:49:23.112Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-27T08:49:23.226Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.14s) [2022-06-27T08:49:23.226Z] === RUN TestBuildWithSession [2022-06-27T08:49:23.226Z] build_session_test.go:25: TODO: BuildKit [2022-06-27T08:49:23.226Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-27T08:49:23.226Z] === RUN TestBuildSquashParent [2022-06-27T08:49:23.372Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-27T08:49:23.372Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-27T08:49:23.372Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-27T08:49:23.631Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-27T08:49:23.631Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-06-27T08:49:23.892Z] --- PASS: TestCopyFromContainer (2.89s) [2022-06-27T08:49:23.892Z] --- PASS: TestCopyFromContainer// (0.14s) [2022-06-27T08:49:23.892Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2022-06-27T08:49:23.892Z] --- PASS: TestCopyFromContainer//bar/root/ (0.16s) [2022-06-27T08:49:23.892Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2022-06-27T08:49:23.892Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2022-06-27T08:49:23.892Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2022-06-27T08:49:23.892Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.13s) [2022-06-27T08:49:23.892Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-27T08:49:23.892Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s) [2022-06-27T08:49:23.892Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2022-06-27T08:49:23.892Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-27T08:49:23.892Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-27T08:49:23.892Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-27T08:49:23.892Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-27T08:49:23.892Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-27T08:49:23.892Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-27T08:49:23.892Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-27T08:49:23.892Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-27T08:49:23.892Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-27T08:49:23.892Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-27T08:49:23.892Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-06-27T08:49:23.892Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-27T08:49:23.892Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-27T08:49:23.892Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-27T08:49:23.892Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-27T08:49:23.892Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-06-27T08:49:23.892Z] === RUN TestCreateWithInvalidEnv [2022-06-27T08:49:23.892Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-27T08:49:23.892Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-27T08:49:23.892Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-27T08:49:23.892Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-27T08:49:23.892Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-27T08:49:23.892Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-27T08:49:23.892Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-27T08:49:23.892Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-27T08:49:23.892Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-27T08:49:23.892Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-06-27T08:49:23.892Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-27T08:49:23.892Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-27T08:49:23.892Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-27T08:49:23.892Z] === RUN TestCreateTmpfsMountsTarget [2022-06-27T08:49:23.892Z] --- PASS: TestCreateTmpfsMountsTarget (0.06s) [2022-06-27T08:49:23.892Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-27T08:49:24.462Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-06-27T08:49:24.722Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-06-27T08:49:24.722Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-06-27T08:49:25.661Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-06-27T08:49:26.233Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-06-27T08:49:26.233Z] --- PASS: TestCreateWithCustomMaskedPaths (2.40s) [2022-06-27T08:49:26.233Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-27T08:49:26.536Z] --- PASS: TestBuildSquashParent (3.33s) [2022-06-27T08:49:26.536Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-27T08:49:26.536Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-27T08:49:26.536Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-27T08:49:26.536Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-27T08:49:26.536Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-27T08:49:26.536Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-27T08:49:26.536Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-27T08:49:26.536Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-27T08:49:26.536Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-27T08:49:26.536Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-27T08:49:26.536Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-27T08:49:26.536Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-27T08:49:26.536Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-27T08:49:26.536Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-27T08:49:26.536Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-27T08:49:26.803Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-06-27T08:49:27.063Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-06-27T08:49:27.482Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-27T08:49:27.744Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-27T08:49:28.003Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-06-27T08:49:28.003Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-06-27T08:49:28.263Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-06-27T08:49:28.302Z] --- PASS: TestImportExtremelyLargeImageWorks (91.79s) [2022-06-27T08:49:28.302Z] PASS [2022-06-27T08:49:28.302Z] [2022-06-27T08:49:28.302Z] DONE 22 tests in 94.851s [2022-06-27T08:49:28.302Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-27T08:49:28.302Z] === RUN TestStripANSICommands [2022-06-27T08:49:28.302Z] === RUN TestStripANSICommands/#00 [2022-06-27T08:49:28.302Z] === RUN TestStripANSICommands/#01 [2022-06-27T08:49:28.302Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-27T08:49:28.302Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-27T08:49:28.302Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-27T08:49:28.302Z] PASS [2022-06-27T08:49:28.302Z] [2022-06-27T08:49:28.302Z] DONE 3 tests in 0.008s [2022-06-27T08:49:28.302Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-27T08:49:28.302Z] INFO: Testing against a local daemon [2022-06-27T08:49:28.302Z] === RUN TestNetworkCreateDelete [2022-06-27T08:49:28.302Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-06-27T08:49:28.302Z] === RUN TestDockerNetworkDeletePreferID [2022-06-27T08:49:28.302Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-06-27T08:49:28.302Z] === RUN TestDaemonDNSFallback [2022-06-27T08:49:28.524Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.13s) [2022-06-27T08:49:28.524Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-27T08:49:28.524Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-27T08:49:28.524Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-27T08:49:28.524Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-27T08:49:28.524Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-27T08:49:28.524Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-27T08:49:28.524Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-27T08:49:28.524Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-27T08:49:28.524Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-27T08:49:28.524Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-27T08:49:28.524Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-27T08:49:28.524Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-27T08:49:28.524Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-27T08:49:28.524Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-27T08:49:28.524Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-27T08:49:28.524Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-27T08:49:28.524Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-27T08:49:28.524Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-27T08:49:28.524Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-06-27T08:49:28.524Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-27T08:49:28.524Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-06-27T08:49:28.524Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-27T08:49:28.524Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-27T08:49:28.690Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-27T08:49:28.785Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-06-27T08:49:28.952Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-27T08:49:29.355Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.75s) [2022-06-27T08:49:29.355Z] === RUN TestCreateDifferentPlatform [2022-06-27T08:49:29.355Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-27T08:49:29.355Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-27T08:49:29.355Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-06-27T08:49:29.355Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-06-27T08:49:29.355Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-27T08:49:29.355Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-27T08:49:29.355Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-06-27T08:49:29.355Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-27T08:49:29.355Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2022-06-27T08:49:29.355Z] === RUN TestCreateInvalidHostConfig [2022-06-27T08:49:29.355Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-27T08:49:29.355Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-27T08:49:29.355Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-27T08:49:29.355Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-27T08:49:29.355Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-27T08:49:29.355Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-27T08:49:29.355Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-27T08:49:29.355Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-27T08:49:29.355Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-27T08:49:29.355Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-27T08:49:29.355Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-27T08:49:29.355Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-27T08:49:29.355Z] --- PASS: TestCreateInvalidHostConfig (0.04s) [2022-06-27T08:49:29.355Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-27T08:49:29.355Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-27T08:49:29.355Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-27T08:49:29.355Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-27T08:49:29.355Z] === RUN TestContainerStartOnDaemonRestart [2022-06-27T08:49:29.355Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-27T08:49:29.355Z] === RUN TestDaemonRestartIpcMode [2022-06-27T08:49:29.355Z] === PAUSE TestDaemonRestartIpcMode [2022-06-27T08:49:29.355Z] === RUN TestDaemonHostGatewayIP [2022-06-27T08:49:29.355Z] === PAUSE TestDaemonHostGatewayIP [2022-06-27T08:49:29.355Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-27T08:49:29.355Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-27T08:49:29.355Z] === RUN TestContainerKillOnDaemonStart [2022-06-27T08:49:29.355Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-27T08:49:29.355Z] === RUN TestDiff [2022-06-27T08:49:29.617Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-06-27T08:49:30.190Z] --- PASS: TestDiff (0.72s) [2022-06-27T08:49:30.190Z] === RUN TestExecConsoleSize [2022-06-27T08:49:30.342Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-27T08:49:30.342Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.16s) [2022-06-27T08:49:30.342Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.41s) [2022-06-27T08:49:30.342Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.27s) [2022-06-27T08:49:30.342Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.28s) [2022-06-27T08:49:30.342Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.28s) [2022-06-27T08:49:30.342Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.19s) [2022-06-27T08:49:30.342Z] === RUN TestBuildMultiStageCopy [2022-06-27T08:49:30.342Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-27T08:49:30.451Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-06-27T08:49:30.451Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-06-27T08:49:30.451Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-06-27T08:49:30.814Z] --- PASS: TestDaemonDNSFallback (6.37s) [2022-06-27T08:49:30.814Z] === RUN TestInspectNetwork [2022-06-27T08:49:31.021Z] --- PASS: TestExecConsoleSize (0.79s) [2022-06-27T08:49:31.021Z] === RUN TestExecWithCloseStdin [2022-06-27T08:49:31.281Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-06-27T08:49:31.289Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-27T08:49:31.562Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-27T08:49:31.826Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-27T08:49:31.826Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-27T08:49:31.853Z] --- PASS: TestExecWithCloseStdin (0.92s) [2022-06-27T08:49:31.853Z] === RUN TestExec [2022-06-27T08:49:32.113Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-06-27T08:49:32.413Z] --- PASS: TestBuildMultiStageCopy (2.12s) [2022-06-27T08:49:32.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.13s) [2022-06-27T08:49:32.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s) [2022-06-27T08:49:32.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2022-06-27T08:49:32.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-06-27T08:49:32.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.31s) [2022-06-27T08:49:32.413Z] === RUN TestBuildMultiStageParentConfig [2022-06-27T08:49:32.684Z] check_test.go:540: [d9ff0dd4e00bb] daemon is not started [2022-06-27T08:49:32.684Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-06-27T08:49:32.684Z] --- PASS: TestExec (0.83s) [2022-06-27T08:49:32.684Z] === RUN TestExecUser [2022-06-27T08:49:32.684Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-06-27T08:49:33.009Z] --- PASS: TestBuildMultiStageParentConfig (0.59s) [2022-06-27T08:49:33.009Z] === RUN TestBuildLabelWithTargets [2022-06-27T08:49:33.623Z] --- PASS: TestExecUser (0.89s) [2022-06-27T08:49:33.623Z] === RUN TestExportContainerAndImportImage [2022-06-27T08:49:33.955Z] --- PASS: TestBuildLabelWithTargets (0.94s) [2022-06-27T08:49:33.955Z] === RUN TestBuildWithEmptyLayers [2022-06-27T08:49:34.078Z] === RUN TestInspectNetwork/full_network_id [2022-06-27T08:49:34.078Z] === RUN TestInspectNetwork/partial_network_id [2022-06-27T08:49:34.078Z] === RUN TestInspectNetwork/network_name [2022-06-27T08:49:34.078Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-27T08:49:34.217Z] --- PASS: TestBuildWithEmptyLayers (0.52s) [2022-06-27T08:49:34.217Z] === RUN TestBuildMultiStageOnBuild [2022-06-27T08:49:34.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-06-27T08:49:34.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-06-27T08:49:34.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-06-27T08:49:34.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-06-27T08:49:34.562Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-06-27T08:49:34.822Z] --- PASS: TestExportContainerAndImportImage (1.32s) [2022-06-27T08:49:34.822Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-27T08:49:35.082Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-06-27T08:49:35.342Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-06-27T08:49:35.607Z] --- PASS: TestBuildMultiStageOnBuild (1.33s) [2022-06-27T08:49:35.607Z] === RUN TestBuildUncleanTarFilenames [2022-06-27T08:49:36.182Z] --- PASS: TestBuildUncleanTarFilenames (0.66s) [2022-06-27T08:49:36.182Z] === RUN TestBuildMultiStageLayerLeak [2022-06-27T08:49:36.282Z] --- PASS: TestExportContainerAfterDaemonRestart (1.33s) [2022-06-27T08:49:36.282Z] === RUN TestHealthCheckWorkdir [2022-06-27T08:49:36.542Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-06-27T08:49:37.110Z] --- PASS: TestHealthCheckWorkdir (0.73s) [2022-06-27T08:49:37.110Z] === RUN TestHealthKillContainer [2022-06-27T08:49:38.105Z] --- PASS: TestBuildMultiStageLayerLeak (1.50s) [2022-06-27T08:49:38.105Z] === RUN TestBuildWithHugeFile [2022-06-27T08:49:38.281Z] --- PASS: TestInspectNetwork (7.21s) [2022-06-27T08:49:38.281Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-27T08:49:38.281Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-27T08:49:38.281Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-27T08:49:38.281Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-27T08:49:38.281Z] === RUN TestRunContainerWithBridgeNone [2022-06-27T08:49:38.490Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-06-27T08:49:39.429Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-06-27T08:49:39.644Z] --- PASS: TestRunContainerWithBridgeNone (1.61s) [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-27T08:49:39.644Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-27T08:49:39.644Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-27T08:49:39.644Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-27T08:49:39.644Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-27T08:49:39.644Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-27T08:49:39.644Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-27T08:49:39.644Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-27T08:49:39.644Z] === RUN TestNetworkList [2022-06-27T08:49:39.644Z] === RUN TestNetworkList//networks [2022-06-27T08:49:39.644Z] === PAUSE TestNetworkList//networks [2022-06-27T08:49:39.644Z] === RUN TestNetworkList//networks/ [2022-06-27T08:49:39.644Z] === PAUSE TestNetworkList//networks/ [2022-06-27T08:49:39.644Z] === CONT TestNetworkList//networks [2022-06-27T08:49:39.644Z] === CONT TestNetworkList//networks/ [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkList (0.01s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-27T08:49:39.644Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-27T08:49:39.644Z] === RUN TestHostIPv4BridgeLabel [2022-06-27T08:49:39.899Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-27T08:49:39.899Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-27T08:49:39.997Z] === RUN TestDockerSuite/TestContainerAPITop [2022-06-27T08:49:40.567Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-06-27T08:49:40.567Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-27T08:49:40.567Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-06-27T08:49:40.567Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-06-27T08:49:41.263Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-06-27T08:49:41.263Z] === RUN TestDaemonDefaultNetworkPools [2022-06-27T08:49:41.824Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-06-27T08:49:41.824Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-27T08:49:41.945Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-06-27T08:49:42.750Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-06-27T08:49:42.750Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-27T08:49:43.325Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-06-27T08:49:43.585Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-06-27T08:49:44.113Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-06-27T08:49:44.113Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-27T08:49:44.154Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-06-27T08:49:44.674Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-06-27T08:49:44.674Z] === RUN TestServiceWithPredefinedNetwork [2022-06-27T08:49:45.092Z] --- PASS: TestHealthKillContainer (8.18s) [2022-06-27T08:49:45.093Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-27T08:49:45.664Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-06-27T08:49:45.664Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-06-27T08:49:45.664Z] --- PASS: TestInspectCpusetInConfigPre120 (0.50s) [2022-06-27T08:49:45.664Z] === RUN TestIpcModeNone [2022-06-27T08:49:45.924Z] check_test.go:540: [d6e23aa7ada05] daemon is not started [2022-06-27T08:49:45.924Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-06-27T08:49:46.494Z] --- PASS: TestIpcModeNone (0.69s) [2022-06-27T08:49:46.494Z] === RUN TestIpcModePrivate [2022-06-27T08:49:46.494Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-06-27T08:49:46.754Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false [2022-06-27T08:49:47.017Z] --- PASS: TestIpcModePrivate (0.63s) [2022-06-27T08:49:47.017Z] === RUN TestIpcModeShareable [2022-06-27T08:49:47.017Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-06-27T08:49:47.017Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-06-27T08:49:47.186Z] --- PASS: TestServiceWithPredefinedNetwork (2.32s) [2022-06-27T08:49:47.186Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-27T08:49:47.186Z] service_test.go:243: FLAKY_TEST [2022-06-27T08:49:47.186Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-27T08:49:47.186Z] === RUN TestServiceWithDataPathPortInit [2022-06-27T08:49:47.587Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-06-27T08:49:47.587Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2022-06-27T08:49:47.848Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-06-27T08:49:47.848Z] --- PASS: TestIpcModeShareable (0.87s) [2022-06-27T08:49:47.848Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-27T08:49:49.757Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0010a73b0__} [2022-06-27T08:49:50.327Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11696783370_/foo_false_____} [2022-06-27T08:49:50.327Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-06-27T08:49:50.327Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.50s) [2022-06-27T08:49:50.327Z] === RUN TestAPIIpcModeHost [2022-06-27T08:49:50.953Z] --- PASS: TestAPIIpcModeHost (0.68s) [2022-06-27T08:49:50.953Z] === RUN TestDaemonIpcModeShareable [2022-06-27T08:49:51.901Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11696783370_/foo_true_____} [2022-06-27T08:49:52.470Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:117, shared: true, mustBeShared: true [2022-06-27T08:49:52.730Z] --- PASS: TestDaemonIpcModeShareable (1.65s) [2022-06-27T08:49:52.730Z] === RUN TestDaemonIpcModePrivate [2022-06-27T08:49:53.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32725772956_/foo_false_____} [2022-06-27T08:49:54.238Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: false, mustBeShared: false [2022-06-27T08:49:54.238Z] --- PASS: TestDaemonIpcModePrivate (1.56s) [2022-06-27T08:49:54.238Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-27T08:49:54.807Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32725772956_/foo_true_____} [2022-06-27T08:49:55.067Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-06-27T08:49:55.637Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false [2022-06-27T08:49:55.637Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.49s) [2022-06-27T08:49:55.637Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-27T08:49:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32725772956_/foo_true__0xc0010a73e0___} [2022-06-27T08:49:57.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0010a73f8__} [2022-06-27T08:49:57.148Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: true, mustBeShared: true [2022-06-27T08:49:57.407Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-06-27T08:49:57.407Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.64s) [2022-06-27T08:49:57.407Z] === RUN TestIpcModeOlderClient [2022-06-27T08:49:57.407Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-27T08:49:57.407Z] check_test.go:540: [d8e11bcd3cd51] daemon is not started [2022-06-27T08:49:57.407Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-06-27T08:49:57.407Z] === PAUSE TestIpcModeOlderClient [2022-06-27T08:49:57.407Z] === RUN TestKillContainerInvalidSignal [2022-06-27T08:49:57.976Z] --- PASS: TestKillContainerInvalidSignal (0.68s) [2022-06-27T08:49:57.976Z] === RUN TestKillContainer [2022-06-27T08:49:57.976Z] === RUN TestKillContainer/no_signal [2022-06-27T08:49:58.916Z] === RUN TestKillContainer/non_killing_signal [2022-06-27T08:49:58.916Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0010a7410__} [2022-06-27T08:49:59.176Z] === RUN TestKillContainer/killing_signal [2022-06-27T08:49:59.436Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-06-27T08:50:00.006Z] --- PASS: TestKillContainer (2.05s) [2022-06-27T08:50:00.006Z] --- PASS: TestKillContainer/no_signal (0.59s) [2022-06-27T08:50:00.006Z] --- PASS: TestKillContainer/non_killing_signal (0.60s) [2022-06-27T08:50:00.006Z] --- PASS: TestKillContainer/killing_signal (0.64s) [2022-06-27T08:50:00.006Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-27T08:50:00.006Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-27T08:50:00.267Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0010a7428__} [2022-06-27T08:50:00.837Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-27T08:50:01.406Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-06-27T08:50:01.406Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.40s) [2022-06-27T08:50:01.406Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2022-06-27T08:50:01.406Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.44s) [2022-06-27T08:50:01.406Z] === RUN TestKillStoppedContainer [2022-06-27T08:50:01.667Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-06-27T08:50:01.667Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-27T08:50:01.667Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-06-27T08:50:01.667Z] === RUN TestKillDifferentUserContainer [2022-06-27T08:50:01.930Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0010a7440__} [2022-06-27T08:50:02.018Z] --- PASS: TestServiceWithDataPathPortInit (14.07s) [2022-06-27T08:50:02.018Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-27T08:50:02.190Z] --- PASS: TestKillDifferentUserContainer (0.65s) [2022-06-27T08:50:02.190Z] === RUN TestInspectOomKilledTrue [2022-06-27T08:50:02.190Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-27T08:50:02.190Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-27T08:50:02.190Z] === RUN TestInspectOomKilledFalse [2022-06-27T08:50:02.190Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-27T08:50:02.190Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-27T08:50:02.190Z] === RUN TestLinksEtcHostsContentMatch [2022-06-27T08:50:02.761Z] --- PASS: TestLinksEtcHostsContentMatch (0.53s) [2022-06-27T08:50:02.761Z] === RUN TestLinksContainerNames [2022-06-27T08:50:02.761Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-06-27T08:50:03.701Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-06-27T08:50:03.905Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:f6ste06ywf3e7gylc6kcpwo8o Created:2022-06-27 08:50:02.332611988 +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[0c3dc1261436e1415f77dc5d43871df51d3b7c20628f43e80aafd9d6414ee770:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s3v3tu0zr2yjb90dno9kwa7no EndpointID:dff22a2b305b341a739158962b1406d452fbe6256a2eb052042d98c25481cde8 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:762e435101eb1f12215a0c137b62a641133c2db4392b7305eaa5c04aae57dd85 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:6aad907a92d4 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s3v3tu0zr2yjb90dno9kwa7no EndpointID:dff22a2b305b341a739158962b1406d452fbe6256a2eb052042d98c25481cde8 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-27T08:50:03.961Z] --- PASS: TestLinksContainerNames (1.27s) [2022-06-27T08:50:03.961Z] === RUN TestLogsFollowTailEmpty [2022-06-27T08:50:04.532Z] check_test.go:540: [d338548a12476] daemon is not started [2022-06-27T08:50:04.532Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-06-27T08:50:04.792Z] --- PASS: TestLogsFollowTailEmpty (0.80s) [2022-06-27T08:50:04.792Z] === RUN TestLogs [2022-06-27T08:50:04.792Z] === RUN TestLogs/driver_local [2022-06-27T08:50:04.792Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-27T08:50:04.792Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-27T08:50:04.792Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-27T08:50:04.792Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-27T08:50:04.792Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-27T08:50:04.792Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-27T08:50:04.792Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-27T08:50:04.792Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-27T08:50:04.792Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-27T08:50:04.792Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-27T08:50:04.792Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-27T08:50:04.792Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-27T08:50:04.792Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-27T08:50:04.792Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-27T08:50:05.052Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-06-27T08:50:05.052Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-06-27T08:50:05.052Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-06-27T08:50:05.052Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-06-27T08:50:05.052Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-06-27T08:50:05.052Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-06-27T08:50:05.052Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-06-27T08:50:05.312Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-06-27T08:50:05.312Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-06-27T08:50:05.312Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-06-27T08:50:05.312Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-06-27T08:50:05.312Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-06-27T08:50:05.312Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-06-27T08:50:05.312Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-06-27T08:50:05.312Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-06-27T08:50:05.312Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-06-27T08:50:05.312Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-06-27T08:50:05.573Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-06-27T08:50:05.573Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-06-27T08:50:05.573Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-06-27T08:50:05.573Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-06-27T08:50:06.144Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-27T08:50:06.144Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-27T08:50:06.405Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-06-27T08:50:06.985Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-27T08:50:07.249Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-27T08:50:08.110Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.11s) [2022-06-27T08:50:08.111Z] PASS [2022-06-27T08:50:08.111Z] [2022-06-27T08:50:08.111Z] === Skipped [2022-06-27T08:50:08.111Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-27T08:50:08.111Z] service_test.go:243: FLAKY_TEST [2022-06-27T08:50:08.111Z] [2022-06-27T08:50:08.111Z] DONE 38 tests, 1 skipped in 44.458s [2022-06-27T08:50:08.111Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-27T08:50:08.111Z] INFO: Testing against a local daemon [2022-06-27T08:50:08.111Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-27T08:50:08.111Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:50:08.111Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-27T08:50:08.111Z] === RUN TestDockerNetworkIpvlan [2022-06-27T08:50:08.111Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:50:08.111Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-27T08:50:08.111Z] PASS [2022-06-27T08:50:08.111Z] [2022-06-27T08:50:08.111Z] === Skipped [2022-06-27T08:50:08.111Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-27T08:50:08.111Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:50:08.111Z] [2022-06-27T08:50:08.111Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-27T08:50:08.111Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:50:08.111Z] [2022-06-27T08:50:08.111Z] DONE 2 tests, 2 skipped in 0.023s [2022-06-27T08:50:08.111Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-27T08:50:08.111Z] INFO: Testing against a local daemon [2022-06-27T08:50:08.111Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-27T08:50:08.190Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-06-27T08:50:08.190Z] === RUN TestLogs/driver_json-file [2022-06-27T08:50:08.190Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-27T08:50:08.190Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-27T08:50:08.190Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-27T08:50:08.190Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-27T08:50:08.190Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-27T08:50:08.190Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-27T08:50:08.190Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-27T08:50:08.190Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-27T08:50:08.190Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-27T08:50:08.190Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-27T08:50:08.190Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-27T08:50:08.190Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-27T08:50:08.450Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-27T08:50:08.450Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-27T08:50:08.450Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-06-27T08:50:08.710Z] check_test.go:540: [d7976ac3e921c] daemon is not started [2022-06-27T08:50:08.710Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-06-27T08:50:09.281Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-06-27T08:50:09.281Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-27T08:50:09.475Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2022-06-27T08:50:09.475Z] === RUN TestDockerNetworkMacvlan [2022-06-27T08:50:09.541Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-27T08:50:10.400Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-27T08:50:10.480Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-27T08:50:10.480Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-27T08:50:10.961Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-27T08:50:11.051Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-06-27T08:50:11.312Z] --- PASS: TestLogs (6.44s) [2022-06-27T08:50:11.312Z] --- PASS: TestLogs/driver_local (0.02s) [2022-06-27T08:50:11.312Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.12s) [2022-06-27T08:50:11.312Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.15s) [2022-06-27T08:50:11.312Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.99s) [2022-06-27T08:50:11.312Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.10s) [2022-06-27T08:50:11.312Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.08s) [2022-06-27T08:50:11.312Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.24s) [2022-06-27T08:50:11.312Z] --- PASS: TestLogs/driver_json-file (0.02s) [2022-06-27T08:50:11.312Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.09s) [2022-06-27T08:50:11.312Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.15s) [2022-06-27T08:50:11.312Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.86s) [2022-06-27T08:50:11.312Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.83s) [2022-06-27T08:50:11.312Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.03s) [2022-06-27T08:50:11.312Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.03s) [2022-06-27T08:50:11.312Z] === RUN TestContainerNetworkMountsNoChown [2022-06-27T08:50:11.572Z] docker_cli_daemon_plugins_test.go:80: [de67250b89a87] daemon is not started [2022-06-27T08:50:11.899Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-27T08:50:12.142Z] --- PASS: TestContainerNetworkMountsNoChown (0.65s) [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/default [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/default [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/private [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/private [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rprivate [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/slave [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/slave [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rslave [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/shared [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/shared [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rshared [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/default [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/rshared [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/shared [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/rslave [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/slave [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/rprivate [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/private [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-27T08:50:12.142Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-27T08:50:12.142Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-27T08:50:12.142Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-27T08:50:12.402Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-27T08:50:12.402Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-27T08:50:12.402Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-27T08:50:12.402Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-27T08:50:12.402Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-27T08:50:12.402Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-06-27T08:50:12.402Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-27T08:50:12.402Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-27T08:50:12.402Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-27T08:50:12.402Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-27T08:50:12.402Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-27T08:50:12.662Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-27T08:50:12.662Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-27T08:50:12.662Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-27T08:50:12.662Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-27T08:50:12.662Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-27T08:50:12.662Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-27T08:50:12.662Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-27T08:50:12.662Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2022-06-27T08:50:12.662Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-06-27T08:50:12.663Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-27T08:50:12.663Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-06-27T08:50:12.663Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2022-06-27T08:50:12.663Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2022-06-27T08:50:12.663Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-27T08:50:12.663Z] === RUN TestContainerBindMountNonRecursive [2022-06-27T08:50:12.663Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-06-27T08:50:13.233Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-06-27T08:50:13.803Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-06-27T08:50:13.806Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-27T08:50:14.063Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-06-27T08:50:14.323Z] --- PASS: TestContainerBindMountNonRecursive (1.74s) [2022-06-27T08:50:14.323Z] === RUN TestContainerVolumesMountedAsShared [2022-06-27T08:50:14.892Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-06-27T08:50:15.153Z] --- PASS: TestContainerVolumesMountedAsShared (0.76s) [2022-06-27T08:50:15.153Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-27T08:50:15.413Z] docker_cli_daemon_plugins_test.go:170: [d10a1e5c8d5f5] daemon is not started [2022-06-27T08:50:15.674Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-06-27T08:50:15.693Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-27T08:50:15.934Z] --- PASS: TestContainerVolumesMountedAsSlave (0.66s) [2022-06-27T08:50:15.934Z] === RUN TestNetworkNat [2022-06-27T08:50:16.194Z] === RUN TestDockerSuite/TestExecAPIStart [2022-06-27T08:50:16.454Z] --- PASS: TestNetworkNat (0.67s) [2022-06-27T08:50:16.454Z] === RUN TestNetworkLocalhostTCPNat [2022-06-27T08:50:16.896Z] --- PASS: TestBuildWithHugeFile (35.15s) [2022-06-27T08:50:16.896Z] === RUN TestBuildWCOWSandboxSize [2022-06-27T08:50:16.896Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-27T08:50:16.896Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-27T08:50:16.896Z] === RUN TestBuildWithEmptyDockerfile [2022-06-27T08:50:16.896Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-27T08:50:16.896Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-27T08:50:16.896Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-27T08:50:16.896Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-27T08:50:16.896Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-27T08:50:16.896Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-27T08:50:16.896Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-27T08:50:16.896Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-27T08:50:16.896Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-27T08:50:16.896Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-06-27T08:50:16.896Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-06-27T08:50:16.896Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-06-27T08:50:16.896Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-06-27T08:50:16.896Z] === RUN TestBuildPreserveOwnership [2022-06-27T08:50:16.896Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-27T08:50:16.896Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-27T08:50:16.896Z] --- PASS: TestBuildPreserveOwnership (2.90s) [2022-06-27T08:50:16.896Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.93s) [2022-06-27T08:50:16.896Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.96s) [2022-06-27T08:50:16.896Z] === RUN TestBuildPlatformInvalid [2022-06-27T08:50:16.896Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-06-27T08:50:16.896Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-27T08:50:16.896Z] Loaded image: busybox:latest [2022-06-27T08:50:16.896Z] Loaded image: busybox:glibc [2022-06-27T08:50:17.025Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-06-27T08:50:17.286Z] --- PASS: TestNetworkLocalhostTCPNat (0.73s) [2022-06-27T08:50:17.286Z] === RUN TestNetworkLoopbackNat [2022-06-27T08:50:18.227Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-06-27T08:50:18.285Z] Loaded image: debian:bullseye-slim [2022-06-27T08:50:18.285Z] Loaded image: hello-world:latest [2022-06-27T08:50:18.285Z] Loaded image: arm32v7/hello-world:latest [2022-06-27T08:50:18.795Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-06-27T08:50:18.957Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-27T08:50:19.519Z] --- PASS: TestDockerNetworkMacvlan (9.95s) [2022-06-27T08:50:19.519Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-06-27T08:50:19.519Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-06-27T08:50:19.519Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.99s) [2022-06-27T08:50:19.519Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.85s) [2022-06-27T08:50:19.519Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.17s) [2022-06-27T08:50:19.519Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2022-06-27T08:50:19.519Z] PASS [2022-06-27T08:50:19.519Z] [2022-06-27T08:50:19.519Z] DONE 8 tests in 11.350s [2022-06-27T08:50:19.519Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-27T08:50:19.519Z] testing: warning: no tests to run [2022-06-27T08:50:19.519Z] PASS [2022-06-27T08:50:19.519Z] [2022-06-27T08:50:19.519Z] DONE 0 tests in 0.008s [2022-06-27T08:50:19.519Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-27T08:50:19.519Z] INFO: Testing against a local daemon [2022-06-27T08:50:19.519Z] === RUN TestAuthZPluginAllowRequest [2022-06-27T08:50:19.736Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-06-27T08:50:20.307Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-06-27T08:50:20.307Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-06-27T08:50:20.568Z] --- PASS: TestNetworkLoopbackNat (3.25s) [2022-06-27T08:50:20.568Z] === RUN TestPause [2022-06-27T08:50:20.828Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-06-27T08:50:20.882Z] --- PASS: TestAuthZPluginAllowRequest (1.26s) [2022-06-27T08:50:20.882Z] === RUN TestAuthZPluginTLS [2022-06-27T08:50:21.401Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-06-27T08:50:21.401Z] --- PASS: TestPause (0.82s) [2022-06-27T08:50:21.401Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-27T08:50:21.401Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-27T08:50:21.401Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-27T08:50:21.401Z] === RUN TestPauseStopPausedContainer [2022-06-27T08:50:21.401Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-06-27T08:50:21.444Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-06-27T08:50:21.444Z] === RUN TestAuthZPluginDenyRequest [2022-06-27T08:50:21.970Z] check_test.go:540: [dd206ec91bdf1] daemon is not started [2022-06-27T08:50:21.970Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-06-27T08:50:21.970Z] --- PASS: TestPauseStopPausedContainer (0.76s) [2022-06-27T08:50:21.970Z] === RUN TestPidHost [2022-06-27T08:50:21.970Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-06-27T08:50:22.004Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-27T08:50:22.004Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-27T08:50:22.564Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-27T08:50:22.564Z] === RUN TestAuthZPluginDenyResponse [2022-06-27T08:50:22.909Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-06-27T08:50:23.124Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-27T08:50:23.125Z] === RUN TestAuthZPluginAllowEventStream [2022-06-27T08:50:23.478Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-06-27T08:50:23.738Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-06-27T08:50:23.997Z] --- PASS: TestPidHost (1.83s) [2022-06-27T08:50:23.997Z] === RUN TestPsFilter [2022-06-27T08:50:23.997Z] --- PASS: TestPsFilter (0.13s) [2022-06-27T08:50:23.997Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-27T08:50:24.051Z] --- PASS: TestAuthZPluginAllowEventStream (1.16s) [2022-06-27T08:50:24.051Z] === RUN TestAuthZPluginErrorResponse [2022-06-27T08:50:24.612Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-06-27T08:50:24.612Z] === RUN TestAuthZPluginErrorRequest [2022-06-27T08:50:24.938Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.74s) [2022-06-27T08:50:24.938Z] === RUN TestRemoveContainerWithVolume [2022-06-27T08:50:25.172Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-27T08:50:25.172Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-27T08:50:25.199Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-06-27T08:50:25.459Z] --- PASS: TestRemoveContainerWithVolume (0.71s) [2022-06-27T08:50:25.459Z] === RUN TestRemoveContainerRunning [2022-06-27T08:50:25.459Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-06-27T08:50:25.733Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-27T08:50:25.733Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-27T08:50:26.398Z] --- PASS: TestRemoveContainerRunning (0.73s) [2022-06-27T08:50:26.398Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-27T08:50:26.441Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.66s) [2022-06-27T08:50:26.441Z] PASS [2022-06-27T08:50:26.441Z] [2022-06-27T08:50:26.441Z] === Skipped [2022-06-27T08:50:26.441Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-06-27T08:50:26.441Z] build_session_test.go:25: TODO: BuildKit [2022-06-27T08:50:26.441Z] [2022-06-27T08:50:26.441Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-27T08:50:26.441Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-27T08:50:26.441Z] [2022-06-27T08:50:26.441Z] DONE 34 tests, 2 skipped in 66.857s [2022-06-27T08:50:26.441Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-06-27T08:50:26.441Z] ++ 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-27T08:50:26.441Z] ++ set -e [2022-06-27T08:50:26.441Z] ++ '[' -n 0 ']' [2022-06-27T08:50:26.441Z] ++ set -x [2022-06-27T08:50:26.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-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-27T08:50:26.441Z] INFO: Testing against a local daemon [2022-06-27T08:50:26.441Z] === RUN TestConfigInspect [2022-06-27T08:50:26.968Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-06-27T08:50:26.968Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.76s) [2022-06-27T08:50:26.968Z] === RUN TestRemoveInvalidContainer [2022-06-27T08:50:26.968Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-06-27T08:50:26.968Z] === RUN TestRenameLinkedContainer [2022-06-27T08:50:27.096Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.43s) [2022-06-27T08:50:27.096Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-27T08:50:27.911Z] --- PASS: TestImportExtremelyLargeImageWorks (93.08s) [2022-06-27T08:50:27.911Z] PASS [2022-06-27T08:50:27.911Z] [2022-06-27T08:50:27.911Z] === Skipped [2022-06-27T08:50:27.911Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-27T08:50:27.911Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-27T08:50:27.911Z] [2022-06-27T08:50:27.911Z] DONE 22 tests, 1 skipped in 96.811s [2022-06-27T08:50:27.911Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-27T08:50:27.911Z] === RUN TestStripANSICommands [2022-06-27T08:50:27.911Z] === RUN TestStripANSICommands/#00 [2022-06-27T08:50:27.911Z] === RUN TestStripANSICommands/#01 [2022-06-27T08:50:27.911Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-27T08:50:27.911Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-27T08:50:27.911Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-27T08:50:27.911Z] PASS [2022-06-27T08:50:27.911Z] [2022-06-27T08:50:27.911Z] DONE 3 tests in 0.033s [2022-06-27T08:50:27.911Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-27T08:50:27.911Z] INFO: Testing against a local daemon [2022-06-27T08:50:27.911Z] === RUN TestNetworkCreateDelete [2022-06-27T08:50:27.911Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-06-27T08:50:27.911Z] === RUN TestDockerNetworkDeletePreferID [2022-06-27T08:50:27.911Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-06-27T08:50:27.911Z] === RUN TestDaemonDNSFallback [2022-06-27T08:50:28.349Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-06-27T08:50:28.364Z] --- PASS: TestConfigInspect (2.26s) [2022-06-27T08:50:28.364Z] === RUN TestConfigList [2022-06-27T08:50:28.982Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.43s) [2022-06-27T08:50:28.982Z] === RUN TestAuthZPluginHeader [2022-06-27T08:50:29.237Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-06-27T08:50:29.237Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-27T08:50:29.287Z] --- PASS: TestRenameLinkedContainer (2.32s) [2022-06-27T08:50:29.288Z] === RUN TestRenameStoppedContainer [2022-06-27T08:50:29.856Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-06-27T08:50:29.856Z] --- PASS: TestRenameStoppedContainer (0.59s) [2022-06-27T08:50:29.856Z] === RUN TestRenameRunningContainerAndReuse [2022-06-27T08:50:30.915Z] --- PASS: TestConfigList (2.29s) [2022-06-27T08:50:30.915Z] === RUN TestConfigsCreateAndDelete [2022-06-27T08:50:31.238Z] --- PASS: TestRenameRunningContainerAndReuse (1.19s) [2022-06-27T08:50:31.238Z] === RUN TestRenameInvalidName [2022-06-27T08:50:31.238Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-06-27T08:50:31.809Z] --- PASS: TestRenameInvalidName (0.64s) [2022-06-27T08:50:31.809Z] === RUN TestRenameAnonymousContainer [2022-06-27T08:50:32.125Z] --- PASS: TestDaemonDNSFallback (6.35s) [2022-06-27T08:50:32.125Z] === RUN TestInspectNetwork [2022-06-27T08:50:32.125Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:32.125Z] --- SKIP: TestInspectNetwork (0.00s) [2022-06-27T08:50:32.125Z] === RUN TestRunContainerWithBridgeNone [2022-06-27T08:50:32.125Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.125Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-27T08:50:32.125Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-27T08:50:32.125Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-27T08:50:32.125Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-27T08:50:32.125Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-27T08:50:32.125Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-27T08:50:32.125Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-27T08:50:32.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-27T08:50:32.125Z] === RUN TestNetworkList [2022-06-27T08:50:32.125Z] === RUN TestNetworkList//networks [2022-06-27T08:50:32.125Z] === PAUSE TestNetworkList//networks [2022-06-27T08:50:32.125Z] === RUN TestNetworkList//networks/ [2022-06-27T08:50:32.125Z] === PAUSE TestNetworkList//networks/ [2022-06-27T08:50:32.125Z] === CONT TestNetworkList//networks [2022-06-27T08:50:32.125Z] === CONT TestNetworkList//networks/ [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkList (0.01s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-27T08:50:32.125Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-27T08:50:32.125Z] === RUN TestHostIPv4BridgeLabel [2022-06-27T08:50:32.125Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.125Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-06-27T08:50:32.125Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-27T08:50:32.125Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.125Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-06-27T08:50:32.125Z] === RUN TestDaemonDefaultNetworkPools [2022-06-27T08:50:32.125Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.125Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-06-27T08:50:32.125Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-27T08:50:32.125Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.125Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-27T08:50:32.125Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-27T08:50:32.125Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.125Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-27T08:50:32.125Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-27T08:50:32.125Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.125Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-27T08:50:32.125Z] === RUN TestServiceWithPredefinedNetwork [2022-06-27T08:50:32.125Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:32.125Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-06-27T08:50:32.125Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-27T08:50:32.125Z] service_test.go:243: FLAKY_TEST [2022-06-27T08:50:32.125Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-27T08:50:32.125Z] === RUN TestServiceWithDataPathPortInit [2022-06-27T08:50:32.125Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:32.125Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-06-27T08:50:32.125Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-27T08:50:32.125Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:32.125Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-27T08:50:32.125Z] PASS [2022-06-27T08:50:32.125Z] [2022-06-27T08:50:32.125Z] === Skipped [2022-06-27T08:50:32.125Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-06-27T08:50:32.125Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:32.125Z] [2022-06-27T08:50:32.125Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-06-27T08:50:32.125Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.125Z] [2022-06-27T08:50:32.125Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-06-27T08:50:32.125Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.125Z] [2022-06-27T08:50:32.125Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-06-27T08:50:32.125Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.125Z] [2022-06-27T08:50:32.125Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-06-27T08:50:32.125Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.125Z] [2022-06-27T08:50:32.125Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-27T08:50:32.125Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.125Z] [2022-06-27T08:50:32.125Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-27T08:50:32.125Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.125Z] [2022-06-27T08:50:32.125Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-27T08:50:32.125Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.125Z] [2022-06-27T08:50:32.125Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-06-27T08:50:32.125Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:32.125Z] [2022-06-27T08:50:32.125Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-27T08:50:32.125Z] service_test.go:243: FLAKY_TEST [2022-06-27T08:50:32.125Z] [2022-06-27T08:50:32.125Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-06-27T08:50:32.125Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:32.125Z] [2022-06-27T08:50:32.125Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-27T08:50:32.125Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:32.125Z] [2022-06-27T08:50:32.125Z] DONE 34 tests, 12 skipped in 7.063s [2022-06-27T08:50:32.126Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-27T08:50:32.126Z] INFO: Testing against a local daemon [2022-06-27T08:50:32.126Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-27T08:50:32.126Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:50:32.126Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestDockerNetworkIpvlan [2022-06-27T08:50:32.126Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:50:32.126Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-27T08:50:32.126Z] PASS [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === Skipped [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-27T08:50:32.126Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-27T08:50:32.126Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] DONE 2 tests, 2 skipped in 0.077s [2022-06-27T08:50:32.126Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-27T08:50:32.126Z] INFO: Testing against a local daemon [2022-06-27T08:50:32.126Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-27T08:50:32.126Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.126Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestDockerNetworkMacvlan [2022-06-27T08:50:32.126Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.126Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-06-27T08:50:32.126Z] PASS [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === Skipped [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-27T08:50:32.126Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-06-27T08:50:32.126Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] DONE 2 tests, 2 skipped in 0.079s [2022-06-27T08:50:32.126Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-27T08:50:32.126Z] testing: warning: no tests to run [2022-06-27T08:50:32.126Z] PASS [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] DONE 0 tests in 0.022s [2022-06-27T08:50:32.126Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-27T08:50:32.126Z] INFO: Testing against a local daemon [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginAllowRequest [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginTLS [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginDenyRequest [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginDenyResponse [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginAllowEventStream [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginErrorResponse [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginErrorRequest [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginHeader [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginV2Disable [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-06-27T08:50:32.126Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-06-27T08:50:32.126Z] PASS [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === Skipped [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-06-27T08:50:32.126Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] DONE 17 tests, 17 skipped in 0.292s [2022-06-27T08:50:32.126Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-27T08:50:32.126Z] INFO: Testing against a local daemon [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-27T08:50:32.126Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-27T08:50:32.126Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-27T08:50:32.126Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-27T08:50:32.126Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-27T08:50:32.126Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-27T08:50:32.126Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-27T08:50:32.126Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-27T08:50:32.126Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestPluginInstall [2022-06-27T08:50:32.126Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] --- SKIP: TestPluginInstall (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestPluginsWithRuntimes [2022-06-27T08:50:32.126Z] 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-27T08:50:32.126Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-06-27T08:50:32.126Z] === RUN TestPluginBackCompatMediaTypes [2022-06-27T08:50:32.126Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-27T08:50:32.126Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-06-27T08:50:32.126Z] PASS [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === Skipped [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-06-27T08:50:32.126Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-06-27T08:50:32.126Z] 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-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-06-27T08:50:32.126Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-27T08:50:32.126Z] [2022-06-27T08:50:32.126Z] DONE 19 tests, 3 skipped in 0.139s [2022-06-27T08:50:32.126Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-27T08:50:32.382Z] INFO: Testing against a local daemon [2022-06-27T08:50:32.382Z] === RUN TestExternalGraphDriver [2022-06-27T08:50:32.382Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-27T08:50:32.382Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-06-27T08:50:32.382Z] === RUN TestGraphdriverPluginV2 [2022-06-27T08:50:32.749Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-06-27T08:50:32.832Z] --- PASS: TestConfigsCreateAndDelete (2.20s) [2022-06-27T08:50:32.832Z] === RUN TestConfigsUpdate [2022-06-27T08:50:33.318Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-06-27T08:50:33.400Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.05s) [2022-06-27T08:50:33.400Z] === RUN TestAuthZPluginV2Disable [2022-06-27T08:50:33.889Z] --- PASS: TestRenameAnonymousContainer (2.07s) [2022-06-27T08:50:33.889Z] === RUN TestRenameContainerWithSameName [2022-06-27T08:50:34.458Z] --- PASS: TestRenameContainerWithSameName (0.48s) [2022-06-27T08:50:34.458Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-27T08:50:34.752Z] --- PASS: TestConfigsUpdate (1.79s) [2022-06-27T08:50:34.752Z] === RUN TestTemplatedConfig [2022-06-27T08:50:35.398Z] --- PASS: TestRenameContainerWithLinkedContainer (0.97s) [2022-06-27T08:50:35.398Z] === RUN TestResize [2022-06-27T08:50:35.685Z] --- PASS: TestResize (0.47s) [2022-06-27T08:50:35.685Z] === RUN TestResizeWithInvalidSize [2022-06-27T08:50:36.269Z] --- PASS: TestResizeWithInvalidSize (0.50s) [2022-06-27T08:50:36.269Z] === RUN TestResizeWhenContainerNotStarted [2022-06-27T08:50:36.535Z] === RUN TestDockerSuite/TestGetContainerStats [2022-06-27T08:50:36.548Z] --- PASS: TestGraphdriverPluginV2 (3.56s) [2022-06-27T08:50:36.549Z] PASS [2022-06-27T08:50:36.549Z] [2022-06-27T08:50:36.549Z] === Skipped [2022-06-27T08:50:36.549Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-06-27T08:50:36.549Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-27T08:50:36.549Z] [2022-06-27T08:50:36.549Z] DONE 2 tests, 1 skipped in 3.686s [2022-06-27T08:50:36.549Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-27T08:50:36.549Z] INFO: Testing against a local daemon [2022-06-27T08:50:36.549Z] === RUN TestContinueAfterPluginCrash [2022-06-27T08:50:36.549Z] === PAUSE TestContinueAfterPluginCrash [2022-06-27T08:50:36.549Z] === RUN TestReadPluginNoRead [2022-06-27T08:50:36.549Z] === PAUSE TestReadPluginNoRead [2022-06-27T08:50:36.549Z] === RUN TestDaemonStartWithLogOpt [2022-06-27T08:50:36.549Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-27T08:50:36.549Z] === CONT TestContinueAfterPluginCrash [2022-06-27T08:50:36.549Z] === CONT TestDaemonStartWithLogOpt [2022-06-27T08:50:36.662Z] --- PASS: TestAuthZPluginV2Disable (3.42s) [2022-06-27T08:50:36.662Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-27T08:50:36.800Z] --- PASS: TestResizeWhenContainerNotStarted (0.48s) [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:50:36.800Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:50:36.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:50:36.800Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-27T08:50:36.800Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:50:36.800Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-06-27T08:50:37.306Z] --- PASS: TestTemplatedConfig (2.49s) [2022-06-27T08:50:37.306Z] === RUN TestConfigCreateResolve [2022-06-27T08:50:38.728Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:50:39.224Z] --- PASS: TestConfigCreateResolve (2.19s) [2022-06-27T08:50:39.224Z] PASS [2022-06-27T08:50:39.224Z] [2022-06-27T08:50:39.224Z] DONE 6 tests in 13.313s [2022-06-27T08:50:39.224Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-06-27T08:50:39.224Z] ++ 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-27T08:50:39.224Z] ++ set -e [2022-06-27T08:50:39.224Z] ++ '[' -n 0 ']' [2022-06-27T08:50:39.224Z] ++ set -x [2022-06-27T08:50:39.224Z] ++ 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-27T08:50:39.224Z] INFO: Testing against a local daemon [2022-06-27T08:50:39.224Z] === RUN TestAttachWithTTY [2022-06-27T08:50:39.224Z] --- PASS: TestAttachWithTTY (0.05s) [2022-06-27T08:50:39.224Z] === RUN TestAttachWithoutTTy [2022-06-27T08:50:39.487Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-06-27T08:50:39.487Z] === RUN TestCheckpoint [2022-06-27T08:50:39.487Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-27T08:50:39.487Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/commit [2022-06-27T08:50:39.487Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-27T08:50:39.487Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-27T08:50:39.487Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-27T08:50:39.487Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-27T08:50:39.487Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-27T08:50:39.487Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-27T08:50:39.487Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-27T08:50:39.487Z] === CONT TestContainerInvalidJSON/commit [2022-06-27T08:50:39.487Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-27T08:50:39.487Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-27T08:50:39.487Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-27T08:50:39.487Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-27T08:50:39.487Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-27T08:50:39.488Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-27T08:50:39.488Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-27T08:50:39.488Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-27T08:50:39.488Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-27T08:50:39.488Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-27T08:50:39.488Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-27T08:50:39.488Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-27T08:50:39.488Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-27T08:50:39.488Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-27T08:50:39.488Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-27T08:50:39.488Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-27T08:50:39.488Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-27T08:50:39.488Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-27T08:50:39.488Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-27T08:50:39.488Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-27T08:50:39.488Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-27T08:50:39.488Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-27T08:50:39.488Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-06-27T08:50:39.488Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-27T08:50:39.488Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-27T08:50:39.488Z] === RUN TestCopyEmptyFile [2022-06-27T08:50:39.750Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-06-27T08:50:39.750Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-27T08:50:39.750Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-06-27T08:50:39.750Z] === RUN TestCopyFromContainer [2022-06-27T08:50:39.926Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.24s) [2022-06-27T08:50:39.926Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-27T08:50:40.107Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:50:40.696Z] === RUN TestCopyFromContainer// [2022-06-27T08:50:40.696Z] === RUN TestCopyFromContainer//bar/root [2022-06-27T08:50:40.713Z] --- PASS: TestDaemonStartWithLogOpt (4.18s) [2022-06-27T08:50:40.713Z] === CONT TestReadPluginNoRead [2022-06-27T08:50:40.958Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-27T08:50:40.958Z] === RUN TestCopyFromContainer/bar/quux [2022-06-27T08:50:40.958Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-27T08:50:40.958Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-27T08:50:41.045Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:50:41.220Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-27T08:50:41.220Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-27T08:50:41.220Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-27T08:50:41.220Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-27T08:50:41.308Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:50:41.308Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-06-27T08:50:41.482Z] --- PASS: TestCopyFromContainer (1.56s) [2022-06-27T08:50:41.482Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-27T08:50:41.482Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-06-27T08:50:41.482Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-27T08:50:41.482Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-27T08:50:41.482Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-27T08:50:41.482Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-27T08:50:41.482Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-27T08:50:41.482Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-27T08:50:41.482Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-27T08:50:41.482Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-27T08:50:41.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-27T08:50:41.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-27T08:50:41.482Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-27T08:50:41.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-27T08:50:41.482Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-27T08:50:41.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-27T08:50:41.482Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-27T08:50:41.482Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-27T08:50:41.482Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-27T08:50:41.482Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-27T08:50:41.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-27T08:50:41.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-27T08:50:41.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-27T08:50:41.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-27T08:50:41.482Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-27T08:50:41.482Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-27T08:50:41.482Z] === RUN TestCreateWithInvalidEnv [2022-06-27T08:50:41.482Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-27T08:50:41.482Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-27T08:50:41.482Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-27T08:50:41.482Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-27T08:50:41.482Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-27T08:50:41.482Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-27T08:50:41.482Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-27T08:50:41.482Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-27T08:50:41.482Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-27T08:50:41.482Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-27T08:50:41.482Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-27T08:50:41.482Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-27T08:50:41.482Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-27T08:50:41.482Z] === RUN TestCreateTmpfsMountsTarget [2022-06-27T08:50:41.482Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-27T08:50:41.482Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-27T08:50:42.602Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-27T08:50:42.688Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:50:42.689Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:50:42.872Z] --- PASS: TestCreateWithCustomMaskedPaths (1.19s) [2022-06-27T08:50:42.872Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-27T08:50:43.257Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-06-27T08:50:43.529Z] === RUN TestReadPluginNoRead/default [2022-06-27T08:50:43.818Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.20s) [2022-06-27T08:50:43.818Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-27T08:50:43.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-27T08:50:43.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-27T08:50:43.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-27T08:50:43.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-27T08:50:43.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-27T08:50:43.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-27T08:50:43.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-27T08:50:43.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-27T08:50:43.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-27T08:50:43.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-27T08:50:43.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-27T08:50:43.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-27T08:50:43.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-27T08:50:43.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-27T08:50:43.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-27T08:50:43.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-27T08:50:43.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-27T08:50:43.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-27T08:50:43.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-27T08:50:43.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-27T08:50:43.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-27T08:50:43.818Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-27T08:50:44.392Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-06-27T08:50:44.392Z] === RUN TestCreateDifferentPlatform [2022-06-27T08:50:44.392Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-27T08:50:44.392Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-27T08:50:44.392Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-06-27T08:50:44.392Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-27T08:50:44.392Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-27T08:50:44.392Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-27T08:50:44.392Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-06-27T08:50:44.392Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-27T08:50:44.392Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-06-27T08:50:44.392Z] === RUN TestCreateInvalidHostConfig [2022-06-27T08:50:44.392Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-27T08:50:44.392Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-27T08:50:44.392Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-27T08:50:44.392Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-27T08:50:44.392Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-27T08:50:44.392Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-27T08:50:44.392Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-27T08:50:44.392Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-27T08:50:44.392Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-27T08:50:44.392Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-27T08:50:44.392Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-27T08:50:44.392Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-27T08:50:44.392Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-27T08:50:44.392Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-27T08:50:44.392Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-27T08:50:44.392Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-27T08:50:44.392Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-27T08:50:44.392Z] === RUN TestContainerStartOnDaemonRestart [2022-06-27T08:50:44.392Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-27T08:50:44.392Z] === RUN TestDaemonRestartIpcMode [2022-06-27T08:50:44.392Z] === PAUSE TestDaemonRestartIpcMode [2022-06-27T08:50:44.392Z] === RUN TestDaemonHostGatewayIP [2022-06-27T08:50:44.392Z] === PAUSE TestDaemonHostGatewayIP [2022-06-27T08:50:44.392Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-27T08:50:44.392Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-27T08:50:44.392Z] === RUN TestContainerKillOnDaemonStart [2022-06-27T08:50:44.392Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-27T08:50:44.392Z] === RUN TestDiff [2022-06-27T08:50:44.547Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-06-27T08:50:44.548Z] Copying nested executables into bundles/binary-daemon [2022-06-27T08:50:44.548Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-06-27T08:50:44.548Z] GOOS="" GOARCH="" GOARM="" [2022-06-27T08:50:44.548Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-06-27T08:50:44.548Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-06-27T08:50:44.876Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -e DOCKER_GRAPHDRIVER docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/make.sh cross [2022-06-27T08:50:44.893Z] --- PASS: TestContinueAfterPluginCrash (8.77s) [2022-06-27T08:50:44.893Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-27T08:50:44.965Z] --- PASS: TestDiff (0.44s) [2022-06-27T08:50:44.965Z] === RUN TestExecConsoleSize [2022-06-27T08:50:45.136Z] [2022-06-27T08:50:45.136Z] Removing bundles/ [2022-06-27T08:50:45.227Z] --- PASS: TestExecConsoleSize (0.47s) [2022-06-27T08:50:45.227Z] === RUN TestExecWithCloseStdin [2022-06-27T08:50:45.397Z] [2022-06-27T08:50:45.397Z] ---> Making bundle: cross (in bundles/cross) [2022-06-27T08:50:45.397Z] Cross building: bundles/cross/linux/amd64 [2022-06-27T08:50:45.397Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-27T08:50:45.397Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-27T08:50:45.801Z] --- PASS: TestExecWithCloseStdin (0.48s) [2022-06-27T08:50:45.801Z] === RUN TestExec [2022-06-27T08:50:46.255Z] === CONT TestReadPluginNoRead [2022-06-27T08:50:46.255Z] read_test.go:92: [d11005a503af4] daemon is not started [2022-06-27T08:50:46.255Z] --- PASS: TestReadPluginNoRead (5.89s) [2022-06-27T08:50:46.255Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s) [2022-06-27T08:50:46.255Z] --- PASS: TestReadPluginNoRead/default (1.21s) [2022-06-27T08:50:46.255Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.25s) [2022-06-27T08:50:46.255Z] PASS [2022-06-27T08:50:46.255Z] [2022-06-27T08:50:46.255Z] DONE 6 tests in 10.160s [2022-06-27T08:50:46.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-27T08:50:46.255Z] testing: warning: no tests to run [2022-06-27T08:50:46.255Z] PASS [2022-06-27T08:50:46.255Z] [2022-06-27T08:50:46.255Z] DONE 0 tests in 0.028s [2022-06-27T08:50:46.255Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-27T08:50:46.255Z] INFO: Testing against a local daemon [2022-06-27T08:50:46.255Z] === RUN TestPluginWithDevMounts [2022-06-27T08:50:46.255Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-27T08:50:46.255Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-06-27T08:50:46.255Z] PASS [2022-06-27T08:50:46.255Z] [2022-06-27T08:50:46.255Z] === Skipped [2022-06-27T08:50:46.255Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-06-27T08:50:46.255Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-27T08:50:46.255Z] [2022-06-27T08:50:46.255Z] DONE 1 tests, 1 skipped in 0.089s [2022-06-27T08:50:46.255Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-27T08:50:46.255Z] INFO: Testing against a local daemon [2022-06-27T08:50:46.255Z] === RUN TestSecretInspect [2022-06-27T08:50:46.255Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.255Z] --- SKIP: TestSecretInspect (0.01s) [2022-06-27T08:50:46.255Z] === RUN TestSecretList [2022-06-27T08:50:46.255Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.255Z] --- SKIP: TestSecretList (0.01s) [2022-06-27T08:50:46.255Z] === RUN TestSecretsCreateAndDelete [2022-06-27T08:50:46.255Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.255Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-06-27T08:50:46.255Z] === RUN TestSecretsUpdate [2022-06-27T08:50:46.255Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.255Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-06-27T08:50:46.255Z] === RUN TestTemplatedSecret [2022-06-27T08:50:46.255Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.255Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-06-27T08:50:46.255Z] === RUN TestSecretCreateResolve [2022-06-27T08:50:46.255Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.255Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-06-27T08:50:46.255Z] PASS [2022-06-27T08:50:46.255Z] [2022-06-27T08:50:46.255Z] === Skipped [2022-06-27T08:50:46.255Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-06-27T08:50:46.255Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.255Z] [2022-06-27T08:50:46.255Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-06-27T08:50:46.255Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.255Z] [2022-06-27T08:50:46.255Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-06-27T08:50:46.255Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.255Z] [2022-06-27T08:50:46.255Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-06-27T08:50:46.255Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.255Z] [2022-06-27T08:50:46.255Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-06-27T08:50:46.255Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.255Z] [2022-06-27T08:50:46.255Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-06-27T08:50:46.255Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.255Z] [2022-06-27T08:50:46.255Z] DONE 6 tests, 6 skipped in 0.143s [2022-06-27T08:50:46.255Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-27T08:50:46.375Z] --- PASS: TestExec (0.50s) [2022-06-27T08:50:46.375Z] === RUN TestExecUser [2022-06-27T08:50:46.511Z] INFO: Testing against a local daemon [2022-06-27T08:50:46.511Z] === RUN TestServiceCreateInit [2022-06-27T08:50:46.511Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-27T08:50:46.511Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.511Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-27T08:50:46.511Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.511Z] --- PASS: TestServiceCreateInit (0.02s) [2022-06-27T08:50:46.511Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-27T08:50:46.511Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-27T08:50:46.511Z] === RUN TestCreateServiceMultipleTimes [2022-06-27T08:50:46.511Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.511Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-06-27T08:50:46.511Z] === RUN TestCreateServiceConflict [2022-06-27T08:50:46.511Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.511Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-06-27T08:50:46.511Z] === RUN TestCreateServiceMaxReplicas [2022-06-27T08:50:46.511Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.511Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-06-27T08:50:46.511Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-27T08:50:46.511Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.511Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-27T08:50:46.511Z] === RUN TestCreateServiceSecretFileMode [2022-06-27T08:50:46.511Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.511Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-06-27T08:50:46.511Z] === RUN TestCreateServiceConfigFileMode [2022-06-27T08:50:46.511Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.511Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-06-27T08:50:46.511Z] === RUN TestCreateServiceSysctls [2022-06-27T08:50:46.511Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.511Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-06-27T08:50:46.511Z] === RUN TestCreateServiceCapabilities [2022-06-27T08:50:46.511Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.511Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-06-27T08:50:46.511Z] === RUN TestInspect [2022-06-27T08:50:46.511Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.511Z] --- SKIP: TestInspect (0.01s) [2022-06-27T08:50:46.511Z] === RUN TestCreateJob [2022-06-27T08:50:46.511Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.554Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-06-27T08:50:46.554Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:50:46.554Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-27T08:50:46.636Z] --- PASS: TestExecUser (0.46s) [2022-06-27T08:50:46.636Z] === RUN TestExportContainerAndImportImage [2022-06-27T08:50:46.766Z] --- SKIP: TestCreateJob (0.01s) [2022-06-27T08:50:46.766Z] === RUN TestReplicatedJob [2022-06-27T08:50:46.766Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.766Z] --- SKIP: TestReplicatedJob (0.01s) [2022-06-27T08:50:46.766Z] === RUN TestUpdateReplicatedJob [2022-06-27T08:50:46.766Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.766Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-06-27T08:50:46.766Z] === RUN TestServiceListWithStatuses [2022-06-27T08:50:46.766Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-27T08:50:46.766Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-27T08:50:46.766Z] === RUN TestDockerNetworkConnectAlias [2022-06-27T08:50:46.766Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.766Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-06-27T08:50:46.766Z] === RUN TestDockerNetworkReConnect [2022-06-27T08:50:46.766Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:46.766Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-06-27T08:50:46.766Z] === RUN TestServicePlugin [2022-06-27T08:50:47.226Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-06-27T08:50:47.226Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-27T08:50:47.936Z] check_test.go:540: [dd392198f3325] daemon is not started [2022-06-27T08:50:47.936Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-06-27T08:50:47.936Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-06-27T08:50:48.622Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s) [2022-06-27T08:50:48.622Z] === RUN TestHealthCheckWorkdir [2022-06-27T08:50:48.653Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] --- SKIP: TestServicePlugin (1.92s) [2022-06-27T08:50:48.653Z] === RUN TestServiceUpdateLabel [2022-06-27T08:50:48.653Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-06-27T08:50:48.653Z] === RUN TestServiceUpdateSecrets [2022-06-27T08:50:48.653Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-06-27T08:50:48.653Z] === RUN TestServiceUpdateConfigs [2022-06-27T08:50:48.653Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2022-06-27T08:50:48.653Z] === RUN TestServiceUpdateNetwork [2022-06-27T08:50:48.653Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-06-27T08:50:48.653Z] === RUN TestServiceUpdatePidsLimit [2022-06-27T08:50:48.653Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-06-27T08:50:48.653Z] PASS [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === Skipped [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-27T08:50:48.653Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-27T08:50:48.653Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-06-27T08:50:48.653Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-06-27T08:50:48.653Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-06-27T08:50:48.653Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-27T08:50:48.653Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-06-27T08:50:48.653Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-06-27T08:50:48.653Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.04s) [2022-06-27T08:50:48.653Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.04s) [2022-06-27T08:50:48.653Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-06-27T08:50:48.653Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-06-27T08:50:48.653Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-06-27T08:50:48.653Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-06-27T08:50:48.653Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-27T08:50:48.653Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-06-27T08:50:48.653Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.653Z] [2022-06-27T08:50:48.653Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-06-27T08:50:48.654Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.654Z] [2022-06-27T08:50:48.654Z] === SKIP: amd64.integration.service TestServicePlugin (1.92s) [2022-06-27T08:50:48.654Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.654Z] [2022-06-27T08:50:48.654Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-06-27T08:50:48.654Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.654Z] [2022-06-27T08:50:48.654Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-06-27T08:50:48.654Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.654Z] [2022-06-27T08:50:48.654Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2022-06-27T08:50:48.654Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.654Z] [2022-06-27T08:50:48.654Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-06-27T08:50:48.654Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.654Z] [2022-06-27T08:50:48.654Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-06-27T08:50:48.654Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-27T08:50:48.654Z] [2022-06-27T08:50:48.654Z] DONE 24 tests, 23 skipped in 2.318s [2022-06-27T08:50:48.654Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-27T08:50:48.909Z] INFO: Testing against a local daemon [2022-06-27T08:50:48.909Z] === RUN TestSessionCreate [2022-06-27T08:50:48.909Z] --- PASS: TestSessionCreate (0.03s) [2022-06-27T08:50:48.909Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-27T08:50:48.909Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-06-27T08:50:48.909Z] PASS [2022-06-27T08:50:48.909Z] [2022-06-27T08:50:48.909Z] DONE 2 tests in 0.153s [2022-06-27T08:50:48.909Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-27T08:50:48.909Z] INFO: Testing against a local daemon [2022-06-27T08:50:48.909Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-27T08:50:48.909Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-27T08:50:48.909Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-27T08:50:48.909Z] === RUN TestDiskUsage [2022-06-27T08:50:48.909Z] === PAUSE TestDiskUsage [2022-06-27T08:50:48.909Z] === RUN TestEventsExecDie [2022-06-27T08:50:49.196Z] --- PASS: TestHealthCheckWorkdir (0.63s) [2022-06-27T08:50:49.196Z] === RUN TestHealthKillContainer [2022-06-27T08:50:49.470Z] --- PASS: TestEventsExecDie (0.49s) [2022-06-27T08:50:49.470Z] === RUN TestEventsBackwardsCompatible [2022-06-27T08:50:49.470Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-06-27T08:50:49.470Z] === RUN TestEventsVolumeCreate [2022-06-27T08:50:49.470Z] --- PASS: TestEventsVolumeCreate (0.04s) [2022-06-27T08:50:49.470Z] === RUN TestInfoBinaryCommits [2022-06-27T08:50:49.470Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-27T08:50:49.470Z] === RUN TestInfoAPIVersioned [2022-06-27T08:50:49.470Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-27T08:50:49.470Z] === RUN TestInfoAPI [2022-06-27T08:50:49.470Z] --- PASS: TestInfoAPI (0.02s) [2022-06-27T08:50:49.470Z] === RUN TestInfoAPIWarnings [2022-06-27T08:50:49.850Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-27T08:50:49.861Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.85s) [2022-06-27T08:50:49.861Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-27T08:50:50.109Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-06-27T08:50:51.490Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-27T08:50:51.750Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-27T08:50:53.133Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-06-27T08:50:54.074Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-06-27T08:50:54.074Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-06-27T08:50:54.074Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-06-27T08:50:54.644Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-27T08:50:55.214Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-06-27T08:50:56.155Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-27T08:50:56.155Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-06-27T08:50:57.097Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-06-27T08:50:57.344Z] --- PASS: TestHealthKillContainer (7.91s) [2022-06-27T08:50:57.344Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-27T08:50:57.606Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s) [2022-06-27T08:50:57.606Z] === RUN TestIpcModeNone [2022-06-27T08:50:58.036Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-27T08:50:58.036Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-06-27T08:50:58.180Z] --- PASS: TestIpcModeNone (0.46s) [2022-06-27T08:50:58.180Z] === RUN TestIpcModePrivate [2022-06-27T08:50:58.442Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false [2022-06-27T08:50:58.442Z] --- PASS: TestIpcModePrivate (0.50s) [2022-06-27T08:50:58.442Z] === RUN TestIpcModeShareable [2022-06-27T08:50:58.975Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-06-27T08:50:59.016Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-06-27T08:50:59.016Z] --- PASS: TestIpcModeShareable (0.49s) [2022-06-27T08:50:59.016Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-27T08:51:00.359Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-06-27T08:51:00.360Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-06-27T08:51:00.360Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-06-27T08:51:00.408Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.48s) [2022-06-27T08:51:00.408Z] === RUN TestAPIIpcModeHost [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.09s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.22s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.29s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.40s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.33s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.76s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.89s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.32s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.43s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.07s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.07s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.11s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.29s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.26s) [2022-06-27T08:51:00.929Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.81s) [2022-06-27T08:51:00.929Z] === RUN TestCgroupNamespacesRun [2022-06-27T08:51:00.981Z] --- PASS: TestAPIIpcModeHost (0.39s) [2022-06-27T08:51:00.981Z] === RUN TestDaemonIpcModeShareable [2022-06-27T08:51:01.189Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-06-27T08:51:01.927Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-06-27T08:51:01.927Z] --- PASS: TestDaemonIpcModeShareable (1.15s) [2022-06-27T08:51:01.927Z] === RUN TestDaemonIpcModePrivate [2022-06-27T08:51:02.130Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-06-27T08:51:02.700Z] --- PASS: TestCgroupNamespacesRun (2.02s) [2022-06-27T08:51:02.700Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-27T08:51:03.317Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-06-27T08:51:03.317Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-06-27T08:51:03.317Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-27T08:51:04.263Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-06-27T08:51:04.263Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.17s) [2022-06-27T08:51:04.263Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-27T08:51:04.609Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.87s) [2022-06-27T08:51:04.609Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-27T08:51:04.868Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-06-27T08:51:05.652Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-06-27T08:51:05.652Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.13s) [2022-06-27T08:51:05.652Z] === RUN TestIpcModeOlderClient [2022-06-27T08:51:05.652Z] === PAUSE TestIpcModeOlderClient [2022-06-27T08:51:05.652Z] === RUN TestKillContainerInvalidSignal [2022-06-27T08:51:05.806Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-06-27T08:51:05.914Z] --- PASS: TestKillContainerInvalidSignal (0.39s) [2022-06-27T08:51:05.914Z] === RUN TestKillContainer [2022-06-27T08:51:05.914Z] === RUN TestKillContainer/no_signal [2022-06-27T08:51:06.176Z] === RUN TestKillContainer/non_killing_signal [2022-06-27T08:51:06.376Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.62s) [2022-06-27T08:51:06.376Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-27T08:51:06.438Z] === RUN TestKillContainer/killing_signal [2022-06-27T08:51:06.636Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-06-27T08:51:06.900Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-06-27T08:51:07.011Z] --- PASS: TestKillContainer (1.21s) [2022-06-27T08:51:07.011Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-06-27T08:51:07.011Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-06-27T08:51:07.011Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-06-27T08:51:07.011Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-27T08:51:07.011Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-27T08:51:07.499Z] --- PASS: TestInfoAPIWarnings (16.56s) [2022-06-27T08:51:07.499Z] === RUN TestInfoDebug [2022-06-27T08:51:07.499Z] --- PASS: TestInfoDebug (0.55s) [2022-06-27T08:51:07.499Z] === RUN TestInfoInsecureRegistries [2022-06-27T08:51:07.499Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-06-27T08:51:07.499Z] === RUN TestInfoRegistryMirrors [2022-06-27T08:51:07.585Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-27T08:51:07.754Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-06-27T08:51:07.754Z] === RUN TestLoginFailsWithBadCredentials [2022-06-27T08:51:07.754Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-06-27T08:51:07.754Z] === RUN TestPingCacheHeaders [2022-06-27T08:51:07.839Z] --- PASS: TestCgroupNamespacesRunHostMode (1.50s) [2022-06-27T08:51:07.839Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-27T08:51:07.895Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-06-27T08:51:07.895Z] PASS [2022-06-27T08:51:07.895Z] [2022-06-27T08:51:07.895Z] DONE 17 tests in 46.835s [2022-06-27T08:51:07.895Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-27T08:51:07.895Z] INFO: Testing against a local daemon [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-27T08:51:07.895Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-27T08:51:07.895Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-27T08:51:07.895Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-27T08:51:07.895Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-27T08:51:07.895Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-27T08:51:07.895Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-27T08:51:07.895Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-27T08:51:07.895Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-27T08:51:07.895Z] === RUN TestPluginInstall [2022-06-27T08:51:07.895Z] === RUN TestPluginInstall/no_auth [2022-06-27T08:51:07.895Z] time="2022-06-27T08:51:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:51:07.895Z] time="2022-06-27T08:51:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6c0529480a2c593189641fa392e6bae6800030200f9be8113b6e37b1b7225446" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:51:07.895Z] time="2022-06-27T08:51:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:51:07.895Z] time="2022-06-27T08:51:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6c0529480a2c593189641fa392e6bae6800030200f9be8113b6e37b1b7225446" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:51:07.895Z] === RUN TestPluginInstall/with_htpasswd [2022-06-27T08:51:07.895Z] time="2022-06-27T08:51:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:51:07.895Z] time="2022-06-27T08:51:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a387aba7b62fbba4eeab8394981eb5ef5c2fa9b2437b6a8ef73ad1128fe96f2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:51:07.895Z] time="2022-06-27T08:51:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:51:07.895Z] time="2022-06-27T08:51:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a387aba7b62fbba4eeab8394981eb5ef5c2fa9b2437b6a8ef73ad1128fe96f2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:51:08.010Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-06-27T08:51:08.010Z] === RUN TestPingGet [2022-06-27T08:51:08.010Z] --- PASS: TestPingGet (0.01s) [2022-06-27T08:51:08.010Z] === RUN TestPingHead [2022-06-27T08:51:08.010Z] --- PASS: TestPingHead (0.03s) [2022-06-27T08:51:08.010Z] === RUN TestPingSwarmHeader [2022-06-27T08:51:08.098Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-06-27T08:51:08.150Z] === RUN TestPluginInstall/with_insecure [2022-06-27T08:51:08.533Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.27s) [2022-06-27T08:51:08.533Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2022-06-27T08:51:08.533Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s) [2022-06-27T08:51:08.533Z] === RUN TestKillStoppedContainer [2022-06-27T08:51:08.533Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-27T08:51:08.533Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-27T08:51:08.533Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-27T08:51:08.533Z] === RUN TestKillDifferentUserContainer [2022-06-27T08:51:08.570Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-27T08:51:08.570Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-27T08:51:08.795Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-06-27T08:51:08.795Z] === RUN TestInspectOomKilledTrue [2022-06-27T08:51:09.038Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.40s) [2022-06-27T08:51:09.038Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-27T08:51:09.077Z] time="2022-06-27T08:51:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:51:09.077Z] time="2022-06-27T08:51:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b92d710e150e68177ef1c8522116d33582e8557dfc6011caa2f6af1a36b837c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:51:09.077Z] time="2022-06-27T08:51:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:51:09.077Z] time="2022-06-27T08:51:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b92d710e150e68177ef1c8522116d33582e8557dfc6011caa2f6af1a36b837c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:51:09.077Z] plugin_test.go:195: [d5f906232b02a] daemon is not started [2022-06-27T08:51:09.077Z] --- PASS: TestPluginInstall (2.73s) [2022-06-27T08:51:09.077Z] --- PASS: TestPluginInstall/no_auth (1.04s) [2022-06-27T08:51:09.077Z] --- PASS: TestPluginInstall/with_htpasswd (0.61s) [2022-06-27T08:51:09.077Z] --- PASS: TestPluginInstall/with_insecure (1.08s) [2022-06-27T08:51:09.077Z] === RUN TestPluginsWithRuntimes [2022-06-27T08:51:09.369Z] --- PASS: TestInspectOomKilledTrue (0.46s) [2022-06-27T08:51:09.369Z] === RUN TestInspectOomKilledFalse [2022-06-27T08:51:09.495Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-27T08:51:09.495Z] --- PASS: TestPingSwarmHeader (1.66s) [2022-06-27T08:51:09.495Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-27T08:51:09.495Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-27T08:51:09.495Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-27T08:51:09.495Z] === RUN TestVersion [2022-06-27T08:51:09.631Z] --- PASS: TestInspectOomKilledFalse (0.39s) [2022-06-27T08:51:09.631Z] === RUN TestLinksEtcHostsContentMatch [2022-06-27T08:51:09.751Z] --- PASS: TestVersion (0.03s) [2022-06-27T08:51:09.751Z] === CONT TestDiskUsage [2022-06-27T08:51:09.893Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2022-06-27T08:51:09.893Z] === RUN TestLinksContainerNames [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/empty [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/empty/container_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/empty/image_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/empty/volume_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-27T08:51:10.312Z] === RUN TestDiskUsage/after_container.Run [2022-06-27T08:51:10.568Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-27T08:51:10.568Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-27T08:51:10.568Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-27T08:51:10.568Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-27T08:51:10.568Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-27T08:51:10.568Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-27T08:51:10.568Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-27T08:51:10.568Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-27T08:51:10.568Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-27T08:51:10.568Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage (1.21s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_container.Run (0.35s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-06-27T08:51:10.824Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-06-27T08:51:10.824Z] PASS [2022-06-27T08:51:10.824Z] [2022-06-27T08:51:10.824Z] === Skipped [2022-06-27T08:51:10.824Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-27T08:51:10.824Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-27T08:51:10.824Z] [2022-06-27T08:51:10.824Z] DONE 54 tests, 1 skipped in 21.965s [2022-06-27T08:51:10.824Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-27T08:51:10.824Z] INFO: Testing against a local daemon [2022-06-27T08:51:10.824Z] === RUN TestVolumesCreateAndList [2022-06-27T08:51:10.824Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-27T08:51:10.824Z] === RUN TestVolumesRemove [2022-06-27T08:51:10.839Z] --- PASS: TestLinksContainerNames (0.82s) [2022-06-27T08:51:10.839Z] === RUN TestLogsFollowTailEmpty [2022-06-27T08:51:10.947Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.45s) [2022-06-27T08:51:10.947Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-27T08:51:10.963Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-27T08:51:11.079Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-27T08:51:11.079Z] === RUN TestVolumesInspect [2022-06-27T08:51:11.079Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-27T08:51:11.079Z] === RUN TestVolumesInvalidJSON [2022-06-27T08:51:11.079Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-27T08:51:11.079Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-27T08:51:11.079Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-27T08:51:11.079Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-27T08:51:11.079Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-27T08:51:11.079Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-27T08:51:11.079Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-27T08:51:11.079Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-27T08:51:11.079Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-27T08:51:11.079Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-27T08:51:11.079Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-27T08:51:11.079Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-27T08:51:11.079Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-27T08:51:11.079Z] PASS [2022-06-27T08:51:11.079Z] [2022-06-27T08:51:11.079Z] DONE 9 tests in 0.181s [2022-06-27T08:51:11.079Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-27T08:51:11.079Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14192 is not a child of this shell [2022-06-27T08:51:11.079Z] warning: PID 14192 from bundles/test-integration/docker.pid had a nonzero exit code [2022-06-27T08:51:11.079Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-27T08:51:11.079Z] [2022-06-27T08:51:11.079Z] Unloading profiles will leave already running processes permanently [2022-06-27T08:51:11.079Z] unconfined, which can lead to unexpected situations. [2022-06-27T08:51:11.079Z] [2022-06-27T08:51:11.079Z] To set a process to complain mode, use the command line tool [2022-06-27T08:51:11.079Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-27T08:51:11.079Z] Removing test suite binaries [2022-06-27T08:51:11.079Z] exiting test-integration [2022-06-27T08:51:11.079Z] ++ exit 0 [2022-06-27T08:51:11.079Z] [2022-06-27T08:51:11.413Z] --- PASS: TestLogsFollowTailEmpty (0.49s) [2022-06-27T08:51:11.413Z] === RUN TestLogs [2022-06-27T08:51:11.413Z] === RUN TestLogs/driver_local [2022-06-27T08:51:11.413Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-27T08:51:11.413Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-27T08:51:11.413Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-27T08:51:11.413Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-27T08:51:11.413Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-27T08:51:11.413Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-27T08:51:11.413Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-27T08:51:11.413Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-27T08:51:11.413Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-27T08:51:11.413Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-27T08:51:11.413Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-27T08:51:11.413Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-27T08:51:11.413Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-27T08:51:11.413Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-27T08:51:11.517Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-06-27T08:51:11.517Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s) [2022-06-27T08:51:11.517Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-27T08:51:11.523Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-27T08:51:11.986Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-27T08:51:11.986Z] === CONT TestLogs/driver_local/tty/only_stdout Post stage [Pipeline] junit [2022-06-27T08:51:12.014Z] Recording test results [2022-06-27T08:51:12.087Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-06-27T08:51:12.087Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-06-27T08:51:12.449Z] --- PASS: TestPluginsWithRuntimes (3.33s) [2022-06-27T08:51:12.449Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2022-06-27T08:51:12.449Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-06-27T08:51:12.449Z] === RUN TestPluginBackCompatMediaTypes [2022-06-27T08:51:12.561Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-27T08:51:12.561Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-27T08:51:13.010Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-06-27T08:51:13.010Z] PASS [2022-06-27T08:51:13.010Z] [2022-06-27T08:51:13.010Z] DONE 24 tests in 6.673s [2022-06-27T08:51:13.010Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-27T08:51:13.027Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.66s) [2022-06-27T08:51:13.027Z] === RUN TestNISDomainname [2022-06-27T08:51:13.136Z] === RUN TestLogs/driver_json-file [2022-06-27T08:51:13.136Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-27T08:51:13.136Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-27T08:51:13.136Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-27T08:51:13.136Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-27T08:51:13.136Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-27T08:51:13.136Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-27T08:51:13.136Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-27T08:51:13.136Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-27T08:51:13.136Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-27T08:51:13.136Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-27T08:51:13.136Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-27T08:51:13.136Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-27T08:51:13.136Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-27T08:51:13.136Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-27T08:51:13.267Z] INFO: Testing against a local daemon [2022-06-27T08:51:13.267Z] === RUN TestExternalGraphDriver [2022-06-27T08:51:13.267Z] === RUN TestExternalGraphDriver/json [2022-06-27T08:51:13.538Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-27T08:51:13.711Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-27T08:51:13.711Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-27T08:51:13.906Z] + echo Ensuring container killed. [2022-06-27T08:51:13.906Z] Ensuring container killed. [2022-06-27T08:51:13.906Z] + docker rm -vf docker-pr1 [2022-06-27T08:51:13.906Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-27T08:51:13.971Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-06-27T08:51:13.971Z] --- PASS: TestNISDomainname (0.93s) [2022-06-27T08:51:13.971Z] === RUN TestHostnameDnsResolution [2022-06-27T08:51:14.222Z] + echo Chowning /workspace to jenkins user [2022-06-27T08:51:14.222Z] Chowning /workspace to jenkins user [2022-06-27T08:51:14.222Z] + id -u [2022-06-27T08:51:14.222Z] + id -g [2022-06-27T08:51:14.222Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43745:/workspace busybox chown -R 1000:1000 /workspace [2022-06-27T08:51:14.222Z] Unable to find image 'busybox:latest' locally [2022-06-27T08:51:14.222Z] latest: Pulling from library/busybox [2022-06-27T08:51:14.285Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-27T08:51:14.285Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-27T08:51:14.481Z] 19d511225f94: Pulling fs layer [2022-06-27T08:51:14.481Z] 19d511225f94: Verifying Checksum [2022-06-27T08:51:14.481Z] 19d511225f94: Download complete [2022-06-27T08:51:14.481Z] 19d511225f94: Pull complete [2022-06-27T08:51:14.481Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-27T08:51:14.481Z] Status: Downloaded newer image for busybox:latest [2022-06-27T08:51:14.859Z] --- PASS: TestLogs (3.50s) [2022-06-27T08:51:14.859Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-27T08:51:14.859Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.70s) [2022-06-27T08:51:14.859Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.74s) [2022-06-27T08:51:14.859Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.44s) [2022-06-27T08:51:14.859Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.53s) [2022-06-27T08:51:14.859Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.51s) [2022-06-27T08:51:14.859Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.45s) [2022-06-27T08:51:14.859Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-27T08:51:14.859Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.70s) [2022-06-27T08:51:14.859Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.74s) [2022-06-27T08:51:14.859Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.56s) [2022-06-27T08:51:14.859Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.56s) [2022-06-27T08:51:14.859Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.47s) [2022-06-27T08:51:14.859Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.47s) [2022-06-27T08:51:14.859Z] === RUN TestContainerNetworkMountsNoChown [2022-06-27T08:51:14.911Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-06-27T08:51:15.121Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/default [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/default [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/private [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/private [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/rprivate [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/slave [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/slave [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/rslave [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/shared [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/shared [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/rshared [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-27T08:51:15.121Z] === CONT TestMountDaemonRoot/default [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-27T08:51:15.121Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-27T08:51:15.121Z] === CONT TestMountDaemonRoot/rprivate [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-27T08:51:15.121Z] === CONT TestMountDaemonRoot/private [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-27T08:51:15.121Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-27T08:51:15.121Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-27T08:51:15.121Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-27T08:51:15.121Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-27T08:51:15.121Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-27T08:51:15.153Z] === RUN TestExternalGraphDriver/spec [2022-06-27T08:51:15.170Z] --- PASS: TestHostnameDnsResolution (1.12s) [2022-06-27T08:51:15.170Z] === RUN TestUnprivilegedPortsAndPing [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/shared [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/rshared [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/rslave [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/slave [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-27T08:51:15.383Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-27T08:51:15.383Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-27T08:51:15.383Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-27T08:51:15.645Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-27T08:51:15.645Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-27T08:51:15.645Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-27T08:51:15.645Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-27T08:51:15.645Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-27T08:51:15.645Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.01s) [2022-06-27T08:51:15.645Z] === RUN TestContainerBindMountNonRecursive [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-27T08:51:16.110Z] --- PASS: TestUnprivilegedPortsAndPing (0.86s) [2022-06-27T08:51:16.110Z] === RUN TestPrivilegedHostDevices [2022-06-27T08:51:16.171Z] + bundleName=amd64-rootless [2022-06-27T08:51:16.171Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-06-27T08:51:16.171Z] Creating amd64-rootless-bundles.tar.gz [2022-06-27T08:51:16.171Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-06-27T08:51:16.171Z] + 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-27T08:51:16.180Z] Archiving artifacts [2022-06-27T08:51:16.515Z] === RUN TestExternalGraphDriver/pull [2022-06-27T08:51:16.682Z] --- PASS: TestPrivilegedHostDevices (0.69s) [2022-06-27T08:51:16.682Z] === RUN TestRunConsoleSize [2022-06-27T08:51:17.035Z] --- PASS: TestContainerBindMountNonRecursive (1.27s) [2022-06-27T08:51:17.035Z] === RUN TestContainerVolumesMountedAsShared [2022-06-27T08:51:17.252Z] --- PASS: TestRunConsoleSize (0.63s) [2022-06-27T08:51:17.252Z] === RUN TestStats [2022-06-27T08:51:17.297Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2022-06-27T08:51:17.297Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-27T08:51:17.558Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2022-06-27T08:51:17.558Z] === RUN TestNetworkNat [2022-06-27T08:51:17.652Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43745/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-27T08:51:17.948Z] + make clean [2022-06-27T08:51:18.132Z] --- PASS: TestNetworkNat (0.48s) [2022-06-27T08:51:18.132Z] === RUN TestNetworkLocalhostTCPNat [2022-06-27T08:51:18.203Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-27T08:51:18.203Z] docker-dev-cache [2022-06-27T08:51:18.203Z] docker-mod-cache [Pipeline] deleteDir [2022-06-27T08:51:18.402Z] --- PASS: TestExternalGraphDriver (4.96s) [2022-06-27T08:51:18.402Z] --- PASS: TestExternalGraphDriver/json (1.66s) [2022-06-27T08:51:18.402Z] --- PASS: TestExternalGraphDriver/spec (1.63s) [2022-06-27T08:51:18.402Z] --- PASS: TestExternalGraphDriver/pull (1.63s) [2022-06-27T08:51:18.402Z] === RUN TestGraphdriverPluginV2 [2022-06-27T08:51:18.706Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2022-06-27T08:51:18.706Z] === RUN TestNetworkLoopbackNat [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-27T08:51:19.160Z] check_test.go:540: [d19dc4d007ad6] daemon is not started [2022-06-27T08:51:19.161Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-06-27T08:51:20.097Z] --- PASS: TestStats (2.70s) [2022-06-27T08:51:20.097Z] === RUN TestStopContainerWithTimeout [2022-06-27T08:51:20.097Z] === RUN TestStopContainerWithTimeout/0 [2022-06-27T08:51:20.097Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-27T08:51:20.097Z] === RUN TestStopContainerWithTimeout/1 [2022-06-27T08:51:20.097Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-27T08:51:20.097Z] === RUN TestStopContainerWithTimeout/3 [2022-06-27T08:51:20.097Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-27T08:51:20.097Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-27T08:51:20.097Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-27T08:51:20.097Z] === CONT TestStopContainerWithTimeout/0 [2022-06-27T08:51:20.097Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-27T08:51:20.357Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-06-27T08:51:20.926Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-06-27T08:51:20.926Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-06-27T08:51:20.926Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-06-27T08:51:21.187Z] === CONT TestStopContainerWithTimeout/3 [2022-06-27T08:51:21.255Z] --- PASS: TestNetworkLoopbackNat (2.58s) [2022-06-27T08:51:21.255Z] === RUN TestPause [2022-06-27T08:51:21.517Z] --- PASS: TestPause (0.44s) [2022-06-27T08:51:21.517Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-27T08:51:21.517Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-27T08:51:21.517Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-27T08:51:21.517Z] === RUN TestPauseStopPausedContainer [2022-06-27T08:51:21.758Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-06-27T08:51:21.758Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-06-27T08:51:22.091Z] --- PASS: TestPauseStopPausedContainer (0.47s) [2022-06-27T08:51:22.091Z] === RUN TestPidHost [2022-06-27T08:51:22.328Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-06-27T08:51:22.328Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-06-27T08:51:22.588Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-06-27T08:51:22.635Z] --- PASS: TestGraphdriverPluginV2 (3.90s) [2022-06-27T08:51:22.635Z] PASS [2022-06-27T08:51:22.635Z] [2022-06-27T08:51:22.635Z] DONE 5 tests in 8.905s [2022-06-27T08:51:22.635Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-27T08:51:22.635Z] INFO: Testing against a local daemon [2022-06-27T08:51:22.635Z] === RUN TestContinueAfterPluginCrash [2022-06-27T08:51:22.635Z] === PAUSE TestContinueAfterPluginCrash [2022-06-27T08:51:22.635Z] === RUN TestReadPluginNoRead [2022-06-27T08:51:22.635Z] === PAUSE TestReadPluginNoRead [2022-06-27T08:51:22.635Z] === RUN TestDaemonStartWithLogOpt [2022-06-27T08:51:22.635Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-27T08:51:22.635Z] === CONT TestContinueAfterPluginCrash [2022-06-27T08:51:22.635Z] === CONT TestDaemonStartWithLogOpt [2022-06-27T08:51:22.850Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-06-27T08:51:23.038Z] --- PASS: TestPidHost (0.91s) [2022-06-27T08:51:23.038Z] === RUN TestPsFilter [2022-06-27T08:51:23.038Z] --- PASS: TestPsFilter (0.10s) [2022-06-27T08:51:23.038Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-27T08:51:23.110Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-06-27T08:51:23.110Z] === CONT TestStopContainerWithTimeout/1 [2022-06-27T08:51:23.611Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-06-27T08:51:23.611Z] === RUN TestRemoveContainerWithVolume [2022-06-27T08:51:23.873Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2022-06-27T08:51:23.873Z] === RUN TestRemoveContainerRunning [2022-06-27T08:51:24.135Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-06-27T08:51:24.135Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-27T08:51:24.491Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-06-27T08:51:24.491Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-06-27T08:51:24.709Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-06-27T08:51:24.709Z] === RUN TestRemoveInvalidContainer [2022-06-27T08:51:24.709Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-27T08:51:24.709Z] === RUN TestRenameLinkedContainer [2022-06-27T08:51:24.751Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-06-27T08:51:24.751Z] --- PASS: TestStopContainerWithTimeout/0 (1.07s) [2022-06-27T08:51:24.751Z] --- PASS: TestStopContainerWithTimeout/-1 (2.95s) [2022-06-27T08:51:24.751Z] --- PASS: TestStopContainerWithTimeout/3 (2.72s) [2022-06-27T08:51:24.751Z] --- PASS: TestStopContainerWithTimeout/1 (1.83s) [2022-06-27T08:51:24.751Z] === RUN TestDeleteDevicemapper [2022-06-27T08:51:24.751Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-27T08:51:24.751Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-27T08:51:24.751Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-27T08:51:25.322Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-06-27T08:51:25.900Z] --- PASS: TestDaemonStartWithLogOpt (3.51s) [2022-06-27T08:51:25.900Z] === CONT TestReadPluginNoRead [2022-06-27T08:51:26.629Z] --- PASS: TestRenameLinkedContainer (1.67s) [2022-06-27T08:51:26.629Z] === RUN TestRenameStoppedContainer [2022-06-27T08:51:26.629Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-06-27T08:51:26.629Z] === RUN TestRenameRunningContainerAndReuse [2022-06-27T08:51:27.231Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.06s) [2022-06-27T08:51:27.231Z] === RUN TestUpdateMemory [2022-06-27T08:51:27.231Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-27T08:51:27.231Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-27T08:51:27.231Z] === RUN TestUpdateCPUQuota [2022-06-27T08:51:27.231Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-06-27T08:51:27.575Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2022-06-27T08:51:27.575Z] === RUN TestRenameInvalidName [2022-06-27T08:51:27.788Z] === RUN TestReadPluginNoRead/default [2022-06-27T08:51:28.149Z] --- PASS: TestRenameInvalidName (0.45s) [2022-06-27T08:51:28.149Z] === RUN TestRenameAnonymousContainer [2022-06-27T08:51:28.644Z] --- PASS: TestUpdateCPUQuota (1.42s) [2022-06-27T08:51:28.644Z] === RUN TestUpdatePidsLimit [2022-06-27T08:51:28.644Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-27T08:51:28.644Z] === RUN TestUpdatePidsLimit/no_change [2022-06-27T08:51:28.914Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-27T08:51:29.152Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-27T08:51:29.179Z] === RUN TestDockerSuite/TestAttachDetach [2022-06-27T08:51:29.444Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-27T08:51:29.538Z] --- PASS: TestRenameAnonymousContainer (1.55s) [2022-06-27T08:51:29.538Z] === RUN TestRenameContainerWithSameName [2022-06-27T08:51:30.014Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-27T08:51:30.111Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-06-27T08:51:30.111Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-27T08:51:30.274Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-27T08:51:30.274Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-06-27T08:51:30.517Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-27T08:51:30.517Z] --- PASS: TestContinueAfterPluginCrash (8.50s) [2022-06-27T08:51:30.533Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-27T08:51:31.056Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2022-06-27T08:51:31.056Z] === RUN TestResize [2022-06-27T08:51:31.103Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-06-27T08:51:31.318Z] --- PASS: TestResize (0.41s) [2022-06-27T08:51:31.318Z] === RUN TestResizeWithInvalidSize [2022-06-27T08:51:31.442Z] === CONT TestReadPluginNoRead [2022-06-27T08:51:31.442Z] read_test.go:92: [dffc8d8162715] daemon is not started [2022-06-27T08:51:31.442Z] --- PASS: TestReadPluginNoRead (5.96s) [2022-06-27T08:51:31.442Z] --- PASS: TestReadPluginNoRead/default (1.28s) [2022-06-27T08:51:31.442Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.24s) [2022-06-27T08:51:31.442Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s) [2022-06-27T08:51:31.442Z] PASS [2022-06-27T08:51:31.442Z] [2022-06-27T08:51:31.442Z] DONE 6 tests in 9.490s [2022-06-27T08:51:31.443Z] 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-27T08:51:31.443Z] testing: warning: no tests to run [2022-06-27T08:51:31.443Z] PASS [2022-06-27T08:51:31.443Z] [2022-06-27T08:51:31.443Z] DONE 0 tests in 0.008s [2022-06-27T08:51:31.443Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-27T08:51:31.580Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2022-06-27T08:51:31.580Z] === RUN TestResizeWhenContainerNotStarted [2022-06-27T08:51:31.673Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-06-27T08:51:31.698Z] INFO: Testing against a local daemon [2022-06-27T08:51:31.698Z] === RUN TestPluginWithDevMounts [2022-06-27T08:51:31.698Z] === PAUSE TestPluginWithDevMounts [2022-06-27T08:51:31.698Z] === CONT TestPluginWithDevMounts [2022-06-27T08:51:31.932Z] --- PASS: TestUpdatePidsLimit (3.67s) [2022-06-27T08:51:31.932Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.30s) [2022-06-27T08:51:31.932Z] --- PASS: TestUpdatePidsLimit/no_change (0.35s) [2022-06-27T08:51:31.932Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2022-06-27T08:51:31.932Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.45s) [2022-06-27T08:51:31.932Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2022-06-27T08:51:31.932Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2022-06-27T08:51:31.932Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2022-06-27T08:51:31.932Z] === RUN TestUpdateRestartPolicy [2022-06-27T08:51:32.153Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-06-27T08:51:32.153Z] === RUN TestDaemonRestartKillContainers [2022-06-27T08:51:32.153Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-27T08:51:32.153Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-27T08:51:32.153Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-27T08:51:32.154Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-27T08:51:32.154Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-27T08:51:32.154Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-27T08:51:32.154Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-27T08:51:32.154Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-27T08:51:32.154Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-27T08:51:32.154Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:51:32.154Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:51:32.154Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:51:32.154Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:51:32.154Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:51:32.154Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:51:32.154Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:51:32.154Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:51:32.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:51:32.154Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-27T08:51:32.154Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:51:33.061Z] --- PASS: TestPluginWithDevMounts (1.60s) [2022-06-27T08:51:33.061Z] PASS [2022-06-27T08:51:33.061Z] [2022-06-27T08:51:33.061Z] DONE 1 tests in 1.630s [2022-06-27T08:51:33.312Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-06-27T08:51:33.316Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-27T08:51:33.316Z] INFO: Testing against a local daemon [2022-06-27T08:51:33.316Z] === RUN TestSecretInspect [2022-06-27T08:51:33.884Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-06-27T08:51:33.884Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-06-27T08:51:34.074Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:51:34.824Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-06-27T08:51:35.033Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:51:35.393Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-06-27T08:51:35.828Z] --- PASS: TestSecretInspect (2.19s) [2022-06-27T08:51:35.828Z] === RUN TestSecretList [2022-06-27T08:51:36.022Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-27T08:51:36.287Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-27T08:51:37.234Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:51:37.496Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-27T08:51:37.713Z] --- PASS: TestSecretList (2.16s) [2022-06-27T08:51:37.713Z] === RUN TestSecretsCreateAndDelete [2022-06-27T08:51:37.934Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-06-27T08:51:40.225Z] --- PASS: TestSecretsCreateAndDelete (2.20s) [2022-06-27T08:51:40.225Z] === RUN TestSecretsUpdate [2022-06-27T08:51:40.474Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-06-27T08:51:40.474Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-27T08:51:40.474Z] check_test.go:540: [daa26f4ae9619] daemon is not started [2022-06-27T08:51:40.474Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-06-27T08:51:40.474Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-27T08:51:40.474Z] check_test.go:540: [d31359430814b] daemon is not started [2022-06-27T08:51:40.474Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-06-27T08:51:40.805Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-27T08:51:40.805Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-27T08:51:41.855Z] check_test.go:540: [d1b977c024035] daemon is not started [2022-06-27T08:51:41.855Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-06-27T08:51:42.110Z] --- PASS: TestSecretsUpdate (2.16s) [2022-06-27T08:51:42.110Z] === RUN TestTemplatedSecret [2022-06-27T08:51:43.358Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-27T08:51:44.624Z] --- PASS: TestTemplatedSecret (2.62s) [2022-06-27T08:51:44.624Z] === RUN TestSecretCreateResolve [2022-06-27T08:51:44.752Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-27T08:51:44.752Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-27T08:51:45.150Z] --- PASS: TestUpdateRestartPolicy (12.58s) [2022-06-27T08:51:45.150Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-27T08:51:45.410Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s) [2022-06-27T08:51:45.410Z] === RUN TestWaitNonBlocked [2022-06-27T08:51:45.410Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-27T08:51:45.410Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-27T08:51:45.410Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-27T08:51:45.410Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-27T08:51:45.410Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-27T08:51:45.410Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-27T08:51:46.672Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-27T08:51:46.672Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-27T08:51:46.793Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-06-27T08:51:46.793Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-06-27T08:51:46.793Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.18s) [2022-06-27T08:51:46.793Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.22s) [2022-06-27T08:51:46.793Z] === RUN TestWaitBlocked [2022-06-27T08:51:46.793Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-27T08:51:46.793Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-27T08:51:46.793Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-27T08:51:46.793Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-27T08:51:46.793Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-27T08:51:46.793Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-27T08:51:47.135Z] --- PASS: TestSecretCreateResolve (2.19s) [2022-06-27T08:51:47.135Z] PASS [2022-06-27T08:51:47.135Z] [2022-06-27T08:51:47.135Z] DONE 6 tests in 13.542s [2022-06-27T08:51:47.135Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-27T08:51:47.135Z] INFO: Testing against a local daemon [2022-06-27T08:51:47.135Z] === RUN TestServiceCreateInit [2022-06-27T08:51:47.135Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-27T08:51:47.733Z] --- PASS: TestWaitBlocked (0.02s) [2022-06-27T08:51:47.733Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.18s) [2022-06-27T08:51:47.733Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.27s) [2022-06-27T08:51:47.733Z] === CONT TestContainerStartOnDaemonRestart [2022-06-27T08:51:47.733Z] === CONT TestContainerKillOnDaemonStart [2022-06-27T08:51:48.060Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.71s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.99s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.30s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.47s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.40s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.98s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.65s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.95s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.73s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.88s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.71s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.73s) [2022-06-27T08:51:49.980Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.60s) [2022-06-27T08:51:49.980Z] === RUN TestCgroupNamespacesRun [2022-06-27T08:51:50.275Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-06-27T08:51:50.275Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-06-27T08:51:50.846Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-06-27T08:51:50.925Z] --- PASS: TestCgroupNamespacesRun (1.16s) [2022-06-27T08:51:50.925Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-27T08:51:51.295Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-27T08:51:51.785Z] --- PASS: TestContainerStartOnDaemonRestart (3.79s) [2022-06-27T08:51:51.785Z] === CONT TestIpcModeOlderClient [2022-06-27T08:51:51.785Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-06-27T08:51:51.785Z] === CONT TestDaemonHostGatewayIP [2022-06-27T08:51:51.871Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.14s) [2022-06-27T08:51:51.871Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-27T08:51:52.354Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-06-27T08:51:52.614Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-06-27T08:51:53.184Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-06-27T08:51:53.260Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2022-06-27T08:51:53.260Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-27T08:51:54.205Z] --- PASS: TestCgroupNamespacesRunHostMode (1.20s) [2022-06-27T08:51:54.206Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-27T08:51:54.559Z] --- PASS: TestServiceCreateInit (7.54s) [2022-06-27T08:51:54.559Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.78s) [2022-06-27T08:51:54.559Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.74s) [2022-06-27T08:51:54.559Z] === RUN TestCreateServiceMultipleTimes [2022-06-27T08:51:54.566Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-06-27T08:51:54.825Z] --- PASS: TestDaemonHostGatewayIP (3.09s) [2022-06-27T08:51:54.825Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-27T08:51:55.594Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s) [2022-06-27T08:51:55.594Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-27T08:51:55.764Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-06-27T08:51:56.540Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.18s) [2022-06-27T08:51:56.540Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-27T08:51:57.144Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.24s) [2022-06-27T08:51:57.144Z] === CONT TestDaemonRestartIpcMode [2022-06-27T08:51:57.144Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-06-27T08:51:57.485Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-06-27T08:51:57.485Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-27T08:51:58.083Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-06-27T08:51:58.430Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.16s) [2022-06-27T08:51:58.430Z] === RUN TestNISDomainname [2022-06-27T08:51:59.004Z] --- PASS: TestNISDomainname (0.56s) [2022-06-27T08:51:59.004Z] === RUN TestHostnameDnsResolution [2022-06-27T08:51:59.948Z] --- PASS: TestHostnameDnsResolution (0.75s) [2022-06-27T08:51:59.948Z] === RUN TestUnprivilegedPortsAndPing [2022-06-27T08:51:59.991Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-06-27T08:52:00.210Z] --- PASS: TestUnprivilegedPortsAndPing (0.52s) [2022-06-27T08:52:00.210Z] === RUN TestPrivilegedHostDevices [2022-06-27T08:52:00.253Z] --- PASS: TestDaemonRestartIpcMode (3.27s) [2022-06-27T08:52:00.783Z] --- PASS: TestPrivilegedHostDevices (0.50s) [2022-06-27T08:52:00.783Z] === RUN TestRunConsoleSize [2022-06-27T08:52:01.193Z] --- PASS: TestContainerKillOnDaemonStart (13.19s) [2022-06-27T08:52:01.193Z] PASS [2022-06-27T08:52:01.193Z] [2022-06-27T08:52:01.193Z] === Skipped [2022-06-27T08:52:01.193Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-27T08:52:01.193Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-27T08:52:01.193Z] [2022-06-27T08:52:01.193Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-27T08:52:01.193Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-27T08:52:01.193Z] [2022-06-27T08:52:01.193Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-27T08:52:01.193Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-27T08:52:01.193Z] [2022-06-27T08:52:01.193Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-27T08:52:01.193Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-27T08:52:01.193Z] [2022-06-27T08:52:01.193Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-27T08:52:01.193Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-27T08:52:01.193Z] [2022-06-27T08:52:01.193Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-27T08:52:01.193Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-27T08:52:01.193Z] [2022-06-27T08:52:01.193Z] DONE 259 tests, 6 skipped in 161.290s [2022-06-27T08:52:01.193Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-27T08:52:01.193Z] ++ 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-27T08:52:01.193Z] ++ set -e [2022-06-27T08:52:01.193Z] ++ '[' -n 0 ']' [2022-06-27T08:52:01.193Z] ++ set -x [2022-06-27T08:52:01.193Z] ++ 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-27T08:52:01.193Z] === RUN TestConfigDaemonLibtrustID [2022-06-27T08:52:01.357Z] --- PASS: TestRunConsoleSize (0.40s) [2022-06-27T08:52:01.357Z] === RUN TestStats [2022-06-27T08:52:01.762Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-06-27T08:52:01.762Z] === RUN TestConfigDaemonID [2022-06-27T08:52:03.142Z] daemon_test.go:83: [d04bd23034e70] daemon is not started [2022-06-27T08:52:03.142Z] --- PASS: TestConfigDaemonID (1.06s) [2022-06-27T08:52:03.142Z] === RUN TestDaemonConfigValidation [2022-06-27T08:52:03.142Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-27T08:52:03.142Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-27T08:52:03.142Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-27T08:52:03.142Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-27T08:52:03.142Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-27T08:52:03.142Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-27T08:52:03.142Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-27T08:52:03.142Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-27T08:52:03.142Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-27T08:52:03.142Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-27T08:52:03.142Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-27T08:52:03.142Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-27T08:52:03.142Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-27T08:52:03.142Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-27T08:52:03.142Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-27T08:52:03.402Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-27T08:52:03.402Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.15s) [2022-06-27T08:52:03.402Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.16s) [2022-06-27T08:52:03.402Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.13s) [2022-06-27T08:52:03.402Z] --- PASS: TestDaemonConfigValidation/valid_config (0.16s) [2022-06-27T08:52:03.402Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.31s) [2022-06-27T08:52:03.402Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-27T08:52:03.402Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-27T08:52:03.402Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-06-27T08:52:03.905Z] --- PASS: TestStats (2.42s) [2022-06-27T08:52:03.905Z] === RUN TestStopContainerWithTimeout [2022-06-27T08:52:03.905Z] === RUN TestStopContainerWithTimeout/0 [2022-06-27T08:52:03.905Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-27T08:52:03.905Z] === RUN TestStopContainerWithTimeout/1 [2022-06-27T08:52:03.905Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-27T08:52:03.905Z] === RUN TestStopContainerWithTimeout/3 [2022-06-27T08:52:03.905Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-27T08:52:03.905Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-27T08:52:03.905Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-27T08:52:03.905Z] === CONT TestStopContainerWithTimeout/0 [2022-06-27T08:52:03.905Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-27T08:52:04.343Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-27T08:52:04.479Z] === CONT TestStopContainerWithTimeout/3 [2022-06-27T08:52:04.912Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-06-27T08:52:05.481Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-27T08:52:06.396Z] === CONT TestStopContainerWithTimeout/1 [2022-06-27T08:52:06.421Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-27T08:52:06.421Z] daemon_test.go:197: [dca36197283cc] daemon is not started [2022-06-27T08:52:06.421Z] --- PASS: TestConfigDaemonSeccompProfiles (3.21s) [2022-06-27T08:52:06.421Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-06-27T08:52:06.421Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.06s) [2022-06-27T08:52:06.421Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.10s) [2022-06-27T08:52:06.421Z] === RUN TestDaemonProxy [2022-06-27T08:52:06.421Z] === RUN TestDaemonProxy/environment_variables [2022-06-27T08:52:07.360Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-06-27T08:52:07.783Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-27T08:52:07.783Z] --- PASS: TestStopContainerWithTimeout/0 (0.68s) [2022-06-27T08:52:07.783Z] --- PASS: TestStopContainerWithTimeout/-1 (2.61s) [2022-06-27T08:52:07.783Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2022-06-27T08:52:07.783Z] --- PASS: TestStopContainerWithTimeout/1 (1.46s) [2022-06-27T08:52:07.783Z] === RUN TestDeleteDevicemapper [2022-06-27T08:52:07.783Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-27T08:52:07.783Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-27T08:52:07.783Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-27T08:52:08.303Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-06-27T08:52:08.303Z] === RUN TestDaemonProxy/command-line_options [2022-06-27T08:52:08.563Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-06-27T08:52:09.502Z] check_test.go:540: [dce5eb6a570a3] daemon is not started [2022-06-27T08:52:09.502Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-06-27T08:52:09.702Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.65s) [2022-06-27T08:52:09.702Z] === RUN TestUpdateMemory [2022-06-27T08:52:09.761Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-06-27T08:52:09.964Z] --- PASS: TestUpdateMemory (0.52s) [2022-06-27T08:52:09.964Z] === RUN TestUpdateCPUQuota [2022-06-27T08:52:10.020Z] === RUN TestDaemonProxy/configuration_file [2022-06-27T08:52:10.538Z] --- PASS: TestUpdateCPUQuota (0.74s) [2022-06-27T08:52:10.538Z] === RUN TestUpdatePidsLimit [2022-06-27T08:52:10.538Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-27T08:52:10.800Z] === RUN TestUpdatePidsLimit/no_change [2022-06-27T08:52:11.062Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-27T08:52:11.062Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-27T08:52:11.324Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-27T08:52:11.585Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-27T08:52:11.847Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-27T08:52:11.928Z] === RUN TestDaemonProxy/conflicting_options [2022-06-27T08:52:12.188Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-06-27T08:52:12.421Z] --- PASS: TestUpdatePidsLimit (1.83s) [2022-06-27T08:52:12.421Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2022-06-27T08:52:12.421Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2022-06-27T08:52:12.421Z] --- PASS: TestUpdatePidsLimit/update_lower (0.18s) [2022-06-27T08:52:12.421Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s) [2022-06-27T08:52:12.421Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2022-06-27T08:52:12.421Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.25s) [2022-06-27T08:52:12.421Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s) [2022-06-27T08:52:12.421Z] === RUN TestUpdateRestartPolicy [2022-06-27T08:52:12.449Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-27T08:52:12.593Z] --- PASS: TestCreateServiceMultipleTimes (15.65s) [2022-06-27T08:52:12.593Z] === RUN TestCreateServiceConflict [2022-06-27T08:52:12.593Z] --- PASS: TestCreateServiceConflict (2.20s) [2022-06-27T08:52:12.593Z] === RUN TestCreateServiceMaxReplicas [2022-06-27T08:52:13.018Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-06-27T08:52:13.018Z] --- PASS: TestDaemonProxy (6.39s) [2022-06-27T08:52:13.018Z] --- PASS: TestDaemonProxy/environment_variables (1.81s) [2022-06-27T08:52:13.018Z] --- PASS: TestDaemonProxy/command-line_options (1.79s) [2022-06-27T08:52:13.018Z] --- PASS: TestDaemonProxy/configuration_file (1.77s) [2022-06-27T08:52:13.018Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-27T08:52:13.018Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-27T08:52:13.018Z] PASS [2022-06-27T08:52:13.018Z] [2022-06-27T08:52:13.018Z] DONE 18 tests in 11.850s [2022-06-27T08:52:13.018Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-27T08:52:13.018Z] ++ 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-27T08:52:13.018Z] ++ set -e [2022-06-27T08:52:13.018Z] ++ '[' -n 0 ']' [2022-06-27T08:52:13.018Z] ++ set -x [2022-06-27T08:52:13.018Z] ++ 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-27T08:52:13.278Z] INFO: Testing against a local daemon [2022-06-27T08:52:13.278Z] === RUN TestCommitInheritsEnv [2022-06-27T08:52:13.538Z] --- PASS: TestCommitInheritsEnv (0.37s) [2022-06-27T08:52:13.538Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-27T08:52:13.538Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-27T08:52:13.538Z] === RUN TestImportWithCustomPlatform [2022-06-27T08:52:13.538Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-27T08:52:13.538Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-27T08:52:13.538Z] === RUN TestImportWithCustomPlatform// [2022-06-27T08:52:13.538Z] === RUN TestImportWithCustomPlatform/linux [2022-06-27T08:52:13.799Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-27T08:52:13.799Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-06-27T08:52:13.799Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-27T08:52:14.059Z] === RUN TestImportWithCustomPlatform/macos [2022-06-27T08:52:14.059Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-27T08:52:14.059Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-27T08:52:14.059Z] --- PASS: TestImportWithCustomPlatform (0.56s) [2022-06-27T08:52:14.059Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-27T08:52:14.059Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-27T08:52:14.059Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-27T08:52:14.059Z] --- PASS: TestImportWithCustomPlatform/linux (0.12s) [2022-06-27T08:52:14.059Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.15s) [2022-06-27T08:52:14.059Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.16s) [2022-06-27T08:52:14.059Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-27T08:52:14.059Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-27T08:52:14.059Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-27T08:52:14.059Z] === RUN TestImagesFilterMultiReference [2022-06-27T08:52:14.319Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-06-27T08:52:14.319Z] === RUN TestImagePullPlatformInvalid [2022-06-27T08:52:14.319Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-27T08:52:14.319Z] === RUN TestRemoveImageOrphaning [2022-06-27T08:52:14.579Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-06-27T08:52:14.579Z] --- PASS: TestRemoveImageOrphaning (0.41s) [2022-06-27T08:52:14.579Z] === RUN TestRemoveImageGarbageCollector [2022-06-27T08:52:14.839Z] docker_cli_daemon_plugins_test.go:106: [d45725775775c] daemon is not started [2022-06-27T08:52:15.098Z] time="2022-06-27T08:52:15Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-27T08:52:15.106Z] --- PASS: TestCreateServiceMaxReplicas (2.74s) [2022-06-27T08:52:15.106Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-27T08:52:16.038Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-06-27T08:52:17.419Z] --- PASS: TestRemoveImageGarbageCollector (2.48s) [2022-06-27T08:52:17.419Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-27T08:52:17.419Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-06-27T08:52:17.419Z] === RUN TestTagInvalidReference [2022-06-27T08:52:17.419Z] --- PASS: TestTagInvalidReference (0.02s) [2022-06-27T08:52:17.419Z] === RUN TestTagValidPrefixedRepo [2022-06-27T08:52:17.419Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-06-27T08:52:17.419Z] === RUN TestTagExistedNameWithoutForce [2022-06-27T08:52:17.419Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-27T08:52:17.419Z] === RUN TestTagOfficialNames [2022-06-27T08:52:17.419Z] --- PASS: TestTagOfficialNames (0.08s) [2022-06-27T08:52:17.419Z] === RUN TestTagMatchesDigest [2022-06-27T08:52:17.419Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-06-27T08:52:17.419Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-27T08:52:17.679Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-06-27T08:52:17.679Z] check_test.go:540: [da6b2a140636f] daemon is not started [2022-06-27T08:52:17.679Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-06-27T08:52:20.973Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-06-27T08:52:21.270Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-06-27T08:52:22.222Z] === RUN TestDockerSuite/TestBuildAddScript [2022-06-27T08:52:24.662Z] --- PASS: TestUpdateRestartPolicy (10.91s) [2022-06-27T08:52:24.662Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-27T08:52:24.662Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s) [2022-06-27T08:52:24.662Z] === RUN TestWaitNonBlocked [2022-06-27T08:52:24.662Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-27T08:52:24.662Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-27T08:52:24.662Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-27T08:52:24.662Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-27T08:52:24.662Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-27T08:52:24.662Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-27T08:52:24.662Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-27T08:52:24.662Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.73s) [2022-06-27T08:52:24.662Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.76s) [2022-06-27T08:52:24.662Z] === RUN TestWaitBlocked [2022-06-27T08:52:24.662Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-27T08:52:24.662Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-27T08:52:24.662Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-27T08:52:24.662Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-27T08:52:24.662Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-27T08:52:24.662Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-27T08:52:25.237Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-27T08:52:25.237Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.71s) [2022-06-27T08:52:25.237Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.75s) [2022-06-27T08:52:25.237Z] === CONT TestContainerStartOnDaemonRestart [2022-06-27T08:52:25.237Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-27T08:52:25.524Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-06-27T08:52:27.435Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-06-27T08:52:27.790Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.11s) [2022-06-27T08:52:27.790Z] === CONT TestIpcModeOlderClient [2022-06-27T08:52:27.790Z] --- PASS: TestContainerStartOnDaemonRestart (2.14s) [2022-06-27T08:52:27.790Z] === CONT TestContainerKillOnDaemonStart [2022-06-27T08:52:27.790Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-06-27T08:52:27.790Z] === CONT TestDaemonHostGatewayIP [2022-06-27T08:52:28.375Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-06-27T08:52:28.638Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-06-27T08:52:29.208Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-06-27T08:52:29.208Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from config [2022-06-27T08:52:29.778Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config [2022-06-27T08:52:29.934Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.24s) [2022-06-27T08:52:29.934Z] === RUN TestCreateServiceSecretFileMode [2022-06-27T08:52:30.353Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from config [2022-06-27T08:52:30.384Z] --- PASS: TestDaemonHostGatewayIP (2.47s) [2022-06-27T08:52:30.384Z] === CONT TestDaemonRestartIpcMode [2022-06-27T08:52:30.495Z] --- PASS: TestCreateServiceSecretFileMode (2.48s) [2022-06-27T08:52:30.495Z] === RUN TestCreateServiceConfigFileMode [2022-06-27T08:52:30.923Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config [2022-06-27T08:52:31.493Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config [2022-06-27T08:52:32.063Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli [2022-06-27T08:52:32.302Z] --- PASS: TestDaemonRestartIpcMode (2.22s) [2022-06-27T08:52:32.324Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-06-27T08:52:32.324Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli [2022-06-27T08:52:32.893Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli [2022-06-27T08:52:33.009Z] --- PASS: TestCreateServiceConfigFileMode (2.50s) [2022-06-27T08:52:33.009Z] === RUN TestCreateServiceSysctls [2022-06-27T08:52:33.463Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli [2022-06-27T08:52:34.033Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli [2022-06-27T08:52:34.604Z] check_test.go:540: [d498bd5e72d6b] daemon is not started [2022-06-27T08:52:34.604Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-06-27T08:52:35.544Z] check_test.go:540: [d9a58b6a348ec] daemon is not started [2022-06-27T08:52:35.544Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-06-27T08:52:36.114Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-06-27T08:52:36.272Z] --- PASS: TestCreateServiceSysctls (3.22s) [2022-06-27T08:52:36.272Z] === RUN TestCreateServiceCapabilities [2022-06-27T08:52:36.683Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-06-27T08:52:37.623Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-06-27T08:52:39.592Z] --- PASS: TestCreateServiceCapabilities (2.66s) [2022-06-27T08:52:39.593Z] === RUN TestInspect [2022-06-27T08:52:40.162Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-06-27T08:52:40.421Z] === RUN TestDockerSuite/TestBuildAddTar [2022-06-27T08:52:40.448Z] --- PASS: TestContainerKillOnDaemonStart (11.70s) [2022-06-27T08:52:40.448Z] PASS [2022-06-27T08:52:40.448Z] [2022-06-27T08:52:40.448Z] === Skipped [2022-06-27T08:52:40.448Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-06-27T08:52:40.448Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-27T08:52:40.448Z] [2022-06-27T08:52:40.448Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-27T08:52:40.448Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-27T08:52:40.448Z] [2022-06-27T08:52:40.448Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-27T08:52:40.448Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-27T08:52:40.448Z] [2022-06-27T08:52:40.448Z] DONE 259 tests, 3 skipped in 119.981s [2022-06-27T08:52:40.448Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-27T08:52:40.448Z] ++ 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-27T08:52:40.448Z] ++ set -e [2022-06-27T08:52:40.448Z] ++ '[' -n 0 ']' [2022-06-27T08:52:40.448Z] ++ set -x [2022-06-27T08:52:40.448Z] ++ 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-27T08:52:40.448Z] === RUN TestConfigDaemonLibtrustID [2022-06-27T08:52:40.448Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-06-27T08:52:40.448Z] === RUN TestConfigDaemonID [2022-06-27T08:52:40.710Z] daemon_test.go:83: [d97b08e4ca6cb] daemon is not started [2022-06-27T08:52:40.710Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-27T08:52:40.710Z] === RUN TestDaemonConfigValidation [2022-06-27T08:52:40.710Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-27T08:52:40.710Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-27T08:52:40.710Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-27T08:52:40.710Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-27T08:52:40.710Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-27T08:52:40.710Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-27T08:52:40.710Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-27T08:52:40.710Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-27T08:52:40.710Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-27T08:52:40.710Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-27T08:52:40.710Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-27T08:52:40.710Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-27T08:52:40.971Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-27T08:52:40.971Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-27T08:52:40.971Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-27T08:52:40.971Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-27T08:52:40.971Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-06-27T08:52:40.971Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-06-27T08:52:40.971Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-06-27T08:52:40.971Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-06-27T08:52:40.971Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-06-27T08:52:40.971Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-27T08:52:40.971Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-27T08:52:40.991Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-06-27T08:52:41.251Z] check_test.go:540: [d86cb1abf8875] daemon is not started [2022-06-27T08:52:41.251Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-06-27T08:52:42.108Z] --- PASS: TestInspect (2.89s) [2022-06-27T08:52:42.108Z] === RUN TestCreateJob [2022-06-27T08:52:42.360Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-27T08:52:43.305Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-27T08:52:44.250Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-27T08:52:44.251Z] daemon_test.go:197: [d6f2bdb4a5b84] daemon is not started [2022-06-27T08:52:44.251Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s) [2022-06-27T08:52:44.251Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-27T08:52:44.251Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-27T08:52:44.251Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-27T08:52:44.251Z] === RUN TestDaemonProxy [2022-06-27T08:52:44.251Z] === RUN TestDaemonProxy/environment_variables [2022-06-27T08:52:44.550Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-06-27T08:52:45.372Z] --- PASS: TestCreateJob (3.24s) [2022-06-27T08:52:45.372Z] === RUN TestReplicatedJob [2022-06-27T08:52:46.168Z] === RUN TestDaemonProxy/command-line_options [2022-06-27T08:52:46.461Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-06-27T08:52:47.556Z] === RUN TestDaemonProxy/configuration_file [2022-06-27T08:52:49.472Z] === RUN TestDaemonProxy/conflicting_options [2022-06-27T08:52:49.734Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-27T08:52:49.756Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-06-27T08:52:50.308Z] --- PASS: TestDaemonProxy (6.21s) [2022-06-27T08:52:50.308Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-06-27T08:52:50.308Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-06-27T08:52:50.308Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-06-27T08:52:50.308Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-27T08:52:50.308Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-27T08:52:50.308Z] PASS [2022-06-27T08:52:50.308Z] [2022-06-27T08:52:50.308Z] DONE 18 tests in 11.238s [2022-06-27T08:52:50.308Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-06-27T08:52:50.308Z] ++ 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-27T08:52:50.308Z] ++ set -e [2022-06-27T08:52:50.308Z] ++ '[' -n 0 ']' [2022-06-27T08:52:50.308Z] ++ set -x [2022-06-27T08:52:50.308Z] ++ 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-27T08:52:50.327Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-06-27T08:52:50.607Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-06-27T08:52:50.609Z] INFO: Testing against a local daemon [2022-06-27T08:52:50.609Z] === RUN TestCommitInheritsEnv [2022-06-27T08:52:50.614Z] --- PASS: TestReplicatedJob (5.53s) [2022-06-27T08:52:50.614Z] === RUN TestUpdateReplicatedJob [2022-06-27T08:52:50.871Z] --- PASS: TestCommitInheritsEnv (0.25s) [2022-06-27T08:52:50.871Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-27T08:52:50.871Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-27T08:52:50.871Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-06-27T08:52:50.871Z] === RUN TestImportWithCustomPlatform [2022-06-27T08:52:50.871Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-27T08:52:50.871Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-27T08:52:50.871Z] === RUN TestImportWithCustomPlatform// [2022-06-27T08:52:50.871Z] === RUN TestImportWithCustomPlatform/linux [2022-06-27T08:52:50.871Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-27T08:52:51.133Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-27T08:52:51.133Z] === RUN TestImportWithCustomPlatform/macos [2022-06-27T08:52:51.133Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-27T08:52:51.133Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-27T08:52:51.133Z] --- PASS: TestImportWithCustomPlatform (0.33s) [2022-06-27T08:52:51.133Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-27T08:52:51.133Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-27T08:52:51.133Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-27T08:52:51.133Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-27T08:52:51.133Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-27T08:52:51.133Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-27T08:52:51.133Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-27T08:52:51.133Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-27T08:52:51.134Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-27T08:52:51.134Z] === RUN TestImagesFilterMultiReference [2022-06-27T08:52:51.134Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-06-27T08:52:51.134Z] === RUN TestImagePullPlatformInvalid [2022-06-27T08:52:51.134Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-27T08:52:51.134Z] === RUN TestRemoveImageOrphaning [2022-06-27T08:52:51.395Z] --- PASS: TestRemoveImageOrphaning (0.24s) [2022-06-27T08:52:51.395Z] === RUN TestRemoveImageGarbageCollector [2022-06-27T08:52:51.395Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-27T08:52:51.395Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-27T08:52:51.395Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-27T08:52:51.395Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-27T08:52:51.395Z] === RUN TestTagInvalidReference [2022-06-27T08:52:51.395Z] --- PASS: TestTagInvalidReference (0.02s) [2022-06-27T08:52:51.396Z] === RUN TestTagValidPrefixedRepo [2022-06-27T08:52:51.396Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-27T08:52:51.396Z] === RUN TestTagExistedNameWithoutForce [2022-06-27T08:52:51.547Z] check_test.go:540: [d6cc38cb6dbfc] daemon is not started [2022-06-27T08:52:51.547Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-06-27T08:52:51.658Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-27T08:52:51.658Z] === RUN TestTagOfficialNames [2022-06-27T08:52:51.658Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-27T08:52:51.658Z] === RUN TestTagMatchesDigest [2022-06-27T08:52:51.658Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-27T08:52:51.658Z] PASS [2022-06-27T08:52:51.658Z] [2022-06-27T08:52:51.658Z] === Skipped [2022-06-27T08:52:51.658Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-06-27T08:52:51.658Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-27T08:52:51.658Z] [2022-06-27T08:52:51.658Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-27T08:52:51.658Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-27T08:52:51.658Z] [2022-06-27T08:52:51.658Z] DONE 22 tests, 2 skipped in 1.218s [2022-06-27T08:52:51.658Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-27T08:52:51.658Z] ++ 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-27T08:52:51.658Z] ++ set -e [2022-06-27T08:52:51.658Z] ++ '[' -n 0 ']' [2022-06-27T08:52:51.658Z] ++ set -x [2022-06-27T08:52:51.658Z] ++ 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-27T08:52:51.658Z] === RUN TestStripANSICommands [2022-06-27T08:52:51.658Z] === RUN TestStripANSICommands/#00 [2022-06-27T08:52:51.658Z] === RUN TestStripANSICommands/#01 [2022-06-27T08:52:51.658Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-27T08:52:51.658Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-27T08:52:51.658Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-27T08:52:51.658Z] PASS [2022-06-27T08:52:51.658Z] [2022-06-27T08:52:51.658Z] DONE 3 tests in 0.034s [2022-06-27T08:52:51.658Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-06-27T08:52:51.658Z] ++ 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-27T08:52:51.658Z] ++ set -e [2022-06-27T08:52:51.658Z] ++ '[' -n 0 ']' [2022-06-27T08:52:51.658Z] ++ set -x [2022-06-27T08:52:51.658Z] ++ 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-27T08:52:51.658Z] INFO: Testing against a local daemon [2022-06-27T08:52:51.658Z] === RUN TestNetworkCreateDelete [2022-06-27T08:52:51.919Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-27T08:52:51.920Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-06-27T08:52:51.920Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-27T08:52:51.920Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-27T08:52:51.920Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-27T08:52:51.920Z] Cross building: bundles/cross/windows/amd64 [2022-06-27T08:52:51.920Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-06-27T08:52:51.920Z] { [2022-06-27T08:52:51.920Z] "RT_GROUP_ICON": { [2022-06-27T08:52:51.920Z] "#1": { [2022-06-27T08:52:51.920Z] "0409": "../../winresources/docker.ico" [2022-06-27T08:52:51.920Z] } [2022-06-27T08:52:51.920Z] }, [2022-06-27T08:52:51.920Z] "RT_MANIFEST": { [2022-06-27T08:52:51.920Z] "#1": { [2022-06-27T08:52:51.920Z] "0409": { [2022-06-27T08:52:51.920Z] "identity": {}, [2022-06-27T08:52:51.920Z] "description": "Docker Engine", [2022-06-27T08:52:51.920Z] "minimum-os": "vista", [2022-06-27T08:52:51.920Z] "execution-level": "", [2022-06-27T08:52:51.920Z] "ui-access": false, [2022-06-27T08:52:51.920Z] "auto-elevate": false, [2022-06-27T08:52:51.920Z] "dpi-awareness": "unaware", [2022-06-27T08:52:51.920Z] "disable-theming": false, [2022-06-27T08:52:51.920Z] "disable-window-filtering": false, [2022-06-27T08:52:51.920Z] "high-resolution-scrolling-aware": false, [2022-06-27T08:52:51.920Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-27T08:52:51.920Z] "long-path-aware": false, [2022-06-27T08:52:51.920Z] "printer-driver-isolation": false, [2022-06-27T08:52:51.920Z] "gdi-scaling": false, [2022-06-27T08:52:51.920Z] "segment-heap": false, [2022-06-27T08:52:51.920Z] "use-common-controls-v6": false [2022-06-27T08:52:51.920Z] } [2022-06-27T08:52:51.920Z] } [2022-06-27T08:52:51.920Z] }, [2022-06-27T08:52:51.920Z] "RT_MESSAGETABLE": { [2022-06-27T08:52:51.920Z] "#1": { [2022-06-27T08:52:51.920Z] "0409": "../../winresources/event_messages.bin" [2022-06-27T08:52:51.920Z] } [2022-06-27T08:52:51.920Z] }, [2022-06-27T08:52:51.920Z] "RT_VERSION": { [2022-06-27T08:52:51.920Z] "#1": { [2022-06-27T08:52:51.920Z] "0409": { [2022-06-27T08:52:51.920Z] "fixed": { [2022-06-27T08:52:51.920Z] "file_version": "0.0.0.0", [2022-06-27T08:52:51.920Z] "product_version": "0.0.0.0", [2022-06-27T08:52:51.920Z] "type": "Unknown" [2022-06-27T08:52:51.920Z] }, [2022-06-27T08:52:51.920Z] "info": { [2022-06-27T08:52:51.920Z] "0000": { [2022-06-27T08:52:51.920Z] "CompanyName": "", [2022-06-27T08:52:51.920Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-06-27T08:52:51.920Z] === RUN TestDockerNetworkDeletePreferID [2022-06-27T08:52:51.920Z] "FileVersion": "dev", [2022-06-27T08:52:51.920Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-27T08:52:51.920Z] "OriginalFileName": "dockerd-dev.exe", [2022-06-27T08:52:51.920Z] "ProductName": "", [2022-06-27T08:52:51.920Z] "ProductVersion": "dev", [2022-06-27T08:52:51.920Z] "SpecialBuild": "cf543a0bd5186b3f05954088ff7f2c2c75c92f06" [2022-06-27T08:52:51.920Z] } [2022-06-27T08:52:51.920Z] } [2022-06-27T08:52:51.920Z] } [2022-06-27T08:52:51.920Z] } [2022-06-27T08:52:51.920Z] } [2022-06-27T08:52:51.920Z] } [2022-06-27T08:52:51.920Z] cmd/dockerd/config.go [2022-06-27T08:52:51.920Z] cmd/dockerd/config_windows.go [2022-06-27T08:52:51.920Z] cmd/dockerd/daemon.go [2022-06-27T08:52:51.920Z] cmd/dockerd/daemon_test.go [2022-06-27T08:52:51.920Z] cmd/dockerd/daemon_windows.go [2022-06-27T08:52:51.920Z] cmd/dockerd/docker.go [2022-06-27T08:52:51.920Z] cmd/dockerd/docker_windows.go [2022-06-27T08:52:51.920Z] cmd/dockerd/genwinres_windows.go [2022-06-27T08:52:51.920Z] cmd/dockerd/metrics.go [2022-06-27T08:52:51.920Z] cmd/dockerd/options.go [2022-06-27T08:52:51.920Z] cmd/dockerd/options_test.go [2022-06-27T08:52:51.920Z] cmd/dockerd/service_windows.go [2022-06-27T08:52:51.920Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-27T08:52:51.920Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-27T08:52:52.117Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-06-27T08:52:52.182Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2022-06-27T08:52:52.182Z] === RUN TestDaemonDNSFallback [2022-06-27T08:52:53.887Z] --- PASS: TestUpdateReplicatedJob (3.14s) [2022-06-27T08:52:53.887Z] === RUN TestServiceListWithStatuses [2022-06-27T08:52:53.887Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-27T08:52:53.887Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-27T08:52:53.887Z] === RUN TestDockerNetworkConnectAlias [2022-06-27T08:52:56.319Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-06-27T08:52:56.580Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-06-27T08:52:58.049Z] --- PASS: TestDockerNetworkConnectAlias (4.22s) [2022-06-27T08:52:58.049Z] === RUN TestDockerNetworkReConnect [2022-06-27T08:52:58.776Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-06-27T08:52:58.776Z] === RUN TestInspectNetwork [2022-06-27T08:52:59.874Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-06-27T08:53:02.083Z] === RUN TestInspectNetwork/full_network_id [2022-06-27T08:53:02.083Z] === RUN TestInspectNetwork/partial_network_id [2022-06-27T08:53:02.083Z] === RUN TestInspectNetwork/network_name [2022-06-27T08:53:02.083Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-27T08:53:02.210Z] --- PASS: TestDockerNetworkReConnect (3.46s) [2022-06-27T08:53:02.210Z] === RUN TestServicePlugin [2022-06-27T08:53:02.415Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-06-27T08:53:03.797Z] === RUN TestDockerSuite/TestBuildBlankName [2022-06-27T08:53:04.058Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-06-27T08:53:04.999Z] check_test.go:540: [d16d839b3b786] daemon is not started [2022-06-27T08:53:04.999Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-06-27T08:53:05.476Z] plugin_test.go:61: [dfa8f87bf4ba8] joining swarm manager [dd97cd128429f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T08:53:05.569Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-06-27T08:53:06.141Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-06-27T08:53:06.296Z] --- PASS: TestInspectNetwork (7.11s) [2022-06-27T08:53:06.296Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-27T08:53:06.296Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-27T08:53:06.296Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-27T08:53:06.296Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-27T08:53:06.296Z] === RUN TestRunContainerWithBridgeNone [2022-06-27T08:53:06.401Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-06-27T08:53:06.402Z] plugin_test.go:64: [dfe87a25f3c56] joining swarm manager [dd97cd128429f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T08:53:06.661Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-06-27T08:53:07.242Z] --- PASS: TestRunContainerWithBridgeNone (1.46s) [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-27T08:53:07.242Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-27T08:53:07.242Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-27T08:53:07.242Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-27T08:53:07.242Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-27T08:53:07.242Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-27T08:53:07.242Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-27T08:53:07.242Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-27T08:53:07.242Z] === RUN TestNetworkList [2022-06-27T08:53:07.242Z] === RUN TestNetworkList//networks [2022-06-27T08:53:07.242Z] === PAUSE TestNetworkList//networks [2022-06-27T08:53:07.242Z] === RUN TestNetworkList//networks/ [2022-06-27T08:53:07.242Z] === PAUSE TestNetworkList//networks/ [2022-06-27T08:53:07.242Z] === CONT TestNetworkList//networks [2022-06-27T08:53:07.242Z] === CONT TestNetworkList//networks/ [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkList (0.01s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-27T08:53:07.242Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-27T08:53:07.242Z] === RUN TestHostIPv4BridgeLabel [2022-06-27T08:53:07.815Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-27T08:53:07.815Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-27T08:53:08.571Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-06-27T08:53:08.571Z] check_test.go:540: [deb4e862d7846] daemon is not started [2022-06-27T08:53:08.571Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-06-27T08:53:08.571Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-06-27T08:53:08.760Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-06-27T08:53:08.760Z] === RUN TestDaemonDefaultNetworkPools [2022-06-27T08:53:09.704Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-06-27T08:53:09.704Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-27T08:53:09.955Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-06-27T08:53:10.650Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-06-27T08:53:10.650Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-27T08:53:10.894Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-06-27T08:53:12.039Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-06-27T08:53:12.039Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-27T08:53:12.274Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-06-27T08:53:12.612Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-06-27T08:53:12.612Z] === RUN TestServiceWithPredefinedNetwork [2022-06-27T08:53:13.214Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-06-27T08:53:14.154Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-06-27T08:53:15.163Z] --- PASS: TestServiceWithPredefinedNetwork (2.26s) [2022-06-27T08:53:15.163Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-27T08:53:15.163Z] service_test.go:243: FLAKY_TEST [2022-06-27T08:53:15.163Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-27T08:53:15.163Z] === RUN TestServiceWithDataPathPortInit [2022-06-27T08:53:16.696Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-06-27T08:53:17.265Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-06-27T08:53:17.524Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-06-27T08:53:18.906Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-06-27T08:53:20.817Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-06-27T08:53:21.093Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-06-27T08:53:24.414Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-06-27T08:53:27.709Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-06-27T08:53:30.085Z] --- PASS: TestServiceWithDataPathPortInit (14.06s) [2022-06-27T08:53:30.085Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-27T08:53:31.473Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:j0wbwle3jksqyad1pavyaee86 Created:2022-06-27 08:53:30.067780943 +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[9a3907da43dee6d0f5641654b7512bab4aec8e1eeae74a796a2eecd263847797:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.u3yxq36qs4wy119h8wig04w1h EndpointID:10d2578ecce35e76cccd585d79572b163a458fb8bf0a7d5bea094f03a71e71bf MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8aa4bb32bea92ba8241bc045a58f47644657f1ffbf0bce45870ad6df10b2e40b 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:23746b694c58 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.u3yxq36qs4wy119h8wig04w1h EndpointID:10d2578ecce35e76cccd585d79572b163a458fb8bf0a7d5bea094f03a71e71bf EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-27T08:53:32.887Z] --- PASS: TestServicePlugin (30.13s) [2022-06-27T08:53:32.887Z] === RUN TestServiceUpdateLabel [2022-06-27T08:53:32.991Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-06-27T08:53:32.991Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-06-27T08:53:33.930Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-06-27T08:53:34.249Z] --- PASS: TestServiceUpdateLabel (2.56s) [2022-06-27T08:53:34.249Z] === RUN TestServiceUpdateSecrets [2022-06-27T08:53:35.312Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-06-27T08:53:35.684Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s) [2022-06-27T08:53:35.684Z] PASS [2022-06-27T08:53:35.684Z] [2022-06-27T08:53:35.684Z] === Skipped [2022-06-27T08:53:35.684Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-27T08:53:35.684Z] service_test.go:243: FLAKY_TEST [2022-06-27T08:53:35.684Z] [2022-06-27T08:53:35.684Z] DONE 38 tests, 1 skipped in 43.956s [2022-06-27T08:53:35.684Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-27T08:53:35.684Z] ++ 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-27T08:53:35.684Z] ++ set -e [2022-06-27T08:53:35.684Z] ++ '[' -n 0 ']' [2022-06-27T08:53:35.684Z] ++ set -x [2022-06-27T08:53:35.684Z] ++ 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-27T08:53:35.684Z] INFO: Testing against a local daemon [2022-06-27T08:53:35.684Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-27T08:53:35.684Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:53:35.684Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-27T08:53:35.684Z] === RUN TestDockerNetworkIpvlan [2022-06-27T08:53:35.684Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:53:35.684Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-27T08:53:35.684Z] PASS [2022-06-27T08:53:35.684Z] [2022-06-27T08:53:35.684Z] === Skipped [2022-06-27T08:53:35.684Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-27T08:53:35.684Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:53:35.684Z] [2022-06-27T08:53:35.684Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-27T08:53:35.684Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:53:35.684Z] [2022-06-27T08:53:35.684Z] DONE 2 tests, 2 skipped in 0.089s [2022-06-27T08:53:35.684Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-27T08:53:35.684Z] ++ 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-27T08:53:35.684Z] ++ set -e [2022-06-27T08:53:35.684Z] ++ '[' -n 0 ']' [2022-06-27T08:53:35.684Z] ++ set -x [2022-06-27T08:53:35.684Z] ++ 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-27T08:53:35.946Z] INFO: Testing against a local daemon [2022-06-27T08:53:35.946Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-27T08:53:36.252Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-06-27T08:53:36.252Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-06-27T08:53:37.360Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.44s) [2022-06-27T08:53:37.360Z] === RUN TestDockerNetworkMacvlan [2022-06-27T08:53:37.946Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-27T08:53:38.897Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-27T08:53:39.469Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-27T08:53:39.548Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-06-27T08:53:39.548Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-06-27T08:53:39.548Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-06-27T08:53:41.387Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-27T08:53:42.089Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-06-27T08:53:42.774Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-27T08:53:43.996Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-06-27T08:53:45.377Z] docker_cli_daemon_test.go:2503: [df2ad5a04027a] daemon is not started [2022-06-27T08:53:46.081Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-27T08:53:46.654Z] --- PASS: TestDockerNetworkMacvlan (9.41s) [2022-06-27T08:53:46.654Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2022-06-27T08:53:46.654Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-06-27T08:53:46.654Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s) [2022-06-27T08:53:46.654Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.81s) [2022-06-27T08:53:46.654Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.96s) [2022-06-27T08:53:46.654Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s) [2022-06-27T08:53:46.654Z] PASS [2022-06-27T08:53:46.654Z] [2022-06-27T08:53:46.654Z] DONE 8 tests in 10.924s [2022-06-27T08:53:46.654Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-27T08:53:46.654Z] ++ 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-27T08:53:46.654Z] ++ set -e [2022-06-27T08:53:46.654Z] ++ '[' -n 0 ']' [2022-06-27T08:53:46.654Z] ++ set -x [2022-06-27T08:53:46.654Z] ++ 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-27T08:53:46.654Z] testing: warning: no tests to run [2022-06-27T08:53:46.654Z] PASS [2022-06-27T08:53:46.654Z] [2022-06-27T08:53:46.654Z] DONE 0 tests in 0.027s [2022-06-27T08:53:46.654Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-27T08:53:46.654Z] ++ 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-27T08:53:46.654Z] ++ set -e [2022-06-27T08:53:46.654Z] ++ '[' -n 0 ']' [2022-06-27T08:53:46.654Z] ++ set -x [2022-06-27T08:53:46.654Z] ++ 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-27T08:53:46.915Z] INFO: Testing against a local daemon [2022-06-27T08:53:46.915Z] === RUN TestAuthZPluginAllowRequest [2022-06-27T08:53:47.289Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-06-27T08:53:47.859Z] --- PASS: TestAuthZPluginAllowRequest (1.14s) [2022-06-27T08:53:47.859Z] === RUN TestAuthZPluginTLS [2022-06-27T08:53:48.432Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-06-27T08:53:48.432Z] === RUN TestAuthZPluginDenyRequest [2022-06-27T08:53:49.004Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-27T08:53:49.004Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-27T08:53:49.078Z] --- PASS: TestServiceUpdateSecrets (14.69s) [2022-06-27T08:53:49.078Z] === RUN TestServiceUpdateConfigs [2022-06-27T08:53:49.577Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-27T08:53:49.577Z] === RUN TestAuthZPluginDenyResponse [2022-06-27T08:53:50.149Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-27T08:53:50.149Z] === RUN TestAuthZPluginAllowEventStream [2022-06-27T08:53:50.582Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-06-27T08:53:51.093Z] --- PASS: TestAuthZPluginAllowEventStream (1.07s) [2022-06-27T08:53:51.093Z] === RUN TestAuthZPluginErrorResponse [2022-06-27T08:53:51.152Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-06-27T08:53:51.665Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-06-27T08:53:51.665Z] === RUN TestAuthZPluginErrorRequest [2022-06-27T08:53:52.237Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-06-27T08:53:52.237Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-27T08:53:52.533Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-06-27T08:53:52.810Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-27T08:53:52.810Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-27T08:53:53.472Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-06-27T08:53:54.041Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-06-27T08:53:54.196Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.30s) [2022-06-27T08:53:54.196Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-27T08:53:55.583Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.31s) [2022-06-27T08:53:55.583Z] === RUN TestAuthZPluginHeader [2022-06-27T08:53:55.951Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-06-27T08:53:56.156Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-06-27T08:53:56.156Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-27T08:53:56.156Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-27T08:53:56.156Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-27T08:53:56.156Z] === RUN TestAuthZPluginV2Disable [2022-06-27T08:53:56.156Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-27T08:53:56.156Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-06-27T08:53:56.156Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-27T08:53:56.156Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-27T08:53:56.156Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-27T08:53:56.156Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-27T08:53:56.156Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-27T08:53:56.156Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-27T08:53:56.156Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-27T08:53:58.491Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-06-27T08:54:00.400Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-06-27T08:54:00.660Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-06-27T08:54:02.043Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-06-27T08:54:02.983Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-06-27T08:54:03.243Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-06-27T08:54:03.243Z] check_test.go:540: [d49b860fb44bc] daemon is not started [2022-06-27T08:54:03.243Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-06-27T08:54:03.908Z] --- PASS: TestServiceUpdateConfigs (14.59s) [2022-06-27T08:54:03.908Z] === RUN TestServiceUpdateNetwork [2022-06-27T08:54:04.182Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-06-27T08:54:06.092Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-06-27T08:54:07.033Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-06-27T08:54:07.603Z] === RUN TestDockerSuite/TestBuildCmd [2022-06-27T08:54:07.863Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-06-27T08:54:08.433Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-06-27T08:54:08.693Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-06-27T08:54:08.693Z] docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows [2022-06-27T08:54:08.693Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite (333.38s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.22s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.82s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.61s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.44s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.24s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.44s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.43s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.74s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.30s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.23s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.32s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.51s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.40s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.30s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.45s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.51s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.39s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (1.93s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.53s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.61s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.55s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.61s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.87s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.26s) [2022-06-27T08:54:08.954Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.93s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.01s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.51s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.78s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.49s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.05s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.20s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.36s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.71s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.69s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.71s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.38s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.37s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.43s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.59s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (4.68s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.13s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.72s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.09s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.07s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (3.94s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.86s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.29s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.29s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.13s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.05s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.31s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.56s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.09s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.50s) [2022-06-27T08:54:08.954Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-06-27T08:54:08.954Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (1.90s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.56s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.40s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.12s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.70s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.96s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.69s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.02s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.09s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.67s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.69s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.74s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.55s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.90s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.10s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.13s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.56s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.20s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.92s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.85s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.16s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.78s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.52s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.86s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.48s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.79s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.27s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.38s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.06s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.47s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.01s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.58s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.42s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.58s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.67s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.10s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.07s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.00s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.88s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.59s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.58s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.97s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.86s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.14s) [2022-06-27T08:54:08.954Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.74s) [2022-06-27T08:54:08.954Z] === RUN TestDockerSwarmSuite [2022-06-27T08:54:08.954Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-06-27T08:54:10.335Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-06-27T08:54:12.244Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-06-27T08:54:14.280Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-06-27T08:54:14.280Z] PASS [2022-06-27T08:54:14.280Z] [2022-06-27T08:54:14.280Z] === Skipped [2022-06-27T08:54:14.280Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-27T08:54:14.280Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-27T08:54:14.280Z] [2022-06-27T08:54:14.280Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-06-27T08:54:14.280Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-27T08:54:14.280Z] [2022-06-27T08:54:14.280Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-27T08:54:14.280Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-27T08:54:14.280Z] [2022-06-27T08:54:14.280Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-27T08:54:14.280Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-27T08:54:14.280Z] [2022-06-27T08:54:14.280Z] DONE 17 tests, 4 skipped in 25.933s [2022-06-27T08:54:14.280Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-27T08:54:14.280Z] ++ 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-27T08:54:14.280Z] ++ set -e [2022-06-27T08:54:14.280Z] ++ '[' -n 0 ']' [2022-06-27T08:54:14.280Z] ++ set -x [2022-06-27T08:54:14.280Z] ++ 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-27T08:54:14.280Z] INFO: Testing against a local daemon [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-27T08:54:14.280Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-27T08:54:14.280Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-27T08:54:14.280Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-27T08:54:14.280Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-27T08:54:14.280Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-27T08:54:14.280Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-27T08:54:14.280Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-27T08:54:14.280Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-27T08:54:14.280Z] === RUN TestPluginInstall [2022-06-27T08:54:14.280Z] === RUN TestPluginInstall/no_auth [2022-06-27T08:54:14.280Z] time="2022-06-27T08:54:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:54:14.280Z] time="2022-06-27T08:54:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:25e56bfb9a31dad41ed4a47f2f26311222dcdd7d1453255426d4ff1a5c6a5e2c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:54:14.280Z] time="2022-06-27T08:54:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:54:14.280Z] time="2022-06-27T08:54:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:25e56bfb9a31dad41ed4a47f2f26311222dcdd7d1453255426d4ff1a5c6a5e2c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:54:14.280Z] === RUN TestPluginInstall/with_htpasswd [2022-06-27T08:54:14.280Z] time="2022-06-27T08:54:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:54:14.280Z] time="2022-06-27T08:54:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:25e56bfb9a31dad41ed4a47f2f26311222dcdd7d1453255426d4ff1a5c6a5e2c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:54:14.280Z] time="2022-06-27T08:54:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:54:14.280Z] time="2022-06-27T08:54:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:25e56bfb9a31dad41ed4a47f2f26311222dcdd7d1453255426d4ff1a5c6a5e2c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:54:14.280Z] === RUN TestPluginInstall/with_insecure [2022-06-27T08:54:15.224Z] time="2022-06-27T08:54:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:54:15.224Z] time="2022-06-27T08:54:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:298d735d520f94d007455e12e4f5d07d3ce7d68d419f01a32f5d900b4508d8fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:54:15.224Z] time="2022-06-27T08:54:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:54:15.224Z] time="2022-06-27T08:54:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:298d735d520f94d007455e12e4f5d07d3ce7d68d419f01a32f5d900b4508d8fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:54:15.486Z] plugin_test.go:195: [de0ea8217a5cd] daemon is not started [2022-06-27T08:54:15.486Z] --- PASS: TestPluginInstall (2.56s) [2022-06-27T08:54:15.486Z] --- PASS: TestPluginInstall/no_auth (0.98s) [2022-06-27T08:54:15.486Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-06-27T08:54:15.486Z] --- PASS: TestPluginInstall/with_insecure (1.02s) [2022-06-27T08:54:15.486Z] === RUN TestPluginsWithRuntimes [2022-06-27T08:54:15.537Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-06-27T08:54:15.537Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-06-27T08:54:16.067Z] --- PASS: TestServiceUpdateNetwork (12.42s) [2022-06-27T08:54:16.067Z] === RUN TestServiceUpdatePidsLimit [2022-06-27T08:54:16.873Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-27T08:54:16.917Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-06-27T08:54:16.993Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-27T08:54:17.817Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-27T08:54:17.857Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-06-27T08:54:17.920Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-27T08:54:18.429Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-06-27T08:54:18.762Z] --- PASS: TestPluginsWithRuntimes (3.26s) [2022-06-27T08:54:18.762Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-06-27T08:54:18.762Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-06-27T08:54:18.762Z] === RUN TestPluginBackCompatMediaTypes [2022-06-27T08:54:19.336Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-06-27T08:54:19.336Z] PASS [2022-06-27T08:54:19.336Z] [2022-06-27T08:54:19.336Z] DONE 24 tests in 6.528s [2022-06-27T08:54:19.336Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-27T08:54:19.336Z] ++ 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-27T08:54:19.336Z] ++ set -e [2022-06-27T08:54:19.336Z] ++ '[' -n 0 ']' [2022-06-27T08:54:19.336Z] ++ set -x [2022-06-27T08:54:19.336Z] ++ 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-27T08:54:19.336Z] INFO: Testing against a local daemon [2022-06-27T08:54:19.336Z] === RUN TestExternalGraphDriver [2022-06-27T08:54:19.336Z] === RUN TestExternalGraphDriver/json [2022-06-27T08:54:19.368Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-06-27T08:54:19.937Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-06-27T08:54:20.197Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-06-27T08:54:20.766Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-06-27T08:54:21.254Z] === RUN TestExternalGraphDriver/spec [2022-06-27T08:54:22.642Z] === RUN TestExternalGraphDriver/pull [2022-06-27T08:54:24.561Z] --- PASS: TestExternalGraphDriver (4.86s) [2022-06-27T08:54:24.561Z] --- PASS: TestExternalGraphDriver/json (1.60s) [2022-06-27T08:54:24.561Z] --- PASS: TestExternalGraphDriver/spec (1.57s) [2022-06-27T08:54:24.561Z] --- PASS: TestExternalGraphDriver/pull (1.65s) [2022-06-27T08:54:24.561Z] === RUN TestGraphdriverPluginV2 [2022-06-27T08:54:24.561Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-27T08:54:24.561Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-06-27T08:54:24.561Z] PASS [2022-06-27T08:54:24.561Z] [2022-06-27T08:54:24.561Z] === Skipped [2022-06-27T08:54:24.561Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-06-27T08:54:24.561Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-27T08:54:24.561Z] [2022-06-27T08:54:24.561Z] DONE 5 tests, 1 skipped in 4.963s [2022-06-27T08:54:24.561Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-27T08:54:24.561Z] ++ 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-27T08:54:24.561Z] ++ set -e [2022-06-27T08:54:24.561Z] ++ '[' -n 0 ']' [2022-06-27T08:54:24.561Z] ++ set -x [2022-06-27T08:54:24.561Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-27T08:54:24.561Z] INFO: Testing against a local daemon [2022-06-27T08:54:24.561Z] === RUN TestContinueAfterPluginCrash [2022-06-27T08:54:24.561Z] === PAUSE TestContinueAfterPluginCrash [2022-06-27T08:54:24.561Z] === RUN TestReadPluginNoRead [2022-06-27T08:54:24.561Z] === PAUSE TestReadPluginNoRead [2022-06-27T08:54:24.561Z] === RUN TestDaemonStartWithLogOpt [2022-06-27T08:54:24.561Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-27T08:54:24.561Z] === CONT TestContinueAfterPluginCrash [2022-06-27T08:54:24.561Z] === CONT TestDaemonStartWithLogOpt [2022-06-27T08:54:26.035Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-27T08:54:27.871Z] --- PASS: TestDaemonStartWithLogOpt (3.08s) [2022-06-27T08:54:27.871Z] === CONT TestReadPluginNoRead [2022-06-27T08:54:28.422Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-27T08:54:28.422Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-06-27T08:54:28.422Z] { [2022-06-27T08:54:28.422Z] "RT_GROUP_ICON": { [2022-06-27T08:54:28.422Z] "#1": { [2022-06-27T08:54:28.422Z] "0409": "../../winresources/docker.ico" [2022-06-27T08:54:28.422Z] } [2022-06-27T08:54:28.422Z] }, [2022-06-27T08:54:28.422Z] "RT_MANIFEST": { [2022-06-27T08:54:28.422Z] "#1": { [2022-06-27T08:54:28.422Z] "0409": { [2022-06-27T08:54:28.422Z] "identity": {}, [2022-06-27T08:54:28.422Z] "description": "Docker Engine", [2022-06-27T08:54:28.422Z] "minimum-os": "vista", [2022-06-27T08:54:28.422Z] "execution-level": "", [2022-06-27T08:54:28.422Z] "ui-access": false, [2022-06-27T08:54:28.422Z] "auto-elevate": false, [2022-06-27T08:54:28.422Z] "dpi-awareness": "unaware", [2022-06-27T08:54:28.422Z] "disable-theming": false, [2022-06-27T08:54:28.422Z] "disable-window-filtering": false, [2022-06-27T08:54:28.422Z] "high-resolution-scrolling-aware": false, [2022-06-27T08:54:28.422Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-27T08:54:28.422Z] "long-path-aware": false, [2022-06-27T08:54:28.422Z] "printer-driver-isolation": false, [2022-06-27T08:54:28.422Z] "gdi-scaling": false, [2022-06-27T08:54:28.422Z] "segment-heap": false, [2022-06-27T08:54:28.422Z] "use-common-controls-v6": false [2022-06-27T08:54:28.422Z] } [2022-06-27T08:54:28.422Z] } [2022-06-27T08:54:28.422Z] }, [2022-06-27T08:54:28.422Z] "RT_MESSAGETABLE": { [2022-06-27T08:54:28.422Z] "#1": { [2022-06-27T08:54:28.422Z] "0409": "../../winresources/event_messages.bin" [2022-06-27T08:54:28.422Z] } [2022-06-27T08:54:28.422Z] }, [2022-06-27T08:54:28.422Z] "RT_VERSION": { [2022-06-27T08:54:28.422Z] "#1": { [2022-06-27T08:54:28.422Z] "0409": { [2022-06-27T08:54:28.422Z] "fixed": { [2022-06-27T08:54:28.422Z] "file_version": "0.0.0.0", [2022-06-27T08:54:28.422Z] "product_version": "0.0.0.0", [2022-06-27T08:54:28.422Z] "type": "Unknown" [2022-06-27T08:54:28.422Z] }, [2022-06-27T08:54:28.422Z] "info": { [2022-06-27T08:54:28.422Z] "0000": { [2022-06-27T08:54:28.422Z] "CompanyName": "", [2022-06-27T08:54:28.422Z] "FileVersion": "dev", [2022-06-27T08:54:28.422Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-27T08:54:28.422Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-06-27T08:54:28.422Z] "ProductName": "", [2022-06-27T08:54:28.422Z] "ProductVersion": "dev", [2022-06-27T08:54:28.422Z] "SpecialBuild": "cf543a0bd5186b3f05954088ff7f2c2c75c92f06" [2022-06-27T08:54:28.422Z] } [2022-06-27T08:54:28.422Z] } [2022-06-27T08:54:28.422Z] } [2022-06-27T08:54:28.422Z] } [2022-06-27T08:54:28.422Z] } [2022-06-27T08:54:28.422Z] } [2022-06-27T08:54:28.422Z] cmd/docker-proxy/genwinres_windows.go [2022-06-27T08:54:28.422Z] cmd/docker-proxy/main.go [2022-06-27T08:54:28.422Z] cmd/docker-proxy/network_proxy_test.go [2022-06-27T08:54:28.422Z] cmd/docker-proxy/proxy.go [2022-06-27T08:54:28.422Z] cmd/docker-proxy/sctp_proxy.go [2022-06-27T08:54:28.422Z] cmd/docker-proxy/tcp_proxy.go [2022-06-27T08:54:28.422Z] cmd/docker-proxy/udp_proxy.go [2022-06-27T08:54:28.422Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-27T08:54:28.422Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-27T08:54:28.422Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-27T08:54:28.422Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-06-27T08:54:28.422Z] remote: Enumerating objects: 23, done. [2022-06-27T08:54:28.422Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-06-27T08:54:28.422Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-06-27T08:54:28.422Z] 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) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-06-27T08:54:28.422Z] 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-27T08:54:28.422Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-06-27T08:54:28.422Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-06-27T08:54:28.422Z] Cross building: bundles/cross/linux/ppc64le [2022-06-27T08:54:28.422Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-27T08:54:28.422Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-27T08:54:29.789Z] === RUN TestReadPluginNoRead/default [2022-06-27T08:54:30.735Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-27T08:54:30.789Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-06-27T08:54:31.366Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-06-27T08:54:32.123Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-27T08:54:32.384Z] --- PASS: TestContinueAfterPluginCrash (8.13s) [2022-06-27T08:54:32.604Z] --- PASS: TestServiceUpdatePidsLimit (16.20s) [2022-06-27T08:54:32.604Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-06-27T08:54:32.604Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-06-27T08:54:32.604Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-06-27T08:54:32.604Z] PASS [2022-06-27T08:54:32.604Z] [2022-06-27T08:54:32.604Z] === Skipped [2022-06-27T08:54:32.604Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-27T08:54:32.604Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-27T08:54:32.604Z] [2022-06-27T08:54:32.604Z] DONE 27 tests, 1 skipped in 165.324s [2022-06-27T08:54:32.604Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-27T08:54:32.604Z] INFO: Testing against a local daemon [2022-06-27T08:54:32.604Z] === RUN TestSessionCreate [2022-06-27T08:54:32.604Z] --- PASS: TestSessionCreate (0.02s) [2022-06-27T08:54:32.604Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-27T08:54:32.604Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-27T08:54:32.604Z] PASS [2022-06-27T08:54:32.604Z] [2022-06-27T08:54:32.604Z] DONE 2 tests in 0.057s [2022-06-27T08:54:32.604Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-27T08:54:32.604Z] INFO: Testing against a local daemon [2022-06-27T08:54:32.604Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-27T08:54:32.604Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-06-27T08:54:32.604Z] === RUN TestDiskUsage [2022-06-27T08:54:32.604Z] === PAUSE TestDiskUsage [2022-06-27T08:54:32.604Z] === RUN TestEventsExecDie [2022-06-27T08:54:32.859Z] --- PASS: TestEventsExecDie (0.59s) [2022-06-27T08:54:32.859Z] === RUN TestEventsBackwardsCompatible [2022-06-27T08:54:32.859Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-06-27T08:54:32.859Z] === RUN TestEventsVolumeCreate [2022-06-27T08:54:32.859Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-06-27T08:54:32.859Z] === RUN TestInfoBinaryCommits [2022-06-27T08:54:32.859Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-27T08:54:32.859Z] === RUN TestInfoAPIVersioned [2022-06-27T08:54:32.859Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-27T08:54:32.859Z] === RUN TestInfoAPI [2022-06-27T08:54:32.859Z] --- PASS: TestInfoAPI (0.02s) [2022-06-27T08:54:32.859Z] === RUN TestInfoAPIWarnings [2022-06-27T08:54:32.958Z] === CONT TestReadPluginNoRead [2022-06-27T08:54:32.958Z] read_test.go:92: [d71ee653a6c6f] daemon is not started [2022-06-27T08:54:32.958Z] --- PASS: TestReadPluginNoRead (5.68s) [2022-06-27T08:54:32.958Z] --- PASS: TestReadPluginNoRead/default (1.16s) [2022-06-27T08:54:32.958Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.19s) [2022-06-27T08:54:32.958Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.14s) [2022-06-27T08:54:32.958Z] PASS [2022-06-27T08:54:32.958Z] [2022-06-27T08:54:32.958Z] DONE 6 tests in 8.853s [2022-06-27T08:54:32.958Z] 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-27T08:54:32.958Z] ++ 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-27T08:54:32.958Z] ++ set -e [2022-06-27T08:54:32.958Z] ++ '[' -n 0 ']' [2022-06-27T08:54:32.958Z] ++ set -x [2022-06-27T08:54:32.958Z] ++ 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-27T08:54:33.220Z] testing: warning: no tests to run [2022-06-27T08:54:33.220Z] PASS [2022-06-27T08:54:33.220Z] [2022-06-27T08:54:33.220Z] DONE 0 tests in 0.029s [2022-06-27T08:54:33.220Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-27T08:54:33.220Z] ++ 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-27T08:54:33.220Z] ++ set -e [2022-06-27T08:54:33.220Z] ++ '[' -n 0 ']' [2022-06-27T08:54:33.220Z] ++ set -x [2022-06-27T08:54:33.220Z] ++ 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-27T08:54:33.220Z] INFO: Testing against a local daemon [2022-06-27T08:54:33.220Z] === RUN TestPluginWithDevMounts [2022-06-27T08:54:33.220Z] === PAUSE TestPluginWithDevMounts [2022-06-27T08:54:33.220Z] === CONT TestPluginWithDevMounts [2022-06-27T08:54:34.669Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-06-27T08:54:34.669Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-06-27T08:54:35.138Z] --- PASS: TestPluginWithDevMounts (1.53s) [2022-06-27T08:54:35.138Z] PASS [2022-06-27T08:54:35.138Z] [2022-06-27T08:54:35.138Z] DONE 1 tests in 1.627s [2022-06-27T08:54:35.138Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-27T08:54:35.138Z] ++ 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-27T08:54:35.138Z] ++ set -e [2022-06-27T08:54:35.138Z] ++ '[' -n 0 ']' [2022-06-27T08:54:35.138Z] ++ set -x [2022-06-27T08:54:35.138Z] ++ 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-27T08:54:35.138Z] INFO: Testing against a local daemon [2022-06-27T08:54:35.138Z] === RUN TestSecretInspect [2022-06-27T08:54:35.240Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-06-27T08:54:37.083Z] --- PASS: TestSecretInspect (2.20s) [2022-06-27T08:54:37.083Z] === RUN TestSecretList [2022-06-27T08:54:37.783Z] docker_api_swarm_test.go:563: [dbcd15b8d56d5] joining swarm manager [d256b6c5f76ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T08:54:38.352Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-06-27T08:54:39.656Z] --- PASS: TestSecretList (2.30s) [2022-06-27T08:54:39.656Z] === RUN TestSecretsCreateAndDelete [2022-06-27T08:54:40.261Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-06-27T08:54:40.261Z] docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows [2022-06-27T08:54:40.261Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-06-27T08:54:40.261Z] docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows [2022-06-27T08:54:40.261Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-06-27T08:54:40.261Z] docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows [2022-06-27T08:54:40.261Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-06-27T08:54:40.261Z] docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows [2022-06-27T08:54:40.261Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-06-27T08:54:41.044Z] --- PASS: TestSecretsCreateAndDelete (1.80s) [2022-06-27T08:54:41.044Z] === RUN TestSecretsUpdate [2022-06-27T08:54:43.554Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-06-27T08:54:43.593Z] --- PASS: TestSecretsUpdate (2.28s) [2022-06-27T08:54:43.593Z] === RUN TestTemplatedSecret [2022-06-27T08:54:46.144Z] --- PASS: TestTemplatedSecret (2.45s) [2022-06-27T08:54:46.144Z] === RUN TestSecretCreateResolve [2022-06-27T08:54:47.755Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-06-27T08:54:48.695Z] --- PASS: TestSecretCreateResolve (2.31s) [2022-06-27T08:54:48.695Z] PASS [2022-06-27T08:54:48.695Z] [2022-06-27T08:54:48.695Z] DONE 6 tests in 13.417s [2022-06-27T08:54:48.695Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-06-27T08:54:48.695Z] ++ 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-27T08:54:48.695Z] ++ set -e [2022-06-27T08:54:48.695Z] ++ '[' -n 0 ']' [2022-06-27T08:54:48.695Z] ++ set -x [2022-06-27T08:54:48.695Z] ++ 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-27T08:54:48.695Z] INFO: Testing against a local daemon [2022-06-27T08:54:48.695Z] === RUN TestServiceCreateInit [2022-06-27T08:54:48.695Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-27T08:54:49.138Z] docker_api_swarm_test.go:585: [db1856c14f63b] joining swarm manager [d256b6c5f76ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T08:54:50.524Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-06-27T08:54:50.895Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-06-27T08:54:50.895Z] === RUN TestInfoDebug [2022-06-27T08:54:50.895Z] --- PASS: TestInfoDebug (0.52s) [2022-06-27T08:54:50.895Z] === RUN TestInfoInsecureRegistries [2022-06-27T08:54:50.895Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-27T08:54:50.895Z] === RUN TestInfoRegistryMirrors [2022-06-27T08:54:51.094Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-06-27T08:54:51.150Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-27T08:54:51.150Z] === RUN TestLoginFailsWithBadCredentials [2022-06-27T08:54:51.150Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-27T08:54:51.150Z] === RUN TestPingCacheHeaders [2022-06-27T08:54:51.150Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-27T08:54:51.150Z] === RUN TestPingGet [2022-06-27T08:54:51.150Z] --- PASS: TestPingGet (0.01s) [2022-06-27T08:54:51.150Z] === RUN TestPingHead [2022-06-27T08:54:51.150Z] --- PASS: TestPingHead (0.02s) [2022-06-27T08:54:51.150Z] === RUN TestPingSwarmHeader [2022-06-27T08:54:51.710Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-27T08:54:51.710Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-27T08:54:52.002Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-27T08:54:52.476Z] check_test.go:611: [dbcd15b8d56d5] daemon is not started [2022-06-27T08:54:53.073Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-27T08:54:53.073Z] --- PASS: TestPingSwarmHeader (1.68s) [2022-06-27T08:54:53.073Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-27T08:54:53.073Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-27T08:54:53.073Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-27T08:54:53.073Z] === RUN TestVersion [2022-06-27T08:54:53.073Z] --- PASS: TestVersion (0.02s) [2022-06-27T08:54:53.073Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-06-27T08:54:53.073Z] === CONT TestDiskUsage [2022-06-27T08:54:53.329Z] === RUN TestDiskUsage/empty [2022-06-27T08:54:53.329Z] === RUN TestDiskUsage/empty/container_types [2022-06-27T08:54:53.329Z] === RUN TestDiskUsage/empty/image_types [2022-06-27T08:54:53.329Z] === RUN TestDiskUsage/empty/volume_types [2022-06-27T08:54:53.329Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-27T08:54:53.329Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-27T08:54:53.329Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-27T08:54:53.329Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-27T08:54:53.329Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-27T08:54:53.329Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-27T08:54:53.329Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-27T08:54:53.329Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-27T08:54:53.890Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-27T08:54:53.890Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-27T08:54:53.890Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-27T08:54:53.890Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-27T08:54:53.890Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-27T08:54:53.890Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-27T08:54:53.890Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-27T08:54:53.890Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-27T08:54:53.890Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-27T08:54:53.890Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-27T08:54:53.890Z] === RUN TestDiskUsage/after_container.Run [2022-06-27T08:54:54.451Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-27T08:54:54.451Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-27T08:54:54.451Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-27T08:54:54.451Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-27T08:54:54.451Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-27T08:54:54.451Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-27T08:54:54.451Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-27T08:54:54.451Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-27T08:54:54.451Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-27T08:54:54.451Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-27T08:54:54.707Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.75s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage (1.76s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.46s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_container.Run (0.55s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-27T08:54:54.707Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-27T08:54:54.707Z] PASS [2022-06-27T08:54:54.707Z] [2022-06-27T08:54:54.707Z] DONE 54 tests in 22.471s [2022-06-27T08:54:54.708Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-27T08:54:54.708Z] INFO: Testing against a local daemon [2022-06-27T08:54:54.708Z] === RUN TestVolumesCreateAndList [2022-06-27T08:54:54.708Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-27T08:54:54.708Z] === RUN TestVolumesRemove [2022-06-27T08:54:54.708Z] --- PASS: TestVolumesRemove (0.09s) [2022-06-27T08:54:54.708Z] === RUN TestVolumesInspect [2022-06-27T08:54:54.708Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-27T08:54:54.708Z] === RUN TestVolumesInvalidJSON [2022-06-27T08:54:54.708Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-27T08:54:54.708Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-27T08:54:54.708Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-27T08:54:54.708Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-27T08:54:54.708Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-27T08:54:54.708Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-27T08:54:54.708Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-27T08:54:54.708Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-27T08:54:54.708Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-27T08:54:54.708Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-27T08:54:54.708Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-27T08:54:54.708Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-27T08:54:54.708Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-27T08:54:54.708Z] PASS [2022-06-27T08:54:54.708Z] [2022-06-27T08:54:54.708Z] DONE 9 tests in 0.160s [2022-06-27T08:54:54.708Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-27T08:54:55.268Z] Stopping apparmor (via systemctl): apparmor.service. [2022-06-27T08:54:55.268Z] Removing test suite binaries [2022-06-27T08:54:55.268Z] exiting test-integration [2022-06-27T08:54:55.268Z] ++ exit 0 [2022-06-27T08:54:55.268Z] [2022-06-27T08:54:56.213Z] --- PASS: TestServiceCreateInit (7.21s) [2022-06-27T08:54:56.213Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.62s) [2022-06-27T08:54:56.213Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.58s) [2022-06-27T08:54:56.213Z] === RUN TestCreateServiceMultipleTimes Post stage [Pipeline] junit [2022-06-27T08:54:56.642Z] Recording test results [2022-06-27T08:54:56.675Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-06-27T08:54:58.034Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-27T08:54:58.418Z] + echo Ensuring container killed. [2022-06-27T08:54:58.418Z] Ensuring container killed. [2022-06-27T08:54:58.418Z] + docker rm -vf docker-pr1 [2022-06-27T08:54:58.418Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-27T08:54:58.738Z] + echo Chowning /workspace to jenkins user [2022-06-27T08:54:58.738Z] Chowning /workspace to jenkins user [2022-06-27T08:54:58.738Z] + id -u [2022-06-27T08:54:58.738Z] + id -g [2022-06-27T08:54:58.738Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43745:/workspace busybox chown -R 1000:1000 /workspace [2022-06-27T08:54:58.738Z] Unable to find image 'busybox:latest' locally [2022-06-27T08:54:58.738Z] latest: Pulling from library/busybox [2022-06-27T08:54:59.001Z] 19d511225f94: Pulling fs layer [2022-06-27T08:54:59.001Z] 19d511225f94: Download complete [2022-06-27T08:54:59.001Z] 19d511225f94: Pull complete [2022-06-27T08:54:59.001Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-27T08:54:59.001Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-27T08:55:00.700Z] + bundleName=amd64-cgroup2 [2022-06-27T08:55:00.700Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-06-27T08:55:00.700Z] Creating amd64-cgroup2-bundles.tar.gz [2022-06-27T08:55:00.700Z] + 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-27T08:55:00.700Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-27T08:55:00.963Z] Archiving artifacts [2022-06-27T08:55:01.954Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-06-27T08:55:01.954Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-06-27T08:55:02.445Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43745/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-27T08:55:02.524Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-06-27T08:55:02.524Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-27T08:55:02.524Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-06-27T08:55:02.782Z] + make clean [2022-06-27T08:55:02.782Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-27T08:55:02.782Z] docker-dev-cache [2022-06-27T08:55:02.782Z] docker-mod-cache [2022-06-27T08:55:02.784Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-27T08:55:05.323Z] docker_api_swarm_test.go:46: [d45575d88c461] joining swarm manager [d215e3f4210b6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T08:55:06.705Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-06-27T08:55:06.965Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-06-27T08:55:06.965Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-06-27T08:55:08.346Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-06-27T08:55:08.916Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-06-27T08:55:10.297Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-06-27T08:55:11.132Z] --- PASS: TestCreateServiceMultipleTimes (15.27s) [2022-06-27T08:55:11.132Z] === RUN TestCreateServiceConflict [2022-06-27T08:55:13.048Z] --- PASS: TestCreateServiceConflict (2.18s) [2022-06-27T08:55:13.048Z] === RUN TestCreateServiceMaxReplicas [2022-06-27T08:55:15.597Z] --- PASS: TestCreateServiceMaxReplicas (2.67s) [2022-06-27T08:55:15.597Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-27T08:55:20.287Z] --- PASS: TestImportExtremelyLargeImageWorks (181.24s) [2022-06-27T08:55:20.287Z] PASS [2022-06-27T08:55:20.287Z] [2022-06-27T08:55:20.287Z] DONE 22 tests in 185.673s [2022-06-27T08:55:20.287Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-27T08:55:20.287Z] ++ 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-27T08:55:20.287Z] ++ set -e [2022-06-27T08:55:20.287Z] ++ '[' -n 0 ']' [2022-06-27T08:55:20.287Z] ++ set -x [2022-06-27T08:55:20.287Z] ++ 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-27T08:55:20.287Z] === RUN TestStripANSICommands [2022-06-27T08:55:20.287Z] === RUN TestStripANSICommands/#00 [2022-06-27T08:55:20.287Z] === RUN TestStripANSICommands/#01 [2022-06-27T08:55:20.287Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-27T08:55:20.287Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-27T08:55:20.287Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-27T08:55:20.287Z] PASS [2022-06-27T08:55:20.287Z] [2022-06-27T08:55:20.287Z] DONE 3 tests in 0.049s [2022-06-27T08:55:20.287Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-27T08:55:20.287Z] ++ 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-27T08:55:20.287Z] ++ set -e [2022-06-27T08:55:20.287Z] ++ '[' -n 0 ']' [2022-06-27T08:55:20.287Z] ++ set -x [2022-06-27T08:55:20.287Z] ++ 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-27T08:55:20.287Z] INFO: Testing against a local daemon [2022-06-27T08:55:20.287Z] === RUN TestNetworkCreateDelete [2022-06-27T08:55:20.287Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-06-27T08:55:20.287Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-06-27T08:55:20.287Z] === RUN TestDockerNetworkDeletePreferID [2022-06-27T08:55:20.287Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s) [2022-06-27T08:55:20.287Z] === RUN TestDaemonDNSFallback [2022-06-27T08:55:20.287Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-06-27T08:55:21.668Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-06-27T08:55:23.047Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-06-27T08:55:23.616Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-06-27T08:55:26.156Z] --- PASS: TestDaemonDNSFallback (6.65s) [2022-06-27T08:55:26.156Z] === RUN TestInspectNetwork [2022-06-27T08:55:30.355Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-06-27T08:55:30.355Z] === RUN TestInspectNetwork/full_network_id [2022-06-27T08:55:30.355Z] === RUN TestInspectNetwork/partial_network_id [2022-06-27T08:55:30.355Z] === RUN TestInspectNetwork/network_name [2022-06-27T08:55:30.355Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-27T08:55:30.355Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-06-27T08:55:30.355Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-06-27T08:55:30.515Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.72s) [2022-06-27T08:55:30.515Z] === RUN TestCreateServiceSecretFileMode [2022-06-27T08:55:30.776Z] --- PASS: TestCreateServiceSecretFileMode (2.47s) [2022-06-27T08:55:30.776Z] === RUN TestCreateServiceConfigFileMode [2022-06-27T08:55:32.893Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-06-27T08:55:33.324Z] --- PASS: TestCreateServiceConfigFileMode (2.42s) [2022-06-27T08:55:33.324Z] === RUN TestCreateServiceSysctls [2022-06-27T08:55:34.273Z] --- PASS: TestInspectNetwork (8.31s) [2022-06-27T08:55:34.273Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-27T08:55:34.273Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-27T08:55:34.273Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-27T08:55:34.273Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-27T08:55:34.273Z] === RUN TestRunContainerWithBridgeNone [2022-06-27T08:55:34.533Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-06-27T08:55:36.446Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-06-27T08:55:36.446Z] --- PASS: TestRunContainerWithBridgeNone (1.98s) [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-27T08:55:36.446Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-27T08:55:36.446Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-27T08:55:36.446Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-27T08:55:36.446Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-27T08:55:36.446Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-27T08:55:36.446Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-27T08:55:36.446Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-27T08:55:36.446Z] === RUN TestNetworkList [2022-06-27T08:55:36.446Z] === RUN TestNetworkList//networks [2022-06-27T08:55:36.446Z] === PAUSE TestNetworkList//networks [2022-06-27T08:55:36.446Z] === RUN TestNetworkList//networks/ [2022-06-27T08:55:36.446Z] === PAUSE TestNetworkList//networks/ [2022-06-27T08:55:36.446Z] === CONT TestNetworkList//networks [2022-06-27T08:55:36.446Z] === CONT TestNetworkList//networks/ [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkList (0.02s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-27T08:55:36.446Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-27T08:55:36.446Z] === RUN TestHostIPv4BridgeLabel [2022-06-27T08:55:36.630Z] --- PASS: TestCreateServiceSysctls (2.95s) [2022-06-27T08:55:36.630Z] === RUN TestCreateServiceCapabilities [2022-06-27T08:55:37.015Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2022-06-27T08:55:37.015Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-27T08:55:38.064Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-06-27T08:55:38.064Z] === RUN TestDaemonDefaultNetworkPools [2022-06-27T08:55:38.546Z] --- PASS: TestCreateServiceCapabilities (2.40s) [2022-06-27T08:55:38.546Z] === RUN TestInspect [2022-06-27T08:55:39.015Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2022-06-27T08:55:39.015Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-27T08:55:39.955Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2022-06-27T08:55:39.955Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-27T08:55:40.894Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-06-27T08:55:41.154Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2022-06-27T08:55:41.154Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-27T08:55:41.853Z] --- PASS: TestInspect (2.77s) [2022-06-27T08:55:41.853Z] === RUN TestCreateJob [2022-06-27T08:55:42.096Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2022-06-27T08:55:42.096Z] === RUN TestServiceWithPredefinedNetwork [2022-06-27T08:55:42.096Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-06-27T08:55:44.008Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-06-27T08:55:44.403Z] --- PASS: TestCreateJob (2.90s) [2022-06-27T08:55:44.403Z] === RUN TestReplicatedJob [2022-06-27T08:55:44.947Z] --- PASS: TestServiceWithPredefinedNetwork (2.88s) [2022-06-27T08:55:44.948Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-27T08:55:44.948Z] service_test.go:243: FLAKY_TEST [2022-06-27T08:55:44.948Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-27T08:55:44.948Z] === RUN TestServiceWithDataPathPortInit [2022-06-27T08:55:48.614Z] --- PASS: TestReplicatedJob (4.29s) [2022-06-27T08:55:48.614Z] === RUN TestUpdateReplicatedJob [2022-06-27T08:55:51.984Z] --- PASS: TestUpdateReplicatedJob (2.92s) [2022-06-27T08:55:51.984Z] === RUN TestServiceListWithStatuses [2022-06-27T08:55:51.984Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-27T08:55:51.984Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-27T08:55:51.984Z] === RUN TestDockerNetworkConnectAlias [2022-06-27T08:55:54.937Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-06-27T08:55:54.937Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-06-27T08:55:55.320Z] --- PASS: TestDockerNetworkConnectAlias (3.93s) [2022-06-27T08:55:55.320Z] === RUN TestDockerNetworkReConnect [2022-06-27T08:55:57.474Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-06-27T08:55:57.733Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-06-27T08:55:57.733Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-06-27T08:55:58.301Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-06-27T08:55:58.301Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-06-27T08:55:58.302Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-06-27T08:55:58.561Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-06-27T08:55:58.626Z] --- PASS: TestDockerNetworkReConnect (3.18s) [2022-06-27T08:55:58.626Z] === RUN TestServicePlugin [2022-06-27T08:55:58.626Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-27T08:55:58.626Z] --- SKIP: TestServicePlugin (0.00s) [2022-06-27T08:55:58.626Z] === RUN TestServiceUpdateLabel [2022-06-27T08:56:00.469Z] --- PASS: TestServiceWithDataPathPortInit (15.54s) [2022-06-27T08:56:00.469Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-27T08:56:00.469Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-06-27T08:56:01.177Z] --- PASS: TestServiceUpdateLabel (2.27s) [2022-06-27T08:56:01.177Z] === RUN TestServiceUpdateSecrets [2022-06-27T08:56:01.408Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-06-27T08:56:02.791Z] === RUN TestDockerSuite/TestBuildEnv [2022-06-27T08:56:03.730Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-06-27T08:56:03.730Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:h3f5sjc5nnmi29gxd7953buj9 Created:2022-06-27 08:56:01.814550407 +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[6ec9b7461386475e82d676167847ac92569a94b8f4aa7f3c86b3c5538e365987:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.mk8e3rqybvoqj34k1yr6061yh EndpointID:639b2c6267b07f4c429f5a60b87aece27179273387f1eb0e012ee7605c5eb603 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b4acebe6bb2ecefbe8ba9b2e19ab757f890cec63ca74a7bfb62eb1f4651a0a50 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:fa09d39ab08c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.mk8e3rqybvoqj34k1yr6061yh EndpointID:639b2c6267b07f4c429f5a60b87aece27179273387f1eb0e012ee7605c5eb603 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-27T08:56:04.667Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-06-27T08:56:05.236Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-06-27T08:56:08.534Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.09s) [2022-06-27T08:56:08.534Z] PASS [2022-06-27T08:56:08.534Z] [2022-06-27T08:56:08.534Z] === Skipped [2022-06-27T08:56:08.534Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-27T08:56:08.534Z] service_test.go:243: FLAKY_TEST [2022-06-27T08:56:08.534Z] [2022-06-27T08:56:08.534Z] DONE 38 tests, 1 skipped in 49.679s [2022-06-27T08:56:08.534Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-27T08:56:08.534Z] ++ 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-27T08:56:08.534Z] ++ set -e [2022-06-27T08:56:08.534Z] ++ '[' -n 0 ']' [2022-06-27T08:56:08.534Z] ++ set -x [2022-06-27T08:56:08.534Z] ++ 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-27T08:56:08.534Z] INFO: Testing against a local daemon [2022-06-27T08:56:08.534Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-27T08:56:08.534Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:56:08.534Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-27T08:56:08.534Z] === RUN TestDockerNetworkIpvlan [2022-06-27T08:56:08.534Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:56:08.534Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-27T08:56:08.534Z] PASS [2022-06-27T08:56:08.534Z] [2022-06-27T08:56:08.534Z] === Skipped [2022-06-27T08:56:08.534Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-27T08:56:08.534Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:56:08.534Z] [2022-06-27T08:56:08.534Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-27T08:56:08.534Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-27T08:56:08.534Z] [2022-06-27T08:56:08.534Z] DONE 2 tests, 2 skipped in 0.108s [2022-06-27T08:56:08.534Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-27T08:56:08.534Z] ++ 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-27T08:56:08.534Z] ++ set -e [2022-06-27T08:56:08.534Z] ++ '[' -n 0 ']' [2022-06-27T08:56:08.534Z] ++ set -x [2022-06-27T08:56:08.534Z] ++ 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-27T08:56:08.534Z] INFO: Testing against a local daemon [2022-06-27T08:56:08.534Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-27T08:56:09.918Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-06-27T08:56:09.918Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s) [2022-06-27T08:56:09.918Z] === RUN TestDockerNetworkMacvlan [2022-06-27T08:56:10.857Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-27T08:56:11.799Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-27T08:56:12.059Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-06-27T08:56:12.629Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-27T08:56:15.169Z] docker_api_swarm_test.go:304: [dcfc1248c6a57] joining swarm manager [d4ce2c5b05bc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T08:56:15.169Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-27T08:56:16.098Z] --- PASS: TestServiceUpdateSecrets (14.32s) [2022-06-27T08:56:16.098Z] === RUN TestServiceUpdateConfigs [2022-06-27T08:56:16.108Z] docker_api_swarm_test.go:305: [dc33385099b7f] joining swarm manager [d4ce2c5b05bc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T08:56:17.490Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-06-27T08:56:17.749Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-27T08:56:20.076Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-27T08:56:20.076Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-27T08:56:20.076Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-27T08:56:20.076Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-27T08:56:20.076Z] Cross building: bundles/cross/linux/s390x [2022-06-27T08:56:20.076Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-27T08:56:20.076Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-27T08:56:23.056Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-27T08:56:23.625Z] --- PASS: TestDockerNetworkMacvlan (13.61s) [2022-06-27T08:56:23.625Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-06-27T08:56:23.625Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.30s) [2022-06-27T08:56:23.625Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.36s) [2022-06-27T08:56:23.625Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.49s) [2022-06-27T08:56:23.625Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.17s) [2022-06-27T08:56:23.625Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.00s) [2022-06-27T08:56:23.625Z] PASS [2022-06-27T08:56:23.625Z] [2022-06-27T08:56:23.625Z] DONE 8 tests in 15.073s [2022-06-27T08:56:23.625Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-27T08:56:23.625Z] ++ 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-27T08:56:23.625Z] ++ set -e [2022-06-27T08:56:23.625Z] ++ '[' -n 0 ']' [2022-06-27T08:56:23.625Z] ++ set -x [2022-06-27T08:56:23.625Z] ++ 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-27T08:56:23.625Z] testing: warning: no tests to run [2022-06-27T08:56:23.625Z] PASS [2022-06-27T08:56:23.625Z] [2022-06-27T08:56:23.625Z] DONE 0 tests in 0.028s [2022-06-27T08:56:23.625Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-27T08:56:23.625Z] ++ 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-27T08:56:23.625Z] ++ set -e [2022-06-27T08:56:23.625Z] ++ '[' -n 0 ']' [2022-06-27T08:56:23.625Z] ++ set -x [2022-06-27T08:56:23.625Z] ++ 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-27T08:56:23.884Z] INFO: Testing against a local daemon [2022-06-27T08:56:23.884Z] === RUN TestAuthZPluginAllowRequest [2022-06-27T08:56:25.266Z] --- PASS: TestAuthZPluginAllowRequest (1.37s) [2022-06-27T08:56:25.267Z] === RUN TestAuthZPluginTLS [2022-06-27T08:56:25.836Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-06-27T08:56:25.836Z] === RUN TestAuthZPluginDenyRequest [2022-06-27T08:56:26.406Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-27T08:56:26.406Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-27T08:56:26.667Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-27T08:56:26.667Z] === RUN TestAuthZPluginDenyResponse [2022-06-27T08:56:26.927Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-06-27T08:56:27.496Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2022-06-27T08:56:27.496Z] === RUN TestAuthZPluginAllowEventStream [2022-06-27T08:56:28.436Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-06-27T08:56:28.696Z] --- PASS: TestAuthZPluginAllowEventStream (1.40s) [2022-06-27T08:56:28.696Z] === RUN TestAuthZPluginErrorResponse [2022-06-27T08:56:29.266Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-06-27T08:56:29.266Z] === RUN TestAuthZPluginErrorRequest [2022-06-27T08:56:29.837Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-06-27T08:56:29.837Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-27T08:56:30.405Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-06-27T08:56:30.405Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-27T08:56:31.018Z] --- PASS: TestServiceUpdateConfigs (14.31s) [2022-06-27T08:56:31.018Z] === RUN TestServiceUpdateNetwork [2022-06-27T08:56:31.786Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-06-27T08:56:32.355Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.10s) [2022-06-27T08:56:32.355Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-27T08:56:34.264Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.71s) [2022-06-27T08:56:34.264Z] === RUN TestAuthZPluginHeader [2022-06-27T08:56:35.202Z] --- PASS: TestAuthZPluginHeader (0.81s) [2022-06-27T08:56:35.202Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-27T08:56:35.771Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-06-27T08:56:36.340Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-06-27T08:56:36.599Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-06-27T08:56:36.873Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-06-27T08:56:37.820Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-06-27T08:56:37.820Z] docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows [2022-06-27T08:56:37.820Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-06-27T08:56:38.080Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-06-27T08:56:39.462Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.48s) [2022-06-27T08:56:39.462Z] === RUN TestAuthZPluginV2Disable [2022-06-27T08:56:43.261Z] --- PASS: TestServiceUpdateNetwork (12.38s) [2022-06-27T08:56:43.261Z] === RUN TestServiceUpdatePidsLimit [2022-06-27T08:56:43.261Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-27T08:56:43.261Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-27T08:56:43.657Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-06-27T08:56:43.657Z] --- PASS: TestAuthZPluginV2Disable (3.94s) [2022-06-27T08:56:43.657Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-27T08:56:45.567Z] docker_api_swarm_test.go:272: [d3b1d83775f89] joining swarm manager [d14f6acd9612d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T08:56:45.827Z] === RUN TestDockerSuite/TestBuildExpose [2022-06-27T08:56:46.086Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-06-27T08:56:46.656Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-06-27T08:56:46.916Z] docker_api_swarm_test.go:273: [d866ff232b454] joining swarm manager [d14f6acd9612d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T08:56:47.486Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.90s) [2022-06-27T08:56:47.486Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-27T08:56:47.486Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-06-27T08:56:47.746Z] === RUN TestDockerSuite/TestBuildFails [2022-06-27T08:56:48.316Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-06-27T08:56:48.316Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-06-27T08:56:49.697Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-06-27T08:56:51.408Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-27T08:56:51.608Z] === RUN TestDockerSuite/TestBuildForceRm [2022-06-27T08:56:53.518Z] === RUN TestDockerSuite/TestBuildFromGit [2022-06-27T08:56:54.899Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-06-27T08:56:55.158Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-06-27T08:56:56.539Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-06-27T08:56:57.919Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-06-27T08:56:58.001Z] --- PASS: TestServiceUpdatePidsLimit (15.69s) [2022-06-27T08:56:58.001Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-06-27T08:56:58.001Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-06-27T08:56:58.001Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-06-27T08:56:58.001Z] PASS [2022-06-27T08:56:58.001Z] [2022-06-27T08:56:58.001Z] === Skipped [2022-06-27T08:56:58.001Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-27T08:56:58.001Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-27T08:56:58.001Z] [2022-06-27T08:56:58.001Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-06-27T08:56:58.001Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-27T08:56:58.001Z] [2022-06-27T08:56:58.001Z] DONE 27 tests, 2 skipped in 129.347s [2022-06-27T08:56:58.001Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-06-27T08:56:58.001Z] ++ 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-27T08:56:58.001Z] ++ set -e [2022-06-27T08:56:58.001Z] ++ '[' -n 0 ']' [2022-06-27T08:56:58.001Z] ++ set -x [2022-06-27T08:56:58.001Z] ++ 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-27T08:56:58.001Z] INFO: Testing against a local daemon [2022-06-27T08:56:58.001Z] === RUN TestSessionCreate [2022-06-27T08:56:58.001Z] --- PASS: TestSessionCreate (0.02s) [2022-06-27T08:56:58.001Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-27T08:56:58.001Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-27T08:56:58.001Z] PASS [2022-06-27T08:56:58.001Z] [2022-06-27T08:56:58.001Z] DONE 2 tests in 0.119s [2022-06-27T08:56:58.001Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-06-27T08:56:58.001Z] ++ 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-27T08:56:58.001Z] ++ set -e [2022-06-27T08:56:58.001Z] ++ '[' -n 0 ']' [2022-06-27T08:56:58.001Z] ++ set -x [2022-06-27T08:56:58.001Z] ++ 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-27T08:56:58.001Z] INFO: Testing against a local daemon [2022-06-27T08:56:58.001Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-27T08:56:58.001Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-27T08:56:58.001Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-27T08:56:58.001Z] === RUN TestDiskUsage [2022-06-27T08:56:58.001Z] === PAUSE TestDiskUsage [2022-06-27T08:56:58.001Z] === RUN TestEventsExecDie [2022-06-27T08:56:58.179Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-06-27T08:56:58.263Z] --- PASS: TestEventsExecDie (0.51s) [2022-06-27T08:56:58.263Z] === RUN TestEventsBackwardsCompatible [2022-06-27T08:56:58.263Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-06-27T08:56:58.263Z] === RUN TestEventsVolumeCreate [2022-06-27T08:56:58.438Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-06-27T08:56:58.525Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-27T08:56:58.525Z] === RUN TestInfoBinaryCommits [2022-06-27T08:56:58.525Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-27T08:56:58.525Z] === RUN TestInfoAPIVersioned [2022-06-27T08:56:58.525Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-27T08:56:58.525Z] === RUN TestInfoAPI [2022-06-27T08:56:58.525Z] --- PASS: TestInfoAPI (0.02s) [2022-06-27T08:56:58.525Z] === RUN TestInfoAPIWarnings [2022-06-27T08:56:59.376Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.04s) [2022-06-27T08:56:59.376Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-27T08:56:59.966Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-06-27T08:57:01.344Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-06-27T08:57:02.282Z] === RUN TestDockerSuite/TestBuildIidFile [2022-06-27T08:57:02.282Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-06-27T08:57:02.851Z] === RUN TestDockerSuite/TestBuildInheritance [2022-06-27T08:57:03.423Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-06-27T08:57:03.683Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-06-27T08:57:03.683Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-06-27T08:57:04.251Z] === RUN TestDockerSuite/TestBuildLabel [2022-06-27T08:57:04.510Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-06-27T08:57:04.770Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-06-27T08:57:05.030Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-06-27T08:57:05.290Z] === RUN TestDockerSuite/TestBuildLabels [2022-06-27T08:57:05.551Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-06-27T08:57:06.489Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-06-27T08:57:07.870Z] === RUN TestDockerSuite/TestBuildLastModified [2022-06-27T08:57:08.130Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-06-27T08:57:12.325Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-06-27T08:57:14.232Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-06-27T08:57:14.232Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-06-27T08:57:14.232Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-06-27T08:57:14.491Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-06-27T08:57:14.491Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-06-27T08:57:14.750Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-06-27T08:57:15.689Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-06-27T08:57:15.948Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.62s) [2022-06-27T08:57:15.948Z] PASS [2022-06-27T08:57:15.948Z] [2022-06-27T08:57:15.948Z] DONE 17 tests in 52.304s [2022-06-27T08:57:15.948Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-27T08:57:15.948Z] ++ 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-27T08:57:15.948Z] ++ set -e [2022-06-27T08:57:15.948Z] ++ '[' -n 0 ']' [2022-06-27T08:57:15.948Z] ++ set -x [2022-06-27T08:57:15.948Z] ++ 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-27T08:57:16.208Z] INFO: Testing against a local daemon [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-27T08:57:16.208Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-27T08:57:16.208Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-27T08:57:16.208Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-27T08:57:16.208Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-27T08:57:16.208Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-27T08:57:16.208Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-27T08:57:16.208Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.01s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-27T08:57:16.208Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-27T08:57:16.208Z] === RUN TestPluginInstall [2022-06-27T08:57:16.208Z] === RUN TestPluginInstall/no_auth [2022-06-27T08:57:16.652Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-06-27T08:57:16.652Z] === RUN TestInfoDebug [2022-06-27T08:57:16.652Z] --- PASS: TestInfoDebug (0.52s) [2022-06-27T08:57:16.652Z] === RUN TestInfoInsecureRegistries [2022-06-27T08:57:16.652Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-06-27T08:57:16.652Z] === RUN TestInfoRegistryMirrors [2022-06-27T08:57:16.652Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-27T08:57:16.652Z] === RUN TestLoginFailsWithBadCredentials [2022-06-27T08:57:16.652Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-27T08:57:16.652Z] === RUN TestPingCacheHeaders [2022-06-27T08:57:16.652Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-27T08:57:16.652Z] === RUN TestPingGet [2022-06-27T08:57:16.652Z] --- PASS: TestPingGet (0.01s) [2022-06-27T08:57:16.652Z] === RUN TestPingHead [2022-06-27T08:57:16.652Z] --- PASS: TestPingHead (0.02s) [2022-06-27T08:57:16.652Z] === RUN TestPingSwarmHeader [2022-06-27T08:57:16.778Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-06-27T08:57:17.225Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-27T08:57:17.799Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-27T08:57:18.687Z] time="2022-06-27T08:57:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:57:18.687Z] time="2022-06-27T08:57:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4dc03114ac4a779f1baf99a08a801e47f7cd9f7dc1347552f844bdc746325858" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:57:18.687Z] time="2022-06-27T08:57:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:57:18.687Z] time="2022-06-27T08:57:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4dc03114ac4a779f1baf99a08a801e47f7cd9f7dc1347552f844bdc746325858" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:57:18.687Z] === RUN TestPluginInstall/with_htpasswd [2022-06-27T08:57:19.187Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-27T08:57:19.187Z] --- PASS: TestPingSwarmHeader (2.19s) [2022-06-27T08:57:19.187Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-27T08:57:19.187Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-27T08:57:19.187Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-27T08:57:19.187Z] === RUN TestVersion [2022-06-27T08:57:19.187Z] --- PASS: TestVersion (0.02s) [2022-06-27T08:57:19.187Z] === CONT TestDiskUsage [2022-06-27T08:57:19.257Z] time="2022-06-27T08:57:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:57:19.257Z] time="2022-06-27T08:57:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:92fe30b071a2a26070a95946b7bc75b6dcaed7fcaf303c95f5f08e2b8ede2e27" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:57:19.257Z] time="2022-06-27T08:57:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:57:19.257Z] time="2022-06-27T08:57:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:92fe30b071a2a26070a95946b7bc75b6dcaed7fcaf303c95f5f08e2b8ede2e27" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:57:19.449Z] === RUN TestDiskUsage/empty [2022-06-27T08:57:19.449Z] === RUN TestDiskUsage/empty/container_types [2022-06-27T08:57:19.449Z] === RUN TestDiskUsage/empty/image_types [2022-06-27T08:57:19.449Z] === RUN TestDiskUsage/empty/volume_types [2022-06-27T08:57:19.449Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-27T08:57:19.449Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-27T08:57:19.449Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-27T08:57:19.449Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-27T08:57:19.449Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-27T08:57:19.449Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-27T08:57:19.449Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-27T08:57:19.449Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-27T08:57:19.519Z] === RUN TestPluginInstall/with_insecure [2022-06-27T08:57:19.711Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-27T08:57:19.711Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-27T08:57:19.711Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-27T08:57:19.711Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-27T08:57:19.711Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-27T08:57:19.711Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-27T08:57:19.711Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-27T08:57:19.711Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-27T08:57:19.711Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-27T08:57:19.711Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-27T08:57:19.711Z] === RUN TestDiskUsage/after_container.Run [2022-06-27T08:57:19.973Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-27T08:57:19.973Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-27T08:57:19.973Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-27T08:57:19.973Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-27T08:57:19.973Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-27T08:57:19.973Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-27T08:57:19.973Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-27T08:57:19.973Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-27T08:57:19.973Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-27T08:57:19.973Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage (1.15s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_container.Run (0.32s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-27T08:57:19.973Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-27T08:57:19.973Z] PASS [2022-06-27T08:57:19.973Z] [2022-06-27T08:57:19.973Z] === Skipped [2022-06-27T08:57:19.973Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-27T08:57:19.973Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-27T08:57:19.973Z] [2022-06-27T08:57:19.973Z] DONE 54 tests, 1 skipped in 22.364s [2022-06-27T08:57:19.973Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-27T08:57:19.973Z] ++ 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-27T08:57:19.973Z] ++ set -e [2022-06-27T08:57:19.973Z] ++ '[' -n 0 ']' [2022-06-27T08:57:19.973Z] ++ set -x [2022-06-27T08:57:19.973Z] ++ 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-27T08:57:20.089Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-06-27T08:57:20.235Z] INFO: Testing against a local daemon [2022-06-27T08:57:20.235Z] === RUN TestVolumesCreateAndList [2022-06-27T08:57:20.235Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-27T08:57:20.235Z] === RUN TestVolumesRemove [2022-06-27T08:57:20.235Z] --- PASS: TestVolumesRemove (0.06s) [2022-06-27T08:57:20.235Z] === RUN TestVolumesInspect [2022-06-27T08:57:20.235Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-27T08:57:20.235Z] === RUN TestVolumesInvalidJSON [2022-06-27T08:57:20.235Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-27T08:57:20.235Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-27T08:57:20.235Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-27T08:57:20.235Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-27T08:57:20.235Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-27T08:57:20.235Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-27T08:57:20.235Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-27T08:57:20.235Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-27T08:57:20.235Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-27T08:57:20.235Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-27T08:57:20.235Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-27T08:57:20.235Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-27T08:57:20.235Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-27T08:57:20.235Z] PASS [2022-06-27T08:57:20.235Z] [2022-06-27T08:57:20.235Z] DONE 9 tests in 0.200s [2022-06-27T08:57:20.235Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-27T08:57:20.348Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-06-27T08:57:20.497Z] ++++ cat bundles/test-integration/docker.pid [2022-06-27T08:57:20.497Z] +++ kill 14193 [2022-06-27T08:57:20.497Z] +++ /etc/init.d/apparmor stop [2022-06-27T08:57:20.608Z] time="2022-06-27T08:57:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:57:20.608Z] time="2022-06-27T08:57:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2fc496d7e7b774963530f44efc7fe0057c0838fee19b7baa1c43e1c679570f8e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:57:20.608Z] time="2022-06-27T08:57:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-27T08:57:20.608Z] time="2022-06-27T08:57:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2fc496d7e7b774963530f44efc7fe0057c0838fee19b7baa1c43e1c679570f8e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-27T08:57:20.765Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-27T08:57:20.765Z] [2022-06-27T08:57:20.765Z] Unloading profiles will leave already running processes permanently [2022-06-27T08:57:20.765Z] unconfined, which can lead to unexpected situations. [2022-06-27T08:57:20.765Z] [2022-06-27T08:57:20.765Z] To set a process to complain mode, use the command line tool [2022-06-27T08:57:20.765Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-27T08:57:20.765Z] +++ true [2022-06-27T08:57:20.765Z] exiting test-integration [2022-06-27T08:57:20.765Z] ++ exit 0 [2022-06-27T08:57:20.765Z] [2022-06-27T08:57:20.867Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-06-27T08:57:20.868Z] plugin_test.go:195: [d056fde453a9a] daemon is not started [2022-06-27T08:57:20.868Z] --- PASS: TestPluginInstall (4.74s) [2022-06-27T08:57:20.868Z] --- PASS: TestPluginInstall/no_auth (2.52s) [2022-06-27T08:57:20.868Z] --- PASS: TestPluginInstall/with_htpasswd (0.91s) [2022-06-27T08:57:20.868Z] --- PASS: TestPluginInstall/with_insecure (1.30s) [2022-06-27T08:57:20.868Z] === RUN TestPluginsWithRuntimes Post stage [Pipeline] junit [2022-06-27T08:57:21.354Z] Recording test results [2022-06-27T08:57:21.580Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-27T08:57:21.915Z] + echo Ensuring container killed. [2022-06-27T08:57:21.915Z] Ensuring container killed. [2022-06-27T08:57:21.915Z] + docker rm -vf docker-pr1 [2022-06-27T08:57:21.915Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-27T08:57:22.229Z] + echo Chowning /workspace to jenkins user [2022-06-27T08:57:22.229Z] Chowning /workspace to jenkins user [2022-06-27T08:57:22.229Z] + id -u [2022-06-27T08:57:22.229Z] + id -g [2022-06-27T08:57:22.229Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43745:/workspace busybox chown -R 1000:1000 /workspace [2022-06-27T08:57:22.229Z] Unable to find image 'busybox:latest' locally [2022-06-27T08:57:22.229Z] latest: Pulling from library/busybox [2022-06-27T08:57:22.494Z] 87379020f3b6: Pulling fs layer [2022-06-27T08:57:22.494Z] 87379020f3b6: Verifying Checksum [2022-06-27T08:57:22.494Z] 87379020f3b6: Download complete [2022-06-27T08:57:22.494Z] 87379020f3b6: Pull complete [2022-06-27T08:57:22.494Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-27T08:57:22.494Z] Status: Downloaded newer image for busybox:latest [2022-06-27T08:57:22.779Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-27T08:57:23.717Z] === RUN TestPluginsWithRuntimes/With_Args [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-27T08:57:24.211Z] + bundleName=arm64-integration [2022-06-27T08:57:24.211Z] + echo Creating arm64-integration-bundles.tar.gz [2022-06-27T08:57:24.211Z] Creating arm64-integration-bundles.tar.gz [2022-06-27T08:57:24.211Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-06-27T08:57:24.211Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-27T08:57:24.487Z] Archiving artifacts [2022-06-27T08:57:25.098Z] --- PASS: TestPluginsWithRuntimes (3.94s) [2022-06-27T08:57:25.098Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.07s) [2022-06-27T08:57:25.098Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.05s) [2022-06-27T08:57:25.098Z] === RUN TestPluginBackCompatMediaTypes [2022-06-27T08:57:25.667Z] --- PASS: TestPluginBackCompatMediaTypes (0.78s) [2022-06-27T08:57:25.667Z] PASS [2022-06-27T08:57:25.667Z] [2022-06-27T08:57:25.667Z] DONE 24 tests in 9.623s [2022-06-27T08:57:25.667Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-27T08:57:25.667Z] ++ 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-27T08:57:25.667Z] ++ set -e [2022-06-27T08:57:25.667Z] ++ '[' -n 0 ']' [2022-06-27T08:57:25.667Z] ++ set -x [2022-06-27T08:57:25.667Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-27T08:57:25.667Z] INFO: Testing against a local daemon [2022-06-27T08:57:25.667Z] === RUN TestExternalGraphDriver [2022-06-27T08:57:25.927Z] === RUN TestExternalGraphDriver/json [2022-06-27T08:57:26.219Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43745/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-27T08:57:26.530Z] + make clean [2022-06-27T08:57:26.792Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-27T08:57:26.792Z] docker-dev-cache [2022-06-27T08:57:26.792Z] docker-mod-cache [Pipeline] deleteDir [2022-06-27T08:57:27.836Z] === RUN TestExternalGraphDriver/spec [2022-06-27T08:57:28.406Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-27T08:57:29.788Z] === RUN TestExternalGraphDriver/pull [2022-06-27T08:57:31.169Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-06-27T08:57:31.169Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-06-27T08:57:31.430Z] --- PASS: TestExternalGraphDriver (5.71s) [2022-06-27T08:57:31.430Z] --- PASS: TestExternalGraphDriver/json (1.89s) [2022-06-27T08:57:31.430Z] --- PASS: TestExternalGraphDriver/spec (1.85s) [2022-06-27T08:57:31.430Z] --- PASS: TestExternalGraphDriver/pull (1.92s) [2022-06-27T08:57:31.430Z] === RUN TestGraphdriverPluginV2 [2022-06-27T08:57:32.370Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-06-27T08:57:35.665Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-06-27T08:57:35.665Z] docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows [2022-06-27T08:57:35.665Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-06-27T08:57:35.925Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-06-27T08:57:36.868Z] --- PASS: TestGraphdriverPluginV2 (5.17s) [2022-06-27T08:57:36.868Z] PASS [2022-06-27T08:57:36.868Z] [2022-06-27T08:57:36.869Z] DONE 5 tests in 11.006s [2022-06-27T08:57:36.869Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-27T08:57:36.869Z] ++ 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-27T08:57:36.869Z] ++ set -e [2022-06-27T08:57:36.869Z] ++ '[' -n 0 ']' [2022-06-27T08:57:36.869Z] ++ set -x [2022-06-27T08:57:36.869Z] ++ 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-27T08:57:36.869Z] INFO: Testing against a local daemon [2022-06-27T08:57:36.869Z] === RUN TestContinueAfterPluginCrash [2022-06-27T08:57:36.869Z] === PAUSE TestContinueAfterPluginCrash [2022-06-27T08:57:36.869Z] === RUN TestReadPluginNoRead [2022-06-27T08:57:36.869Z] === PAUSE TestReadPluginNoRead [2022-06-27T08:57:36.869Z] === RUN TestDaemonStartWithLogOpt [2022-06-27T08:57:36.869Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-27T08:57:36.869Z] === CONT TestContinueAfterPluginCrash [2022-06-27T08:57:36.869Z] === CONT TestDaemonStartWithLogOpt [2022-06-27T08:57:38.781Z] docker_api_swarm_node_test.go:20: [dc653abed4cdc] joining swarm manager [db95223cb89c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T08:57:39.719Z] docker_api_swarm_node_test.go:21: [dbf0ce19ca9f7] joining swarm manager [db95223cb89c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T08:57:40.291Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-06-27T08:57:40.872Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-06-27T08:57:42.253Z] --- PASS: TestDaemonStartWithLogOpt (5.51s) [2022-06-27T08:57:42.253Z] === CONT TestReadPluginNoRead [2022-06-27T08:57:42.512Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-06-27T08:57:42.771Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-06-27T08:57:44.680Z] === RUN TestDockerSuite/TestBuildNetNone [2022-06-27T08:57:44.940Z] === RUN TestDockerSuite/TestBuildNoContext [2022-06-27T08:57:45.200Z] === RUN TestReadPluginNoRead/default [2022-06-27T08:57:45.768Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-06-27T08:57:46.341Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-06-27T08:57:46.602Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-27T08:57:47.541Z] --- PASS: TestContinueAfterPluginCrash (10.55s) [2022-06-27T08:57:47.801Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-06-27T08:57:48.062Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-06-27T08:57:48.062Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-27T08:57:48.322Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-06-27T08:57:48.581Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-06-27T08:57:48.841Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-06-27T08:57:49.411Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-06-27T08:57:49.672Z] === CONT TestReadPluginNoRead [2022-06-27T08:57:49.672Z] read_test.go:92: [d0dbad5620562] daemon is not started [2022-06-27T08:57:49.672Z] --- PASS: TestReadPluginNoRead (7.28s) [2022-06-27T08:57:49.672Z] --- PASS: TestReadPluginNoRead/default (1.49s) [2022-06-27T08:57:49.672Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.53s) [2022-06-27T08:57:49.672Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.44s) [2022-06-27T08:57:49.672Z] PASS [2022-06-27T08:57:49.672Z] [2022-06-27T08:57:49.672Z] DONE 6 tests in 12.933s [2022-06-27T08:57:49.672Z] 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-27T08:57:49.672Z] ++ 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-27T08:57:49.672Z] ++ set -e [2022-06-27T08:57:49.672Z] ++ '[' -n 0 ']' [2022-06-27T08:57:49.672Z] ++ set -x [2022-06-27T08:57:49.672Z] ++ 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-27T08:57:49.672Z] testing: warning: no tests to run [2022-06-27T08:57:49.672Z] PASS [2022-06-27T08:57:49.672Z] [2022-06-27T08:57:49.672Z] DONE 0 tests in 0.045s [2022-06-27T08:57:49.672Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-27T08:57:49.672Z] ++ 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-27T08:57:49.672Z] ++ set -e [2022-06-27T08:57:49.672Z] ++ '[' -n 0 ']' [2022-06-27T08:57:49.672Z] ++ set -x [2022-06-27T08:57:49.672Z] ++ 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-27T08:57:49.932Z] INFO: Testing against a local daemon [2022-06-27T08:57:49.932Z] === RUN TestPluginWithDevMounts [2022-06-27T08:57:49.932Z] === PAUSE TestPluginWithDevMounts [2022-06-27T08:57:49.932Z] === CONT TestPluginWithDevMounts [2022-06-27T08:57:50.502Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-06-27T08:57:51.072Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-06-27T08:57:51.642Z] --- PASS: TestPluginWithDevMounts (1.89s) [2022-06-27T08:57:51.642Z] PASS [2022-06-27T08:57:51.642Z] [2022-06-27T08:57:51.642Z] DONE 1 tests in 2.039s [2022-06-27T08:57:51.903Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-27T08:57:51.903Z] ++ 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-27T08:57:51.903Z] ++ set -e [2022-06-27T08:57:51.903Z] ++ '[' -n 0 ']' [2022-06-27T08:57:51.903Z] ++ set -x [2022-06-27T08:57:51.903Z] ++ 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-27T08:57:51.903Z] INFO: Testing against a local daemon [2022-06-27T08:57:51.903Z] === RUN TestSecretInspect [2022-06-27T08:57:53.813Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-06-27T08:57:54.752Z] --- PASS: TestSecretInspect (2.96s) [2022-06-27T08:57:54.752Z] === RUN TestSecretList [2022-06-27T08:57:55.322Z] docker_api_swarm_test.go:502: [db45997546606] joining swarm manager [da49652624269]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T08:57:55.582Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-06-27T08:57:57.490Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-06-27T08:57:57.490Z] --- PASS: TestSecretList (2.70s) [2022-06-27T08:57:57.490Z] === RUN TestSecretsCreateAndDelete [2022-06-27T08:57:58.061Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-06-27T08:57:59.453Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-06-27T08:58:00.395Z] --- PASS: TestSecretsCreateAndDelete (2.63s) [2022-06-27T08:58:00.395Z] === RUN TestSecretsUpdate [2022-06-27T08:58:02.304Z] === RUN TestDockerSuite/TestBuildPATH [2022-06-27T08:58:02.874Z] --- PASS: TestSecretsUpdate (2.58s) [2022-06-27T08:58:02.874Z] === RUN TestTemplatedSecret [2022-06-27T08:58:03.812Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-06-27T08:58:04.382Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-06-27T08:58:05.322Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-06-27T08:58:05.893Z] docker_api_swarm_test.go:507: [d0fba963101c1] joining swarm manager [da49652624269]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T08:58:05.893Z] --- PASS: TestTemplatedSecret (3.08s) [2022-06-27T08:58:05.893Z] === RUN TestSecretCreateResolve [2022-06-27T08:58:08.432Z] --- PASS: TestSecretCreateResolve (2.29s) [2022-06-27T08:58:08.432Z] PASS [2022-06-27T08:58:08.432Z] [2022-06-27T08:58:08.432Z] DONE 6 tests in 16.341s [2022-06-27T08:58:08.432Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-27T08:58:08.432Z] ++ 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-27T08:58:08.432Z] ++ set -e [2022-06-27T08:58:08.432Z] ++ '[' -n 0 ']' [2022-06-27T08:58:08.432Z] ++ set -x [2022-06-27T08:58:08.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=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-27T08:58:08.432Z] INFO: Testing against a local daemon [2022-06-27T08:58:08.432Z] === RUN TestServiceCreateInit [2022-06-27T08:58:08.432Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-27T08:58:11.740Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-27T08:58:11.740Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-27T08:58:11.740Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-27T08:58:11.740Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-27T08:58:11.740Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-27T08:58:12.085Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-27T08:58:12.370Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/test/unit [2022-06-27T08:58:12.630Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-27T08:58:12.630Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-27T08:58:12.630Z] + TESTDIRS=./... [2022-06-27T08:58:12.630Z] + exclude_paths='/vendor/|/integration' [2022-06-27T08:58:12.630Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-27T08:58:12.630Z] ++ go list ./... [2022-06-27T08:58:13.575Z] + pkg_list='github.com/docker/docker/api [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/backend/build [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/httpstatus [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/httputils [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/middleware [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/router [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/router/build [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/router/container [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/router/debug [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/router/distribution [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/router/grpc [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/router/image [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/router/network [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/router/plugin [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/router/session [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/router/swarm [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/router/system [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/server/router/volume [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/backend [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/blkiodev [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/container [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/events [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/filters [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/image [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/mount [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/network [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/registry [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/strslice [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/swarm [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/time [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/versions [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-27T08:58:13.575Z] github.com/docker/docker/api/types/volume [2022-06-27T08:58:13.575Z] github.com/docker/docker/builder [2022-06-27T08:58:13.575Z] github.com/docker/docker/builder/builder-next [2022-06-27T08:58:13.575Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-27T08:58:13.575Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-27T08:58:13.575Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-27T08:58:13.575Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-27T08:58:13.575Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-27T08:58:13.575Z] github.com/docker/docker/builder/builder-next/worker [2022-06-27T08:58:13.575Z] github.com/docker/docker/builder/dockerfile [2022-06-27T08:58:13.575Z] github.com/docker/docker/builder/remotecontext [2022-06-27T08:58:13.575Z] github.com/docker/docker/builder/remotecontext/git [2022-06-27T08:58:13.575Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-27T08:58:13.575Z] github.com/docker/docker/cli [2022-06-27T08:58:13.575Z] github.com/docker/docker/cli/config [2022-06-27T08:58:13.575Z] github.com/docker/docker/cli/debug [2022-06-27T08:58:13.575Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-27T08:58:13.575Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-27T08:58:13.575Z] github.com/docker/docker/client [2022-06-27T08:58:13.575Z] github.com/docker/docker/cmd/docker-proxy [2022-06-27T08:58:13.575Z] github.com/docker/docker/cmd/dockerd [2022-06-27T08:58:13.575Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-27T08:58:13.575Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-27T08:58:13.575Z] github.com/docker/docker/container [2022-06-27T08:58:13.575Z] github.com/docker/docker/container/stream [2022-06-27T08:58:13.575Z] github.com/docker/docker/contrib/apparmor [2022-06-27T08:58:13.575Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-27T08:58:13.575Z] github.com/docker/docker/contrib/httpserver [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/cluster [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/cluster/convert [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/cluster/executor [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/cluster/provider [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/config [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/events [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/events/testutils [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/exec [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/graphdriver [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/images [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/initlayer [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/links [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/listeners [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/logger [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/logger/gelf [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/logger/journald [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/logger/local [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/logger/logentries [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-27T08:58:13.575Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/splunk [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/syslog [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/templates [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/names [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/network [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/stats [2022-06-27T08:58:13.576Z] github.com/docker/docker/distribution [2022-06-27T08:58:13.576Z] github.com/docker/docker/distribution/metadata [2022-06-27T08:58:13.576Z] github.com/docker/docker/distribution/utils [2022-06-27T08:58:13.576Z] github.com/docker/docker/distribution/xfer [2022-06-27T08:58:13.576Z] github.com/docker/docker/dockerversion [2022-06-27T08:58:13.576Z] github.com/docker/docker/errdefs [2022-06-27T08:58:13.576Z] github.com/docker/docker/image [2022-06-27T08:58:13.576Z] github.com/docker/docker/image/cache [2022-06-27T08:58:13.576Z] github.com/docker/docker/image/tarexport [2022-06-27T08:58:13.576Z] github.com/docker/docker/image/v1 [2022-06-27T08:58:13.576Z] github.com/docker/docker/internal/test/suite [2022-06-27T08:58:13.576Z] github.com/docker/docker/layer [2022-06-27T08:58:13.576Z] github.com/docker/docker/libcontainerd [2022-06-27T08:58:13.576Z] github.com/docker/docker/libcontainerd/queue [2022-06-27T08:58:13.576Z] github.com/docker/docker/libcontainerd/remote [2022-06-27T08:58:13.576Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-27T08:58:13.576Z] github.com/docker/docker/libcontainerd/types [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/bitseq [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cluster [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/config [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/datastore [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/driverapi [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/etchosts [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/idm [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipam [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/iptables [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/netlabel [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/netutils [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/networkdb [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ns [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/options [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/osl [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/portallocator [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/portmapper [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/testutils [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/types [2022-06-27T08:58:13.576Z] github.com/docker/docker/oci [2022-06-27T08:58:13.576Z] github.com/docker/docker/oci/caps [2022-06-27T08:58:13.576Z] github.com/docker/docker/opts [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/aaparser [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/archive [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/authorization [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/broadcaster [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/capabilities [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/chrootarchive [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/containerfs [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/devicemapper [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/directory [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/dmesg [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/fileutils [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/fsutils [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/homedir [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/idtools [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/ioutils [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/jsonmessage [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/longpath [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/loopback [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/namesgenerator [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/parsers [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/pidfile [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/platform [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/plugingetter [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/plugins [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/plugins/transport [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/pools [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/progress [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/pubsub [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/reexec [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/signal [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/stack [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/stdcopy [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/streamformatter [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/stringid [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/sysinfo [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/system [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/tailfile [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/tarsum [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/truncindex [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/urlutil [2022-06-27T08:58:13.576Z] github.com/docker/docker/pkg/useragent [2022-06-27T08:58:13.576Z] github.com/docker/docker/plugin [2022-06-27T08:58:13.576Z] github.com/docker/docker/plugin/executor/containerd [2022-06-27T08:58:13.576Z] github.com/docker/docker/plugin/v2 [2022-06-27T08:58:13.576Z] github.com/docker/docker/profiles/apparmor [2022-06-27T08:58:13.576Z] github.com/docker/docker/profiles/seccomp [2022-06-27T08:58:13.576Z] github.com/docker/docker/quota [2022-06-27T08:58:13.576Z] github.com/docker/docker/reference [2022-06-27T08:58:13.576Z] github.com/docker/docker/registry [2022-06-27T08:58:13.576Z] github.com/docker/docker/registry/resumable [2022-06-27T08:58:13.576Z] github.com/docker/docker/restartmanager [2022-06-27T08:58:13.576Z] github.com/docker/docker/rootless [2022-06-27T08:58:13.576Z] github.com/docker/docker/rootless/specconv [2022-06-27T08:58:13.576Z] github.com/docker/docker/runconfig [2022-06-27T08:58:13.576Z] github.com/docker/docker/runconfig/opts [2022-06-27T08:58:13.576Z] github.com/docker/docker/testutil [2022-06-27T08:58:13.576Z] github.com/docker/docker/testutil/daemon [2022-06-27T08:58:13.576Z] github.com/docker/docker/testutil/environment [2022-06-27T08:58:13.576Z] github.com/docker/docker/testutil/fakecontext [2022-06-27T08:58:13.576Z] github.com/docker/docker/testutil/fakegit [2022-06-27T08:58:13.576Z] github.com/docker/docker/testutil/fakestorage [2022-06-27T08:58:13.576Z] github.com/docker/docker/testutil/fixtures/load [2022-06-27T08:58:13.576Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-27T08:58:13.576Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-27T08:58:13.576Z] github.com/docker/docker/testutil/registry [2022-06-27T08:58:13.576Z] github.com/docker/docker/testutil/request [2022-06-27T08:58:13.576Z] github.com/docker/docker/volume [2022-06-27T08:58:13.576Z] github.com/docker/docker/volume/drivers [2022-06-27T08:58:13.576Z] github.com/docker/docker/volume/local [2022-06-27T08:58:13.576Z] github.com/docker/docker/volume/mounts [2022-06-27T08:58:13.576Z] github.com/docker/docker/volume/service [2022-06-27T08:58:13.576Z] github.com/docker/docker/volume/service/opts [2022-06-27T08:58:13.576Z] github.com/docker/docker/volume/testutils' [2022-06-27T08:58:13.576Z] ++ grep --fixed-strings -v /libnetwork [2022-06-27T08:58:13.576Z] ++ echo 'github.com/docker/docker/api [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/backend/build [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/httpstatus [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/httputils [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/middleware [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/router [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/router/build [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/router/container [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/router/debug [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/router/distribution [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/router/grpc [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/router/image [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/router/network [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/router/plugin [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/router/session [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/router/swarm [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/router/system [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/server/router/volume [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/backend [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/blkiodev [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/container [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/events [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/filters [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/image [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/mount [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/network [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/registry [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/strslice [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/swarm [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/time [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/versions [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-27T08:58:13.576Z] github.com/docker/docker/api/types/volume [2022-06-27T08:58:13.576Z] github.com/docker/docker/builder [2022-06-27T08:58:13.576Z] github.com/docker/docker/builder/builder-next [2022-06-27T08:58:13.576Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-27T08:58:13.576Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-27T08:58:13.576Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-27T08:58:13.576Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-27T08:58:13.576Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-27T08:58:13.576Z] github.com/docker/docker/builder/builder-next/worker [2022-06-27T08:58:13.576Z] github.com/docker/docker/builder/dockerfile [2022-06-27T08:58:13.576Z] github.com/docker/docker/builder/remotecontext [2022-06-27T08:58:13.576Z] github.com/docker/docker/builder/remotecontext/git [2022-06-27T08:58:13.576Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-27T08:58:13.576Z] github.com/docker/docker/cli [2022-06-27T08:58:13.576Z] github.com/docker/docker/cli/config [2022-06-27T08:58:13.576Z] github.com/docker/docker/cli/debug [2022-06-27T08:58:13.576Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-27T08:58:13.576Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-27T08:58:13.576Z] github.com/docker/docker/client [2022-06-27T08:58:13.576Z] github.com/docker/docker/cmd/docker-proxy [2022-06-27T08:58:13.576Z] github.com/docker/docker/cmd/dockerd [2022-06-27T08:58:13.576Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-27T08:58:13.576Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-27T08:58:13.576Z] github.com/docker/docker/container [2022-06-27T08:58:13.576Z] github.com/docker/docker/container/stream [2022-06-27T08:58:13.576Z] github.com/docker/docker/contrib/apparmor [2022-06-27T08:58:13.576Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-27T08:58:13.576Z] github.com/docker/docker/contrib/httpserver [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/cluster [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/cluster/convert [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/cluster/executor [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/cluster/provider [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/config [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/events [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/events/testutils [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/exec [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/graphdriver [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/images [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/initlayer [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/links [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/listeners [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/gelf [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/journald [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/local [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/logentries [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/splunk [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/syslog [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/logger/templates [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/names [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/network [2022-06-27T08:58:13.576Z] github.com/docker/docker/daemon/stats [2022-06-27T08:58:13.576Z] github.com/docker/docker/distribution [2022-06-27T08:58:13.576Z] github.com/docker/docker/distribution/metadata [2022-06-27T08:58:13.576Z] github.com/docker/docker/distribution/utils [2022-06-27T08:58:13.576Z] github.com/docker/docker/distribution/xfer [2022-06-27T08:58:13.576Z] github.com/docker/docker/dockerversion [2022-06-27T08:58:13.576Z] github.com/docker/docker/errdefs [2022-06-27T08:58:13.576Z] github.com/docker/docker/image [2022-06-27T08:58:13.576Z] github.com/docker/docker/image/cache [2022-06-27T08:58:13.576Z] github.com/docker/docker/image/tarexport [2022-06-27T08:58:13.576Z] github.com/docker/docker/image/v1 [2022-06-27T08:58:13.576Z] github.com/docker/docker/internal/test/suite [2022-06-27T08:58:13.576Z] github.com/docker/docker/layer [2022-06-27T08:58:13.576Z] github.com/docker/docker/libcontainerd [2022-06-27T08:58:13.576Z] github.com/docker/docker/libcontainerd/queue [2022-06-27T08:58:13.576Z] github.com/docker/docker/libcontainerd/remote [2022-06-27T08:58:13.576Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-27T08:58:13.576Z] github.com/docker/docker/libcontainerd/types [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/bitseq [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cluster [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/config [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/datastore [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/driverapi [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/etchosts [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/idm [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipam [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/iptables [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/netlabel [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/netutils [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/networkdb [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/ns [2022-06-27T08:58:13.576Z] github.com/docker/docker/libnetwork/options [2022-06-27T08:58:13.577Z] github.com/docker/docker/libnetwork/osl [2022-06-27T08:58:13.577Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-27T08:58:13.577Z] github.com/docker/docker/libnetwork/portallocator [2022-06-27T08:58:13.577Z] github.com/docker/docker/libnetwork/portmapper [2022-06-27T08:58:13.577Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-27T08:58:13.577Z] github.com/docker/docker/libnetwork/testutils [2022-06-27T08:58:13.577Z] github.com/docker/docker/libnetwork/types [2022-06-27T08:58:13.577Z] github.com/docker/docker/oci [2022-06-27T08:58:13.577Z] github.com/docker/docker/oci/caps [2022-06-27T08:58:13.577Z] github.com/docker/docker/opts [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/aaparser [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/archive [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/authorization [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/broadcaster [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/capabilities [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/chrootarchive [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/containerfs [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/devicemapper [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/directory [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/dmesg [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/fileutils [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/fsutils [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/homedir [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/idtools [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/ioutils [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/jsonmessage [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/longpath [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/loopback [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/namesgenerator [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/parsers [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/pidfile [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/platform [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/plugingetter [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/plugins [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/plugins/transport [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/pools [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/progress [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/pubsub [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/reexec [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/signal [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/stack [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/stdcopy [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/streamformatter [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/stringid [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/sysinfo [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/system [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/tailfile [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/tarsum [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/truncindex [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/urlutil [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/useragent [2022-06-27T08:58:13.577Z] github.com/docker/docker/plugin [2022-06-27T08:58:13.577Z] github.com/docker/docker/plugin/executor/containerd [2022-06-27T08:58:13.577Z] github.com/docker/docker/plugin/v2 [2022-06-27T08:58:13.577Z] github.com/docker/docker/profiles/apparmor [2022-06-27T08:58:13.577Z] github.com/docker/docker/profiles/seccomp [2022-06-27T08:58:13.577Z] github.com/docker/docker/quota [2022-06-27T08:58:13.577Z] github.com/docker/docker/reference [2022-06-27T08:58:13.577Z] github.com/docker/docker/registry [2022-06-27T08:58:13.577Z] github.com/docker/docker/registry/resumable [2022-06-27T08:58:13.577Z] github.com/docker/docker/restartmanager [2022-06-27T08:58:13.577Z] github.com/docker/docker/rootless [2022-06-27T08:58:13.577Z] github.com/docker/docker/rootless/specconv [2022-06-27T08:58:13.577Z] github.com/docker/docker/runconfig [2022-06-27T08:58:13.577Z] github.com/docker/docker/runconfig/opts [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/daemon [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/environment [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/fakecontext [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/fakegit [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/fakestorage [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/fixtures/load [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/registry [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/request [2022-06-27T08:58:13.577Z] github.com/docker/docker/volume [2022-06-27T08:58:13.577Z] github.com/docker/docker/volume/drivers [2022-06-27T08:58:13.577Z] github.com/docker/docker/volume/local [2022-06-27T08:58:13.577Z] github.com/docker/docker/volume/mounts [2022-06-27T08:58:13.577Z] github.com/docker/docker/volume/service [2022-06-27T08:58:13.577Z] github.com/docker/docker/volume/service/opts [2022-06-27T08:58:13.577Z] github.com/docker/docker/volume/testutils' [2022-06-27T08:58:13.577Z] + base_pkg_list='github.com/docker/docker/api [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/backend/build [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/httpstatus [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/httputils [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/middleware [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/build [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/container [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/debug [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/distribution [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/grpc [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/image [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/network [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/plugin [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/session [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/swarm [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/system [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/volume [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/backend [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/blkiodev [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/container [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/events [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/filters [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/image [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/mount [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/network [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/registry [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/strslice [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/swarm [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/time [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/versions [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/volume [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/builder-next [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/builder-next/worker [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/dockerfile [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/remotecontext [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/remotecontext/git [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-27T08:58:13.577Z] github.com/docker/docker/cli [2022-06-27T08:58:13.577Z] github.com/docker/docker/cli/config [2022-06-27T08:58:13.577Z] github.com/docker/docker/cli/debug [2022-06-27T08:58:13.577Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-27T08:58:13.577Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-27T08:58:13.577Z] github.com/docker/docker/client [2022-06-27T08:58:13.577Z] github.com/docker/docker/cmd/docker-proxy [2022-06-27T08:58:13.577Z] github.com/docker/docker/cmd/dockerd [2022-06-27T08:58:13.577Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-27T08:58:13.577Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-27T08:58:13.577Z] github.com/docker/docker/container [2022-06-27T08:58:13.577Z] github.com/docker/docker/container/stream [2022-06-27T08:58:13.577Z] github.com/docker/docker/contrib/apparmor [2022-06-27T08:58:13.577Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-27T08:58:13.577Z] github.com/docker/docker/contrib/httpserver [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/cluster [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/cluster/convert [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/cluster/executor [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/cluster/provider [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/config [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/events [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/events/testutils [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/exec [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/graphdriver [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/images [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/initlayer [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/links [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/listeners [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/gelf [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/journald [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/local [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/logentries [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/splunk [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/syslog [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/logger/templates [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/names [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/network [2022-06-27T08:58:13.577Z] github.com/docker/docker/daemon/stats [2022-06-27T08:58:13.577Z] github.com/docker/docker/distribution [2022-06-27T08:58:13.577Z] github.com/docker/docker/distribution/metadata [2022-06-27T08:58:13.577Z] github.com/docker/docker/distribution/utils [2022-06-27T08:58:13.577Z] github.com/docker/docker/distribution/xfer [2022-06-27T08:58:13.577Z] github.com/docker/docker/dockerversion [2022-06-27T08:58:13.577Z] github.com/docker/docker/errdefs [2022-06-27T08:58:13.577Z] github.com/docker/docker/image [2022-06-27T08:58:13.577Z] github.com/docker/docker/image/cache [2022-06-27T08:58:13.577Z] github.com/docker/docker/image/tarexport [2022-06-27T08:58:13.577Z] github.com/docker/docker/image/v1 [2022-06-27T08:58:13.577Z] github.com/docker/docker/internal/test/suite [2022-06-27T08:58:13.577Z] github.com/docker/docker/layer [2022-06-27T08:58:13.577Z] github.com/docker/docker/libcontainerd [2022-06-27T08:58:13.577Z] github.com/docker/docker/libcontainerd/queue [2022-06-27T08:58:13.577Z] github.com/docker/docker/libcontainerd/remote [2022-06-27T08:58:13.577Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-27T08:58:13.577Z] github.com/docker/docker/libcontainerd/types [2022-06-27T08:58:13.577Z] github.com/docker/docker/oci [2022-06-27T08:58:13.577Z] github.com/docker/docker/oci/caps [2022-06-27T08:58:13.577Z] github.com/docker/docker/opts [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/aaparser [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/archive [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/authorization [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/broadcaster [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/capabilities [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/chrootarchive [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/containerfs [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/devicemapper [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/directory [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/dmesg [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/fileutils [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/fsutils [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/homedir [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/idtools [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/ioutils [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/jsonmessage [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/longpath [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/loopback [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/namesgenerator [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/parsers [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/pidfile [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/platform [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/plugingetter [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/plugins [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/plugins/transport [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/pools [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/progress [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/pubsub [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/reexec [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/signal [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/stack [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/stdcopy [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/streamformatter [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/stringid [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/sysinfo [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/system [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/tailfile [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/tarsum [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/truncindex [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/urlutil [2022-06-27T08:58:13.577Z] github.com/docker/docker/pkg/useragent [2022-06-27T08:58:13.577Z] github.com/docker/docker/plugin [2022-06-27T08:58:13.577Z] github.com/docker/docker/plugin/executor/containerd [2022-06-27T08:58:13.577Z] github.com/docker/docker/plugin/v2 [2022-06-27T08:58:13.577Z] github.com/docker/docker/profiles/apparmor [2022-06-27T08:58:13.577Z] github.com/docker/docker/profiles/seccomp [2022-06-27T08:58:13.577Z] github.com/docker/docker/quota [2022-06-27T08:58:13.577Z] github.com/docker/docker/reference [2022-06-27T08:58:13.577Z] github.com/docker/docker/registry [2022-06-27T08:58:13.577Z] github.com/docker/docker/registry/resumable [2022-06-27T08:58:13.577Z] github.com/docker/docker/restartmanager [2022-06-27T08:58:13.577Z] github.com/docker/docker/rootless [2022-06-27T08:58:13.577Z] github.com/docker/docker/rootless/specconv [2022-06-27T08:58:13.577Z] github.com/docker/docker/runconfig [2022-06-27T08:58:13.577Z] github.com/docker/docker/runconfig/opts [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/daemon [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/environment [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/fakecontext [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/fakegit [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/fakestorage [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/fixtures/load [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/registry [2022-06-27T08:58:13.577Z] github.com/docker/docker/testutil/request [2022-06-27T08:58:13.577Z] github.com/docker/docker/volume [2022-06-27T08:58:13.577Z] github.com/docker/docker/volume/drivers [2022-06-27T08:58:13.577Z] github.com/docker/docker/volume/local [2022-06-27T08:58:13.577Z] github.com/docker/docker/volume/mounts [2022-06-27T08:58:13.577Z] github.com/docker/docker/volume/service [2022-06-27T08:58:13.577Z] github.com/docker/docker/volume/service/opts [2022-06-27T08:58:13.577Z] github.com/docker/docker/volume/testutils' [2022-06-27T08:58:13.577Z] ++ grep --fixed-strings /libnetwork [2022-06-27T08:58:13.577Z] ++ echo 'github.com/docker/docker/api [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/backend/build [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/httpstatus [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/httputils [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/middleware [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/build [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/container [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/debug [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/distribution [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/grpc [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/image [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/network [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/plugin [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/session [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/swarm [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/system [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/server/router/volume [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/backend [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/blkiodev [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/container [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/events [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/filters [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/image [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/mount [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/network [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/registry [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/strslice [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/swarm [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/time [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/versions [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-27T08:58:13.577Z] github.com/docker/docker/api/types/volume [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/builder-next [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/builder-next/worker [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/dockerfile [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/remotecontext [2022-06-27T08:58:13.577Z] github.com/docker/docker/builder/remotecontext/git [2022-06-27T08:58:13.578Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-27T08:58:13.578Z] github.com/docker/docker/cli [2022-06-27T08:58:13.578Z] github.com/docker/docker/cli/config [2022-06-27T08:58:13.578Z] github.com/docker/docker/cli/debug [2022-06-27T08:58:13.578Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-27T08:58:13.578Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-27T08:58:13.578Z] github.com/docker/docker/client [2022-06-27T08:58:13.578Z] github.com/docker/docker/cmd/docker-proxy [2022-06-27T08:58:13.578Z] github.com/docker/docker/cmd/dockerd [2022-06-27T08:58:13.578Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-27T08:58:13.578Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-27T08:58:13.578Z] github.com/docker/docker/container [2022-06-27T08:58:13.578Z] github.com/docker/docker/container/stream [2022-06-27T08:58:13.578Z] github.com/docker/docker/contrib/apparmor [2022-06-27T08:58:13.578Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-27T08:58:13.578Z] github.com/docker/docker/contrib/httpserver [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/cluster [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/cluster/convert [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/cluster/executor [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/cluster/provider [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/config [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/events [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/events/testutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/exec [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/graphdriver [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/images [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/initlayer [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/links [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/listeners [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/gelf [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/journald [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/local [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/logentries [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/splunk [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/syslog [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/logger/templates [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/names [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/network [2022-06-27T08:58:13.578Z] github.com/docker/docker/daemon/stats [2022-06-27T08:58:13.578Z] github.com/docker/docker/distribution [2022-06-27T08:58:13.578Z] github.com/docker/docker/distribution/metadata [2022-06-27T08:58:13.578Z] github.com/docker/docker/distribution/utils [2022-06-27T08:58:13.578Z] github.com/docker/docker/distribution/xfer [2022-06-27T08:58:13.578Z] github.com/docker/docker/dockerversion [2022-06-27T08:58:13.578Z] github.com/docker/docker/errdefs [2022-06-27T08:58:13.578Z] github.com/docker/docker/image [2022-06-27T08:58:13.578Z] github.com/docker/docker/image/cache [2022-06-27T08:58:13.578Z] github.com/docker/docker/image/tarexport [2022-06-27T08:58:13.578Z] github.com/docker/docker/image/v1 [2022-06-27T08:58:13.578Z] github.com/docker/docker/internal/test/suite [2022-06-27T08:58:13.578Z] github.com/docker/docker/layer [2022-06-27T08:58:13.578Z] github.com/docker/docker/libcontainerd [2022-06-27T08:58:13.578Z] github.com/docker/docker/libcontainerd/queue [2022-06-27T08:58:13.578Z] github.com/docker/docker/libcontainerd/remote [2022-06-27T08:58:13.578Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-27T08:58:13.578Z] github.com/docker/docker/libcontainerd/types [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/bitseq [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cluster [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/config [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/datastore [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/driverapi [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/etchosts [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/idm [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipam [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/iptables [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/netlabel [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/netutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/networkdb [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ns [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/options [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/osl [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/portallocator [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/portmapper [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/testutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/types [2022-06-27T08:58:13.578Z] github.com/docker/docker/oci [2022-06-27T08:58:13.578Z] github.com/docker/docker/oci/caps [2022-06-27T08:58:13.578Z] github.com/docker/docker/opts [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/aaparser [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/archive [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/authorization [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/broadcaster [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/capabilities [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/chrootarchive [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/containerfs [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/devicemapper [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/directory [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/dmesg [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/fileutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/fsutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/homedir [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/idtools [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/ioutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/jsonmessage [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/longpath [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/loopback [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/namesgenerator [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/parsers [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/pidfile [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/platform [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/plugingetter [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/plugins [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/plugins/transport [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/pools [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/progress [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/pubsub [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/reexec [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/signal [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/stack [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/stdcopy [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/streamformatter [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/stringid [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/sysinfo [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/system [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/tailfile [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/tarsum [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/truncindex [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/urlutil [2022-06-27T08:58:13.578Z] github.com/docker/docker/pkg/useragent [2022-06-27T08:58:13.578Z] github.com/docker/docker/plugin [2022-06-27T08:58:13.578Z] github.com/docker/docker/plugin/executor/containerd [2022-06-27T08:58:13.578Z] github.com/docker/docker/plugin/v2 [2022-06-27T08:58:13.578Z] github.com/docker/docker/profiles/apparmor [2022-06-27T08:58:13.578Z] github.com/docker/docker/profiles/seccomp [2022-06-27T08:58:13.578Z] github.com/docker/docker/quota [2022-06-27T08:58:13.578Z] github.com/docker/docker/reference [2022-06-27T08:58:13.578Z] github.com/docker/docker/registry [2022-06-27T08:58:13.578Z] github.com/docker/docker/registry/resumable [2022-06-27T08:58:13.578Z] github.com/docker/docker/restartmanager [2022-06-27T08:58:13.578Z] github.com/docker/docker/rootless [2022-06-27T08:58:13.578Z] github.com/docker/docker/rootless/specconv [2022-06-27T08:58:13.578Z] github.com/docker/docker/runconfig [2022-06-27T08:58:13.578Z] github.com/docker/docker/runconfig/opts [2022-06-27T08:58:13.578Z] github.com/docker/docker/testutil [2022-06-27T08:58:13.578Z] github.com/docker/docker/testutil/daemon [2022-06-27T08:58:13.578Z] github.com/docker/docker/testutil/environment [2022-06-27T08:58:13.578Z] github.com/docker/docker/testutil/fakecontext [2022-06-27T08:58:13.578Z] github.com/docker/docker/testutil/fakegit [2022-06-27T08:58:13.578Z] github.com/docker/docker/testutil/fakestorage [2022-06-27T08:58:13.578Z] github.com/docker/docker/testutil/fixtures/load [2022-06-27T08:58:13.578Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-27T08:58:13.578Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-27T08:58:13.578Z] github.com/docker/docker/testutil/registry [2022-06-27T08:58:13.578Z] github.com/docker/docker/testutil/request [2022-06-27T08:58:13.578Z] github.com/docker/docker/volume [2022-06-27T08:58:13.578Z] github.com/docker/docker/volume/drivers [2022-06-27T08:58:13.578Z] github.com/docker/docker/volume/local [2022-06-27T08:58:13.578Z] github.com/docker/docker/volume/mounts [2022-06-27T08:58:13.578Z] github.com/docker/docker/volume/service [2022-06-27T08:58:13.578Z] github.com/docker/docker/volume/service/opts [2022-06-27T08:58:13.578Z] github.com/docker/docker/volume/testutils' [2022-06-27T08:58:13.578Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/bitseq [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cluster [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/config [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/datastore [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/driverapi [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/etchosts [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/idm [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipam [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/iptables [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/netlabel [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/netutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/networkdb [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ns [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/options [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/osl [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/portallocator [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/portmapper [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/testutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/types' [2022-06-27T08:58:13.578Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-27T08:58:13.578Z] + echo 'github.com/docker/docker/libnetwork [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/bitseq [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cluster [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/config [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/datastore [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/driverapi [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/etchosts [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/idm [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipam [2022-06-27T08:58:13.578Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/iptables [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/netlabel [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/netutils [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/networkdb [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/ns [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/options [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/osl [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/portallocator [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/portmapper [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/testutils [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/types' [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-27T08:58:13.579Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-27T08:58:13.579Z] + type docker-proxy [2022-06-27T08:58:13.579Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-27T08:58:13.579Z] + hack/make.sh binary-proxy install-proxy [2022-06-27T08:58:13.579Z] [2022-06-27T08:58:13.711Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-06-27T08:58:13.711Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-27T08:58:13.840Z] Removing bundles/ [2022-06-27T08:58:13.840Z] [2022-06-27T08:58:13.840Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-27T08:58:13.840Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-27T08:58:13.840Z] GOOS="" GOARCH="" GOARM="" [2022-06-27T08:58:16.250Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-06-27T08:58:17.630Z] === RUN TestDockerSuite/TestBuildRm [2022-06-27T08:58:17.630Z] --- PASS: TestServiceCreateInit (9.33s) [2022-06-27T08:58:17.630Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.71s) [2022-06-27T08:58:17.630Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.58s) [2022-06-27T08:58:17.630Z] === RUN TestCreateServiceMultipleTimes [2022-06-27T08:58:20.168Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-06-27T08:58:21.107Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-06-27T08:58:21.981Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-27T08:58:21.981Z] [2022-06-27T08:58:21.981Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-27T08:58:21.981Z] Installing docker-proxy to /usr/local/bin/ [2022-06-27T08:58:21.981Z] [2022-06-27T08:58:21.981Z] + mkdir -p bundles [2022-06-27T08:58:21.981Z] + '[' -n 'github.com/docker/docker/api [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/backend/build [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/httpstatus [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/httputils [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/middleware [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/router [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/router/build [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/router/container [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/router/debug [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/router/distribution [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/router/grpc [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/router/image [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/router/network [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/router/plugin [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/router/session [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/router/swarm [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/router/system [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/server/router/volume [2022-06-27T08:58:21.981Z] github.com/docker/docker/api/types [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/backend [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/blkiodev [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/container [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/events [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/filters [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/image [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/mount [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/network [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/registry [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/strslice [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/swarm [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/time [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/versions [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-27T08:58:21.982Z] github.com/docker/docker/api/types/volume [2022-06-27T08:58:21.982Z] github.com/docker/docker/builder [2022-06-27T08:58:21.982Z] github.com/docker/docker/builder/builder-next [2022-06-27T08:58:21.982Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-27T08:58:21.982Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-27T08:58:21.982Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-27T08:58:21.982Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-27T08:58:21.982Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-27T08:58:21.982Z] github.com/docker/docker/builder/builder-next/worker [2022-06-27T08:58:21.982Z] github.com/docker/docker/builder/dockerfile [2022-06-27T08:58:21.982Z] github.com/docker/docker/builder/remotecontext [2022-06-27T08:58:21.982Z] github.com/docker/docker/builder/remotecontext/git [2022-06-27T08:58:21.982Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-27T08:58:21.982Z] github.com/docker/docker/cli [2022-06-27T08:58:21.982Z] github.com/docker/docker/cli/config [2022-06-27T08:58:21.982Z] github.com/docker/docker/cli/debug [2022-06-27T08:58:21.982Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-27T08:58:21.982Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-27T08:58:21.982Z] github.com/docker/docker/client [2022-06-27T08:58:21.982Z] github.com/docker/docker/cmd/docker-proxy [2022-06-27T08:58:21.982Z] github.com/docker/docker/cmd/dockerd [2022-06-27T08:58:21.982Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-27T08:58:21.982Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-27T08:58:21.982Z] github.com/docker/docker/container [2022-06-27T08:58:21.982Z] github.com/docker/docker/container/stream [2022-06-27T08:58:21.982Z] github.com/docker/docker/contrib/apparmor [2022-06-27T08:58:21.982Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-27T08:58:21.982Z] github.com/docker/docker/contrib/httpserver [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/cluster [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/cluster/convert [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/cluster/executor [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/cluster/provider [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/config [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/events [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/events/testutils [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/exec [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/graphdriver [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/images [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/initlayer [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/links [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/listeners [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/gelf [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/journald [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/local [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/logentries [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/splunk [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/syslog [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/logger/templates [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/names [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/network [2022-06-27T08:58:21.982Z] github.com/docker/docker/daemon/stats [2022-06-27T08:58:21.982Z] github.com/docker/docker/distribution [2022-06-27T08:58:21.982Z] github.com/docker/docker/distribution/metadata [2022-06-27T08:58:21.982Z] github.com/docker/docker/distribution/utils [2022-06-27T08:58:21.982Z] github.com/docker/docker/distribution/xfer [2022-06-27T08:58:21.982Z] github.com/docker/docker/dockerversion [2022-06-27T08:58:21.982Z] github.com/docker/docker/errdefs [2022-06-27T08:58:21.982Z] github.com/docker/docker/image [2022-06-27T08:58:21.982Z] github.com/docker/docker/image/cache [2022-06-27T08:58:21.982Z] github.com/docker/docker/image/tarexport [2022-06-27T08:58:21.982Z] github.com/docker/docker/image/v1 [2022-06-27T08:58:21.982Z] github.com/docker/docker/internal/test/suite [2022-06-27T08:58:21.982Z] github.com/docker/docker/layer [2022-06-27T08:58:21.982Z] github.com/docker/docker/libcontainerd [2022-06-27T08:58:21.982Z] github.com/docker/docker/libcontainerd/queue [2022-06-27T08:58:21.982Z] github.com/docker/docker/libcontainerd/remote [2022-06-27T08:58:21.982Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-27T08:58:21.982Z] github.com/docker/docker/libcontainerd/types [2022-06-27T08:58:21.982Z] github.com/docker/docker/oci [2022-06-27T08:58:21.982Z] github.com/docker/docker/oci/caps [2022-06-27T08:58:21.982Z] github.com/docker/docker/opts [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/aaparser [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/archive [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/authorization [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/broadcaster [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/capabilities [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/chrootarchive [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/containerfs [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/devicemapper [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/directory [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/dmesg [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/fileutils [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/fsutils [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/homedir [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/idtools [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/ioutils [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/jsonmessage [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/longpath [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/loopback [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/namesgenerator [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/parsers [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/pidfile [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/platform [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/plugingetter [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/plugins [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/plugins/transport [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/pools [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/progress [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/pubsub [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/reexec [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/signal [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/stack [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/stdcopy [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/streamformatter [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/stringid [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/sysinfo [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/system [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/tailfile [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/tarsum [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/truncindex [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/urlutil [2022-06-27T08:58:21.982Z] github.com/docker/docker/pkg/useragent [2022-06-27T08:58:21.982Z] github.com/docker/docker/plugin [2022-06-27T08:58:21.982Z] github.com/docker/docker/plugin/executor/containerd [2022-06-27T08:58:21.982Z] github.com/docker/docker/plugin/v2 [2022-06-27T08:58:21.982Z] github.com/docker/docker/profiles/apparmor [2022-06-27T08:58:21.982Z] github.com/docker/docker/profiles/seccomp [2022-06-27T08:58:21.982Z] github.com/docker/docker/quota [2022-06-27T08:58:21.982Z] github.com/docker/docker/reference [2022-06-27T08:58:21.982Z] github.com/docker/docker/registry [2022-06-27T08:58:21.982Z] github.com/docker/docker/registry/resumable [2022-06-27T08:58:21.982Z] github.com/docker/docker/restartmanager [2022-06-27T08:58:21.982Z] github.com/docker/docker/rootless [2022-06-27T08:58:21.982Z] github.com/docker/docker/rootless/specconv [2022-06-27T08:58:21.982Z] github.com/docker/docker/runconfig [2022-06-27T08:58:21.982Z] github.com/docker/docker/runconfig/opts [2022-06-27T08:58:21.982Z] github.com/docker/docker/testutil [2022-06-27T08:58:21.982Z] github.com/docker/docker/testutil/daemon [2022-06-27T08:58:21.982Z] github.com/docker/docker/testutil/environment [2022-06-27T08:58:21.982Z] github.com/docker/docker/testutil/fakecontext [2022-06-27T08:58:21.982Z] github.com/docker/docker/testutil/fakegit [2022-06-27T08:58:21.982Z] github.com/docker/docker/testutil/fakestorage [2022-06-27T08:58:21.982Z] github.com/docker/docker/testutil/fixtures/load [2022-06-27T08:58:21.982Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-27T08:58:21.982Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-27T08:58:21.982Z] github.com/docker/docker/testutil/registry [2022-06-27T08:58:21.982Z] github.com/docker/docker/testutil/request [2022-06-27T08:58:21.982Z] github.com/docker/docker/volume [2022-06-27T08:58:21.982Z] github.com/docker/docker/volume/drivers [2022-06-27T08:58:21.982Z] github.com/docker/docker/volume/local [2022-06-27T08:58:21.982Z] github.com/docker/docker/volume/mounts [2022-06-27T08:58:21.982Z] github.com/docker/docker/volume/service [2022-06-27T08:58:21.982Z] github.com/docker/docker/volume/service/opts [2022-06-27T08:58:21.982Z] github.com/docker/docker/volume/testutils' ']' [2022-06-27T08:58:21.982Z] + 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-27T08:58:21.982Z] ? github.com/docker/docker/api [no test files] [2022-06-27T08:58:22.489Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-06-27T08:58:22.749Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-06-27T08:58:24.690Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-06-27T08:58:25.259Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-06-27T08:58:26.198Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-06-27T08:58:29.488Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-06-27T08:58:29.488Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-06-27T08:58:29.488Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-06-27T08:58:29.488Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-27T08:58:29.488Z] === RUN TestDockerSuite/TestBuildSpaces [2022-06-27T08:58:29.748Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-06-27T08:58:30.316Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-06-27T08:58:30.316Z] === RUN TestDockerSuite/TestBuildStderr [2022-06-27T08:58:30.885Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-06-27T08:58:33.424Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-06-27T08:58:34.363Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-06-27T08:58:34.932Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-06-27T08:58:35.192Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-06-27T08:58:35.192Z] --- PASS: TestCreateServiceMultipleTimes (17.71s) [2022-06-27T08:58:35.192Z] === RUN TestCreateServiceConflict [2022-06-27T08:58:35.760Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-06-27T08:58:37.140Z] === RUN TestDockerSuite/TestBuildUser [2022-06-27T08:58:38.079Z] --- PASS: TestCreateServiceConflict (2.58s) [2022-06-27T08:58:38.079Z] === RUN TestCreateServiceMaxReplicas [2022-06-27T08:58:38.079Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-06-27T08:58:38.339Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-06-27T08:58:40.105Z] ok github.com/docker/docker/api/server 0.008s coverage: 7.9% of statements [2022-06-27T08:58:40.879Z] docker_api_swarm_node_test.go:81: [d76bccc0d5002] joining swarm manager [df8ee02fec6b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T08:58:42.262Z] --- PASS: TestCreateServiceMaxReplicas (4.12s) [2022-06-27T08:58:42.262Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-27T08:58:42.262Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-06-27T08:58:54.491Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-06-27T08:58:55.059Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-06-27T08:58:55.060Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-06-27T08:58:55.060Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-06-27T08:58:55.998Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-06-27T08:58:56.568Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-06-27T08:58:56.568Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.68s) [2022-06-27T08:58:56.568Z] === RUN TestCreateServiceSecretFileMode [2022-06-27T08:58:57.508Z] docker_api_swarm_node_test.go:53: [d3ad1a7deaf1e] joining swarm manager [dd680c270ce71]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T08:58:58.080Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-06-27T08:58:58.080Z] docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows [2022-06-27T08:58:58.080Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-06-27T08:58:58.080Z] docker_cli_build_test.go:6032: unmatched requirement DaemonIsWindows [2022-06-27T08:58:58.080Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-06-27T08:58:58.080Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsWindows [2022-06-27T08:58:58.080Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-06-27T08:58:58.080Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-06-27T08:58:58.080Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-06-27T08:58:58.340Z] docker_api_swarm_node_test.go:54: [d5353d3ce87cd] joining swarm manager [dd680c270ce71]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T08:59:00.248Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-06-27T08:59:00.248Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-06-27T08:59:00.248Z] --- PASS: TestCreateServiceSecretFileMode (3.34s) [2022-06-27T08:59:00.248Z] === RUN TestCreateServiceConfigFileMode [2022-06-27T08:59:00.817Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-06-27T08:59:01.387Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-06-27T08:59:01.958Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-06-27T08:59:02.218Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-06-27T08:59:03.157Z] --- PASS: TestCreateServiceConfigFileMode (3.22s) [2022-06-27T08:59:03.157Z] === RUN TestCreateServiceSysctls [2022-06-27T08:59:04.542Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-06-27T08:59:06.452Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-06-27T08:59:06.716Z] --- PASS: TestCreateServiceSysctls (3.39s) [2022-06-27T08:59:06.716Z] === RUN TestCreateServiceCapabilities [2022-06-27T08:59:06.976Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-06-27T08:59:07.236Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-06-27T08:59:07.806Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-06-27T08:59:07.806Z] docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows [2022-06-27T08:59:07.806Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-06-27T08:59:08.376Z] === RUN TestDockerSuite/TestBuildXZHost [2022-06-27T08:59:09.314Z] --- PASS: TestCreateServiceCapabilities (2.50s) [2022-06-27T08:59:09.314Z] === RUN TestInspect [2022-06-27T08:59:10.253Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-06-27T08:59:10.823Z] === RUN TestDockerSuite/TestCommitChange [2022-06-27T08:59:11.773Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-06-27T08:59:12.722Z] --- PASS: TestInspect (3.48s) [2022-06-27T08:59:12.722Z] === RUN TestCreateJob [2022-06-27T08:59:12.722Z] === RUN TestDockerSuite/TestCommitHardlink [2022-06-27T08:59:14.102Z] === RUN TestDockerSuite/TestCommitNewFile [2022-06-27T08:59:15.487Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-06-27T08:59:16.057Z] === RUN TestDockerSuite/TestCommitTTY [2022-06-27T08:59:16.316Z] --- PASS: TestCreateJob (3.74s) [2022-06-27T08:59:16.316Z] === RUN TestReplicatedJob [2022-06-27T08:59:17.255Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-06-27T08:59:18.637Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-06-27T08:59:19.576Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-06-27T08:59:20.958Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-06-27T08:59:21.217Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-06-27T08:59:21.787Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-06-27T08:59:22.356Z] --- PASS: TestReplicatedJob (5.84s) [2022-06-27T08:59:22.356Z] === RUN TestUpdateReplicatedJob [2022-06-27T08:59:22.616Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-06-27T08:59:23.185Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-06-27T08:59:23.756Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-06-27T08:59:24.696Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-06-27T08:59:25.267Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-06-27T08:59:26.207Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-06-27T08:59:26.207Z] --- PASS: TestUpdateReplicatedJob (3.99s) [2022-06-27T08:59:26.207Z] === RUN TestServiceListWithStatuses [2022-06-27T08:59:26.207Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-27T08:59:26.207Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-27T08:59:26.207Z] === RUN TestDockerNetworkConnectAlias [2022-06-27T08:59:27.146Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-06-27T08:59:27.406Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-06-27T08:59:28.345Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-06-27T08:59:29.286Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-06-27T08:59:29.856Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-06-27T08:59:30.431Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-06-27T08:59:31.374Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-06-27T08:59:31.374Z] --- PASS: TestDockerNetworkConnectAlias (5.15s) [2022-06-27T08:59:31.374Z] === RUN TestDockerNetworkReConnect [2022-06-27T08:59:32.311Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-06-27T08:59:33.249Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-06-27T08:59:34.188Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-06-27T08:59:34.188Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-06-27T08:59:35.126Z] === RUN TestDockerSuite/TestCpRelativePath [2022-06-27T08:59:35.695Z] --- PASS: TestDockerNetworkReConnect (4.28s) [2022-06-27T08:59:35.695Z] === RUN TestServicePlugin [2022-06-27T08:59:35.695Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-06-27T08:59:36.636Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-06-27T08:59:36.896Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-06-27T08:59:37.469Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-06-27T08:59:38.409Z] === RUN TestDockerSuite/TestCpToCaseA [2022-06-27T08:59:39.348Z] docker_api_swarm_test.go:202: [df931110fb0ab] joining swarm manager [d80845fa8afeb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T08:59:39.918Z] === RUN TestDockerSuite/TestCpToCaseB [2022-06-27T08:59:40.488Z] plugin_test.go:61: [d3393efe611f1] joining swarm manager [d640b34ac8515]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T08:59:40.747Z] === RUN TestDockerSuite/TestCpToCaseC [2022-06-27T08:59:41.685Z] plugin_test.go:64: [d3797a36f0c72] joining swarm manager [d640b34ac8515]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T08:59:42.625Z] === RUN TestDockerSuite/TestCpToCaseD [2022-06-27T08:59:45.918Z] === RUN TestDockerSuite/TestCpToCaseE [2022-06-27T08:59:48.455Z] === RUN TestDockerSuite/TestCpToCaseF [2022-06-27T08:59:48.716Z] === RUN TestDockerSuite/TestCpToCaseG [2022-06-27T08:59:52.014Z] === RUN TestDockerSuite/TestCpToCaseH [2022-06-27T08:59:54.550Z] === RUN TestDockerSuite/TestCpToCaseI [2022-06-27T08:59:54.550Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-06-27T08:59:56.460Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-06-27T08:59:57.843Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-06-27T08:59:58.786Z] docker_api_swarm_test.go:384: [d94ff07de08b3] joining swarm manager [dbc44089ce969]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T08:59:58.786Z] === RUN TestDockerSuite/TestCpToDot [2022-06-27T08:59:59.732Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-06-27T08:59:59.992Z] docker_api_swarm_test.go:385: [d48b001d383f5] joining swarm manager [dbc44089ce969]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:00:00.562Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-06-27T09:00:01.502Z] === RUN TestDockerSuite/TestCpToStdout [2022-06-27T09:00:02.072Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-06-27T09:00:03.012Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-06-27T09:00:03.272Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-06-27T09:00:03.841Z] === RUN TestDockerSuite/TestCpVolumePath [2022-06-27T09:00:04.410Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-06-27T09:00:04.670Z] === RUN TestDockerSuite/TestCreateArgs [2022-06-27T09:00:04.670Z] === RUN TestDockerSuite/TestCreateByImageID [2022-06-27T09:00:05.239Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-06-27T09:00:05.808Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-06-27T09:00:05.808Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-27T09:00:05.808Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-06-27T09:00:05.808Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-06-27T09:00:06.376Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-06-27T09:00:06.635Z] === RUN TestDockerSuite/TestCreateLabels [2022-06-27T09:00:06.635Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-06-27T09:00:06.635Z] === RUN TestDockerSuite/TestCreateRM [2022-06-27T09:00:06.895Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-06-27T09:00:06.895Z] docker_cli_create_test.go:83: unmatched requirement Devicemapper [2022-06-27T09:00:06.895Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-06-27T09:00:06.895Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-06-27T09:00:06.895Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-06-27T09:00:08.803Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-06-27T09:00:08.803Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-06-27T09:00:08.803Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-06-27T09:00:08.803Z] --- PASS: TestServicePlugin (33.00s) [2022-06-27T09:00:08.803Z] === RUN TestServiceUpdateLabel [2022-06-27T09:00:11.344Z] --- PASS: TestServiceUpdateLabel (2.73s) [2022-06-27T09:00:11.344Z] === RUN TestServiceUpdateSecrets [2022-06-27T09:00:12.298Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-06-27T09:00:12.298Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-06-27T09:00:12.298Z] === RUN TestDockerSuite/TestEventsAttach [2022-06-27T09:00:13.246Z] === RUN TestDockerSuite/TestEventsCommit [2022-06-27T09:00:14.184Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-06-27T09:00:14.443Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-06-27T09:00:15.012Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-06-27T09:00:15.581Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-06-27T09:00:16.612Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-27T09:00:16.614Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 31.9% of statements [2022-06-27T09:00:16.614Z] ok github.com/docker/docker/api/server/middleware 0.020s coverage: 37.7% of statements [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-27T09:00:16.614Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-27T09:00:16.614Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2022-06-27T09:00:16.614Z] ok github.com/docker/docker/api/server/router/volume 0.010s coverage: 67.9% of statements [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-27T09:00:16.614Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-27T09:00:16.614Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2022-06-27T09:00:16.614Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/builder [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-27T09:00:16.614Z] ok github.com/docker/docker/builder/remotecontext 0.111s coverage: 13.7% of statements [2022-06-27T09:00:16.614Z] ok github.com/docker/docker/builder/dockerfile 0.559s coverage: 49.3% of statements [2022-06-27T09:00:16.614Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-06-27T09:00:16.614Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2022-06-27T09:00:16.614Z] ok github.com/docker/docker/builder/remotecontext/git 1.804s coverage: 86.3% of statements [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/cli [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-27T09:00:16.614Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-27T09:00:16.885Z] ok github.com/docker/docker/cmd/docker-proxy 0.274s coverage: 67.6% of statements [2022-06-27T09:00:16.961Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-06-27T09:00:17.900Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-06-27T09:00:20.438Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-06-27T09:00:21.094Z] ok github.com/docker/docker/client 0.185s coverage: 75.6% of statements [2022-06-27T09:00:22.343Z] === RUN TestDockerSuite/TestEventsCopy [2022-06-27T09:00:22.912Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-06-27T09:00:23.851Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-06-27T09:00:26.388Z] --- PASS: TestServiceUpdateSecrets (15.06s) [2022-06-27T09:00:26.388Z] === RUN TestServiceUpdateConfigs [2022-06-27T09:00:29.679Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-06-27T09:00:29.679Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-06-27T09:00:30.616Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-06-27T09:00:31.184Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-06-27T09:00:31.184Z] === RUN TestDockerSuite/TestEventsFilterType [2022-06-27T09:00:31.752Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-06-27T09:00:31.752Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-06-27T09:00:31.752Z] === RUN TestDockerSuite/TestEventsFilters [2022-06-27T09:00:33.133Z] === RUN TestDockerSuite/TestEventsFormat [2022-06-27T09:00:33.702Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-06-27T09:00:33.702Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-06-27T09:00:33.702Z] === RUN TestDockerSuite/TestEventsImageImport [2022-06-27T09:00:34.654Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-06-27T09:00:34.654Z] === RUN TestDockerSuite/TestEventsImagePull [2022-06-27T09:00:35.591Z] === RUN TestDockerSuite/TestEventsImageTag [2022-06-27T09:00:36.529Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-06-27T09:00:36.789Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-06-27T09:00:36.789Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-27T09:00:36.789Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-06-27T09:00:36.789Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-27T09:00:36.789Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-06-27T09:00:38.693Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-06-27T09:00:39.263Z] === RUN TestDockerSuite/TestEventsRename [2022-06-27T09:00:39.832Z] === RUN TestDockerSuite/TestEventsResize [2022-06-27T09:00:40.401Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-06-27T09:00:40.970Z] --- PASS: TestServiceUpdateConfigs (14.68s) [2022-06-27T09:00:40.970Z] === RUN TestServiceUpdateNetwork [2022-06-27T09:00:46.245Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-06-27T09:00:46.245Z] === RUN TestDockerSuite/TestEventsStreaming [2022-06-27T09:00:46.815Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-06-27T09:00:50.107Z] === RUN TestDockerSuite/TestEventsTop [2022-06-27T09:00:50.366Z] === RUN TestDockerSuite/TestEventsUntag [2022-06-27T09:00:52.899Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-06-27T09:00:53.468Z] --- PASS: TestServiceUpdateNetwork (12.20s) [2022-06-27T09:00:53.468Z] === RUN TestServiceUpdatePidsLimit [2022-06-27T09:00:54.847Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-27T09:00:55.415Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-27T09:01:00.709Z] check_test.go:611: [d48b001d383f5] daemon is not started [2022-06-27T09:01:00.709Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-06-27T09:01:02.088Z] docker_api_swarm_test.go:802: [d90e60d34397f] joining swarm manager [dd18f0acda906]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:01:02.088Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-27T09:01:03.467Z] docker_api_swarm_test.go:802: [dc5a669d1a30c] joining swarm manager [dd18f0acda906]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:01:03.726Z] === RUN TestDockerSuite/TestNetworkEvents [2022-06-27T09:01:04.665Z] === RUN TestDockerSuite/TestVolumeEvents [2022-06-27T09:01:04.925Z] docker_api_swarm_test.go:802: [d12da85423221] joining swarm manager [dd18f0acda906]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-27T09:01:06.303Z] docker_api_swarm_test.go:802: [d6b75cd2dcfdf] joining swarm manager [dd18f0acda906]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-27T09:01:07.687Z] docker_api_swarm_test.go:810: [d29a578a5dc5c] joining swarm manager [dd18f0acda906]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-06-27T09:01:07.812Z] ok github.com/docker/docker/cmd/dockerd 0.094s coverage: 29.7% of statements [2022-06-27T09:01:07.812Z] ok github.com/docker/docker/container 0.116s coverage: 34.8% of statements [2022-06-27T09:01:07.812Z] ok github.com/docker/docker/cmd/dockerd/trap 2.523s coverage: 0.0% of statements [2022-06-27T09:01:07.812Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-27T09:01:07.812Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-27T09:01:07.812Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-27T09:01:07.812Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-27T09:01:07.812Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-27T09:01:09.592Z] --- PASS: TestServiceUpdatePidsLimit (16.38s) [2022-06-27T09:01:09.592Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-06-27T09:01:09.592Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-06-27T09:01:09.592Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s) [2022-06-27T09:01:09.592Z] PASS [2022-06-27T09:01:09.592Z] [2022-06-27T09:01:09.592Z] === Skipped [2022-06-27T09:01:09.592Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-27T09:01:09.592Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-27T09:01:09.592Z] [2022-06-27T09:01:09.592Z] DONE 27 tests, 1 skipped in 181.551s [2022-06-27T09:01:09.592Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-27T09:01:09.592Z] ++ 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-27T09:01:09.592Z] ++ set -e [2022-06-27T09:01:09.592Z] ++ '[' -n 0 ']' [2022-06-27T09:01:09.592Z] ++ set -x [2022-06-27T09:01:09.592Z] ++ 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-27T09:01:09.851Z] INFO: Testing against a local daemon [2022-06-27T09:01:09.851Z] === RUN TestSessionCreate [2022-06-27T09:01:09.851Z] --- PASS: TestSessionCreate (0.02s) [2022-06-27T09:01:09.851Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-27T09:01:09.851Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-27T09:01:09.851Z] PASS [2022-06-27T09:01:09.851Z] [2022-06-27T09:01:09.851Z] DONE 2 tests in 0.118s [2022-06-27T09:01:09.851Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-27T09:01:09.851Z] ++ 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-27T09:01:09.851Z] ++ set -e [2022-06-27T09:01:09.851Z] ++ '[' -n 0 ']' [2022-06-27T09:01:09.851Z] ++ set -x [2022-06-27T09:01:09.851Z] ++ 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-27T09:01:09.851Z] INFO: Testing against a local daemon [2022-06-27T09:01:09.851Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-27T09:01:09.851Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-27T09:01:09.851Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-27T09:01:09.851Z] === RUN TestDiskUsage [2022-06-27T09:01:09.851Z] === PAUSE TestDiskUsage [2022-06-27T09:01:09.851Z] === RUN TestEventsExecDie [2022-06-27T09:01:10.421Z] === RUN TestDockerSuite/TestExec [2022-06-27T09:01:10.681Z] --- PASS: TestEventsExecDie (0.64s) [2022-06-27T09:01:10.681Z] === RUN TestEventsBackwardsCompatible [2022-06-27T09:01:10.681Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-06-27T09:01:10.681Z] === RUN TestEventsVolumeCreate [2022-06-27T09:01:10.681Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-06-27T09:01:10.681Z] === RUN TestInfoBinaryCommits [2022-06-27T09:01:10.681Z] --- PASS: TestInfoBinaryCommits (0.03s) [2022-06-27T09:01:10.681Z] === RUN TestInfoAPIVersioned [2022-06-27T09:01:10.681Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-27T09:01:10.681Z] === RUN TestInfoAPI [2022-06-27T09:01:10.681Z] --- PASS: TestInfoAPI (0.03s) [2022-06-27T09:01:10.681Z] === RUN TestInfoAPIWarnings [2022-06-27T09:01:10.941Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-06-27T09:01:11.879Z] === RUN TestDockerSuite/TestExecCgroup [2022-06-27T09:01:12.021Z] ok github.com/docker/docker/daemon/cluster 0.085s coverage: 0.5% of statements [2022-06-27T09:01:12.819Z] === RUN TestDockerSuite/TestExecEnv [2022-06-27T09:01:12.963Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.014s coverage: 65.3% of statements [2022-06-27T09:01:13.758Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-06-27T09:01:14.349Z] ok github.com/docker/docker/daemon/cluster/convert 0.013s coverage: 36.9% of statements [2022-06-27T09:01:14.697Z] === RUN TestDockerSuite/TestExecExitStatus [2022-06-27T09:01:15.266Z] === RUN TestDockerSuite/TestExecInspectID [2022-06-27T09:01:17.801Z] === RUN TestDockerSuite/TestExecInteractive [2022-06-27T09:01:18.370Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-06-27T09:01:18.630Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-06-27T09:01:19.199Z] === RUN TestDockerSuite/TestExecParseError [2022-06-27T09:01:19.780Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-06-27T09:01:20.350Z] === RUN TestDockerSuite/TestExecSetEnv [2022-06-27T09:01:20.919Z] === RUN TestDockerSuite/TestExecStartFails [2022-06-27T09:01:21.487Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-06-27T09:01:22.055Z] === RUN TestDockerSuite/TestExecTTY [2022-06-27T09:01:22.489Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.446s coverage: 13.4% of statements [2022-06-27T09:01:22.623Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-06-27T09:01:22.750Z] ok github.com/docker/docker/daemon/config 0.034s coverage: 81.5% of statements [2022-06-27T09:01:23.011Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-06-27T09:01:23.191Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-06-27T09:01:23.760Z] === RUN TestDockerSuite/TestExecUlimits [2022-06-27T09:01:23.954Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-06-27T09:01:23.954Z] ok github.com/docker/docker/daemon 10.165s coverage: 16.1% of statements [2022-06-27T09:01:23.954Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-27T09:01:23.954Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-27T09:01:23.954Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-27T09:01:23.954Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-27T09:01:24.330Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-06-27T09:01:24.330Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows [2022-06-27T09:01:24.330Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-06-27T09:01:25.339Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.736s coverage: 74.8% of statements [2022-06-27T09:01:25.712Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-06-27T09:01:26.282Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-06-27T09:01:26.282Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.010s coverage: 3.0% of statements [2022-06-27T09:01:26.543Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.423s coverage: 56.2% of statements [2022-06-27T09:01:27.221Z] === RUN TestDockerSuite/TestExecWithTERM [2022-06-27T09:01:27.221Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-06-27T09:01:27.221Z] === RUN TestInfoDebug [2022-06-27T09:01:27.791Z] === RUN TestDockerSuite/TestExecWithUser [2022-06-27T09:01:27.791Z] --- PASS: TestInfoDebug (0.53s) [2022-06-27T09:01:27.791Z] === RUN TestInfoInsecureRegistries [2022-06-27T09:01:28.361Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-06-27T09:01:28.361Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-06-27T09:01:28.361Z] === RUN TestInfoRegistryMirrors [2022-06-27T09:01:28.487Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.9% of statements [2022-06-27T09:01:28.933Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-06-27T09:01:28.933Z] === RUN TestLoginFailsWithBadCredentials [2022-06-27T09:01:28.933Z] --- PASS: TestLoginFailsWithBadCredentials (0.14s) [2022-06-27T09:01:28.933Z] === RUN TestPingCacheHeaders [2022-06-27T09:01:29.192Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-06-27T09:01:29.192Z] === RUN TestPingGet [2022-06-27T09:01:29.192Z] --- PASS: TestPingGet (0.02s) [2022-06-27T09:01:29.192Z] === RUN TestPingHead [2022-06-27T09:01:29.192Z] --- PASS: TestPingHead (0.02s) [2022-06-27T09:01:29.192Z] === RUN TestPingSwarmHeader [2022-06-27T09:01:29.761Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-27T09:01:29.761Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-06-27T09:01:29.904Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.355s coverage: 50.6% of statements [2022-06-27T09:01:30.329Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-27T09:01:30.851Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.581s coverage: 46.1% of statements [2022-06-27T09:01:30.851Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-27T09:01:31.709Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-27T09:01:31.709Z] --- PASS: TestPingSwarmHeader (2.44s) [2022-06-27T09:01:31.709Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-27T09:01:31.709Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-27T09:01:31.709Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-27T09:01:31.709Z] === RUN TestVersion [2022-06-27T09:01:31.709Z] --- PASS: TestVersion (0.03s) [2022-06-27T09:01:31.709Z] === CONT TestDiskUsage [2022-06-27T09:01:31.969Z] === RUN TestDiskUsage/empty [2022-06-27T09:01:31.969Z] === RUN TestDiskUsage/empty/container_types [2022-06-27T09:01:31.969Z] === RUN TestDiskUsage/empty/image_types [2022-06-27T09:01:31.969Z] === RUN TestDiskUsage/empty/volume_types [2022-06-27T09:01:31.969Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-27T09:01:31.969Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-27T09:01:31.969Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-27T09:01:31.969Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-27T09:01:31.969Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-27T09:01:31.969Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-27T09:01:31.969Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-27T09:01:31.969Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-27T09:01:32.229Z] === RUN TestDockerSuite/TestHealth [2022-06-27T09:01:32.229Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-27T09:01:32.229Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-27T09:01:32.229Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-27T09:01:32.229Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-27T09:01:32.229Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-27T09:01:32.229Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-27T09:01:32.229Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-27T09:01:32.229Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-27T09:01:32.229Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-27T09:01:32.229Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-27T09:01:32.229Z] === RUN TestDiskUsage/after_container.Run [2022-06-27T09:01:32.236Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.5% of statements [2022-06-27T09:01:32.236Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.691s coverage: 58.5% of statements [2022-06-27T09:01:32.236Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-27T09:01:32.236Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-27T09:01:32.799Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-27T09:01:32.799Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-27T09:01:32.799Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-27T09:01:32.799Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-27T09:01:32.799Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-27T09:01:32.799Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-27T09:01:32.799Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-27T09:01:32.799Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-27T09:01:32.799Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-27T09:01:32.799Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage (1.57s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.24s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_container.Run (0.51s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-27T09:01:33.061Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-27T09:01:33.061Z] PASS [2022-06-27T09:01:33.061Z] [2022-06-27T09:01:33.061Z] === Skipped [2022-06-27T09:01:33.061Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-27T09:01:33.061Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-27T09:01:33.061Z] [2022-06-27T09:01:33.061Z] DONE 54 tests, 1 skipped in 23.319s [2022-06-27T09:01:33.061Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-27T09:01:33.061Z] ++ 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-27T09:01:33.061Z] ++ set -e [2022-06-27T09:01:33.061Z] ++ '[' -n 0 ']' [2022-06-27T09:01:33.061Z] ++ set -x [2022-06-27T09:01:33.061Z] ++ 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-27T09:01:33.178Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.010s coverage: 3.0% of statements [2022-06-27T09:01:33.321Z] INFO: Testing against a local daemon [2022-06-27T09:01:33.321Z] === RUN TestVolumesCreateAndList [2022-06-27T09:01:33.321Z] --- PASS: TestVolumesCreateAndList (0.03s) [2022-06-27T09:01:33.321Z] === RUN TestVolumesRemove [2022-06-27T09:01:33.321Z] --- PASS: TestVolumesRemove (0.08s) [2022-06-27T09:01:33.321Z] === RUN TestVolumesInspect [2022-06-27T09:01:33.321Z] --- PASS: TestVolumesInspect (0.03s) [2022-06-27T09:01:33.321Z] === RUN TestVolumesInvalidJSON [2022-06-27T09:01:33.321Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-27T09:01:33.321Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-27T09:01:33.321Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-27T09:01:33.321Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-27T09:01:33.321Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-27T09:01:33.321Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-27T09:01:33.321Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-27T09:01:33.321Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-27T09:01:33.321Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-27T09:01:33.321Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-27T09:01:33.321Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-27T09:01:33.321Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-27T09:01:33.321Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-27T09:01:33.321Z] PASS [2022-06-27T09:01:33.321Z] [2022-06-27T09:01:33.321Z] DONE 9 tests in 0.258s [2022-06-27T09:01:33.581Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-27T09:01:33.581Z] ++++ cat bundles/test-integration/docker.pid [2022-06-27T09:01:33.581Z] +++ kill 6713 [2022-06-27T09:01:33.751Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2022-06-27T09:01:33.842Z] +++ /etc/init.d/apparmor stop [2022-06-27T09:01:33.842Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-27T09:01:33.842Z] [2022-06-27T09:01:33.842Z] Unloading profiles will leave already running processes permanently [2022-06-27T09:01:33.842Z] unconfined, which can lead to unexpected situations. [2022-06-27T09:01:33.842Z] [2022-06-27T09:01:33.842Z] To set a process to complain mode, use the command line tool [2022-06-27T09:01:33.842Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-27T09:01:33.842Z] +++ true [2022-06-27T09:01:33.842Z] exiting test-integration [2022-06-27T09:01:33.842Z] ++ exit 0 [2022-06-27T09:01:33.842Z] [2022-06-27T09:01:34.695Z] ok github.com/docker/docker/daemon/images 0.103s coverage: 6.9% of statements [2022-06-27T09:01:34.695Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-27T09:01:34.695Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-27T09:01:34.784Z] + for job in $(jobs -p) [2022-06-27T09:01:34.784Z] + wait 7785 [2022-06-27T09:01:35.640Z] ok github.com/docker/docker/daemon/logger 0.232s coverage: 43.2% of statements [2022-06-27T09:01:36.211Z] ok github.com/docker/docker/daemon/logger/awslogs 0.176s coverage: 79.9% of statements [2022-06-27T09:01:36.783Z] ok github.com/docker/docker/daemon/logger/fluentd 0.024s coverage: 53.6% of statements [2022-06-27T09:01:36.783Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-27T09:01:37.045Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-06-27T09:01:37.618Z] ok github.com/docker/docker/daemon/logger/journald 0.023s coverage: 23.4% of statements [2022-06-27T09:01:38.190Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 87.2% of statements [2022-06-27T09:01:38.763Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.155s coverage: 76.8% of statements [2022-06-27T09:01:39.024Z] ok github.com/docker/docker/daemon/logger/local 0.037s coverage: 79.4% of statements [2022-06-27T09:01:39.024Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-27T09:01:39.024Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-27T09:01:39.967Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.035s coverage: 31.5% of statements [2022-06-27T09:01:39.967Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.026s coverage: 62.0% of statements [2022-06-27T09:01:40.909Z] ok github.com/docker/docker/daemon/logger/syslog 0.015s coverage: 46.8% of statements [2022-06-27T09:01:41.170Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-06-27T09:01:41.742Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-06-27T09:01:42.685Z] ok github.com/docker/docker/daemon/logger/splunk 1.603s coverage: 82.5% of statements [2022-06-27T09:01:42.685Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-27T09:01:42.685Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-27T09:01:43.628Z] ok github.com/docker/docker/distribution/metadata 0.022s coverage: 44.4% of statements [2022-06-27T09:01:43.889Z] ok github.com/docker/docker/distribution 0.611s coverage: 28.0% of statements [2022-06-27T09:01:43.889Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-27T09:01:44.460Z] ok github.com/docker/docker/errdefs 0.005s coverage: 77.0% of statements [2022-06-27T09:01:45.033Z] ok github.com/docker/docker/image 0.023s coverage: 86.9% of statements [2022-06-27T09:01:45.604Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-06-27T09:01:45.865Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-06-27T09:01:46.126Z] ok github.com/docker/docker/distribution/xfer 1.893s coverage: 85.4% of statements [2022-06-27T09:01:46.126Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-27T09:01:46.126Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-27T09:01:46.126Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-27T09:01:46.387Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-06-27T09:01:47.330Z] ok github.com/docker/docker/oci 0.011s coverage: 46.0% of statements [2022-06-27T09:01:48.289Z] ok github.com/docker/docker/opts 0.037s coverage: 66.0% of statements [2022-06-27T09:01:48.289Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-27T09:01:50.201Z] ok github.com/docker/docker/pkg/archive 0.305s coverage: 82.1% of statements [2022-06-27T09:01:50.771Z] ok github.com/docker/docker/pkg/authorization 0.217s coverage: 68.3% of statements [2022-06-27T09:01:50.771Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-27T09:01:51.033Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-06-27T09:01:52.896Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-06-27T09:01:54.330Z] ok github.com/docker/docker/pkg/chrootarchive 2.481s coverage: 42.7% of statements [2022-06-27T09:01:54.330Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-27T09:01:54.330Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-06-27T09:01:54.591Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-06-27T09:01:54.800Z] === RUN TestDockerSuite/TestBuildHistory [2022-06-27T09:01:55.163Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-06-27T09:01:55.163Z] ok github.com/docker/docker/layer 7.551s coverage: 68.9% of statements [2022-06-27T09:01:55.163Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-27T09:01:55.163Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-27T09:01:55.163Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-27T09:01:55.163Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-27T09:01:55.163Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-27T09:01:55.163Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-27T09:01:55.424Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-06-27T09:01:55.424Z] ok github.com/docker/docker/pkg/fsutils 0.230s coverage: 85.1% of statements [2022-06-27T09:01:56.811Z] ok github.com/docker/docker/pkg/idtools 0.553s coverage: 67.9% of statements [2022-06-27T09:01:56.811Z] ok github.com/docker/docker/pkg/ioutils 0.443s coverage: 70.1% of statements [2022-06-27T09:01:57.072Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-06-27T09:01:57.072Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2022-06-27T09:01:57.072Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-27T09:01:57.333Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2022-06-27T09:01:57.333Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-06-27T09:01:57.336Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-06-27T09:01:57.336Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-06-27T09:01:57.336Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-06-27T09:01:57.336Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-06-27T09:01:57.594Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2022-06-27T09:01:57.856Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.008s coverage: 90.5% of statements [2022-06-27T09:01:57.856Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-06-27T09:01:57.856Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-27T09:01:57.856Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-27T09:01:57.905Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-06-27T09:01:58.165Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-06-27T09:01:58.429Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.011s coverage: 56.8% of statements [2022-06-27T09:01:58.734Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-06-27T09:01:59.002Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-06-27T09:01:59.263Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-06-27T09:01:59.304Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-06-27T09:01:59.304Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-06-27T09:01:59.304Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-06-27T09:01:59.304Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-06-27T09:01:59.523Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-27T09:01:59.563Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-06-27T09:01:59.563Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-06-27T09:01:59.823Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-06-27T09:02:00.082Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-06-27T09:02:00.342Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-06-27T09:02:00.906Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-06-27T09:02:00.906Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-06-27T09:02:00.911Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-06-27T09:02:00.912Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-06-27T09:02:01.167Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-06-27T09:02:01.429Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-06-27T09:02:01.480Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-06-27T09:02:01.690Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-06-27T09:02:01.690Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-27T09:02:02.051Z] === RUN TestDockerSuite/TestImagesFormat [2022-06-27T09:02:02.262Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.1% of statements [2022-06-27T09:02:02.312Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-06-27T09:02:02.833Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-27T09:02:02.880Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-06-27T09:02:03.094Z] ok github.com/docker/docker/pkg/tailfile 0.057s coverage: 88.6% of statements [2022-06-27T09:02:03.356Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2022-06-27T09:02:03.927Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-27T09:02:03.927Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-27T09:02:05.415Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-06-27T09:02:05.415Z] === RUN TestDockerSuite/TestImportBadURL [2022-06-27T09:02:05.415Z] === RUN TestDockerSuite/TestImportDisplay [2022-06-27T09:02:05.839Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2022-06-27T09:02:06.100Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-27T09:02:06.361Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-06-27T09:02:06.795Z] === RUN TestDockerSuite/TestImportFile [2022-06-27T09:02:07.304Z] ok github.com/docker/docker/quota 0.224s coverage: 71.4% of statements [2022-06-27T09:02:07.734Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-06-27T09:02:07.734Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-06-27T09:02:07.876Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-06-27T09:02:08.676Z] === RUN TestDockerSuite/TestImportGzipped [2022-06-27T09:02:08.820Z] ok github.com/docker/docker/registry 0.053s coverage: 58.6% of statements [2022-06-27T09:02:09.082Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-06-27T09:02:09.082Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-06-27T09:02:09.655Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-06-27T09:02:09.920Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-06-27T09:02:10.083Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-06-27T09:02:11.463Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-06-27T09:02:11.723Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-06-27T09:02:11.838Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-06-27T09:02:12.100Z] ok github.com/docker/docker/volume/local 0.086s coverage: 76.8% of statements [2022-06-27T09:02:12.294Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-06-27T09:02:12.674Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-06-27T09:02:12.863Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-06-27T09:02:12.863Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-06-27T09:02:12.863Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-06-27T09:02:13.123Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-06-27T09:02:13.615Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-06-27T09:02:13.694Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-06-27T09:02:13.694Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-06-27T09:02:14.262Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-06-27T09:02:14.262Z] docker_cli_inspect_test.go:195: unmatched requirement Devicemapper [2022-06-27T09:02:14.262Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-06-27T09:02:15.200Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-06-27T09:02:15.459Z] === RUN TestDockerSuite/TestInspectDefault [2022-06-27T09:02:16.027Z] === RUN TestDockerSuite/TestInspectHistory [2022-06-27T09:02:16.596Z] === RUN TestDockerSuite/TestInspectImage [2022-06-27T09:02:16.596Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-06-27T09:02:16.596Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-06-27T09:02:16.596Z] docker_cli_inspect_test.go:177: unmatched requirement Devicemapper [2022-06-27T09:02:16.596Z] === RUN TestDockerSuite/TestInspectInt64 [2022-06-27T09:02:17.165Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-06-27T09:02:17.733Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-06-27T09:02:17.733Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-06-27T09:02:18.302Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-06-27T09:02:18.562Z] === RUN TestDockerSuite/TestInspectPlugin [2022-06-27T09:02:20.467Z] === RUN TestDockerSuite/TestInspectRootFS [2022-06-27T09:02:20.727Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-06-27T09:02:20.987Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-06-27T09:02:21.247Z] === RUN TestDockerSuite/TestInspectStatus [2022-06-27T09:02:22.185Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-06-27T09:02:23.125Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-06-27T09:02:24.064Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-06-27T09:02:24.636Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-06-27T09:02:25.576Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-06-27T09:02:25.836Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-06-27T09:02:26.095Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-06-27T09:02:27.037Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-06-27T09:02:27.306Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-06-27T09:02:27.306Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-06-27T09:02:28.248Z] docker_api_swarm_service_test.go:395: [d9614dd2cfcf5] joining swarm manager [d7ae193289889]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:02:28.820Z] === RUN TestDockerSuite/TestLinksEnvs [2022-06-27T09:02:29.080Z] docker_api_swarm_service_test.go:395: [d475df2323923] joining swarm manager [d7ae193289889]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:02:30.019Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-06-27T09:02:30.279Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-06-27T09:02:32.187Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-06-27T09:02:34.096Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-06-27T09:02:35.568Z] ok github.com/docker/docker/pkg/plugins 33.640s coverage: 76.3% of statements [2022-06-27T09:02:35.568Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/rootless [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/volume [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-27T09:02:35.569Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === Skipped [2022-06-27T09:02:35.569Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-27T09:02:35.569Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-27T09:02:35.569Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-27T09:02:35.569Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-27T09:02:35.569Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-27T09:02:35.569Z] graphtest_unix.go:71: No driver to put! [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-27T09:02:35.569Z] time="2022-06-27T09:01:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-27T09:02:35.569Z] time="2022-06-27T09:01:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-27T09:02:35.569Z] time="2022-06-27T09:01:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-27T09:02:35.569Z] time="2022-06-27T09:01:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-27T09:02:35.569Z] time="2022-06-27T09:01:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-27T09:02:35.569Z] graphtest_unix.go:71: No driver to put! [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-27T09:02:35.569Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-27T09:02:35.569Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-27T09:02:35.569Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-27T09:02:35.569Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-27T09:02:35.569Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-27T09:02:35.569Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-27T09:02:35.569Z] graphtest_unix.go:71: No driver to put! [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-27T09:02:35.569Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-27T09:02:35.569Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-27T09:02:35.569Z] [2022-06-27T09:02:35.569Z] DONE 2785 tests, 28 skipped in 251.731s [2022-06-27T09:02:35.569Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/bitseq [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/cluster [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/config [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/datastore [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/driverapi [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/etchosts [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/idm [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/ipam [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/iptables [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/netlabel [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/netutils [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/networkdb [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/ns [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/options [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/osl [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/portallocator [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/portmapper [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/testutils [2022-06-27T09:02:35.569Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-27T09:02:35.569Z] + 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-27T09:02:36.005Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-06-27T09:02:36.005Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-06-27T09:02:37.041Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-06-27T09:02:37.301Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-06-27T09:02:37.869Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-06-27T09:02:46.004Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-06-27T09:02:46.004Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-06-27T09:02:46.943Z] docker_api_swarm_service_test.go:343: [dbf8b721781bf] joining swarm manager [d8233ba040750]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:02:46.943Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-06-27T09:02:47.512Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-06-27T09:02:47.771Z] docker_api_swarm_service_test.go:343: [dfddeb034ecd6] joining swarm manager [d8233ba040750]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:02:49.680Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-06-27T09:02:49.680Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-06-27T09:02:49.680Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-06-27T09:02:51.089Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-06-27T09:02:52.029Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-06-27T09:02:52.966Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-06-27T09:02:53.903Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-06-27T09:02:54.472Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-06-27T09:02:56.378Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-06-27T09:02:56.946Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-06-27T09:02:57.206Z] === RUN TestDockerSuite/TestLogsSince [2022-06-27T09:03:02.479Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-06-27T09:03:03.858Z] docker_api_swarm_service_test.go:490: [db02c3b101a07] joining swarm manager [d56caf809d761]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:03:03.858Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-06-27T09:03:04.427Z] docker_api_swarm_service_test.go:490: [d997bb090de55] joining swarm manager [d56caf809d761]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:03:09.705Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-06-27T09:03:09.964Z] === RUN TestDockerSuite/TestLogsTail [2022-06-27T09:03:10.533Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-06-27T09:03:11.104Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-06-27T09:03:11.363Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-06-27T09:03:11.364Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-06-27T09:03:11.364Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-06-27T09:03:11.627Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-06-27T09:03:11.627Z] === RUN TestDockerSuite/TestNetHostname [2022-06-27T09:03:13.008Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-06-27T09:03:13.008Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-06-27T09:03:13.269Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-06-27T09:03:13.269Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-06-27T09:03:13.838Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-06-27T09:03:14.432Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-06-27T09:03:15.372Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-06-27T09:03:15.632Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-06-27T09:03:15.632Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-06-27T09:03:15.632Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-06-27T09:03:17.010Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-06-27T09:03:21.207Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-06-27T09:03:22.146Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-06-27T09:03:22.278Z] ok github.com/docker/docker/libnetwork 37.216s coverage: 40.6% of statements [2022-06-27T09:03:22.278Z] ok github.com/docker/docker/libnetwork/bitseq 0.115s coverage: 84.4% of statements [2022-06-27T09:03:22.278Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-27T09:03:22.278Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-27T09:03:22.278Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-27T09:03:22.278Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-27T09:03:22.278Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-27T09:03:22.278Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-27T09:03:22.278Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-27T09:03:22.278Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-27T09:03:22.278Z] ok github.com/docker/docker/libnetwork/config 0.013s coverage: 22.4% of statements [2022-06-27T09:03:22.278Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-06-27T09:03:22.278Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-27T09:03:22.278Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-27T09:03:22.278Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-06-27T09:03:22.278Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.378s coverage: 59.9% of statements [2022-06-27T09:03:22.278Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-27T09:03:22.278Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-27T09:03:22.278Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.070s coverage: 4.0% of statements [2022-06-27T09:03:22.278Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-27T09:03:22.278Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-06-27T09:03:22.278Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-27T09:03:22.278Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-06-27T09:03:22.406Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-06-27T09:03:23.344Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-06-27T09:03:24.725Z] docker_api_swarm_service_test.go:128: [de355f03c6563] joining swarm manager [dd0304ea5a2c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:03:25.664Z] docker_api_swarm_service_test.go:129: [dbea8be84e6a3] joining swarm manager [dd0304ea5a2c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:03:26.234Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-06-27T09:03:27.615Z] docker_api_swarm_service_test.go:137: [d504e979b1712] joining swarm manager [dd0304ea5a2c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-27T09:03:28.554Z] docker_api_swarm_service_test.go:138: [d5edfb68a5c2f] joining swarm manager [dd0304ea5a2c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-27T09:03:28.814Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-06-27T09:03:30.722Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-06-27T09:03:32.272Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.795s coverage: 7.2% of statements [2022-06-27T09:03:32.272Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-27T09:03:32.272Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-06-27T09:03:32.272Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-06-27T09:03:32.272Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-27T09:03:32.272Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-27T09:03:32.272Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-27T09:03:32.272Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-06-27T09:03:32.272Z] ok github.com/docker/docker/libnetwork/etchosts 0.011s coverage: 81.2% of statements [2022-06-27T09:03:32.272Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-27T09:03:32.532Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-27T09:03:34.011Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-06-27T09:03:35.918Z] === RUN TestDockerSuite/TestPluginActive [2022-06-27T09:03:37.837Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-06-27T09:03:44.406Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-06-27T09:03:44.406Z] docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows [2022-06-27T09:03:44.406Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-06-27T09:03:44.771Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-06-27T09:03:44.974Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-06-27T09:03:47.509Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-06-27T09:03:50.798Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-06-27T09:03:52.708Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-06-27T09:03:53.278Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-06-27T09:03:54.217Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-06-27T09:03:55.596Z] === RUN TestDockerSuite/TestPortHostBinding [2022-06-27T09:03:55.596Z] docker_api_swarm_service_test.go:304: [dd408e427ac61] joining swarm manager [d613ebdcaef8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:03:56.535Z] docker_api_swarm_service_test.go:304: [db6ffd2670ecc] joining swarm manager [d613ebdcaef8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:03:56.535Z] === RUN TestDockerSuite/TestPortList [2022-06-27T09:03:59.677Z] ok github.com/docker/docker/libnetwork/ipam 14.197s coverage: 85.3% of statements [2022-06-27T09:03:59.678Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-27T09:03:59.678Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-27T09:03:59.678Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-27T09:03:59.678Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-06-27T09:03:59.678Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-27T09:03:59.678Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-27T09:03:59.678Z] ok github.com/docker/docker/libnetwork/ipamutils 0.251s coverage: 74.0% of statements [2022-06-27T09:03:59.678Z] ok github.com/docker/docker/libnetwork/iptables 0.162s coverage: 45.1% of statements [2022-06-27T09:03:59.938Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-27T09:04:00.198Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-06-27T09:04:04.666Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-06-27T09:04:07.222Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-06-27T09:04:07.222Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-06-27T09:04:09.128Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-06-27T09:04:10.065Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-06-27T09:04:10.633Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-06-27T09:04:10.633Z] === RUN TestDockerSuite/TestPsByOrder [2022-06-27T09:04:13.173Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-06-27T09:04:13.435Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-06-27T09:04:15.973Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-06-27T09:04:16.543Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-06-27T09:04:19.083Z] docker_api_swarm_service_test.go:100: [da3ec06109a01] joining swarm manager [dbf6b220b8f6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:04:19.083Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-06-27T09:04:19.343Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-06-27T09:04:19.913Z] docker_api_swarm_service_test.go:101: [d125f82f8009e] joining swarm manager [dbf6b220b8f6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:04:22.452Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-06-27T09:04:30.585Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-06-27T09:04:30.585Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-06-27T09:04:32.505Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-06-27T09:04:33.444Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-06-27T09:04:34.384Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-06-27T09:04:36.292Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-06-27T09:04:37.672Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-06-27T09:04:38.609Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-06-27T09:04:38.868Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-06-27T09:04:39.807Z] === RUN TestDockerSuite/TestPsRightTagName [2022-06-27T09:04:41.714Z] === RUN TestDockerSuite/TestPsShowMounts [2022-06-27T09:04:41.973Z] check_test.go:611: [da3ec06109a01] daemon is not started [2022-06-27T09:04:43.355Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-06-27T09:04:43.355Z] docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows [2022-06-27T09:04:43.355Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-06-27T09:04:43.615Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-06-27T09:04:43.615Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-06-27T09:04:43.615Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-06-27T09:04:44.553Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-06-27T09:04:45.490Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-06-27T09:04:46.059Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-06-27T09:04:47.439Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-06-27T09:04:49.977Z] docker_api_swarm_service_test.go:533: [df0a4be0f4ed8] joining swarm manager [da392aa0818de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:04:50.914Z] docker_api_swarm_service_test.go:534: [db97eaa89103c] joining swarm manager [da392aa0818de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:04:52.845Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-06-27T09:04:54.230Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-06-27T09:04:56.140Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-06-27T09:04:56.140Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-06-27T09:04:56.140Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-06-27T09:04:56.399Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-06-27T09:04:58.934Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-06-27T09:04:59.505Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-06-27T09:05:01.412Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-06-27T09:05:02.351Z] === RUN TestDockerSuite/TestRmiBlank [2022-06-27T09:05:02.351Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-06-27T09:05:02.610Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-06-27T09:05:05.154Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-06-27T09:05:05.732Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-06-27T09:05:05.991Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-06-27T09:05:06.931Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-06-27T09:05:07.870Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-06-27T09:05:08.808Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-06-27T09:05:09.377Z] === RUN TestDockerSuite/TestRmiTag [2022-06-27T09:05:09.637Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-06-27T09:05:10.206Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-06-27T09:05:12.762Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-06-27T09:05:13.334Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-06-27T09:05:13.902Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-06-27T09:05:13.902Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-06-27T09:05:14.163Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-06-27T09:05:14.733Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-06-27T09:05:15.302Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-06-27T09:05:15.872Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-06-27T09:05:16.132Z] docker_api_swarm_service_test.go:148: [d23e30ff6f8b4] joining swarm manager [d487683bd6ac6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:05:16.391Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-06-27T09:05:17.329Z] docker_api_swarm_service_test.go:148: [d5adaf1c5653c] joining swarm manager [d487683bd6ac6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:05:17.329Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-06-27T09:05:21.528Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-06-27T09:05:21.528Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-06-27T09:05:22.467Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-06-27T09:05:23.405Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-06-27T09:05:25.312Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-06-27T09:05:26.250Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-06-27T09:05:28.158Z] === RUN TestDockerSuite/TestDevicePermissions [2022-06-27T09:05:28.727Z] === RUN TestDockerSuite/TestDockerFails [2022-06-27T09:05:28.727Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-06-27T09:05:30.106Z] === RUN TestDockerSuite/TestMountIntoProc [2022-06-27T09:05:30.368Z] === RUN TestDockerSuite/TestMountIntoSys [2022-06-27T09:05:30.938Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-06-27T09:05:32.317Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-06-27T09:05:32.586Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-06-27T09:05:33.160Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-06-27T09:05:34.098Z] === RUN TestDockerSuite/TestRunAddHost [2022-06-27T09:05:34.358Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-06-27T09:05:34.928Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-06-27T09:05:35.497Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-06-27T09:05:35.497Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-06-27T09:05:36.066Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-06-27T09:05:37.004Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-06-27T09:05:37.573Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-06-27T09:05:38.141Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-06-27T09:05:38.711Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-06-27T09:05:39.650Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-06-27T09:05:40.587Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-06-27T09:05:41.156Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-06-27T09:05:41.726Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-06-27T09:05:42.664Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-06-27T09:05:43.234Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-06-27T09:05:43.805Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-06-27T09:05:44.374Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-06-27T09:05:45.311Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-06-27T09:05:45.571Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-06-27T09:05:46.141Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-06-27T09:05:46.710Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-06-27T09:05:46.710Z] === RUN TestDockerSuite/TestRunBindMounts [2022-06-27T09:05:48.091Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-06-27T09:05:48.660Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-06-27T09:05:49.229Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-06-27T09:05:49.492Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-06-27T09:05:50.112Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-06-27T09:05:50.112Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-06-27T09:05:50.371Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-06-27T09:05:50.940Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-06-27T09:05:51.508Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-06-27T09:05:51.688Z] ok github.com/docker/docker/libnetwork/networkdb 103.550s coverage: 60.0% of statements [2022-06-27T09:05:51.689Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-27T09:05:51.689Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-27T09:05:51.689Z] ok github.com/docker/docker/libnetwork/osl 4.286s coverage: 39.7% of statements [2022-06-27T09:05:51.689Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.006s coverage: 20.0% of statements [2022-06-27T09:05:51.689Z] ok github.com/docker/docker/libnetwork/portallocator 0.013s coverage: 80.7% of statements [2022-06-27T09:05:51.689Z] ok github.com/docker/docker/libnetwork/portmapper 0.543s coverage: 48.6% of statements [2022-06-27T09:05:51.689Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-06-27T09:05:51.689Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-27T09:05:51.770Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-06-27T09:05:51.949Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-27T09:05:52.222Z] [2022-06-27T09:05:52.222Z] === Skipped [2022-06-27T09:05:52.222Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-27T09:05:52.222Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-27T09:05:52.222Z] [2022-06-27T09:05:52.222Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-27T09:05:52.222Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-27T09:05:52.222Z] [2022-06-27T09:05:52.222Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-27T09:05:52.222Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-27T09:05:52.222Z] [2022-06-27T09:05:52.222Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-27T09:05:52.222Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-27T09:05:52.222Z] [2022-06-27T09:05:52.222Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-27T09:05:52.222Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-27T09:05:52.222Z] [2022-06-27T09:05:52.222Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-27T09:05:52.222Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-27T09:05:52.222Z] [2022-06-27T09:05:52.222Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-27T09:05:52.222Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-27T09:05:52.222Z] [2022-06-27T09:05:52.222Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-27T09:05:52.222Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-27T09:05:52.222Z] [2022-06-27T09:05:52.222Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-27T09:05:52.222Z] firewalld_test.go:14: firewalld is not running [2022-06-27T09:05:52.222Z] [2022-06-27T09:05:52.222Z] DONE 326 tests, 9 skipped in 199.513s [2022-06-27T09:05:52.339Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-06-27T09:05:52.339Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength Post stage [Pipeline] junit [2022-06-27T09:05:52.497Z] Recording test results [2022-06-27T09:05:52.598Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-06-27T09:05:52.598Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-06-27T09:05:52.880Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-06-27T09:05:53.220Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/validate/vendor [2022-06-27T09:05:53.536Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-06-27T09:05:53.536Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-06-27T09:05:53.791Z] +++ dirname ./hack/vendor.sh [2022-06-27T09:05:53.791Z] ++ cd ./hack [2022-06-27T09:05:53.791Z] ++ pwd [2022-06-27T09:05:53.791Z] + SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-27T09:05:53.791Z] + /go/src/github.com/docker/docker/hack/go-mod-prepare.sh [2022-06-27T09:05:53.791Z] + GO111MODULE=auto [2022-06-27T09:05:53.791Z] + go mod tidy -modfile vendor.mod -compat 1.17 [2022-06-27T09:05:53.791Z] go: downloading github.com/docker/distribution v2.8.1+incompatible [2022-06-27T09:05:53.791Z] go: downloading github.com/pkg/errors v0.9.1 [2022-06-27T09:05:54.105Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-06-27T09:05:54.362Z] go: downloading google.golang.org/grpc v1.45.0 [2022-06-27T09:05:54.363Z] go: downloading github.com/containerd/containerd v1.6.6 [2022-06-27T09:05:54.623Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-27T09:05:54.623Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-06-27T09:05:54.623Z] go: downloading gotest.tools/v3 v3.2.0 [2022-06-27T09:05:54.623Z] go: downloading github.com/docker/go-units v0.4.0 [2022-06-27T09:05:54.623Z] go: downloading github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 [2022-06-27T09:05:54.623Z] go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1 [2022-06-27T09:05:54.623Z] go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f [2022-06-27T09:05:54.674Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-06-27T09:05:54.884Z] go: downloading github.com/moby/buildkit v0.10.3 [2022-06-27T09:05:54.884Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-06-27T09:05:54.884Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-06-27T09:05:54.884Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-06-27T09:05:55.147Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-06-27T09:05:55.147Z] go: downloading golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 [2022-06-27T09:05:55.147Z] go: downloading github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 [2022-06-27T09:05:55.147Z] go: downloading go.etcd.io/bbolt v1.3.6 [2022-06-27T09:05:55.243Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-06-27T09:05:55.243Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-06-27T09:05:55.408Z] go: downloading github.com/containerd/continuity v0.3.0 [2022-06-27T09:05:55.408Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-06-27T09:05:55.408Z] go: downloading github.com/tonistiigi/fsutil v0.0.0-20220115021204-b19f7f9cb274 [2022-06-27T09:05:55.408Z] go: downloading github.com/moby/sys/symlink v0.2.0 [2022-06-27T09:05:55.408Z] go: downloading golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a [2022-06-27T09:05:55.408Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-06-27T09:05:55.408Z] go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 [2022-06-27T09:05:55.408Z] go: downloading github.com/spf13/cobra v1.1.3 [2022-06-27T09:05:55.408Z] go: downloading github.com/Microsoft/go-winio v0.5.2 [2022-06-27T09:05:55.408Z] go: downloading github.com/docker/go-metrics v0.0.1 [2022-06-27T09:05:55.408Z] go: downloading github.com/moby/sys/signal v0.7.0 [2022-06-27T09:05:55.408Z] go: downloading github.com/opencontainers/runc v1.1.2 [2022-06-27T09:05:55.668Z] go: downloading github.com/ishidawataru/sctp v0.0.0-20210707070123-9a39160e9062 [2022-06-27T09:05:55.668Z] go: downloading github.com/containerd/cgroups v1.0.4 [2022-06-27T09:05:55.668Z] go: downloading github.com/coreos/go-systemd/v22 v22.3.2 [2022-06-27T09:05:55.668Z] go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46 [2022-06-27T09:05:55.668Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-06-27T09:05:55.668Z] go: downloading github.com/hashicorp/go-memdb v1.3.2 [2022-06-27T09:05:55.813Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-06-27T09:05:55.929Z] go: downloading github.com/moby/sys/mount v0.3.3 [2022-06-27T09:05:55.929Z] go: downloading github.com/opencontainers/selinux v1.10.1 [2022-06-27T09:05:55.929Z] go: downloading github.com/google/uuid v1.3.0 [2022-06-27T09:05:55.929Z] go: downloading github.com/vishvananda/netlink v1.2.1-beta.2 [2022-06-27T09:05:55.929Z] go: downloading github.com/Microsoft/hcsshim v0.9.3 [2022-06-27T09:05:56.189Z] go: downloading github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2022-06-27T09:05:56.189Z] go: downloading github.com/moby/locker v1.0.1 [2022-06-27T09:05:56.189Z] go: downloading github.com/moby/sys/mountinfo v0.6.2 [2022-06-27T09:05:56.189Z] go: downloading github.com/prometheus/client_golang v1.6.0 [2022-06-27T09:05:56.189Z] go: downloading github.com/tonistiigi/go-archvariant v1.0.0 [2022-06-27T09:05:56.189Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-06-27T09:05:56.189Z] go: downloading github.com/vbatts/tar-split v0.11.2 [2022-06-27T09:05:56.189Z] go: downloading github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible [2022-06-27T09:05:56.189Z] go: downloading github.com/containerd/fifo v1.0.0 [2022-06-27T09:05:56.189Z] go: downloading github.com/aws/aws-sdk-go v1.31.6 [2022-06-27T09:05:57.195Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-06-27T09:05:58.105Z] go: downloading github.com/fluent/fluent-logger-golang v1.9.0 [2022-06-27T09:05:58.105Z] go: downloading cloud.google.com/go v0.93.3 [2022-06-27T09:05:58.105Z] go: downloading cloud.google.com/go/logging v1.4.2 [2022-06-27T09:05:58.366Z] go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa [2022-06-27T09:05:58.366Z] go: downloading github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 [2022-06-27T09:05:58.366Z] go: downloading github.com/bsphere/le_go v0.0.0-20170215134836-7a984a84b549 [2022-06-27T09:05:58.366Z] go: downloading github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 [2022-06-27T09:05:58.366Z] go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 [2022-06-27T09:05:58.366Z] go: downloading github.com/containerd/typeurl v1.0.2 [2022-06-27T09:05:58.366Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-27T09:05:58.366Z] go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5 [2022-06-27T09:05:58.574Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-06-27T09:05:58.939Z] go: downloading github.com/creack/pty v1.1.11 [2022-06-27T09:05:58.939Z] go: downloading github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3 [2022-06-27T09:05:58.939Z] go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c [2022-06-27T09:05:58.939Z] go: downloading github.com/miekg/dns v1.1.27 [2022-06-27T09:05:58.939Z] go: downloading github.com/moby/ipvs v1.0.2 [2022-06-27T09:05:58.939Z] go: downloading github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f [2022-06-27T09:05:58.939Z] go: downloading github.com/hashicorp/serf v0.7.1-0.20160317193612-598c54895cc5 [2022-06-27T09:05:59.200Z] go: downloading github.com/deckarep/golang-set v0.0.0-20141123011944-ef32fa3046d9 [2022-06-27T09:05:59.461Z] go: downloading github.com/golang/protobuf v1.5.2 [2022-06-27T09:05:59.514Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-06-27T09:05:59.773Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-06-27T09:06:00.341Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-06-27T09:06:00.910Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-06-27T09:06:01.481Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-06-27T09:06:01.741Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-06-27T09:06:02.005Z] go: downloading github.com/stretchr/testify v1.7.1 [2022-06-27T09:06:02.005Z] go: downloading github.com/morikuni/aec v1.0.0 [2022-06-27T09:06:02.005Z] go: downloading github.com/klauspost/compress v1.15.1 [2022-06-27T09:06:02.005Z] go: downloading github.com/godbus/dbus/v5 v5.0.6 [2022-06-27T09:06:02.005Z] go: downloading github.com/armon/go-radix v0.0.0-20150105235045-e39d623f12e8 [2022-06-27T09:06:02.005Z] go: downloading github.com/hashicorp/memberlist v0.2.4 [2022-06-27T09:06:02.005Z] go: downloading github.com/tchap/go-patricia v2.3.0+incompatible [2022-06-27T09:06:02.005Z] go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-27T09:06:02.005Z] go: downloading github.com/containerd/stargz-snapshotter/estargz v0.11.3 [2022-06-27T09:06:02.005Z] go: downloading github.com/containerd/stargz-snapshotter v0.11.3 [2022-06-27T09:06:02.266Z] go: downloading github.com/hashicorp/go-multierror v1.0.0 [2022-06-27T09:06:02.266Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-27T09:06:02.266Z] go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 [2022-06-27T09:06:02.266Z] go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 [2022-06-27T09:06:02.266Z] go: downloading go.opentelemetry.io/otel v1.4.1 [2022-06-27T09:06:02.266Z] go: downloading go.opentelemetry.io/otel/trace v1.4.1 [2022-06-27T09:06:02.266Z] go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1 [2022-06-27T09:06:02.266Z] go: downloading go.opentelemetry.io/otel/sdk v1.4.1 [2022-06-27T09:06:02.266Z] go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd [2022-06-27T09:06:02.527Z] go: downloading go.opentelemetry.io/proto/otlp v0.12.0 [2022-06-27T09:06:02.527Z] go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2 [2022-06-27T09:06:02.527Z] go: downloading github.com/containerd/console v1.0.3 [2022-06-27T09:06:02.527Z] go: downloading github.com/containerd/go-runc v1.0.0 [2022-06-27T09:06:02.527Z] go: downloading github.com/gogo/googleapis v1.4.1 [2022-06-27T09:06:02.527Z] go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0 [2022-06-27T09:06:02.527Z] go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0 [2022-06-27T09:06:02.527Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-27T09:06:02.527Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-06-27T09:06:02.527Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2022-06-27T09:06:02.527Z] go: downloading go.etcd.io/etcd/raft/v3 v3.5.2 [2022-06-27T09:06:02.527Z] go: downloading github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e [2022-06-27T09:06:02.527Z] go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 [2022-06-27T09:06:02.527Z] go: downloading github.com/cyphar/filepath-securejoin v0.2.3 [2022-06-27T09:06:02.527Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-06-27T09:06:02.527Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-27T09:06:02.527Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-27T09:06:02.527Z] go: downloading github.com/prometheus/common v0.32.1 [2022-06-27T09:06:02.527Z] go: downloading github.com/prometheus/procfs v0.0.11 [2022-06-27T09:06:02.527Z] go: downloading github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee [2022-06-27T09:06:02.527Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-27T09:06:02.527Z] go: downloading github.com/containerd/ttrpc v1.1.0 [2022-06-27T09:06:02.788Z] go: downloading github.com/tinylib/msgp v1.1.0 [2022-06-27T09:06:02.788Z] go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2022-06-27T09:06:02.788Z] go: downloading google.golang.org/api v0.54.0 [2022-06-27T09:06:03.121Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-06-27T09:06:04.702Z] go: downloading github.com/googleapis/gax-go/v2 v2.0.5 [2022-06-27T09:06:04.702Z] go: downloading go.opencensus.io v0.22.3 [2022-06-27T09:06:04.702Z] go: downloading golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f [2022-06-27T09:06:04.964Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-27T09:06:04.964Z] go: downloading github.com/google/certificate-transparency-go v1.0.20 [2022-06-27T09:06:04.964Z] go: downloading github.com/armon/go-metrics v0.0.0-20150106224455-eb0af217e5e9 [2022-06-27T09:06:04.964Z] go: downloading github.com/hashicorp/go-msgpack v0.0.0-20140221154404-71c2886f5a67 [2022-06-27T09:06:04.964Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-06-27T09:06:05.225Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-27T09:06:05.225Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-27T09:06:05.225Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-27T09:06:05.225Z] go: downloading golang.org/x/text v0.3.7 [2022-06-27T09:06:05.663Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-06-27T09:06:05.663Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-06-27T09:06:05.796Z] go: downloading github.com/google/btree v1.0.1 [2022-06-27T09:06:05.796Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-06-27T09:06:05.796Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-06-27T09:06:05.923Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-06-27T09:06:06.058Z] go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-27T09:06:06.058Z] go: downloading go.uber.org/goleak v1.1.12 [2022-06-27T09:06:06.058Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-06-27T09:06:06.058Z] go: downloading github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 [2022-06-27T09:06:06.058Z] go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2022-06-27T09:06:06.058Z] go: downloading github.com/gofrs/flock v0.8.1 [2022-06-27T09:06:06.058Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-06-27T09:06:06.058Z] go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 [2022-06-27T09:06:06.058Z] go: downloading github.com/felixge/httpsnoop v1.0.2 [2022-06-27T09:06:06.058Z] go: downloading go.opentelemetry.io/otel/metric v0.27.0 [2022-06-27T09:06:06.058Z] go: downloading github.com/agext/levenshtein v1.2.3 [2022-06-27T09:06:06.058Z] go: downloading code.cloudfoundry.org/clock v1.0.0 [2022-06-27T09:06:06.058Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-27T09:06:06.058Z] go: downloading github.com/jmespath/go-jmespath v0.3.0 [2022-06-27T09:06:06.058Z] go: downloading github.com/kr/pretty v0.2.1 [2022-06-27T09:06:06.058Z] go: downloading github.com/philhofer/fwd v1.0.0 [2022-06-27T09:06:06.058Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-06-27T09:06:06.319Z] go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible [2022-06-27T09:06:06.319Z] go: downloading labix.org/v2/mgo v0.0.0-20140701140051-000000000287 [2022-06-27T09:06:06.319Z] go: downloading github.com/frankban/quicktest v1.11.3 [2022-06-27T09:06:06.319Z] go: downloading github.com/go-logr/stdr v1.2.2 [2022-06-27T09:06:06.319Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2022-06-27T09:06:06.319Z] go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0 [2022-06-27T09:06:06.319Z] go: downloading github.com/container-storage-interface/spec v1.5.0 [2022-06-27T09:06:06.319Z] go: downloading github.com/akutz/memconn v0.1.0 [2022-06-27T09:06:06.319Z] go: downloading github.com/onsi/ginkgo v1.16.4 [2022-06-27T09:06:06.319Z] go: downloading github.com/onsi/gomega v1.15.0 [2022-06-27T09:06:06.319Z] go: downloading github.com/dperny/gocsi v1.2.3-pre [2022-06-27T09:06:06.319Z] go: downloading go.etcd.io/etcd/pkg/v3 v3.5.2 [2022-06-27T09:06:06.319Z] go: downloading go.etcd.io/etcd/server/v3 v3.5.2 [2022-06-27T09:06:06.581Z] go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.2 [2022-06-27T09:06:06.581Z] go: downloading github.com/kr/text v0.2.0 [2022-06-27T09:06:06.581Z] go: downloading google.golang.org/appengine v1.6.7 [2022-06-27T09:06:06.581Z] go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b [2022-06-27T09:06:06.581Z] go: downloading github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5 [2022-06-27T09:06:06.581Z] go: downloading go.uber.org/zap v1.17.0 [2022-06-27T09:06:06.581Z] go: downloading github.com/dustin/go-humanize v1.0.0 [2022-06-27T09:06:06.581Z] go: downloading github.com/nxadm/tail v1.4.8 [2022-06-27T09:06:06.581Z] go: downloading github.com/cockroachdb/errors v1.2.4 [2022-06-27T09:06:06.581Z] go: downloading go.uber.org/atomic v1.7.0 [2022-06-27T09:06:06.581Z] go: downloading go.uber.org/multierr v1.6.0 [2022-06-27T09:06:06.581Z] go: downloading github.com/akutz/gosync v0.1.0 [2022-06-27T09:06:06.581Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-06-27T09:06:06.581Z] go: downloading github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f [2022-06-27T09:06:06.842Z] go: downloading github.com/getsentry/raven-go v0.2.0 [2022-06-27T09:06:06.842Z] go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-27T09:06:06.842Z] go: downloading github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 [2022-06-27T09:06:06.842Z] + GO111MODULE=auto [2022-06-27T09:06:06.842Z] + go mod vendor -modfile vendor.mod [2022-06-27T09:06:07.836Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-06-27T09:06:08.816Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-06-27T09:06:10.140Z] Congratulations! All vendoring changes are done the right way. [2022-06-27T09:06:10.402Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [2022-06-27T09:06:10.723Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-27T09:06:13.261Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-06-27T09:06:13.261Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-27T09:06:13.261Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-06-27T09:06:13.261Z] docker_cli_run_test.go:4054: unmatched requirement DaemonIsWindows [2022-06-27T09:06:13.261Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-06-27T09:06:13.261Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-06-27T09:06:13.273Z] + echo Ensuring container killed. [2022-06-27T09:06:13.273Z] Ensuring container killed. [2022-06-27T09:06:13.273Z] + docker rm -vf docker-pr1 [2022-06-27T09:06:13.273Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-27T09:06:13.566Z] + echo Chowning /workspace to jenkins user [2022-06-27T09:06:13.567Z] Chowning /workspace to jenkins user [2022-06-27T09:06:13.567Z] + id -u [2022-06-27T09:06:13.567Z] + id -g [2022-06-27T09:06:13.567Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43745:/workspace busybox chown -R 1000:1000 /workspace [2022-06-27T09:06:14.640Z] === RUN TestDockerSuite/TestRunDNSOptions [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-27T09:06:15.250Z] + bundleName=unit [2022-06-27T09:06:15.250Z] + echo Creating unit-bundles.tar.gz [2022-06-27T09:06:15.250Z] Creating unit-bundles.tar.gz [2022-06-27T09:06:15.250Z] + 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-27T09:06:15.250Z] bundles/junit-report-libnetwork.xml [2022-06-27T09:06:15.250Z] bundles/junit-report.xml [2022-06-27T09:06:15.250Z] bundles/go-test-report-libnetwork.json [2022-06-27T09:06:15.250Z] bundles/go-test-report.json [2022-06-27T09:06:15.250Z] bundles/profile-libnetwork.out [2022-06-27T09:06:15.250Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-06-27T09:06:15.264Z] Archiving artifacts [2022-06-27T09:06:15.580Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-06-27T09:06:15.666Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43745/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-27T09:06:15.973Z] + make clean [2022-06-27T09:06:15.973Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-27T09:06:15.973Z] docker-dev-cache [2022-06-27T09:06:15.973Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-27T09:06:16.960Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-06-27T09:06:17.530Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-06-27T09:06:18.909Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-06-27T09:06:19.168Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-06-27T09:06:19.737Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-06-27T09:06:19.737Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-27T09:06:19.737Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-06-27T09:06:19.996Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-06-27T09:06:21.906Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-06-27T09:06:21.906Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-06-27T09:06:22.475Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-06-27T09:06:23.044Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-06-27T09:06:23.983Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-06-27T09:06:23.983Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-06-27T09:06:24.242Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-06-27T09:06:24.242Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-06-27T09:06:24.812Z] === RUN TestDockerSuite/TestRunEnvironment [2022-06-27T09:06:25.382Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-06-27T09:06:25.951Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-06-27T09:06:26.520Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-06-27T09:06:26.520Z] === RUN TestDockerSuite/TestRunExitCode [2022-06-27T09:06:27.091Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-06-27T09:06:27.670Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-06-27T09:06:28.243Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-06-27T09:06:29.181Z] === RUN TestDockerSuite/TestRunExposePort [2022-06-27T09:06:29.181Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-06-27T09:06:29.750Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-06-27T09:06:29.750Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-06-27T09:06:30.319Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-06-27T09:06:31.258Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-06-27T09:06:31.831Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-27T09:06:31.831Z] docker_cli_run_test.go:4137: unmatched requirement DaemonIsWindows [2022-06-27T09:06:31.831Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-06-27T09:06:32.774Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-06-27T09:06:34.682Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-06-27T09:06:35.253Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-06-27T09:06:36.195Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-06-27T09:06:38.732Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-06-27T09:06:42.021Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-06-27T09:06:45.312Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-06-27T09:06:46.696Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-06-27T09:06:47.266Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-06-27T09:06:48.646Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-06-27T09:06:48.646Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-06-27T09:06:48.646Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-06-27T09:06:48.646Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-06-27T09:06:48.905Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-06-27T09:06:50.819Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-06-27T09:06:51.757Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-06-27T09:06:52.697Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-06-27T09:06:57.969Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-06-27T09:06:58.228Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-06-27T09:06:58.796Z] === RUN TestDockerSuite/TestRunModeHostname [2022-06-27T09:06:59.364Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-06-27T09:06:59.364Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-06-27T09:06:59.623Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-06-27T09:07:00.563Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-06-27T09:07:01.133Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-06-27T09:07:02.073Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-06-27T09:07:02.073Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-06-27T09:07:02.332Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-06-27T09:07:03.271Z] === RUN TestDockerSuite/TestRunMount [2022-06-27T09:07:07.465Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-06-27T09:07:07.465Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-06-27T09:07:07.725Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-06-27T09:07:09.105Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-06-27T09:07:09.105Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-06-27T09:07:11.014Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-06-27T09:07:12.954Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-06-27T09:07:14.332Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-06-27T09:07:15.713Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-06-27T09:07:16.651Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-06-27T09:07:16.651Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-06-27T09:07:16.910Z] === RUN TestDockerSuite/TestRunNetHost [2022-06-27T09:07:18.289Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-06-27T09:07:18.289Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-06-27T09:07:18.549Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-06-27T09:07:19.118Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-06-27T09:07:21.028Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-06-27T09:07:21.965Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-06-27T09:07:22.903Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-06-27T09:07:24.816Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-06-27T09:07:26.196Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-06-27T09:07:26.765Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-06-27T09:07:27.025Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-06-27T09:07:27.594Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-06-27T09:07:27.855Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-06-27T09:07:27.855Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-06-27T09:07:28.423Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-06-27T09:07:28.683Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-06-27T09:07:28.942Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-06-27T09:07:29.202Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-06-27T09:07:31.109Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-06-27T09:07:33.044Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-06-27T09:07:34.954Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-06-27T09:07:34.954Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-27T09:07:34.954Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-06-27T09:07:35.891Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-06-27T09:07:35.891Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-06-27T09:07:36.152Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-06-27T09:07:37.534Z] === RUN TestDockerSuite/TestRunPortInUse [2022-06-27T09:07:38.108Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-06-27T09:07:39.048Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-06-27T09:07:39.048Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-06-27T09:07:39.048Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-06-27T09:07:39.308Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-06-27T09:07:39.877Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-06-27T09:07:40.818Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-06-27T09:07:41.388Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-27T09:07:41.388Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2022-06-27T09:07:41.388Z] === RUN TestDockerSuite/TestRunPublishPort [2022-06-27T09:07:41.648Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-06-27T09:07:42.216Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-06-27T09:07:42.785Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-06-27T09:07:42.785Z] docker_cli_run_test.go:2855: kernel doesn't have latency_stats configured [2022-06-27T09:07:42.785Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-06-27T09:07:43.045Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-06-27T09:07:44.427Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-06-27T09:07:44.427Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-06-27T09:07:44.427Z] docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved [2022-06-27T09:07:44.427Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-06-27T09:07:46.963Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-06-27T09:07:47.226Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-06-27T09:07:47.797Z] === RUN TestDockerSuite/TestRunRm [2022-06-27T09:07:48.365Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-06-27T09:07:52.565Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-06-27T09:07:52.565Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-06-27T09:07:52.837Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-06-27T09:07:53.107Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-06-27T09:07:55.015Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-06-27T09:07:55.584Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-06-27T09:07:58.121Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-06-27T09:07:58.380Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-06-27T09:08:01.672Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-06-27T09:08:01.672Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-06-27T09:08:01.932Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-06-27T09:08:02.191Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-06-27T09:08:02.761Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-06-27T09:08:03.330Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-06-27T09:08:03.899Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-06-27T09:08:04.836Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-06-27T09:08:04.836Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-06-27T09:08:05.406Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-06-27T09:08:05.974Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-06-27T09:08:06.233Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-06-27T09:08:07.614Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-06-27T09:08:08.994Z] === RUN TestDockerSuite/TestRunState [2022-06-27T09:08:10.900Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-06-27T09:08:10.900Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-06-27T09:08:11.160Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-06-27T09:08:11.728Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-06-27T09:08:11.728Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-06-27T09:08:11.728Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-27T09:08:11.728Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-06-27T09:08:12.298Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-06-27T09:08:13.244Z] === RUN TestDockerSuite/TestRunSysctls [2022-06-27T09:08:14.182Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-06-27T09:08:14.182Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-06-27T09:08:14.182Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-06-27T09:08:14.441Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-06-27T09:08:15.819Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-06-27T09:08:16.389Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-06-27T09:08:16.958Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-06-27T09:08:18.868Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-06-27T09:08:18.868Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-06-27T09:08:21.407Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-06-27T09:08:21.976Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-06-27T09:08:24.518Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-06-27T09:08:24.518Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-06-27T09:08:24.780Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-06-27T09:08:25.351Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-06-27T09:08:25.923Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-06-27T09:08:27.309Z] docker_cli_service_logs_test.go:246: checking task dm81iudbcyhr [2022-06-27T09:08:27.309Z] docker_cli_service_logs_test.go:251: checking messages for dm81iudbcyhr [2022-06-27T09:08:27.309Z] docker_cli_service_logs_test.go:246: checking task p5b83z7pdzpe [2022-06-27T09:08:27.309Z] docker_cli_service_logs_test.go:251: checking messages for p5b83z7pdzpe [2022-06-27T09:08:27.881Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-06-27T09:08:28.142Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-06-27T09:08:29.529Z] === RUN TestDockerSuite/TestRunUserByID [2022-06-27T09:08:30.100Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-06-27T09:08:30.360Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-06-27T09:08:30.360Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-06-27T09:08:30.621Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-06-27T09:08:30.882Z] === RUN TestDockerSuite/TestRunUserByName [2022-06-27T09:08:31.453Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-06-27T09:08:32.024Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-06-27T09:08:32.024Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-27T09:08:32.024Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-06-27T09:08:32.297Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-06-27T09:08:32.871Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-06-27T09:08:35.413Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-06-27T09:08:35.984Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-06-27T09:08:36.555Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-06-27T09:08:37.940Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-06-27T09:08:39.329Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-06-27T09:08:41.242Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-06-27T09:08:42.625Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-06-27T09:08:42.885Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-06-27T09:08:42.885Z] docker_cli_run_test.go:4090: unmatched requirement DaemonIsWindows [2022-06-27T09:08:42.885Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-06-27T09:08:42.885Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2022-06-27T09:08:42.885Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-06-27T09:08:42.885Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2022-06-27T09:08:42.885Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-06-27T09:08:43.146Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-06-27T09:08:43.146Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-27T09:08:43.146Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-06-27T09:08:43.716Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-06-27T09:08:44.287Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-06-27T09:08:45.228Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-06-27T09:08:45.488Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-06-27T09:08:46.432Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-06-27T09:08:46.432Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-06-27T09:08:47.004Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-06-27T09:08:47.004Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-27T09:08:47.004Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-06-27T09:08:47.004Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-06-27T09:08:47.004Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-06-27T09:08:47.004Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-27T09:08:47.004Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-06-27T09:08:47.004Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-27T09:08:47.264Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-06-27T09:08:47.264Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-27T09:08:47.264Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-06-27T09:08:47.264Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-27T09:08:47.264Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-06-27T09:08:47.264Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-27T09:08:47.264Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-06-27T09:08:47.836Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-06-27T09:08:48.409Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-06-27T09:08:48.409Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-06-27T09:08:48.670Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-06-27T09:08:48.931Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-06-27T09:08:49.191Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-06-27T09:08:49.762Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-06-27T09:08:49.762Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-06-27T09:08:50.334Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-06-27T09:08:50.919Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-06-27T09:08:50.919Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-06-27T09:08:50.919Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-06-27T09:08:51.181Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-06-27T09:08:51.441Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-06-27T09:08:52.384Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-06-27T09:08:53.326Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-06-27T09:08:53.326Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-27T09:08:53.326Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-06-27T09:08:53.586Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-06-27T09:08:53.586Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-06-27T09:08:53.846Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-06-27T09:08:54.787Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-06-27T09:08:55.048Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-06-27T09:08:56.433Z] docker_cli_swarm_test.go:1895: [d8e21a1c08cb6] joining swarm manager [d06ecae81a9a8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:08:57.005Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-06-27T09:08:57.266Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-06-27T09:08:57.527Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-06-27T09:08:57.527Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-06-27T09:08:57.527Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-06-27T09:08:57.527Z] docker_cli_swarm_test.go:1896: [d980a1e08c986] joining swarm manager [d06ecae81a9a8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:08:58.097Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-06-27T09:08:58.668Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-06-27T09:08:59.610Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-06-27T09:09:00.992Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-06-27T09:09:01.563Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-06-27T09:09:04.185Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-06-27T09:09:06.098Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-06-27T09:09:08.642Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-06-27T09:09:10.026Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-06-27T09:09:11.425Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-06-27T09:09:12.366Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-06-27T09:09:13.309Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-06-27T09:09:14.692Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-06-27T09:09:14.953Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-06-27T09:09:16.338Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-06-27T09:09:17.723Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-06-27T09:09:19.108Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-06-27T09:09:20.492Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-06-27T09:09:21.875Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-06-27T09:09:23.259Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-06-27T09:09:23.831Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-06-27T09:09:25.743Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-06-27T09:09:26.686Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-06-27T09:09:26.686Z] docker_cli_run_test.go:4435: unmatched requirement DaemonIsWindows [2022-06-27T09:09:26.686Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-06-27T09:09:26.686Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-06-27T09:09:27.257Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-06-27T09:09:28.199Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-06-27T09:09:29.142Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-06-27T09:09:29.713Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-06-27T09:09:29.713Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-06-27T09:09:31.143Z] === RUN TestDockerSuite/TestSaveImageId [2022-06-27T09:09:31.143Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-06-27T09:09:31.403Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-06-27T09:09:32.787Z] docker_cli_save_load_test.go:376: tmpdir /tmp/save-load-parents4213064795 [2022-06-27T09:09:32.787Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-06-27T09:09:32.787Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-06-27T09:09:34.171Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-06-27T09:09:34.171Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-06-27T09:09:34.171Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-06-27T09:09:35.555Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-06-27T09:09:36.496Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-06-27T09:09:37.067Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-06-27T09:09:37.067Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-06-27T09:09:37.067Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-06-27T09:09:37.327Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-06-27T09:09:37.897Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-06-27T09:09:37.897Z] docker_cli_sni_test.go:30: Flakey test [2022-06-27T09:09:37.897Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-06-27T09:09:42.099Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-06-27T09:09:42.670Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-06-27T09:09:43.613Z] docker_cli_swarm_test.go:1796: [d9408c704599c] joining swarm manager [d7e705f81592a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:09:44.999Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-06-27T09:09:44.999Z] docker_cli_swarm_test.go:1797: [dd92751e98321] joining swarm manager [d7e705f81592a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:09:45.570Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-06-27T09:09:46.512Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-06-27T09:09:49.052Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-06-27T09:09:50.965Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-06-27T09:09:51.228Z] === RUN TestDockerSuite/TestStartRecordError [2022-06-27T09:09:52.628Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-06-27T09:09:54.544Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-06-27T09:09:55.484Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-06-27T09:09:56.868Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-06-27T09:09:58.254Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-06-27T09:10:02.460Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-06-27T09:10:05.000Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-06-27T09:10:05.261Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-06-27T09:10:07.172Z] docker_cli_swarm_test.go:1315: [d97b27921f3c9] joining swarm manager [de2a79b706829]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:10:08.113Z] docker_cli_swarm_test.go:1316: [d24321d4763c2] joining swarm manager [de2a79b706829]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:10:10.025Z] === RUN TestDockerSuite/TestStatsNoStream [2022-06-27T09:10:12.568Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-06-27T09:10:12.831Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-06-27T09:10:13.402Z] === RUN TestDockerSuite/TestTopPrivileged [2022-06-27T09:10:13.975Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-06-27T09:10:13.975Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows [2022-06-27T09:10:13.975Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-06-27T09:10:14.555Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-06-27T09:10:14.816Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-06-27T09:10:14.816Z] docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport [2022-06-27T09:10:15.077Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-06-27T09:10:15.077Z] docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport [2022-06-27T09:10:15.077Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-06-27T09:10:16.020Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-06-27T09:10:16.593Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-06-27T09:10:17.166Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-06-27T09:10:18.108Z] === RUN TestDockerSuite/TestUpdateStats [2022-06-27T09:10:22.310Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-06-27T09:10:22.571Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-06-27T09:10:22.571Z] docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport [2022-06-27T09:10:22.571Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-06-27T09:10:23.142Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-06-27T09:10:23.713Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-06-27T09:10:25.627Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-06-27T09:10:27.011Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-06-27T09:10:28.394Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-06-27T09:10:43.291Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-06-27T09:10:43.291Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-06-27T09:10:43.291Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-06-27T09:10:43.862Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-06-27T09:10:43.862Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-06-27T09:10:44.123Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-06-27T09:10:44.123Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-06-27T09:10:44.384Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-06-27T09:10:44.384Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-06-27T09:10:45.328Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-06-27T09:10:45.328Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-06-27T09:10:45.328Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-06-27T09:10:45.328Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-06-27T09:10:45.328Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-06-27T09:10:47.243Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-06-27T09:10:47.243Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-06-27T09:10:47.243Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-06-27T09:10:47.243Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-06-27T09:10:47.243Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-06-27T09:10:47.243Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite (1331.57s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.78s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.12s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.76s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.14s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.40s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.31s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.11s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.85s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.30s) [2022-06-27T09:10:47.243Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.82s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.39s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.05s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.87s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.54s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.11s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.54s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.99s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.19s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.95s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.65s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.77s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.13s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.97s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.64s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.48s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.36s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.50s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.67s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.72s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.01s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.88s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.62s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.70s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.06s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.77s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.95s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.83s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.81s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.88s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.89s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.83s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.90s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.82s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.89s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.75s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.88s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.78s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.72s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.48s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.60s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.80s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.33s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.49s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.48s) [2022-06-27T09:10:47.244Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.51s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.45s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.02s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (1.34s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (1.43s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (0.79s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (1.56s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0010a73b0__} (0.83s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11696783370_/foo_false_____} (1.54s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11696783370_/foo_true_____} (1.60s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32725772956_/foo_false_____} (1.58s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32725772956_/foo_true_____} (1.54s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32725772956_/foo_true__0xc0010a73e0___} (0.69s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0010a73f8__} (1.56s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0010a7410__} (1.60s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0010a7428__} (1.63s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0010a7440__} (1.58s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.60s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.36s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.01s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.83s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.86s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.96s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.64s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.42s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.80s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.72s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.10s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.83s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.71s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.73s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.03s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.59s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.75s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.72s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.86s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.85s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.81s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.84s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.79s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.11s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.78s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.66s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.96s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.99s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.99s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.11s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.91s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.90s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.07s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.89s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (1.12s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.06s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.90s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.94s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.88s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.73s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.75s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.82s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.64s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.97s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.83s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.63s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.57s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.44s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.78s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.04s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.83s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestAttachDetach (1.18s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.90s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.87s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.90s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.64s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.52s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.75s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.50s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.83s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.56s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.86s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.96s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.38s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.22s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.37s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.98s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.98s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.79s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.93s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.90s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.54s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.95s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.25s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.57s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.10s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.97s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.36s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.28s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.56s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.12s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.39s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.34s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.18s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.20s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.31s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.07s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.15s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.26s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.59s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.79s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.28s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.90s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.41s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.10s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.45s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.99s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.10s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.37s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.76s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.75s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.48s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.54s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.05s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.96s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.98s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.84s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.65s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCmd (0.40s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.47s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.34s) [2022-06-27T09:10:47.244Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.43s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.44s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.15s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.02s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.43s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.89s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.76s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.41s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.51s) [2022-06-27T09:10:47.244Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.57s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.80s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.25s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.74s) [2022-06-27T09:10:47.245Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-27T09:10:47.245Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-27T09:10:47.245Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-27T09:10:47.245Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.89s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.98s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.49s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.60s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.98s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.91s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.55s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.18s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.67s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.55s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.01s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.97s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.97s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.86s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (0.93s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (1.92s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (7.91s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.55s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.02s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (2.54s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.77s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.65s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (4.58s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.47s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.53s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (10.61s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.15s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (2.93s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.21s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.19s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.38s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.07s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.17s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.18s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.73s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.00s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.23s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEnv (1.15s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (0.79s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.63s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (4.59s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (17.30s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.49s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.18s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.51s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.31s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.38s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.03s) [2022-06-27T09:10:47.245Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.23s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (7.77s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildExpose (0.25s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.57s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.58s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.34s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildFails (0.60s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.53s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.60s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.71s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.63s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.50s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.03s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.31s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.54s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.25s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.45s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.31s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.91s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.28s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.52s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.38s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.34s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.61s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildLabel (0.30s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.28s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.30s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.21s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildLabels (0.30s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.67s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.68s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.07s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.15s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.18s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.09s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.14s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.04s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.37s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.58s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.51s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.90s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.05s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.73s) [2022-06-27T09:10:47.245Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.16s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.70s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.63s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.22s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.75s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.41s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.77s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.67s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.41s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.38s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.30s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.26s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.58s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.83s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.33s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.95s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.74s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.83s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.12s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.81s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildPATH (1.81s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.58s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.06s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.43s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.08s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.67s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildRm (2.60s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.83s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.34s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.43s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.51s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.92s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.09s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.81s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.07s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.20s) [2022-06-27T09:10:47.245Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.27s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.56s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildStderr (0.60s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.60s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.66s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.63s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.35s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.62s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.06s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildUser (1.52s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.73s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.23s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.56s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.24s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.72s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.80s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.48s) [2022-06-27T09:10:47.245Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-27T09:10:47.245Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-27T09:10:47.245Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-27T09:10:47.245Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.74s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.72s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.82s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.13s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.39s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.53s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.78s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.26s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.51s) [2022-06-27T09:10:47.245Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.83s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.74s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.71s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCommitChange (0.94s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.97s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.05s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.34s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.93s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCommitTTY (1.22s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.35s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.78s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.42s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.17s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.70s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.68s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.61s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.62s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.86s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.77s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.82s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.74s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.58s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.93s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.85s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.69s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.18s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.27s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.82s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.86s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.80s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.79s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.90s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.98s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.82s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.62s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.76s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.81s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.32s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.24s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.49s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.00s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.46s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.48s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.29s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.00s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToDot (0.63s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.99s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.04s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToStdout (0.57s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.87s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.20s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.52s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.83s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.45s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.54s) [2022-06-27T09:10:47.245Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.60s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.23s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2022-06-27T09:10:47.245Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.47s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.65s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.13s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsAttach (0.65s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsCommit (0.94s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.48s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.45s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.50s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.48s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.98s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.09s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.05s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsCopy (0.80s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.99s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.53s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.25s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.98s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.60s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.29s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2022-06-27T09:10:47.245Z] --- PASS: TestDockerSuite/TestEventsFilters (1.03s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsFormat (0.94s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.70s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.24s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.83s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2022-06-27T09:10:47.246Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-27T09:10:47.246Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.00s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.47s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsRename (0.50s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsResize (0.51s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.44s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.59s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.60s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.72s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsTop (0.63s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.97s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.88s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.59s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExec (0.67s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.96s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecCgroup (0.84s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecEnv (0.80s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.99s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.55s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecInspectID (2.59s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecInteractive (0.54s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.52s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.52s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecParseError (0.49s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.54s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.57s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecStartFails (0.55s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.52s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecTTY (0.59s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.53s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.57s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecUlimits (0.80s) [2022-06-27T09:10:47.246Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.30s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.52s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.75s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.64s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestExecWithUser (0.71s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.31s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.64s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestHealth (19.63s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.84s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestBuildHistory (2.60s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.59s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.03s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.58s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.61s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.23s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.24s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.38s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.03s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.63s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.64s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.60s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.53s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.65s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImportDisplay (1.10s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImportFile (1.11s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.07s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImportGzipped (1.30s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.12s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.54s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.52s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.51s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.47s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.46s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.48s) [2022-06-27T09:10:47.246Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.76s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.56s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectDefault (0.50s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectHistory (0.57s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-06-27T09:10:47.246Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.47s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.49s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.47s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.00s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.59s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectStatus (0.74s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.29s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.60s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.62s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.17s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.56s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.65s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.51s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.04s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.38s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.17s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.46s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.64s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.94s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.77s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.35s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.03s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.87s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.57s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.12s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.39s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.09s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.85s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.90s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.72s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.84s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.47s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.46s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsSince (6.65s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.51s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.48s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsTail (0.54s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.48s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.45s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestNetHostname (1.38s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.22s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.73s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.55s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.02s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.31s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.04s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.34s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.90s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.64s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.87s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.03s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (2.04s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPluginActive (1.97s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.90s) [2022-06-27T09:10:47.246Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.23s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.51s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.96s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.76s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.15s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.25s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPortList (7.08s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.42s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.97s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.97s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsByOrder (2.07s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.64s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.15s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.67s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.01s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.22s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.06s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.68s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.10s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.99s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.64s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.60s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.10s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.28s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.74s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.04s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.70s) [2022-06-27T09:10:47.246Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.13s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.08s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.93s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.92s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.46s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.52s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.63s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.94s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.11s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.25s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.07s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.89s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.99s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.99s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.61s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.63s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.22s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.04s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.61s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.14s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.68s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.45s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.67s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.48s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.55s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.34s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.49s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.54s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.67s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.69s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.83s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.49s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.57s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.99s) [2022-06-27T09:10:47.246Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.84s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.76s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.18s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.10s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.44s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.36s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.23s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.47s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.26s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.47s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.65s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.89s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAddHost (0.43s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.33s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.74s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.45s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (0.97s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.47s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.59s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.57s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.81s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.92s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.66s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.68s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.83s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.67s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.62s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.66s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.77s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.44s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.46s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.46s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.43s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.63s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.44s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.45s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.46s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.43s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.47s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.43s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.45s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.44s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.40s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.71s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.58s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.61s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.49s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.60s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.56s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.21s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.90s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.43s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.48s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.57s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.47s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.47s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.07s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.51s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.48s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.57s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.22s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.87s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.18s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.51s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.27s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.97s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.46s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.62s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.45s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.53s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.43s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.54s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.74s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.71s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.73s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.50s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.60s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.50s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.59s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.61s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunExitCode (0.43s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.72s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.57s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.77s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunExposePort (0.03s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.59s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.53s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.02s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.41s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.71s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.79s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.20s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.81s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.16s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.45s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.89s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.88s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.91s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.48s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.30s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.35s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.65s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.87s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.74s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.93s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.90s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunMount (3.84s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.45s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.44s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.30s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.50s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.96s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.82s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.99s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.07s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.42s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNetHost (1.18s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.52s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.53s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.70s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.91s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.43s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.56s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.15s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.74s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.53s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.49s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.44s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.77s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.69s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.50s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.16s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.85s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.68s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.49s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.60s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.78s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.70s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.61s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.54s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.42s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.25s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.55s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.03s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunRm (0.57s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.53s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.53s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.64s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.66s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.66s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.36s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.41s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.60s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.45s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.45s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.46s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.65s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.86s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.53s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.59s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.47s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.72s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunState (1.54s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.50s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.60s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.14s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.57s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.68s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunSysctls (0.97s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.47s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.90s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.44s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.71s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.84s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.90s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.55s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.56s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.45s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.22s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.39s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunUserByID (0.61s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.18s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.54s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunUserByName (0.56s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.52s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.62s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.55s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.45s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.66s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.47s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.04s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.86s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.58s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.45s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.59s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.47s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.87s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.58s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.70s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.73s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.02s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.55s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.61s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.61s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.54s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.50s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.60s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.64s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.01s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.62s) [2022-06-27T09:10:47.247Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.42s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.10s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.45s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.78s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.03s) [2022-06-27T09:10:47.247Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.65s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.67s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.72s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.55s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.49s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.36s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.31s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.57s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.34s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.38s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.91s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.91s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.36s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.53s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.65s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.32s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.33s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.34s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.10s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.88s) [2022-06-27T09:10:47.248Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.38s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.01s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.75s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.77s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.26s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.40s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.33s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.14s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.38s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.15s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.36s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.12s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.59s) [2022-06-27T09:10:47.248Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.96s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.93s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.87s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.87s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.57s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.57s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.74s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStartRecordError (1.32s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.61s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.17s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.49s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.36s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.66s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.49s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.48s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.51s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.53s) [2022-06-27T09:10:47.248Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.46s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.48s) [2022-06-27T09:10:47.248Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-06-27T09:10:47.248Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.96s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.62s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.56s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.99s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUpdateStats (3.51s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.93s) [2022-06-27T09:10:47.248Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.72s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.54s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.64s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.60s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.26s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.05s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.49s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.46s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.67s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.08s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.49s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.09s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2022-06-27T09:10:47.248Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2022-06-27T09:10:47.248Z] === RUN TestDockerRegistrySuite [2022-06-27T09:10:47.248Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-06-27T09:10:48.632Z] check_test.go:427: [da2bb5959a2ac] daemon is not started [2022-06-27T09:10:48.632Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-06-27T09:10:49.572Z] check_test.go:427: [d37e1ad0f23d5] daemon is not started [2022-06-27T09:10:49.572Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-06-27T09:10:50.957Z] check_test.go:427: [db78e8ba74e15] daemon is not started [2022-06-27T09:10:50.957Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-06-27T09:10:50.957Z] check_test.go:427: [d9d4f70e4264a] daemon is not started [2022-06-27T09:10:50.957Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-06-27T09:10:53.504Z] check_test.go:427: [daa41ab7781a4] daemon is not started [2022-06-27T09:10:53.504Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-06-27T09:11:00.089Z] check_test.go:427: [de1c974392ebd] daemon is not started [2022-06-27T09:11:00.089Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-06-27T09:11:02.003Z] check_test.go:427: [dcd732126aae4] daemon is not started [2022-06-27T09:11:02.003Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-06-27T09:11:02.944Z] check_test.go:427: [dcdbd35a05872] daemon is not started [2022-06-27T09:11:02.944Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-06-27T09:11:03.954Z] check_test.go:427: [d5b66d68ccfac] daemon is not started [2022-06-27T09:11:03.954Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-06-27T09:11:04.897Z] check_test.go:427: [d63dbfea7ecd4] daemon is not started [2022-06-27T09:11:04.897Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-06-27T09:11:06.279Z] check_test.go:427: [d04849d35fcfd] daemon is not started [2022-06-27T09:11:06.279Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-06-27T09:11:07.220Z] check_test.go:427: [d9a365be9908e] daemon is not started [2022-06-27T09:11:07.220Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-06-27T09:11:08.161Z] check_test.go:427: [d3d7dacb9c8c1] daemon is not started [2022-06-27T09:11:08.161Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-06-27T09:11:09.102Z] check_test.go:427: [d1ae1adde1da6] daemon is not started [2022-06-27T09:11:09.102Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-06-27T09:11:10.044Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3ed59a2378f30b5e986c2248b59f0579c4fedb306391f8870be6f0f3b6db2450 [2022-06-27T09:11:10.615Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a58bea3b962b18292a5b0f0ad594dc762bf7d3e075b722d29f4c99ad7264455b [2022-06-27T09:11:10.875Z] check_test.go:427: [dfd28d9c17e71] daemon is not started [2022-06-27T09:11:10.875Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-06-27T09:11:11.816Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0a60b95a7ec0d11312607a005981568b2b870cfc8b58b0ef2e7486637dc3961c [2022-06-27T09:11:12.757Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6f8041479b9dad1f963d2937c8a21c115640905a2cd93bf31497f812ca1e7d58 [2022-06-27T09:11:12.757Z] check_test.go:427: [d3c7724178349] daemon is not started [2022-06-27T09:11:12.757Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-06-27T09:11:13.698Z] check_test.go:427: [dcac29b251d3c] daemon is not started [2022-06-27T09:11:13.698Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-06-27T09:11:16.244Z] check_test.go:427: [ddd99a11b64cb] daemon is not started [2022-06-27T09:11:16.244Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-06-27T09:11:16.815Z] check_test.go:427: [d43d2142f0038] daemon is not started [2022-06-27T09:11:16.815Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-06-27T09:11:17.075Z] check_test.go:427: [d23ae44c7c5aa] daemon is not started [2022-06-27T09:11:17.075Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-06-27T09:11:18.017Z] check_test.go:427: [d665e96943820] daemon is not started [2022-06-27T09:11:18.017Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-06-27T09:11:18.958Z] check_test.go:427: [d15117ea4165e] daemon is not started [2022-06-27T09:11:18.958Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-06-27T09:11:19.900Z] check_test.go:427: [d2177de92647b] daemon is not started [2022-06-27T09:11:19.900Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-06-27T09:11:22.443Z] check_test.go:427: [d3bb32aaada75] daemon is not started [2022-06-27T09:11:22.443Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-06-27T09:11:22.443Z] check_test.go:427: [db3436593dae0] daemon is not started [2022-06-27T09:11:22.443Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-06-27T09:11:23.384Z] check_test.go:427: [d4e797db7b0ea] daemon is not started [2022-06-27T09:11:23.384Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-06-27T09:11:23.645Z] check_test.go:427: [dd4fc9187cad6] daemon is not started [2022-06-27T09:11:23.645Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-06-27T09:11:23.905Z] check_test.go:427: [d5e7ae705d2f2] daemon is not started [2022-06-27T09:11:23.905Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-06-27T09:11:24.165Z] check_test.go:427: [d148efa68bea4] daemon is not started [2022-06-27T09:11:24.165Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-06-27T09:11:24.426Z] check_test.go:427: [dc32801e7e961] daemon is not started [2022-06-27T09:11:24.426Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-06-27T09:11:24.686Z] check_test.go:427: [df9248da84d78] daemon is not started [2022-06-27T09:11:24.686Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-06-27T09:11:24.686Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-06-27T09:11:24.951Z] check_test.go:427: [de64b4cfd3ebe] daemon is not started [2022-06-27T09:11:24.951Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-06-27T09:11:25.892Z] check_test.go:427: [dd0142e76fddd] daemon is not started [2022-06-27T09:11:25.892Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-06-27T09:11:28.466Z] check_test.go:427: [dd271013d98a5] daemon is not started [2022-06-27T09:11:28.466Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-06-27T09:11:29.038Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-06-27T09:11:29.038Z] check_test.go:427: [dd4c982f927cb] daemon is not started [2022-06-27T09:11:29.038Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-06-27T09:11:30.424Z] check_test.go:427: [d50897612ea6b] daemon is not started [2022-06-27T09:11:30.424Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-06-27T09:11:31.367Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite (44.86s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.17s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.95s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.28s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.70s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.68s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.68s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.02s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.93s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.10s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.12s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.05s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.89s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.99s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.95s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.85s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.96s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.11s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.98s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.86s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.29s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.99s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.26s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.13s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.10s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.11s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.02s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.13s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.15s) [2022-06-27T09:11:32.310Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.81s) [2022-06-27T09:11:32.310Z] === RUN TestDockerSchema1RegistrySuite [2022-06-27T09:11:32.310Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-06-27T09:11:32.310Z] check_test.go:454: [dc68e4738a758] daemon is not started [2022-06-27T09:11:32.310Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-06-27T09:11:36.520Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-06-27T09:11:36.520Z] check_test.go:454: [dafd8bb605ad9] daemon is not started [2022-06-27T09:11:36.520Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-06-27T09:11:43.106Z] check_test.go:454: [d9eeb16835e24] daemon is not started [2022-06-27T09:11:43.106Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-06-27T09:11:43.106Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-06-27T09:11:43.367Z] check_test.go:454: [dc2f132940e9d] daemon is not started [2022-06-27T09:11:43.367Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-06-27T09:11:43.627Z] check_test.go:454: [dfcf0ce77a60a] daemon is not started [2022-06-27T09:11:43.627Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-06-27T09:11:45.012Z] check_test.go:454: [d41e3cf9a3eaa] daemon is not started [2022-06-27T09:11:45.012Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-06-27T09:11:45.012Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-06-27T09:11:45.953Z] check_test.go:454: [dccc5528ec860] daemon is not started [2022-06-27T09:11:45.953Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-06-27T09:11:47.338Z] check_test.go:454: [d31cdc50d68bd] daemon is not started [2022-06-27T09:11:47.338Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-06-27T09:11:49.883Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-06-27T09:11:49.883Z] check_test.go:454: [d585896abb05a] daemon is not started [2022-06-27T09:11:49.883Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-06-27T09:11:50.453Z] check_test.go:454: [db5ee7394c1ea] daemon is not started [2022-06-27T09:11:50.453Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-06-27T09:11:51.026Z] check_test.go:454: [dc8739b14b2a6] daemon is not started [2022-06-27T09:11:51.026Z] --- PASS: TestDockerSchema1RegistrySuite (18.84s) [2022-06-27T09:11:51.026Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-06-27T09:11:51.026Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.92s) [2022-06-27T09:11:51.026Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.87s) [2022-06-27T09:11:51.026Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.27s) [2022-06-27T09:11:51.026Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-06-27T09:11:51.026Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.37s) [2022-06-27T09:11:51.026Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.13s) [2022-06-27T09:11:51.026Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.10s) [2022-06-27T09:11:51.026Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.89s) [2022-06-27T09:11:51.026Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.58s) [2022-06-27T09:11:51.026Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.41s) [2022-06-27T09:11:51.026Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-06-27T09:11:51.026Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-06-27T09:11:51.968Z] check_test.go:483: [d29993ab4e042] daemon is not started [2022-06-27T09:11:51.968Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-06-27T09:11:52.538Z] check_test.go:483: [d6438beae2257] daemon is not started [2022-06-27T09:11:52.538Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-06-27T09:11:52.799Z] check_test.go:483: [d2c6f75026a03] daemon is not started [2022-06-27T09:11:52.799Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-06-27T09:11:54.181Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-06-27T09:11:54.442Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-06-27T09:11:54.702Z] check_test.go:483: [dcde57b813ff6] daemon is not started [2022-06-27T09:11:54.702Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-06-27T09:11:55.273Z] check_test.go:483: [d6514c41b2905] daemon is not started [2022-06-27T09:11:55.273Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-06-27T09:11:56.215Z] check_test.go:483: [d144dd18058c5] daemon is not started [2022-06-27T09:11:56.215Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-06-27T09:11:56.475Z] check_test.go:483: [dd2eec922c556] daemon is not started [2022-06-27T09:11:56.475Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.46s) [2022-06-27T09:11:56.475Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.07s) [2022-06-27T09:11:56.475Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.56s) [2022-06-27T09:11:56.475Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-06-27T09:11:56.475Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.25s) [2022-06-27T09:11:56.475Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.61s) [2022-06-27T09:11:56.475Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.64s) [2022-06-27T09:11:56.476Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.98s) [2022-06-27T09:11:56.476Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.18s) [2022-06-27T09:11:56.476Z] === RUN TestDockerRegistryAuthTokenSuite [2022-06-27T09:11:56.476Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-06-27T09:11:59.017Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-06-27T09:11:59.017Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-27T09:11:59.017Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-06-27T09:12:01.558Z] check_test.go:510: [d18b5c69f7140] daemon is not started [2022-06-27T09:12:01.558Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-06-27T09:12:01.818Z] check_test.go:510: [d76056e5a15a5] daemon is not started [2022-06-27T09:12:01.818Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-06-27T09:12:02.079Z] check_test.go:510: [d9f9063008af4] daemon is not started [2022-06-27T09:12:02.079Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-06-27T09:12:02.079Z] check_test.go:510: [dcacc2652b841] daemon is not started [2022-06-27T09:12:02.079Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-06-27T09:12:02.339Z] check_test.go:510: [d91ad46f821d4] daemon is not started [2022-06-27T09:12:02.339Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.82s) [2022-06-27T09:12:02.339Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s) [2022-06-27T09:12:02.339Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.18s) [2022-06-27T09:12:02.339Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2022-06-27T09:12:02.339Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-06-27T09:12:02.339Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-06-27T09:12:02.339Z] === RUN TestDockerNetworkSuite [2022-06-27T09:12:02.339Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-06-27T09:12:03.724Z] docker_cli_network_unix_test.go:46: [d984c5b3f97dd] daemon is not started [2022-06-27T09:12:03.724Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-06-27T09:12:03.985Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-06-27T09:12:04.245Z] docker_cli_network_unix_test.go:46: [db121ca078666] daemon is not started [2022-06-27T09:12:04.816Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-06-27T09:12:04.816Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-06-27T09:12:05.758Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-06-27T09:12:07.671Z] docker_cli_network_unix_test.go:46: [de8445005f66c] daemon is not started [2022-06-27T09:12:08.242Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-06-27T09:12:08.242Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-06-27T09:12:09.625Z] docker_cli_network_unix_test.go:46: [d9ea0d70cee4d] daemon is not started [2022-06-27T09:12:10.196Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-06-27T09:12:10.196Z] docker_cli_network_unix_test.go:1233: [d93bbf5f6e9a8] daemon is not started [2022-06-27T09:12:12.743Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-06-27T09:12:13.685Z] docker_cli_network_unix_test.go:46: [d0bfeae737278] daemon is not started [2022-06-27T09:12:14.256Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-06-27T09:12:18.465Z] docker_cli_network_unix_test.go:46: [d1cb89a136a0d] daemon is not started [2022-06-27T09:12:19.406Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-06-27T09:12:21.319Z] docker_cli_network_unix_test.go:46: [d6fe9dbd0b2c4] daemon is not started [2022-06-27T09:12:21.579Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-06-27T09:12:22.962Z] docker_cli_network_unix_test.go:46: [d9b02cefce1e2] daemon is not started [2022-06-27T09:12:22.963Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-06-27T09:12:23.224Z] docker_cli_network_unix_test.go:46: [db0f416ed35a1] daemon is not started [2022-06-27T09:12:23.224Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-06-27T09:12:23.796Z] docker_cli_network_unix_test.go:46: [d219bc63cf11a] daemon is not started [2022-06-27T09:12:23.796Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-06-27T09:12:24.368Z] docker_cli_network_unix_test.go:46: [d9cb1f0e2b67f] daemon is not started [2022-06-27T09:12:24.628Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-06-27T09:12:25.198Z] docker_cli_network_unix_test.go:46: [da2f187c94de7] daemon is not started [2022-06-27T09:12:25.459Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-06-27T09:12:25.719Z] docker_cli_network_unix_test.go:46: [d2041c4be030b] daemon is not started [2022-06-27T09:12:25.719Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-06-27T09:12:25.980Z] docker_cli_network_unix_test.go:46: [df06f450c6bb6] daemon is not started [2022-06-27T09:12:25.980Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-06-27T09:12:26.552Z] docker_cli_network_unix_test.go:46: [d4ca5fc3a0cc2] daemon is not started [2022-06-27T09:12:26.552Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-06-27T09:12:26.813Z] docker_cli_network_unix_test.go:46: [d7f5ccfd6cb1b] daemon is not started [2022-06-27T09:12:26.813Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-06-27T09:12:26.813Z] docker_cli_network_unix_test.go:46: [d3473d934dfbd] daemon is not started [2022-06-27T09:12:26.813Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-06-27T09:12:27.074Z] docker_cli_network_unix_test.go:46: [d80b597511b04] daemon is not started [2022-06-27T09:12:27.074Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-06-27T09:12:28.017Z] docker_cli_network_unix_test.go:46: [d4c48ff3f485d] daemon is not started [2022-06-27T09:12:28.017Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-06-27T09:12:28.278Z] docker_cli_network_unix_test.go:46: [da18dfa3978ff] daemon is not started [2022-06-27T09:12:28.849Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-06-27T09:12:28.849Z] docker_cli_network_unix_test.go:46: [d015b93808319] daemon is not started [2022-06-27T09:12:28.849Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-06-27T09:12:29.110Z] docker_cli_network_unix_test.go:46: [d13be8ddb20ae] daemon is not started [2022-06-27T09:12:29.110Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-06-27T09:12:29.110Z] docker_cli_network_unix_test.go:46: [daca71c3d1a9c] daemon is not started [2022-06-27T09:12:29.110Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-06-27T09:12:30.494Z] docker_cli_network_unix_test.go:968: [df08462f0dcee] daemon is not started [2022-06-27T09:12:31.435Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-06-27T09:12:32.838Z] docker_cli_network_unix_test.go:46: [d8bd5cfb1d9fa] daemon is not started [2022-06-27T09:12:32.838Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-06-27T09:12:35.381Z] docker_cli_network_unix_test.go:1116: [d2aa538432a3e] daemon is not started [2022-06-27T09:12:38.681Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-06-27T09:12:38.942Z] docker_cli_network_unix_test.go:46: [da6133aadefb4] daemon is not started [2022-06-27T09:12:38.942Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-06-27T09:12:39.883Z] docker_cli_network_unix_test.go:46: [dd8f32936e7a1] daemon is not started [2022-06-27T09:12:39.883Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-06-27T09:12:39.883Z] docker_cli_network_unix_test.go:46: [d171d4557620f] daemon is not started [2022-06-27T09:12:39.883Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-06-27T09:12:40.144Z] docker_cli_network_unix_test.go:46: [dd6157243a9c2] daemon is not started [2022-06-27T09:12:40.144Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-06-27T09:12:40.144Z] docker_cli_network_unix_test.go:46: [d71b005d93d98] daemon is not started [2022-06-27T09:12:40.144Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-06-27T09:12:40.405Z] docker_cli_network_unix_test.go:46: [da34483255f2d] daemon is not started [2022-06-27T09:12:40.405Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-06-27T09:12:40.405Z] docker_cli_network_unix_test.go:46: [d4dcf8d3e130d] daemon is not started [2022-06-27T09:12:40.405Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-06-27T09:12:42.319Z] docker_cli_network_unix_test.go:46: [dbf4cf1eb52ac] daemon is not started [2022-06-27T09:12:42.890Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-06-27T09:12:42.890Z] docker_cli_network_unix_test.go:46: [d7f59acc2ece5] daemon is not started [2022-06-27T09:12:42.890Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-06-27T09:12:42.890Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-27T09:12:42.890Z] docker_cli_network_unix_test.go:46: [dc2fc62a571ea] daemon is not started [2022-06-27T09:12:42.890Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-06-27T09:12:43.461Z] docker_cli_network_unix_test.go:46: [dce46cabab5e0] daemon is not started [2022-06-27T09:12:43.721Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-06-27T09:12:47.021Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-06-27T09:12:48.406Z] docker_cli_network_unix_test.go:1084: [dda46a483c993] daemon is not started [2022-06-27T09:12:50.318Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-06-27T09:12:50.318Z] docker_cli_network_unix_test.go:46: [d12b7142c23b9] daemon is not started [2022-06-27T09:12:50.318Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-06-27T09:12:50.579Z] docker_cli_network_unix_test.go:46: [dd9e3a05150fc] daemon is not started [2022-06-27T09:12:50.839Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-06-27T09:12:52.222Z] docker_cli_network_unix_test.go:46: [d0e406c694bdc] daemon is not started [2022-06-27T09:12:52.482Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-06-27T09:12:52.482Z] docker_cli_network_unix_test.go:46: [d941441ca7d3a] daemon is not started [2022-06-27T09:12:52.482Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-06-27T09:12:52.743Z] docker_cli_network_unix_test.go:46: [df8cd8632ec2c] daemon is not started [2022-06-27T09:12:53.003Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-06-27T09:12:53.574Z] docker_cli_network_unix_test.go:46: [d10e2ca5315c2] daemon is not started [2022-06-27T09:12:53.574Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-06-27T09:12:54.145Z] docker_cli_network_unix_test.go:46: [d6629e03eebcb] daemon is not started [2022-06-27T09:12:54.417Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-06-27T09:12:59.709Z] docker_cli_network_unix_test.go:46: [d683e64e0169d] daemon is not started [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite (57.51s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.48s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.03s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.43s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.81s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.59s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.50s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.19s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.36s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.16s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.53s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.37s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.85s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.90s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.73s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.15s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.75s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.01s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.06s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.25s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.33s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.23s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.90s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.39s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.83s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.46s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-06-27T09:12:59.709Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.77s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.40s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.06s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.74s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.50s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.66s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.45s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.92s) [2022-06-27T09:12:59.709Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.29s) [2022-06-27T09:12:59.709Z] === RUN TestDockerHubPullSuite [2022-06-27T09:12:59.709Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-06-27T09:13:02.250Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-06-27T09:13:02.250Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-06-27T09:13:04.160Z] docker_cli_swarm_test.go:1180: [d7128605bc206] joining swarm manager [d43d77cdc7e78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:13:04.160Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-06-27T09:13:05.101Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-06-27T09:13:06.485Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-06-27T09:13:06.485Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-06-27T09:13:06.745Z] --- PASS: TestDockerHubPullSuite (6.85s) [2022-06-27T09:13:06.745Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.24s) [2022-06-27T09:13:06.745Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.26s) [2022-06-27T09:13:06.745Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.67s) [2022-06-27T09:13:06.745Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.41s) [2022-06-27T09:13:06.745Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s) [2022-06-27T09:13:06.745Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-06-27T09:13:06.745Z] PASS [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === Skipped [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-27T09:13:06.745Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-27T09:13:06.745Z] docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-27T09:13:06.745Z] docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-27T09:13:06.745Z] docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-27T09:13:06.745Z] docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-27T09:13:06.745Z] docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-06-27T09:13:06.745Z] docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-06-27T09:13:06.745Z] docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-27T09:13:06.745Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-27T09:13:06.745Z] docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-27T09:13:06.745Z] docker_cli_build_test.go:6032: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-27T09:13:06.745Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-27T09:13:06.745Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-27T09:13:06.745Z] docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-27T09:13:06.745Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-27T09:13:06.745Z] docker_cli_create_test.go:83: unmatched requirement Devicemapper [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-27T09:13:06.745Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-27T09:13:06.745Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.745Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-27T09:13:06.745Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.745Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-27T09:13:06.745Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_inspect_test.go:195: unmatched requirement Devicemapper [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_inspect_test.go:177: unmatched requirement Devicemapper [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_test.go:4054: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-27T09:13:06.746Z] docker_cli_run_test.go:4137: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_test.go:2855: kernel doesn't have latency_stats configured [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-06-27T09:13:06.746Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-06-27T09:13:06.746Z] docker_cli_run_test.go:4090: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.02s) [2022-06-27T09:13:06.746Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.02s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-06-27T09:13:06.746Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2022-06-27T09:13:06.746Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-27T09:13:06.746Z] docker_cli_run_test.go:4435: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_sni_test.go:30: Flakey test [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-06-27T09:13:06.746Z] docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-27T09:13:06.746Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-27T09:13:06.746Z] docker_cli_network_unix_test.go:46: [dc2fc62a571ea] daemon is not started [2022-06-27T09:13:06.746Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] DONE 1265 tests, 51 skipped in 1476.955s [2022-06-27T09:13:06.746Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-27T09:13:06.746Z] ++++ cat bundles/test-integration/docker.pid [2022-06-27T09:13:06.746Z] +++ kill 9372 [2022-06-27T09:13:06.746Z] +++ /etc/init.d/apparmor stop [2022-06-27T09:13:06.746Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] Unloading profiles will leave already running processes permanently [2022-06-27T09:13:06.746Z] unconfined, which can lead to unexpected situations. [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:06.746Z] To set a process to complain mode, use the command line tool [2022-06-27T09:13:06.746Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-27T09:13:06.746Z] +++ true [2022-06-27T09:13:06.746Z] exiting test-integration [2022-06-27T09:13:06.746Z] ++ exit 0 [2022-06-27T09:13:06.746Z] [2022-06-27T09:13:07.006Z] + for job in $(jobs -p) [2022-06-27T09:13:07.006Z] + wait 7786 [2022-06-27T09:13:11.205Z] docker_cli_swarm_test.go:1189: [de95340fce507] joining swarm manager [d43d77cdc7e78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:13:49.943Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-06-27T09:13:54.161Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-06-27T09:13:58.362Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-06-27T09:14:00.273Z] docker_cli_swarm_test.go:1112: [da63b06115c02] joining swarm manager [ddb07251f14a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:14:01.655Z] docker_cli_swarm_test.go:1113: [d1b5eb9c32f60] joining swarm manager [ddb07251f14a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:15:23.125Z] docker_cli_swarm_test.go:1166: [d85e529e25c2d] joining swarm manager [ddb07251f14a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-27T09:16:01.874Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-06-27T09:16:01.874Z] docker_cli_swarm_test.go:1447: [d71f7f80f5000] joining swarm manager [d01486f706887]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:16:01.874Z] docker_cli_swarm_test.go:1448: [d3c4085d39a03] joining swarm manager [d01486f706887]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-27T09:16:11.869Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-06-27T09:16:12.129Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-06-27T09:16:12.389Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-06-27T09:16:12.649Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-06-27T09:16:12.649Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-06-27T09:16:13.220Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-06-27T09:16:15.764Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-06-27T09:16:19.062Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-06-27T09:16:20.974Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-06-27T09:16:22.884Z] docker_cli_swarm_unix_test.go:63: [d825c2170b806] joining swarm manager [ddb9e85531372]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:17:19.144Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-06-27T09:17:19.144Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-06-27T09:17:19.144Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-06-27T09:17:21.055Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-06-27T09:17:23.598Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-06-27T09:17:26.140Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-06-27T09:17:27.522Z] docker_api_swarm_test.go:962: [deafba42aeaaf] joining swarm manager [dd9bb22e5f9ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-27T09:17:49.476Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-06-27T09:17:57.610Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-06-27T09:17:59.521Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-06-27T09:18:01.456Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-06-27T09:18:04.755Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-06-27T09:18:11.334Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-06-27T09:18:15.538Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-06-27T09:18:18.080Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-06-27T09:18:20.623Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-06-27T09:18:23.167Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-06-27T09:18:25.709Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-06-27T09:18:29.006Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-06-27T09:18:30.930Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-06-27T09:19:27.190Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-06-27T09:19:42.086Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite (1548.25s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.36s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.24s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.34s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.21s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.03s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (27.47s) [2022-06-27T09:20:00.192Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.29s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.80s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.32s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (31.05s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.10s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.01s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.65s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.71s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.63s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.90s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.39s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.42s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (19.73s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (63.41s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (59.51s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.35s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.98s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.02s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.83s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.14s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.48s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.58s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.42s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.32s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.65s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.67s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.62s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.25s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.03s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.63s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.31s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.01s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.17s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.28s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.45s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.41s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.08s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.89s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.79s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.02s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.03s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.81s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.20s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.85s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.17s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.73s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.63s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.05s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.55s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.45s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.27s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.16s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.88s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.96s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.09s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.15s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (2.94s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (2.71s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.44s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.78s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.97s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.58s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.67s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.86s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.23s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.52s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.80s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.49s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.88s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (80.05s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.22s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.06s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.32s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.72s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.47s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.79s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.13s) [2022-06-27T09:20:00.192Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.44s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.78s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.81s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.73s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.88s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (42.64s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.03s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.14s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (119.65s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.25s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.37s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.18s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.28s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.20s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.39s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.23s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.08s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.22s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (2.72s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.11s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.10s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.29s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.16s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.25s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.78s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.91s) [2022-06-27T09:20:00.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.43s) [2022-06-27T09:20:00.193Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.52s) [2022-06-27T09:20:00.193Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.55s) [2022-06-27T09:20:00.193Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.54s) [2022-06-27T09:20:00.193Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.49s) [2022-06-27T09:20:00.193Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.04s) [2022-06-27T09:20:00.193Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.19s) [2022-06-27T09:20:00.193Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.85s) [2022-06-27T09:20:00.193Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.21s) [2022-06-27T09:20:00.193Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.17s) [2022-06-27T09:20:00.193Z] === RUN TestDockerExternalVolumeSuite [2022-06-27T09:20:00.193Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-06-27T09:20:00.193Z] docker_cli_external_volume_driver_test.go:53: [d344a9be4acf9] daemon is not started [2022-06-27T09:20:15.115Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-06-27T09:21:22.967Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-06-27T09:21:29.545Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-06-27T09:21:44.441Z] docker_cli_external_volume_driver_test.go:53: [d5cd15149e635] daemon is not started [2022-06-27T09:22:02.569Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-06-27T09:22:17.465Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-06-27T09:22:32.360Z] docker_cli_external_volume_driver_test.go:53: [d9df89346109c] daemon is not started [2022-06-27T09:22:47.256Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-06-27T09:22:47.256Z] docker_cli_external_volume_driver_test.go:53: [d4111e2159c62] daemon is not started [2022-06-27T09:23:02.152Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-06-27T09:23:34.281Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-06-27T09:23:49.177Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-06-27T09:24:04.072Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-06-27T09:24:50.796Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-06-27T09:25:08.905Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-06-27T09:25:41.008Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-06-27T09:26:13.107Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-06-27T09:26:28.021Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-06-27T09:26:42.918Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-06-27T09:26:42.918Z] docker_cli_external_volume_driver_test.go:485: [d280d9ab99c1f] daemon is not started [2022-06-27T09:27:01.025Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-06-27T09:27:01.025Z] docker_cli_external_volume_driver_test.go:53: [d25af032cd72d] daemon is not started [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite (436.88s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.51s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.19s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.17s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.20s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.24s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.86s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.13s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.61s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.01s) [2022-06-27T09:27:15.920Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-06-27T09:27:15.920Z] PASS [2022-06-27T09:27:15.920Z] [2022-06-27T09:27:15.920Z] === Skipped [2022-06-27T09:27:15.920Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-27T09:27:15.920Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-27T09:27:15.920Z] check_test.go:540: [d8e11bcd3cd51] daemon is not started [2022-06-27T09:27:15.920Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-27T09:27:15.920Z] [2022-06-27T09:27:15.920Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-06-27T09:27:15.920Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-27T09:27:15.920Z] check_test.go:540: [daa26f4ae9619] daemon is not started [2022-06-27T09:27:15.920Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-06-27T09:27:15.920Z] [2022-06-27T09:27:15.920Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-06-27T09:27:15.920Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-27T09:27:15.920Z] check_test.go:540: [d31359430814b] daemon is not started [2022-06-27T09:27:15.920Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-06-27T09:27:15.920Z] [2022-06-27T09:27:15.920Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-06-27T09:27:15.920Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-27T09:27:15.920Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-06-27T09:27:15.920Z] [2022-06-27T09:27:15.920Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-27T09:27:15.920Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-27T09:27:15.920Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-27T09:27:15.920Z] [2022-06-27T09:27:15.920Z] DONE 269 tests, 5 skipped in 2324.797s [2022-06-27T09:27:15.920Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-27T09:27:15.920Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d5f5284acf600/docker.pid [2022-06-27T09:27:15.920Z] +++ kill 7119 [2022-06-27T09:27:15.920Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7119 is not a child of this shell [2022-06-27T09:27:15.920Z] warning: PID 7119 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d5f5284acf600/docker.pid had a nonzero exit code [2022-06-27T09:27:15.920Z] ++++ cat bundles/test-integration/docker.pid [2022-06-27T09:27:15.920Z] +++ kill 9368 [2022-06-27T09:27:15.920Z] +++ /etc/init.d/apparmor stop [2022-06-27T09:27:15.920Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-27T09:27:15.920Z] [2022-06-27T09:27:15.920Z] Unloading profiles will leave already running processes permanently [2022-06-27T09:27:15.920Z] unconfined, which can lead to unexpected situations. [2022-06-27T09:27:15.920Z] [2022-06-27T09:27:15.920Z] To set a process to complain mode, use the command line tool [2022-06-27T09:27:15.920Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-27T09:27:15.920Z] +++ true [2022-06-27T09:27:15.920Z] exiting test-integration [2022-06-27T09:27:15.920Z] ++ exit 0 [2022-06-27T09:27:15.920Z] [2022-06-27T09:27:15.920Z] + exit 0 [2022-06-27T09:27:15.920Z] ++ jobs -p [2022-06-27T09:27:15.920Z] + pids= [2022-06-27T09:27:15.920Z] + echo 'Remaining pids to kill: []' [2022-06-27T09:27:15.920Z] Remaining pids to kill: [] [2022-06-27T09:27:15.920Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-06-27T09:27:15.938Z] Recording test results [2022-06-27T09:27:17.843Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-27T09:27:18.178Z] + echo Ensuring container killed. [2022-06-27T09:27:18.178Z] Ensuring container killed. [2022-06-27T09:27:18.178Z] + docker ps -aq -f name=docker-pr1-* [2022-06-27T09:27:18.178Z] + cids=4a714b802d5a [2022-06-27T09:27:18.178Z] 1d3400eea57e [2022-06-27T09:27:18.178Z] f46e27ae5533 [2022-06-27T09:27:18.178Z] + [ -n 4a714b802d5a [2022-06-27T09:27:18.178Z] 1d3400eea57e [2022-06-27T09:27:18.178Z] f46e27ae5533 ] [2022-06-27T09:27:18.178Z] + docker rm -vf 4a714b802d5a 1d3400eea57e f46e27ae5533 [2022-06-27T09:27:18.753Z] 4a714b802d5a [2022-06-27T09:27:18.753Z] 1d3400eea57e [2022-06-27T09:27:18.753Z] f46e27ae5533 [Pipeline] sh [2022-06-27T09:27:19.047Z] + echo Chowning /workspace to jenkins user [2022-06-27T09:27:19.048Z] Chowning /workspace to jenkins user [2022-06-27T09:27:19.048Z] + id -u [2022-06-27T09:27:19.048Z] + id -g [2022-06-27T09:27:19.048Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43745:/workspace busybox chown -R 1000:1000 /workspace [2022-06-27T09:27:19.048Z] Unable to find image 'busybox:latest' locally [2022-06-27T09:27:19.308Z] latest: Pulling from library/busybox [2022-06-27T09:27:19.308Z] 19d511225f94: Pulling fs layer [2022-06-27T09:27:19.308Z] 19d511225f94: Download complete [2022-06-27T09:27:19.570Z] 19d511225f94: Pull complete [2022-06-27T09:27:19.570Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-27T09:27:19.570Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-27T09:27:22.416Z] + bundleName=amd64 [2022-06-27T09:27:22.416Z] + echo Creating amd64-bundles.tar.gz [2022-06-27T09:27:22.416Z] Creating amd64-bundles.tar.gz [2022-06-27T09:27:22.416Z] + 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-27T09:27:22.416Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-27T09:27:23.813Z] Archiving artifacts [2022-06-27T09:27:25.784Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43745/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-27T09:27:26.091Z] + make clean [2022-06-27T09:27:26.357Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-27T09:27:26.357Z] docker-dev-cache [2022-06-27T09:27:26.357Z] 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